Uses of Class
com.loomcache.common.model.NodeInfo
Packages that use NodeInfo
Package
Description
-
Uses of NodeInfo in com.loomcache.common.model
Methods in com.loomcache.common.model that return NodeInfoModifier and TypeMethodDescription@Nullable NodeInfoGet a member by node ID.NodeInfo.withAlive(boolean alive) Return a copy of this node with thealiveflag set to the given value.NodeInfo.withAttributes(Map<String, String> attributes) NodeInfo.withPort(int port) Methods in com.loomcache.common.model that return types with arguments of type NodeInfoModifier and TypeMethodDescriptionClusterState.aliveMembers()Get all alive members.ClusterState.allMembers()Get all members (alive and dead).Methods in com.loomcache.common.model with parameters of type NodeInfo -
Uses of NodeInfo in com.loomcache.server.datastructures
Method parameters in com.loomcache.server.datastructures with type arguments of type NodeInfoModifier and TypeMethodDescriptionvoidDataStructureRegistry.setExecutorMemberSupplier(Supplier<Collection<NodeInfo>> executorMemberSupplier) -
Uses of NodeInfo in com.loomcache.server.executor
Methods in com.loomcache.server.executor with parameters of type NodeInfoModifier and TypeMethodDescriptionbooleanDecide whether the given member should receive the executor task.Method parameters in com.loomcache.server.executor with type arguments of type NodeInfoModifier and TypeMethodDescriptionDistributedExecutorService.submitToMembers(Callable<V> task, Iterable<NodeInfo> members, MemberSelector memberSelector) Submit a callable task to members selected from an explicit membership snapshot.Constructor parameters in com.loomcache.server.executor with type arguments of type NodeInfoModifierConstructorDescriptionDistributedExecutorService(String name, int instanceNumber, KryoSerializer kryoSerializer, long defaultTimeoutMillis, Supplier<Collection<NodeInfo>> memberSupplier) Create a new distributed executor service with custom timeout and member supplier.DistributedExecutorService(String name, int instanceNumber, KryoSerializer kryoSerializer, Supplier<Collection<NodeInfo>> memberSupplier) Create a new distributed executor service with a member supplier for selector submissions. -
Uses of NodeInfo in com.loomcache.server.partition
Methods in com.loomcache.server.partition that return NodeInfoModifier and TypeMethodDescription@Nullable NodeInfoConsistentHashRing.getNodeInfo(String nodeId) Get metadata for a specific node, or null if not on the ring.Methods in com.loomcache.server.partition that return types with arguments of type NodeInfoModifier and TypeMethodDescriptionConsistentHashRing.getNodes()Snapshot of all physical nodes currently on the ring.Methods in com.loomcache.server.partition with parameters of type NodeInfo