Package com.tangosol.net.partition
Class SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter
java.lang.Object
com.tangosol.net.partition.SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter
- All Implemented Interfaces:
Filter
,Serializable
- Enclosing class:
SimpleAssignmentStrategy.AnalysisContext
public class SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter
extends Object
implements Filter
NotOwnedFilter is a Filter implementation used to evaluate Member
objects, and selects members who are not represented in the reference
ownership object.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNotOwnedFilter
(Ownership owners) Construct a NotOwnedFilter with the specified ownership. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Apply the test to the input argument.Return the ownership used to evaluate member safety.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tangosol.util.Filter
and, asLimitFilter, associatedWith, forKeys, forPartitions, or, xor
-
Field Details
-
m_owners
The ownership
-
-
Constructor Details
-
NotOwnedFilter
Construct a NotOwnedFilter with the specified ownership.- Parameters:
owners
- the ownership
-
-
Method Details