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 HasNodeIdRoutingUtility.checkAddressComponentHasNodeId(Object object) Ensure that the component is an instance ofHasNodeIdthrowing aRoutingExceptionif 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 UnixFSPathMappingUnixFSPathMapping.fromFullyQualifiedFSPath(UnixFSUtils utils, HasNodeId hasNodeId, Path fsPath) Creates aUnixFSPathMappingwith the supplied information which resolves a particularPathto aPathmapping.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 TypeClassDescriptionclassRepresents a single worker in the deployment cluster, i.e.classRepresents the globally unique ID for a particular resource.classRepresents 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 classRepresents the path scheme for use in the server.Methods in dev.getelements.elements.sdk.cluster.path with parameters of type HasNodeIdModifier and TypeMethodDescriptionstatic PathPath.fromContextAndComponents(HasNodeId hasNodeId, String... components) Gets the aPathfrom the supplied context and components.Path.toPathWithContextIfAbsent(HasNodeId hasNodeId) Returns a Path which will have the context specified.Path.toPathWithNodeId(HasNodeId hasNodeId)