|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RevisionElement
Describes the unique elements of a revision entry.
Method Summary | |
---|---|
String |
getDomainName()
The name of the domain that this revision was modified in. |
Object |
getValue()
The value for this specific revision of the entry. |
Method Detail |
---|
String getDomainName()
Object getValue()
CopyMode.COPY_TO_BYTES
mode
is used and no ValueSerializerPlugin
is configured for the map, calling this
method will serialize the value into object form.
If CopyMode.COPY_TO_BYTES
mode is used and a ValueSerializerPlugin
,
is configured for the map, the value object returned will be a SerializedValue
object.
If required, you can use the DataObjectEntry.getObject()
method to inflate the
bytes to the value object.
SerializedValue
object as described.
|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |