| Package | Description |
|---|---|
| org.apache.ignite.internal.client | |
| org.apache.ignite.internal.client.impl | |
| org.apache.ignite.internal.client.util |
| Modifier and Type | Method and Description |
|---|---|
GridClientPredicate<UUID> |
GridClientPartitionAffinity.getBackupFilter()
Gets optional backup filter.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridClientNode> |
GridClientCompute.nodes(GridClientPredicate<GridClientNode> filter)
Gets all cached nodes that pass the filter.
|
GridClientCompute |
GridClientCompute.projection(GridClientPredicate<? super GridClientNode> filter)
Creates a projection that will communicate only with nodes that are accepted by the passed filter.
|
GridClientCompute |
GridClientCompute.projection(GridClientPredicate<? super GridClientNode> filter,
GridClientLoadBalancer balancer)
Creates a projection that will communicate only with nodes that are accepted by the passed filter.
|
GridClientPartitionAffinity |
GridClientPartitionAffinity.setBackupFilter(GridClientPredicate<UUID> backupFilter)
Sets optional backup filter.
|
| Constructor and Description |
|---|
GridClientPartitionAffinity(Integer parts,
GridClientPredicate<UUID> backupFilter)
Initializes optional counts for replicas and backups.
|
| Constructor and Description |
|---|
GridClientClusterStateImpl(GridClientImpl client,
Collection<GridClientNode> nodes,
GridClientPredicate<? super GridClientNode> filter,
GridClientLoadBalancer balancer)
Creates projection with specified client.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> GridClientPredicate<T> |
GridClientUtils.contains(Collection<T> c)
Creates a predicates that checks if given value is contained in collection c.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Collection<T> |
GridClientUtils.applyFilter(Iterable<? extends T> elements,
GridClientPredicate<? super T>... filters)
Applies filter and returns filtered collection of nodes.
|
N |
GridClientConsistentHash.node(Object key,
GridClientPredicate<N>... p)
Gets node for a given key.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018