Uses of Class
com.tangosol.net.partition.Ownership
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to partitioned services.
-
Uses of Ownership in com.tangosol.coherence.config.builder
Modifier and TypeFieldDescriptionstatic final BiFunction
<Ownership, PartitionedService, Member> ReadLocatorBuilder.CLOSEST
A 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.PRIMARY
A BiFunction implementation that returns the primary member of the ownership chain.static final BiFunction
<Ownership, PartitionedService, Member> ReadLocatorBuilder.RANDOM
A BiFunction implementation that returns a random member of the ownership chain.static final BiFunction
<Ownership, PartitionedService, Member> ReadLocatorBuilder.RANDOM_BACKUP
A BiFunction implementation that returns a random backup member of the ownership chain.Modifier and TypeMethodDescriptionReadLocatorBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) -
Uses of Ownership in com.tangosol.net
Modifier and TypeMethodDescriptiondefault BiFunction
<Ownership, PartitionedService, Member> BackingMapManager.getReadLocator
(String sName) ExtensibleConfigurableCacheFactory.Manager.getReadLocator
(String sName) -
Uses of Ownership in com.tangosol.net.partition
Modifier and TypeClassDescriptionclass
An extension of the partition Ownership object which also carries a change version.Modifier and TypeFieldDescriptionprotected Ownership[]
SimpleAssignmentStrategy.AnalysisContext.m_aOwners
The ownership array for this analysis context.protected Ownership
SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter.m_owners
The ownershipprotected Ownership
SimpleAssignmentStrategy.AnalysisContext.SafetyFilter.m_owners
The ownership.protected Ownership
SimpleAssignmentStrategy.AnalysisContext.StrengthComparator.m_owners
The ownership.Modifier and TypeFieldDescriptionprotected Map
<Ownership, PartitionSet> SimpleAssignmentStrategy.m_mapSuggestLast
The Map containing the last distribution suggested by this strategy.Modifier and TypeMethodDescriptionSimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter.getOwnership()
Return the ownership used to evaluate member safety.SimpleAssignmentStrategy.AnalysisContext.SafetyFilter.getOwnership()
Return the ownership used to evaluate member safety.SimpleAssignmentStrategy.AnalysisContext.StrengthComparator.getOwnership()
Return the ownership to use in comparing member strength.DistributionManager.getPartitionOwnership
(int nPartition) Return the Ownership information for the specified partition.SimpleAssignmentStrategy.AnalysisContext.getPartitionOwnership
(int iPartition) Return the Ownership information (or the ownership assigned by this analysis) for the specified partition.Modifier and TypeMethodDescriptionSimpleAssignmentStrategy.AnalysisContext.instantiateNotOwnedFilter
(Ownership owners) Instantiate and return a NotOwnedFilter with the specified ownership.SimpleAssignmentStrategy.AnalysisContext.instantiateSafetyFilter
(Ownership owners, int iStore) Instantiate and return a SafetyFilter with the specified ownership.SimpleAssignmentStrategy.AnalysisContext.instantiateStrengthComparator
(Ownership owners) Instantiate a StrengthComparator for the specified reference ownership.protected boolean
SimpleAssignmentStrategy.AnalysisContext.isPartitionEndangered
(Ownership owners) Return true iff the specified ownership is "endangered".protected boolean
SimpleAssignmentStrategy.AnalysisContext.isPartitionStrong
(Ownership owners) Return true iff the specified ownership is "strong", as defined by the current BackupStrength.protected boolean
Return true iff the specified member is "strong" with respect to the specified ownership, as defined by the backup strength.void
Set the owner ids for this partition according to the specified Ownership.void
DistributionManager.suggest
(PartitionSet parts, Ownership ownership) Suggest a distribution change for the specified set of partitions, indicating either primary or backup transfer (or both).ModifierConstructorDescriptionNotOwnedFilter
(Ownership owners) Construct a NotOwnedFilter with the specified ownership.Copy constructor.SafetyFilter
(Ownership owners, int iStore) Construct a SafetyFilter with the specified ownership.StrengthComparator
(Ownership owners) Construct a StrengthComparator for the specified reference ownership.