public final class GetSessionStateEntryProcessor extends Object implements com.hazelcast.map.EntryProcessor<String,SessionState>, com.hazelcast.nio.serialization.IdentifiedDataSerializable
| Constructor and Description |
|---|
GetSessionStateEntryProcessor() |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.map.EntryBackupProcessor<String,SessionState> |
getBackupProcessor() |
int |
getFactoryId() |
int |
getId() |
Object |
process(Map.Entry<String,SessionState> entry) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
public int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic Object process(Map.Entry<String,SessionState> entry)
process in interface com.hazelcast.map.EntryProcessor<String,SessionState>public com.hazelcast.map.EntryBackupProcessor<String,SessionState> getBackupProcessor()
getBackupProcessor in interface com.hazelcast.map.EntryProcessor<String,SessionState>public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionCopyright © 2016. All Rights Reserved.