pygridgain.datatypes.cluster_state module¶
- class pygridgain.datatypes.cluster_state.ClusterState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
IntEnumCluster states.
- ACTIVE = 1¶
Cluster activated. All cache operations are allowed.
- ACTIVE_READ_ONLY = 2¶
Cluster activated. Cache read operation allowed, Cache data change operation aren’t allowed.
- INACTIVE = 0¶
Cluster deactivated. Cache operations aren’t allowed.