public class IgfsDataPutProcessor extends Object implements javax.cache.processor.EntryProcessor<IgfsBlockKey,byte[],Void>, Externalizable, Binarylizable
| Constructor and Description |
|---|
IgfsDataPutProcessor()
Non-arg constructor required by externalizable.
|
IgfsDataPutProcessor(byte[] newVal)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
process(javax.cache.processor.MutableEntry<IgfsBlockKey,byte[]> 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 IgfsDataPutProcessor()
public IgfsDataPutProcessor(byte[] newVal)
newVal - The new value.public Void process(javax.cache.processor.MutableEntry<IgfsBlockKey,byte[]> entry, Object... args) throws javax.cache.processor.EntryProcessorException
process in interface javax.cache.processor.EntryProcessor<IgfsBlockKey,byte[],Void>javax.cache.processor.EntryProcessorExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readBinary(BinaryReader reader) throws BinaryObjectException
readBinary in interface Binarylizablereader - Binary object reader.BinaryObjectException - In case of error.public void writeBinary(BinaryWriter writer) throws BinaryObjectException
writeBinary in interface Binarylizablewriter - Binary object writer.BinaryObjectException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018