Class ClusterInfoImpl
java.lang.Object
org.openspaces.core.cluster.ClusterInfo
org.openspaces.core.cluster.internal.ClusterInfoImpl
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,Cloneable
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionConstructs a new cluster info with null values on all the fieldsClusterInfoImpl(ClusterInfoBuilder builder) protectedClusterInfoImpl(ClusterInfoImpl other) -
Method Summary
Modifier and TypeMethodDescriptioncopy()intGets the generation of the cluster topologyvoidvoidMethods inherited from class org.openspaces.core.cluster.ClusterInfo
getBackupId, getInstanceId, getName, getNumberOfBackups, getNumberOfInstances, getRunningNumber, getRunningNumberOffset1, getSchema, getSuffix, getUniqueName, isSecured, setBackupId, setInstanceId, setName, setNumberOfBackups, setNumberOfInstances, setSchema, supportsDynamicPartitioning, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
ClusterInfoImpl
public ClusterInfoImpl()Constructs a new cluster info with null values on all the fields -
ClusterInfoImpl
-
ClusterInfoImpl
-
-
Method Details
-
getDynamicPartitionInfo
- Overrides:
getDynamicPartitionInfoin classClusterInfo
-
getGeneration
public int getGeneration()Description copied from class:ClusterInfoGets the generation of the cluster topology- Overrides:
getGenerationin classClusterInfo
-
copy
- Overrides:
copyin classClusterInfo
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-