public class PartitionObjectHolder extends Object implements com.gemstone.gemfire.DataSerializable, RoutingHolder
| Constructor and Description |
|---|
PartitionObjectHolder() |
PartitionObjectHolder(Object name,
Object routingObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
fromData(DataInput in) |
Object |
getName() |
Object |
getRoutingHint() |
int |
hashCode() |
void |
toData(DataOutput out) |
String |
toString() |
public Object getName()
public Object getRoutingHint()
getRoutingHint in interface RoutingHolderpublic void fromData(DataInput in) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionpublic void toData(DataOutput out) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.