IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.revision
Interface RevisionElement


public interface RevisionElement

Describes the unique elements of a revision entry.

Since:
7.1

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

getDomainName

String getDomainName()
The name of the domain that this revision was modified in.

Returns:
The name of the domain.

getValue

Object getValue()
The value for this specific revision of the entry. If the map is configured to use OutputFormat.NATIVE, calling this method will serialize the value into object form. If the map is configured to use OutputFormat.RAW, 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.

Returns:
The data value or SerializedValue object as described.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.