pyignite.datatypes.cluster_state module

class pyignite.datatypes.cluster_state.ClusterState(value)

Bases: enum.IntEnum

Cluster 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.