public class FixedKeyResolver extends java.lang.Object implements com.gemstone.gemfire.cache.FixedPartitionResolver, java.io.Serializable, RoutingHolder, com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
FixedKeyResolver() |
FixedKeyResolver(java.lang.Object name,
Month routingObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(java.lang.Object obj) |
void |
fromData(java.io.DataInput in) |
java.lang.String |
getName() |
java.lang.String |
getPartitionName(com.gemstone.gemfire.cache.EntryOperation opDetails,
java.util.Set targetPartitions) |
java.lang.Object |
getRoutingHint() |
java.io.Serializable |
getRoutingObject(com.gemstone.gemfire.cache.EntryOperation opDetails) |
int |
hashCode() |
void |
toData(java.io.DataOutput out) |
java.lang.String |
toString() |
public FixedKeyResolver()
public FixedKeyResolver(java.lang.Object name,
Month routingObject)
public java.lang.String getName()
getName in interface com.gemstone.gemfire.cache.PartitionResolverpublic java.io.Serializable getRoutingObject(com.gemstone.gemfire.cache.EntryOperation opDetails)
getRoutingObject in interface com.gemstone.gemfire.cache.PartitionResolverpublic java.lang.Object getRoutingHint()
getRoutingHint in interface RoutingHolderpublic void close()
close in interface com.gemstone.gemfire.cache.CacheCallbackpublic java.lang.String getPartitionName(com.gemstone.gemfire.cache.EntryOperation opDetails,
java.util.Set targetPartitions)
getPartitionName in interface com.gemstone.gemfire.cache.FixedPartitionResolverpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic void fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void toData(java.io.DataOutput out)
throws java.io.IOException
toData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.