Class MultiBucketReplicationPolicy
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.config.MultiBucketReplicationPolicy
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Since:
- 8.0
- Author:
- eitany
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintshortvoidvoidsetBatchParallelFactor(Integer batchParallelFactor) voidsetBatchParallelThreshold(int batchParallelThreshold) voidsetBucketsCount(short bucketsCount) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
DEFAULT_BUCKETS_COUNT
public static final short DEFAULT_BUCKETS_COUNT- See Also:
-
DEFAULT_BATCH_PARALLEL_FACTOR
-
DEFAULT_BATCH_PARALLEL_THRESHOLD
public static final int DEFAULT_BATCH_PARALLEL_THRESHOLD- See Also:
-
-
Constructor Details
-
MultiBucketReplicationPolicy
public MultiBucketReplicationPolicy()
-
-
Method Details
-
getBucketCount
public short getBucketCount() -
setBucketsCount
public void setBucketsCount(short bucketsCount) -
getBatchParallelFactor
-
setBatchParallelFactor
-
getBatchParallelThreshold
public int getBatchParallelThreshold() -
setBatchParallelThreshold
public void setBatchParallelThreshold(int batchParallelThreshold) -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-