Uses of Interface
com.tangosol.net.Action
Packages that use 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
Subinterfaces of Action in com.tangosol.netModifier and TypeInterfaceDescriptionstatic interfaceCacheAction represents a type of action taken by a CacheService.static interfaceMemberTimeoutAction is taken by the cluster service to remove members from the cluster who have exceeded a network timeout (e.g. packet-timeout).static interfacePartitionedAction represents a type of action taken by a PartitionedService.static interfaceProxyAction represents a type of action taken by a ProxyService.static interfaceMemberJoinAction is taken to allow a new member to join a clustered Service.Classes in com.tangosol.net that implement ActionModifier and TypeClassDescriptionstatic classA 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.Fields in com.tangosol.net declared as ActionModifier and TypeFieldDescriptionstatic final ActionProxyService.ProxyAction.CONNECTSingleton action for accepting a client connection.static final ActionPartitionedService.PartitionedAction.DISTRIBUTESingleton action for partition distribution/backup.static final ActionCacheService.CacheAction.READSingleton action for cache reads.static final ActionPartitionedService.PartitionedAction.RESTORESingleton action for partition restore.static final ActionCacheService.CacheAction.WRITESingleton action for cache writes.Methods in com.tangosol.net with parameters of type ActionModifier and TypeMethodDescriptionbooleanEvaluate if the specified action is currently allowed by this policy.booleanEvaluate if the specified action is currently allowed by this policy.booleanEvaluate if the specified action is currently allowed by this policy.booleanEvaluate if the specified action is currently allowed by this policy.booleanEvaluate if the specified action is currently allowed by this policy. -
Uses of Action in com.tangosol.net.partition
Methods in com.tangosol.net.partition with parameters of type Action -
Uses of Action in com.tangosol.util
Methods in com.tangosol.util with parameters of type Action