IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

com.ibm.websphere.objectgrid.plugins.io.dataobject
Interface DataObjectKeyFactory


public interface DataObjectKeyFactory

A factory for creating a key wrapper. Key wrappers are used for data objects that have multiple forms. For example, a POJO form and a serialized form.

Since:
7.1.1

Method Summary
 SerializedKey createKey(byte[] data)
          Create a new SerailizedKey wrapper for the key data
 

Method Detail

createKey

SerializedKey createKey(byte[] data)
Create a new SerailizedKey wrapper for the key data

Parameters:
data - the serialized form of the key.
Returns:
the key wrapper.

IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

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