A builtin predicate that restricts the execution of a target Predicate to a single Partition.
Inheritance Hierarchy
Hazelcast.CorePartitionPredicate
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
The PartitionPredicate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PartitionPredicate | Initializes a new instance of the PartitionPredicate class | |
PartitionPredicate(Object, IPredicate) | Initializes a new instance of the PartitionPredicate class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetFactoryId | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetId | ||
GetPartitionKey |
Returns the partition key that determines the partition the target Predicate is going to execute on
| |
GetTarget |
Returns the predicate that will run on target partition
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ReadData | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteData |
Extension Methods
Name | Description | |
---|---|---|
And | (Defined by PredicateExt.) | |
Not | (Defined by PredicateExt.) | |
Or | (Defined by PredicateExt.) |
Remarks
See Also