public class ModRoutingObject extends Object implements com.gemstone.gemfire.cache.PartitionResolver, com.gemstone.gemfire.DataSerializable, Comparable
| Constructor and Description |
|---|
ModRoutingObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
compareTo(Object o) |
static ModRoutingObject |
createFromData(DataInput in) |
boolean |
equals(Object obj) |
void |
fromData(DataInput in) |
long |
getCounterValue() |
Object |
getKey() |
long |
getModValue() |
String |
getName() |
Serializable |
getRoutingObject(com.gemstone.gemfire.cache.EntryOperation op) |
int |
hashCode() |
void |
toData(DataOutput out) |
String |
toString() |
public Object getKey()
public long getCounterValue()
public long getModValue()
public String getName()
getName in interface com.gemstone.gemfire.cache.PartitionResolverpublic Serializable getRoutingObject(com.gemstone.gemfire.cache.EntryOperation op)
getRoutingObject in interface com.gemstone.gemfire.cache.PartitionResolverpublic void close()
close in interface com.gemstone.gemfire.cache.CacheCallbackpublic void toData(DataOutput out) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionpublic void fromData(DataInput in) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionpublic static final ModRoutingObject createFromData(DataInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.