public class MultiBucketReplicationPolicy extends Object implements SmartExternalizable
Modifier and Type | Field and Description |
---|---|
static Integer |
DEFAULT_BATCH_PARALLEL_FACTOR |
static int |
DEFAULT_BATCH_PARALLEL_THRESHOLD |
static short |
DEFAULT_BUCKETS_COUNT |
Constructor and Description |
---|
MultiBucketReplicationPolicy() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBatchParallelFactor() |
int |
getBatchParallelThreshold() |
short |
getBucketCount() |
void |
readExternal(ObjectInput in) |
void |
setBatchParallelFactor(Integer batchParallelFactor) |
void |
setBatchParallelThreshold(int batchParallelThreshold) |
void |
setBucketsCount(short bucketsCount) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public static final short DEFAULT_BUCKETS_COUNT
public static final Integer DEFAULT_BATCH_PARALLEL_FACTOR
public static final int DEFAULT_BATCH_PARALLEL_THRESHOLD
public short getBucketCount()
public void setBucketsCount(short bucketsCount)
public Integer getBatchParallelFactor()
public void setBatchParallelFactor(Integer batchParallelFactor)
public int getBatchParallelThreshold()
public void setBatchParallelThreshold(int batchParallelThreshold)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.