Uses of Interface
com.tangosol.net.Action
Package
Description
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
-
Uses of Action in com.tangosol.net
Modifier and TypeInterfaceDescriptionstatic interface
CacheAction represents a type of action taken by a CacheService.static interface
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
PartitionedAction represents a type of action taken by a PartitionedService.static interface
ProxyAction represents a type of action taken by a ProxyService.static interface
MemberJoinAction is taken to allow a new member to join a clustered Service.Modifier and TypeClassDescriptionstatic class
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 TypeFieldDescriptionstatic final Action
ProxyService.ProxyAction.CONNECT
Singleton action for accepting a client connection.static final Action
PartitionedService.PartitionedAction.DISTRIBUTE
Singleton action for partition distribution/backup.static final Action
CacheService.CacheAction.READ
Singleton action for cache reads.static final Action
PartitionedService.PartitionedAction.RESTORE
Singleton action for partition restore.static final Action
CacheService.CacheAction.WRITE
Singleton action for cache writes.Modifier and TypeMethodDescriptionboolean
Evaluate if the specified action is currently allowed by this policy.boolean
Evaluate if the specified action is currently allowed by this policy.boolean
Evaluate if the specified action is currently allowed by this policy.boolean
Evaluate if the specified action is currently allowed by this policy.boolean
Evaluate if the specified action is currently allowed by this policy. -
Uses of Action in com.tangosol.net.partition
-
Uses of Action in com.tangosol.util