Uses of Class
dev.getelements.elements.sdk.cluster.id.ResourceId
Packages that use ResourceId
Package
Description
-
Uses of ResourceId in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return ResourceIdModifier and TypeMethodDescriptiondefault ResourceIddefault ResourceIdResourceContext.createAttributes(String module, Path path, Attributes attributes, Object... args) SimpleResourceContext.createAttributes(String module, Path path, Attributes attributes, Object... args) Resource.getId()Returns the immutable and globally-unique ID of this resource.IndexContext.Listing.getResourceId()IndexContext.Unlink.getResourceId()Returns theResourceIdthat was affected by the unlinking operation.ResourceService.Listing.getResourceId()Returns theResourceIdat the suppliedResourceId.ResourceService.ResourceAcquisition.getResourceId()Gets theResourceId.ResourceService.Unlink.getResourceId()Returns theResourceIdat the suppliedResourceId.SimpleIndexContext.SimpleIndexContextUnlink.getResourceId()SimpleIndexContextListing.getResourceId()SimpleResourceServiceListing.getResourceId()SimpleResourceServiceUnlink.getResourceId()Methods in dev.getelements.elements.rt that return types with arguments of type ResourceIdModifier and TypeMethodDescriptiondefault List<ResourceId> ResourceService.destroyResources(Path path, int max) default List<ResourceId> ResourceService.removeResources(Path path, int max) ResourceService.removeResources(Path path, int max, Consumer<Resource> removed) Methods in dev.getelements.elements.rt with parameters of type ResourceIdModifier and TypeMethodDescriptionResourceService.acquire(ResourceId resourceId) Acquires aResourceguaranteeing it will remain in-memory until the resource is released.ResourceService.acquireWithTransaction(ResourceId resourceId) Opens aResourceService.ResourceTransaction.default voidResourceContext.destroy(ResourceId resourceId) Destroys theResourcewith the providedResourceId.default voidResourceService.destroy(ResourceId resourceId) Removes aResourceand then immediately closes it.voidResourceContext.destroyAsync(Consumer<Void> success, Consumer<Throwable> failure, ResourceId resourceId) Destroys theResourcewith the providedResourceId.voidSimpleResourceContext.destroyAsync(Consumer<Void> success, Consumer<Throwable> failure, ResourceId resourceId) booleanResourceService.exists(ResourceId resourceId) Deprecated.not used anywherestatic SimpleResourceServiceUnlinkSimpleResourceServiceUnlink.from(ResourceId resourceId, boolean removed) LockSetService.getResourceIdReadMonitor(ResourceId resourceId) Gets a singleMonitorfor the suppliedResourceId(for reading).WeakReferenceLockSetService.getResourceIdReadMonitor(ResourceId resourceId) LockSetService.getResourceIdWriteMonitor(ResourceId resourceId) Gets a singleMonitorfor the suppliedResourceId(for writing).WeakReferenceLockSetService.getResourceIdWriteMonitor(ResourceId resourceId) default ObjectResourceContext.invoke(ResourceId resourceId, String method, Object... args) Synchronous invoke ofResourceContext.invokePathAsync(Consumer, Consumer, Path, String, Object...).voidResourceContext.invokeAsync(Consumer<Object> success, Consumer<Throwable> failure, ResourceId resourceId, String method, Object... args) Invokes the method on theResourceId.voidSimpleResourceContext.invokeAsync(Consumer<Object> success, Consumer<Throwable> failure, ResourceId resourceId, String method, Object... args) default voidIndexContext.link(ResourceId resourceId, Path destination) Performs the operations ofIndexContext.linkAsync(ResourceId, Path, Consumer, Consumer)synchronously.voidResourceService.link(ResourceId sourceResourceId, Path destination) Given the providedResourceId, this will create an additional alias for the provided destinationPath.voidIndexContext.linkAsync(ResourceId resourceId, Path destination, Consumer<Void> success, Consumer<Throwable> failure) Links a singleResourceIdto aPathdestination.voidSimpleIndexContext.linkAsync(ResourceId resourceId, Path destination, Consumer<Void> success, Consumer<Throwable> failure) <T> Future<T> Scheduler.perform(ResourceId resourceId, Function<ResourceService.ResourceTransaction, T> operation, Consumer<Throwable> failure) Performs an action against the resource with the providedResourceId.<T> Future<T> SimpleScheduler.perform(ResourceId resourceId, Function<ResourceService.ResourceTransaction, T> operation, Consumer<Throwable> failure) <T> Future<T> Scheduler.performAfterDelay(ResourceId resourceId, long time, TimeUnit timeUnit, Function<ResourceService.ResourceTransaction, T> operation, Consumer<Throwable> failure) <T> Future<T> SimpleScheduler.performAfterDelay(ResourceId resourceId, long time, TimeUnit timeUnit, Function<ResourceService.ResourceTransaction, T> operation, Consumer<Throwable> failure) Scheduler.performAfterDelayV(ResourceId resourceId, long time, TimeUnit timeUnit, Consumer<ResourceService.ResourceTransaction> operation, Consumer<Throwable> failure) InvokeScheduler.performAfterDelay(ResourceId, long, TimeUnit, Function, Consumer)with aConsumer<Resource>instead of aFunction<Resource,.?> Scheduler.performV(ResourceId resourceId, Consumer<ResourceService.ResourceTransaction> operation, Consumer<Throwable> failure) Performs an action against the resource with the provided ID.voidPersistenceStrategy.persist(ResourceId resourceId) Requests that theResourceIdwith the suppliedResourceIdbe persisted.ResourceService.removeResource(ResourceId resourceId) Removes aResourceinstance from this resource service.Scheduler.scheduleDestruction(ResourceId resourceId, long delay, TimeUnit timeUnit) Provided theResourceId, this will schedule destruction at some point in the near future, but not before.SimpleScheduler.scheduleDestruction(ResourceId resourceId) SimpleScheduler.scheduleDestruction(ResourceId resourceId, long delay, TimeUnit timeUnit) voidSimpleResourceServiceListing.setResourceId(ResourceId resourceId) voidSimpleResourceServiceUnlink.setResourceId(ResourceId resourceId) Method parameters in dev.getelements.elements.rt with type arguments of type ResourceIdModifier and TypeMethodDescriptiondefault voidResourceContext.createAsync(Consumer<ResourceId> success, Consumer<Throwable> failure, String module, Path path, Object... args) voidResourceContext.createAttributesAsync(Consumer<ResourceId> success, Consumer<Throwable> failure, String module, Path path, Attributes attributes, Object... args) Creates aResourceasynchronously.voidSimpleResourceContext.createAttributesAsync(Consumer<ResourceId> success, Consumer<Throwable> failure, String module, Path path, Attributes attributes, Object... args) default MonitorLockSetService.getResourceIdReadMonitor(SortedSet<ResourceId> resourceIds) Gets aMonitorwhich will lock all resources in theResourceIdinstances for read operations.default MonitorLockSetService.getResourceIdWriteMonitor(SortedSet<ResourceId> resourceIds) Gets aMonitorwhich will lock all resources in theResourceIdinstances for write operations. -
Uses of ResourceId in dev.getelements.elements.rt.exception
Methods in dev.getelements.elements.rt.exception that return ResourceIdConstructors in dev.getelements.elements.rt.exception with parameters of type ResourceId -
Uses of ResourceId in dev.getelements.elements.rt.transact
Methods in dev.getelements.elements.rt.transact that return ResourceIdModifier and TypeMethodDescriptionTransactionalResource.getId()default ResourceIdResourceEntry.getOriginalResourceId()Gets theResourceIdor throws an instance ofResourceNotFoundExceptionif no such resource exists with this entry.ReadOnlyTransaction.getResourceId(Path path) Gets theResourceIdassociated with the givenPath.default ResourceIdResourceEntry.getResourceId()Gets theResourceIdor throws an instance ofResourceNotFoundExceptionif no such resource exists with this entry.Methods in dev.getelements.elements.rt.transact that return types with arguments of type ResourceIdModifier and TypeMethodDescriptiondefault Optional<ResourceId> ResourceEntry.OperationalStrategy.doFindResourceId(ResourceEntry entry) Finds theResourceIdfor theResourceEntry.default Optional<ResourceId> ResourceEntry.findOriginalResourceId()Finds theResourceIdassociated with the node, or a result equivalent toOptional.empty()if no such resource id exists.AbstractResourceEntry.findResourceId()default Optional<ResourceId> PathIndex.findResourceId(Path path) Gets theResourceIdfor the supplied path.ResourceEntry.findResourceId()Finds theResourceIdassociated with the node, or a result equivalent toOptional.empty()if no such resource id exists.Snapshot.findTaskEntry(ResourceId resourceId) Finds theTaskEntryassociated with the suppliedResourceId.StandardSnapshot.findTaskEntry(ResourceId resourceId) TaskIndex.findTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) Finds theTaskEntry<ResourceId>for the suppliedResourceId.Snapshot.getOrCreateTaskEntry(ResourceId resourceId) Gets theTaskEntryor throws an instance ofSnapshotMissException.StandardSnapshot.getOrCreateTaskEntry(ResourceId resourceId) TaskIndex.getOrCreateTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) Gets theTaskEntry<ResourceId>for the suppliedResourceId.TaskIndex.listAllEntriesByResource()Gets all entries in theTaskIndex.TaskIndex.listAllEntriesByResource()Gets all entries in theTaskIndex.ReadWriteTransaction.removeResources(Path path, int max) Removes multipleResourceIds associated with the suppliedPath, if the associatedResourceIdis linked by no otherPaths, then this method will also delete theResourceIds associated with thsPath.TransactionalResourceService.removeResources(Path path, int max, Consumer<Resource> removed) Methods in dev.getelements.elements.rt.transact with parameters of type ResourceIdModifier and TypeMethodDescriptionTransactionalResourceService.acquire(ResourceId resourceId) TransactionalResourceService.acquireWithTransaction(ResourceId resourceId) Snapshot.add(ResourceId resourceId) Adds a newResourceEntrywith the suppliedResourceId, returning the result.StandardSnapshot.add(ResourceId resourceId) voidTaskIndex.applyChange(ResourceId resourceId, String transactionId) Applies task changes with the suppliedResourceIdand transaction id.voidTransactionJournal.MutableEntry.applyChangeToResourceContents(ResourceId resourceId) Logs the suppliedResourceIdas its contents having been flushed.voidTransactionJournal.MutableEntry.applyChangeToResourceReversePaths(ResourceId resourceId) Logs the suppliedResourceIdas having been flushed.voidTransactionJournal.MutableEntry.applyChangeToTasks(ResourceId resourceId) Applies the changes to the tasks for the suppliedResourceId.voidResourceIndex.applyContentsChange(ResourceId resourceId, String transactionId) Applies the change to theResourceIndexaccording to the supplied transaction ID.voidResourceIndex.applyReversePathsChange(ResourceId resourceId, String transactionId) Applies the change to theResourceIndexaccording to the supplied transaction ID.voidResourceIndex.cleanup(ResourceId resourceId, String transactionId) Cleans up whatever may have been left behind by a partial transaction.voidTaskIndex.cleanup(ResourceId resourceId, String transactionId) Cleans up the task changes with the suppliedResourceIdand transaction id.booleanReadOnlyTransaction.exists(ResourceId resourceId) Checks if the resource exists, returning false if it does not exist.default booleanResourceIndex.exists(ResourceId resourceId) Checks if aResourceIdexists.booleanTransactionalResourceService.exists(ResourceId resourceId) default Optional<ResourceEntry> ResourceIndex.findEntry(ResourceId resourceId) Loads theResourceEntryfrom the suppliedPath.ResourceIndex.findEntry(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) Loads theResourceEntryfrom the suppliedPath.Snapshot.findResourceEntry(ResourceId resourceId) Finds theResourceEntryat the supplied ResourceId.StandardSnapshot.findResourceEntry(ResourceId resourceId) ResourceIndex.findReversePaths(ResourceId resourceId) Finds reverse paths for theResourceId.Snapshot.findTaskEntry(ResourceId resourceId) Finds theTaskEntryassociated with the suppliedResourceId.StandardSnapshot.findTaskEntry(ResourceId resourceId) TaskIndex.findTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) Finds theTaskEntry<ResourceId>for the suppliedResourceId.Snapshot.getOrCreateTaskEntry(ResourceId resourceId) Gets theTaskEntryor throws an instance ofSnapshotMissException.StandardSnapshot.getOrCreateTaskEntry(ResourceId resourceId) TaskIndex.getOrCreateTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) Gets theTaskEntry<ResourceId>for the suppliedResourceId.default ResourceEntrySnapshot.getResourceEntry(ResourceId resourceId) Gets theResourceEntryor throws an instance ofSnapshotMissException.voidTransactionalResourceService.link(ResourceId sourceResourceId, Path destination) voidReadWriteTransaction.linkExistingResource(ResourceId sourceResourceId, Path destination) Links an existingResourceIdto a newPath, throwing an instance ofResourceNotFoundExceptionif theResourceIdis not known or throwing an instance ofDuplicateExceptionif the suppliedPathexists.voidReadWriteTransaction.linkNewResource(ResourceId resourceId, Path path) Creates a link betweeen aPathandResourceId, provided that neither already exist.Snapshot.Builder.load(ResourceId resourceId) Loads the specifiedResourceIdinto thisSnapshot.StandardSnapshotBuilder.load(ResourceId resourceId) ReadOnlyTransaction.loadResourceContents(ResourceId resourceId) Loads the contents of theResourcegiven the suppliedResourceId.ResourceIndex.newEntry(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) Creates a newResourceEntrywith the supplied transaction id andResourceId.voidTransactionPersistenceStrategy.persist(ResourceId resourceId) voidReadWriteTransaction.removeResource(ResourceId resourceId) Removes theResourcewith the suppliedResourceIdand automatically removes anyPathinstances that point to thatResourceId.TransactionalResourceService.removeResource(ResourceId resourceId) ReadWriteTransaction.saveNewResource(Path path, ResourceId resourceId) ResourceIndex.updateContents(ResourceId resourceId) Creates a newResourceContentsfor the suppliedResourceId.ReadWriteTransaction.updateResource(ResourceId resourceId) Opens aWritableByteChannelto a newly definedResourcewith theResourceIdIf theResourceIdis not found, then this must throw an instance ofResourceNotFoundExceptionto indicate that the operation is not possible.ReadOnlyTransaction.Builder.with(ResourceId resourceId) Method parameters in dev.getelements.elements.rt.transact with type arguments of type ResourceIdModifier and TypeMethodDescriptionTaskIndex.findTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) Finds theTaskEntry<ResourceId>for the suppliedResourceId.TaskIndex.getOrCreateTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) Gets theTaskEntry<ResourceId>for the suppliedResourceId.default ReadOnlyTransaction.Builder<TransactionT> ReadOnlyTransaction.Builder.withResourceIds(Iterable<ResourceId> resourceIds) Constructors in dev.getelements.elements.rt.transact with parameters of type ResourceIdConstructor parameters in dev.getelements.elements.rt.transact with type arguments of type ResourceIdModifierConstructorDescriptionStandardSnapshot(Monitor monitor, DataStore dataStore, SortedSet<ResourceId> resourceIds, SortedSet<Path> paths) -
Uses of ResourceId in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix that return ResourceIdModifier and TypeMethodDescriptionUnixFSTransactionParameter.asResourceId()Returns this parameter as an instanceResourceIdor throws an instance ofUnixFSProgramCorruptionExceptionif the type is not properly matched.protected ResourceIdUnixFSTransactionParameter.Type.asResourceId(UnixFSTransactionParameter unixFSTransactionParameter) UnixFSResourceEntryNew.getOriginalResourceId()UnixFSResourceContentsMapping.getResourceId()Gets theResourceIdassociated with this mapping.UnixFSTaskPathMapping.getResourceId()Gets theTaskId.Methods in dev.getelements.elements.rt.transact.unix that return types with arguments of type ResourceIdModifier and TypeMethodDescriptionUnixFSResourceEntryExisting.findOriginalResourceId()UnixFSResourceEntryNew.findOriginalResourceId()UnixFSTaskEntryExisting.findOriginalScope()UnixFSTaskEntryNew.findOriginalScope()UnixFSTaskIndex.findTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) UnixFSTaskIndex.getOrCreateTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) UnixFSTaskIndex.listAllEntriesByResource()UnixFSTaskIndex.listAllEntriesByResource()Methods in dev.getelements.elements.rt.transact.unix with parameters of type ResourceIdModifier and TypeMethodDescriptionUnixFSTransactionCommand.Builder.addResourceIdParameter(ResourceId resourceId) Appends aResourceIdparameter.voidUnixFSTaskIndex.applyChange(ResourceId resourceId, String transactionId) UnixFSTransactionProgramBuilder.applyChangeToResourceContents(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Applies the contents change ot the resource.UnixFSTransactionProgramBuilder.applyChangeToTasks(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Applies the suppliedResourceIdchanges to the data store for the associated tasks.voidUnixFSResourceIndex.applyContentsChange(ResourceId resourceId, String transactionId) voidUnixFSTransactionCommitExecutionHandler.applyContentsChange(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.applyContentsChange(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Applies the contnets change to aResourceId.UnixFSTransactionProgramBuilder.applyReversePathChangeToResource(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Applies the suppliedResourceIdchanges to the data store.voidUnixFSResourceIndex.applyReversePathsChange(ResourceId resourceId, String transactionId) voidUnixFSTransactionCommitExecutionHandler.applyReversePathsChange(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.applyReversePathsChange(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Applies the change to theResourceId.voidUnixFSTransactionCommitExecutionHandler.applyTaskChanges(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.applyTaskChanges(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Applies the task changes to the datastore.voidUnixFSResourceIndex.cleanup(ResourceId resourceId, String transactionId) voidUnixFSTaskIndex.cleanup(ResourceId resourceId, String transactionId) UnixFSTransactionProgramBuilder.cleanupResource(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Cleans up the suppliedResourceIdchanges from the data store.default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.cleanupResourceId(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Cleans up theResourceIdresources associated with the transaction.voidUnixFSTransactionRollbackExecutionHandler.cleanupResourceId(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) default voidUnixFSTransactionProgramInterpreter.ExecutionHandler.cleanupTasks(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) Cleans up the tasks for theResourceIdresources associated with the transaction.voidUnixFSTransactionRollbackExecutionHandler.cleanupTasks(UnixFSTransactionProgram program, UnixFSTransactionCommand command, ResourceId resourceId, String transactionId) UnixFSTransactionProgramBuilder.cleanupTasksForResource(UnixFSTransactionProgramExecutionPhase executionPhase, ResourceId resourceId) Cleans up the tasks for the suppliedResourceId.UnixFSResourceIndex.findEntry(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) UnixFSTaskIndex.findTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) UnixFSResourceContentsMapping.fromResourceId(UnixFSUtils utils, ResourceId resourceId) static UnixFSReversePathMappingUnixFSReversePathMapping.fromResourceId(UnixFSUtils utils, ResourceId resourceId) static UnixFSTaskPathMappingUnixFSTaskPathMapping.fromResourceId(UnixFSUtils unixFSUtils, ResourceId resourceId) Gets a task mapping for the supplied file.UnixFSTaskIndex.getOrCreateTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) UnixFSResourceIndex.newEntry(ResourceId resourceId, Supplier<ResourceEntry.OperationalStrategy> operationalStrategy) UnixFSResourceIndex.updateContents(ResourceId resourceId) Method parameters in dev.getelements.elements.rt.transact.unix with type arguments of type ResourceIdModifier and TypeMethodDescriptionUnixFSTaskIndex.findTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) UnixFSTaskIndex.getOrCreateTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>> ctor, ResourceId resourceId) Constructors in dev.getelements.elements.rt.transact.unix with parameters of type ResourceIdModifierConstructorDescriptionUnixFSResourceEntryNew(UnixFSUtils utils, ResourceId resourceId, ResourceEntry.OperationalStrategy operationalStrategy) UnixFSTaskEntryNew(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils, ResourceId resourceId) Constructor parameters in dev.getelements.elements.rt.transact.unix with type arguments of type ResourceIdModifierConstructorDescriptionUnixFSTaskEntryBase(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils) UnixFSTaskEntryExisting(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils, UnixFSTaskPathMapping mapping) UnixFSTaskEntryNew(TaskEntry.OperationalStrategy<ResourceId> operationalStrategy, UnixFSUtils unixFSUtils, ResourceId resourceId) -
Uses of ResourceId in dev.getelements.elements.sdk.cluster.id
Methods in dev.getelements.elements.sdk.cluster.id that return ResourceIdModifier and TypeMethodDescriptionTaskId.getResourceId()Returns theResourceIdattached to thisTaskIdstatic ResourceIdResourceId.randomResourceId()Creates a new uniqueResourceId, with a randomNodeId.static ResourceIdResourceId.randomResourceIdForNode(NodeId nodeId) Creates a new uniqueResourceId, specifying theNodeIdstatic ResourceIdResourceId.resourceIdFromByteBuffer(ByteBuffer byteBufferRepresentation) Parses a newResourceIdfrom the givenByteBuffer.static ResourceIdResourceId.resourceIdFromByteBuffer(ByteBuffer byteBufferRepresentation, int byteBufferPosition) Reads aResourceIdfrom the suppliedByteBufferand position, ensuring that the buffer's mark, limit, and position are unaffected.static ResourceIdResourceId.resourceIdFromBytes(byte[] byteRepresentation) Parses a newResourceIdfrom the given.invalid reference
byte[]static ResourceIdResourceId.resourceIdFromString(String stringRepresentation) Parses a newResourceIdfrom the givenString.static ResourceIdThe Java standard valueOf method.Constructors in dev.getelements.elements.sdk.cluster.id with parameters of type ResourceId