public class CustomerFixedPartitionResolver
extends java.lang.Object
implements com.gemstone.gemfire.cache.FixedPartitionResolver, com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
CustomerFixedPartitionResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
fromData(java.io.DataInput in) |
java.lang.String |
getName() |
java.lang.String |
getPartitionName(com.gemstone.gemfire.cache.EntryOperation opDetails,
java.util.Set allAvailablePartitions) |
java.io.Serializable |
getRoutingObject(com.gemstone.gemfire.cache.EntryOperation opDetails) |
void |
toData(java.io.DataOutput out) |
public java.lang.String getPartitionName(com.gemstone.gemfire.cache.EntryOperation opDetails,
java.util.Set allAvailablePartitions)
getPartitionName in interface com.gemstone.gemfire.cache.FixedPartitionResolverpublic java.io.Serializable getRoutingObject(com.gemstone.gemfire.cache.EntryOperation opDetails)
getRoutingObject in interface com.gemstone.gemfire.cache.PartitionResolverpublic java.lang.String getName()
getName in interface com.gemstone.gemfire.cache.PartitionResolverpublic void close()
close in interface com.gemstone.gemfire.cache.CacheCallbackpublic 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.