public final class IgfsMetaDirectoryListingAddProcessor extends Object implements javax.cache.processor.EntryProcessor<IgniteUuid,IgfsEntryInfo,Void>, Externalizable, Binarylizable
| Constructor and Description |
|---|
IgfsMetaDirectoryListingAddProcessor()
Empty constructor required for
Externalizable. |
IgfsMetaDirectoryListingAddProcessor(String fileName,
IgfsListingEntry entry)
Constructs update directory listing closure.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
process(javax.cache.processor.MutableEntry<IgniteUuid,IgfsEntryInfo> e,
Object... args) |
void |
readBinary(BinaryReader reader)
Reads fields from provided reader.
|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeBinary(BinaryWriter writer)
Writes fields to provided writer.
|
void |
writeExternal(ObjectOutput out) |
public IgfsMetaDirectoryListingAddProcessor()
Externalizable.public IgfsMetaDirectoryListingAddProcessor(String fileName, IgfsListingEntry entry)
fileName - File name to add into parent listing.entry - Listing entry to add or remove.public Void process(javax.cache.processor.MutableEntry<IgniteUuid,IgfsEntryInfo> e, Object... args)
process in interface javax.cache.processor.EntryProcessor<IgniteUuid,IgfsEntryInfo,Void>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeBinary(BinaryWriter writer) throws BinaryObjectException
writeBinary in interface Binarylizablewriter - Binary object writer.BinaryObjectException - In case of error.public void readBinary(BinaryReader reader) throws BinaryObjectException
readBinary in interface Binarylizablereader - Binary object reader.BinaryObjectException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016