| Modifier and Type | Method and Description | 
|---|---|
int | 
getClassId()
Returns class identifier for this portable class. 
 | 
int | 
getFactoryId()
Returns PortableFactory id for this portable class 
 | 
long | 
getTtlMillis()  | 
long | 
getUpdateTime()  | 
Object | 
getValue()  | 
void | 
readPortable(PortableReader reader)
Read portable fields using PortableReader 
 | 
void | 
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter 
 | 
public Object getValue()
public long getTtlMillis()
public long getUpdateTime()
public void writePortable(PortableWriter writer) throws IOException
PortablewritePortable in interface Portablewriter - PortableWriterIOExceptionpublic void readPortable(PortableReader reader) throws IOException
PortablereadPortable in interface Portablereader - PortableReaderIOExceptionpublic int getFactoryId()
PortablegetFactoryId in interface Portablepublic int getClassId()
PortablegetClassId in interface PortableCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.