public class IgfsMetaFileCreateProcessor extends Object implements javax.cache.processor.EntryProcessor<IgniteUuid,IgfsEntryInfo,IgfsEntryInfo>, Externalizable, Binarylizable
| Constructor and Description |
|---|
IgfsMetaFileCreateProcessor()
Constructor.
|
IgfsMetaFileCreateProcessor(long accessTime,
long modificationTime,
Map<String,String> props,
int blockSize,
IgniteUuid affKey,
IgniteUuid lockId,
boolean evictExclude,
long len)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsEntryInfo |
process(javax.cache.processor.MutableEntry<IgniteUuid,IgfsEntryInfo> entry,
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 IgfsMetaFileCreateProcessor()
public IgfsMetaFileCreateProcessor(long accessTime,
long modificationTime,
Map<String,String> props,
int blockSize,
@Nullable
IgniteUuid affKey,
IgniteUuid lockId,
boolean evictExclude,
long len)
accessTime - Access time.modificationTime - Modification time.props - Properties.blockSize - Block size.affKey - Affinity key.lockId - Lock ID.evictExclude - Evict exclude flag.len - File length.public IgfsEntryInfo process(javax.cache.processor.MutableEntry<IgniteUuid,IgfsEntryInfo> entry, Object... args) throws javax.cache.processor.EntryProcessorException
process in interface javax.cache.processor.EntryProcessor<IgniteUuid,IgfsEntryInfo,IgfsEntryInfo>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.9.0 Release Date : March 2 2017