Uses of Interface
com.tangosol.net.PartitionedService
Packages that use PartitionedService
Package
Description
Support for adapting Coherence interceptors to standard CDI events.
Defines the typical runtime configuration builders for the Coherence
 configuration object model.
Contains basic cluster interfaces and factories.
Contains classes related to PartitionedService events within the Coherence
 Live Event Model.
Contains interfaces and classes related to partitioned services.
Contains classes and helpers for implementing various types of persistence.
- 
Uses of PartitionedService in com.oracle.coherence.cdi.events
Methods in com.oracle.coherence.cdi.events with parameters of type PartitionedServiceModifier and TypeMethodDescriptionprotected ConfigurableCacheFactoryEventObserverSupport.ServiceEventHandler.getConfigurableCacheFactory(PartitionedService service)  - 
Uses of PartitionedService in com.tangosol.coherence.config.builder
Fields in com.tangosol.coherence.config.builder with type parameters of type PartitionedServiceModifier and TypeFieldDescriptionstatic final BiFunction<Ownership, PartitionedService, Member> ReadLocatorBuilder.CLOSESTA BiFunction implementation that returns a member that is 'closest' to this member based on provided metadata (member, machine, rack, or site).static final BiFunction<Ownership, PartitionedService, Member> ReadLocatorBuilder.PRIMARYA BiFunction implementation that returns the primary member of the ownership chain.static final BiFunction<Ownership, PartitionedService, Member> ReadLocatorBuilder.RANDOMA BiFunction implementation that returns a random member of the ownership chain.static final BiFunction<Ownership, PartitionedService, Member> ReadLocatorBuilder.RANDOM_BACKUPA BiFunction implementation that returns a random backup member of the ownership chain.Methods in com.tangosol.coherence.config.builder that return types with arguments of type PartitionedServiceModifier and TypeMethodDescriptionReadLocatorBuilder.realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters)  - 
Uses of PartitionedService in com.tangosol.net
Subinterfaces of PartitionedService in com.tangosol.netModifier and TypeInterfaceDescriptioninterfaceA DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.interfaceATopicServicewhich provides globally ordered topics.Methods in com.tangosol.net that return PartitionedServiceModifier and TypeMethodDescriptionConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy.getService()Return the associated PartitionedService.Methods in com.tangosol.net that return types with arguments of type PartitionedServiceModifier and TypeMethodDescriptiondefault BiFunction<Ownership, PartitionedService, Member> BackingMapManager.getReadLocator(String sName) ExtensibleConfigurableCacheFactory.Manager.getReadLocator(String sName)  - 
Uses of PartitionedService in com.tangosol.net.events.partition
Methods in com.tangosol.net.events.partition that return PartitionedServiceModifier and TypeMethodDescriptiondefault PartitionedServiceEvent.getService()Return thePartitionedServicethis event was raised from.PartitionedServiceDispatcher.getService()Return thePartitionedServicefor this dispatcher. - 
Uses of PartitionedService in com.tangosol.net.partition
Fields in com.tangosol.net.partition declared as PartitionedServiceModifier and TypeFieldDescriptionprotected PartitionedServiceDefaultKeyAssociator.m_serviceThe PartitionedService that this DefaultKeyAssociator is bound to.protected PartitionedServiceDefaultKeyPartitioningStrategy.m_serviceThe PartitionedService that this strategy is bound to.protected PartitionedServiceFailoverAccessPolicy.m_serviceThe PartitionedService that this quorum policy is bound to.protected PartitionedServiceMirroringAssignmentStrategy.m_serviceThe associated service that this strategy attempts to co-locate partitions with.Methods in com.tangosol.net.partition that return PartitionedServiceModifier and TypeMethodDescriptionprotected PartitionedServiceMirroringAssignmentStrategy.bindService(String sService) Bind this assignment strategy to the specified partitioned service, and return the bound service.MirroringAssignmentStrategy.getAssociatedService()Return the associated service.DistributionManager.getService()Return the partitioned service for which this DistributionManager coordinates the distribution.MirroringAssignmentStrategy.getService()Return the partitioned service for which this assignment strategy controls the distribution.PartitionEvent.getService()Determine the partitioned service that this event originates from.Methods in com.tangosol.net.partition with parameters of type PartitionedServiceModifier and TypeMethodDescriptionstatic intDefaultKeyPartitioningStrategy.calculateBasePartitionHash(PartitionedService service, Object oKey) Determine the partition-hash of the given key.static intDefaultKeyPartitioningStrategy.calculateKeyPartition(PartitionedService service, Object oKey) Determine the partition to which the given key should be assigned for the specified PartitionService, taking into consideration the associations provided by the service's KeyAssociator.static intDefaultKeyPartitioningStrategy.calculateKeyPartitionHash(PartitionedService service, Object oKey) Determine the partition-hash of the given key.static intDefaultKeyPartitioningStrategy.calculatePartition(PartitionedService service, int nHash) Return the partition associated with the specified hash value in the specified PartitionedService.voidBroadKeyPartitioningStrategy.init(PartitionedService service) Initialize the KeyPartitioningStrategy and bind it to the specified PartitionedService.voidDefaultKeyAssociator.init(PartitionedService service) Initialize the KeyAssociator and bind it to a PartitionedService.voidDefaultKeyPartitioningStrategy.init(PartitionedService service) Initialize the KeyPartitioningStrategy and bind it to the specified PartitionedService.voidKeyAssociator.init(PartitionedService service) Initialize the KeyAssociator and bind it to a PartitionedService.voidKeyPartitioningStrategy.init(PartitionedService service) Initialize the KeyPartitioningStrategy and bind it to the specified PartitionedService.protected booleanMirroringAssignmentStrategy.isRefinementNeeded(SimpleAssignmentStrategy.AnalysisContext ctx, PartitionedService serviceThis, PartitionedService serviceThat) Return true iff the partition assignments sync'd from the specified associated service should be further refined/balanced by the local assignment strategy.protected StringSimpleAssignmentStrategy.makeMBeanName(PartitionedService service) Create a name for the MBean representing this strategy.protected voidMirroringAssignmentStrategy.setAssociatedService(PartitionedService service) Set the associated service.protected voidMirroringAssignmentStrategy.syncAssignments(SimpleAssignmentStrategy.AnalysisContext ctx, PartitionedService serviceThat) Update the analysis context to reflect the partition assignments of the specified associated service.protected booleanMirroringAssignmentStrategy.validateAssociatedService(PartitionedService service) Validate that the distribution for the specified service is compatible with this service.Constructors in com.tangosol.net.partition with parameters of type PartitionedServiceModifierConstructorDescriptionPartitionEvent(PartitionedService svc, int nId, PartitionSet setPartitions, Member memberFrom, Member memberTo) Construct a partition event. - 
Uses of PartitionedService in com.tangosol.persistence
Methods in com.tangosol.persistence with parameters of type PartitionedServiceModifier and TypeMethodDescriptionstatic PartitionSetCachePersistenceHelper.getGlobalPartitions(PartitionedService service) Return a PartitionSet that contains partitions to be used to persist (meta-)data that is logically "global".static voidCachePersistenceHelper.seal(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, PartitionedService service, Object oToken) Seal the specified PersistentStore on behalf of the specified service, indicating that it is fully initialized and eligible to be recovered from this point forward.static voidCachePersistenceHelper.validate(com.oracle.coherence.persistence.PersistentStore store, PartitionedService service) Validate the specified store to check that it has been sealed, indicating that it is eligible to be recovered by the specified service.static BinaryCachePersistenceHelper.writeQuorum(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, PartitionedService service) Write the current membership information to the "META" extent.