public class IgfsMetaDirectoryListingRemoveProcessor extends Object implements javax.cache.processor.EntryProcessor<IgniteUuid,IgfsEntryInfo,Void>, Externalizable, Binarylizable
| Constructor and Description |
|---|
IgfsMetaDirectoryListingRemoveProcessor()
Default constructor.
|
IgfsMetaDirectoryListingRemoveProcessor(String fileName,
IgniteUuid fileId)
Constructor.
|
| 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 IgfsMetaDirectoryListingRemoveProcessor()
public IgfsMetaDirectoryListingRemoveProcessor(String fileName, IgniteUuid fileId)
fileName - File name.fileId - File ID.public Void process(javax.cache.processor.MutableEntry<IgniteUuid,IgfsEntryInfo> e, Object... args) throws javax.cache.processor.EntryProcessorException
process in interface javax.cache.processor.EntryProcessor<IgniteUuid,IgfsEntryInfo,Void>javax.cache.processor.EntryProcessorExceptionpublic 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