Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.partition |
Contains interfaces and classes related to partitioned services.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
CacheService.CacheAction
CacheAction represents a type of action taken by a CacheService.
|
static interface |
Cluster.MemberTimeoutAction
MemberTimeoutAction is taken by the cluster service to remove members from
the cluster who have exceeded a network timeout (e.g. packet-timeout).
|
static interface |
PartitionedService.PartitionedAction
PartitionedAction represents a type of action taken by a
PartitionedService.
|
static interface |
ProxyService.ProxyAction
ProxyAction represents a type of action taken by a ProxyService.
|
static interface |
Service.MemberJoinAction
MemberJoinAction is taken to allow a new member to join a clustered
Service.
|
Modifier and Type | Class and Description |
---|---|
static class |
PartitionedService.PartitionRecoveryAction
A PartitionedAction representing the recovery of orphaned partitions from
the persistent storage, or the assignment of empty partitions if the
persistent storage is unavailable or lost.
|
Modifier and Type | Field and Description |
---|---|
static Action |
ProxyService.ProxyAction.CONNECT
Singleton action for accepting a client connection.
|
static Action |
PartitionedService.PartitionedAction.DISTRIBUTE
Singleton action for partition distribution/backup.
|
static Action |
CacheService.CacheAction.READ
Singleton action for cache reads.
|
static Action |
PartitionedService.PartitionedAction.RESTORE
Singleton action for partition restore.
|
static Action |
CacheService.CacheAction.WRITE
Singleton action for cache writes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ActionPolicy.isAllowed(Service service,
Action action)
Evaluate if the specified action is currently allowed by this policy.
|
boolean |
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.isAllowed(Service service,
Action action)
Evaluate if the specified action is currently allowed by this policy.
|
boolean |
ConfigurableQuorumPolicy.ProxyQuorumPolicy.isAllowed(Service service,
Action action)
Evaluate if the specified action is currently allowed by this policy.
|
boolean |
ConfigurableQuorumPolicy.ClusterQuorumPolicy.isAllowed(Service service,
Action action)
Evaluate if the specified action is currently allowed by this policy.
|
boolean |
CompositeActionPolicy.isAllowed(Service service,
Action action)
Evaluate if the specified action is currently allowed by this policy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FailoverAccessPolicy.isAllowed(Service service,
Action action)
Evaluate if the specified action is currently allowed by this policy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NullImplementation.NullActionPolicy.isAllowed(Service service,
Action action)
Evaluate if the specified action is currently allowed by this policy.
|