Uses of Interface
dev.getelements.elements.sdk.cluster.id.HasNodeId
Packages that use HasNodeId
Package
Description
-
Uses of HasNodeId in dev.getelements.elements.rt.routing
Methods in dev.getelements.elements.rt.routing that return HasNodeIdModifier and TypeMethodDescriptionstatic HasNodeId
RoutingUtility.checkAddressComponentHasNodeId
(Object object) Ensure that the component is an instance ofHasNodeId
throwing aRoutingException
if the object is not an instance ofHasNodeId
. -
Uses of HasNodeId in dev.getelements.elements.rt.transact
Methods in dev.getelements.elements.rt.transact with type parameters of type HasNodeId -
Uses of HasNodeId in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix with parameters of type HasNodeIdModifier and TypeMethodDescriptionstatic UnixFSPathMapping
UnixFSPathMapping.fromFullyQualifiedFSPath
(UnixFSUtils utils, HasNodeId hasNodeId, Path fsPath) Creates aUnixFSPathMapping
with the supplied information which resolves a particularPath
to aPath
mapping.UnixFSUtils.resolveNodeStorageRoot
(HasNodeId hasNodeId) UnixFSUtils.resolvePathStorageRoot
(HasNodeId hasNodeId) UnixFSUtils.resolveResourceStorageRoot
(HasNodeId hasNodeId) UnixFSUtils.resolveReversePathStorageRoot
(HasNodeId hasNodeId) Resolves the reverse paths storage directory.UnixFSUtils.resolveTaskStorageRoot
(HasNodeId hasNodeId) -
Uses of HasNodeId in dev.getelements.elements.sdk.cluster.id
Classes in dev.getelements.elements.sdk.cluster.id that implement HasNodeIdModifier and TypeClassDescriptionclass
Represents a single worker in the deployment cluster, i.e.class
Represents the globally unique ID for a particular resource.class
Represents a globally-unique id of a task, associated with a resource. -
Uses of HasNodeId in dev.getelements.elements.sdk.cluster.path
Classes in dev.getelements.elements.sdk.cluster.path that implement HasNodeIdModifier and TypeClassDescriptionfinal class
Represents the path scheme for use in the server.Methods in dev.getelements.elements.sdk.cluster.path with parameters of type HasNodeIdModifier and TypeMethodDescriptionstatic Path
Path.fromContextAndComponents
(HasNodeId hasNodeId, String... components) Gets the aPath
from the supplied context and components.Path.toPathWithContextIfAbsent
(HasNodeId hasNodeId) Returns a Path which will have the context specified.Path.toPathWithNodeId
(HasNodeId hasNodeId)