public abstract class AbstractWebDataEntryProcessor<T> extends AbstractEntryProcessor<String,T> implements IdentifiedDataSerializable
EntryProcessors which will use the web data serializer.| Constructor and Description |
|---|
AbstractWebDataEntryProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class.
|
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
getBackupProcessorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdprocesspublic int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionpublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.