Uses of Enum Class
com.gigaspaces.cluster.replication.ConsistencyLevel
Packages that use ConsistencyLevel
Package
Description
-
Uses of ConsistencyLevel in com.gigaspaces.cluster.replication
Methods in com.gigaspaces.cluster.replication that return ConsistencyLevelModifier and TypeMethodDescriptionstatic ConsistencyLevelConsistencyLevel.fromCode(byte readByte) static ConsistencyLevelReturns the enum constant of this class with the specified name.static ConsistencyLevel[]ConsistencyLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConsistencyLevel in com.gigaspaces.cluster.replication.sync
Fields in com.gigaspaces.cluster.replication.sync declared as ConsistencyLevelModifier and TypeFieldDescriptionstatic final ConsistencyLevelSyncReplPolicy.DEFAULT_CONSISTENCY_LEVELMethods in com.gigaspaces.cluster.replication.sync that return ConsistencyLevelMethods in com.gigaspaces.cluster.replication.sync with parameters of type ConsistencyLevelModifier and TypeMethodDescriptionvoidSyncReplPolicy.setConsistencyLevel(ConsistencyLevel consistencyLevel) -
Uses of ConsistencyLevel in com.gigaspaces.internal.cluster.node.impl.config
Methods in com.gigaspaces.internal.cluster.node.impl.config that return ConsistencyLevelModifier and TypeMethodDescriptionISyncReplicationSettings.getConsistencyLevel()ReplicationSettings.getConsistencyLevel()ReplicationSettingsAdapter.getConsistencyLevel()