public final class CachedObjectId<T> extends Object implements Serializable
Constructor and Description |
---|
CachedObjectId(com.scaleoutsoftware.soss.client.da.StateServerKey key)
Creates a CachedObjectId from StateServerKey.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.scaleoutsoftware.soss.client.da.StateServerKey |
getKey() |
String |
getKeyString()
Retrieves the original (unhashed) string used as a key to a StateServer
object.
|
int |
hashCode() |
String |
toString() |
public CachedObjectId(com.scaleoutsoftware.soss.client.da.StateServerKey key)
key
- StateServerKeypublic com.scaleoutsoftware.soss.client.da.StateServerKey getKey()
public String getKeyString() throws NamedCacheException
NamedCacheException
- If ScaleOut StateServer process is unavailable.Copyright (C) 2007-2014 ScaleOut Software, Inc.