public abstract class AbstractWebDataEntryProcessor<T> extends com.hazelcast.map.AbstractEntryProcessor<String,T> implements IdentifiedDataSerializable
EntryProcessor
s 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(com.hazelcast.nio.ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(com.hazelcast.nio.ObjectDataOutput out)
Writes object fields to output stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public void readData(com.hazelcast.nio.ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
public void writeData(com.hazelcast.nio.ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.