Uses of Interface
dev.getelements.elements.rt.IndexContext.Unlink
Packages that use IndexContext.Unlink
-
Uses of IndexContext.Unlink in dev.getelements.elements.rt
Classes in dev.getelements.elements.rt that implement IndexContext.UnlinkMethods in dev.getelements.elements.rt that return IndexContext.UnlinkModifier and TypeMethodDescriptiondefault IndexContext.Unlink
Performs the operations ofIndexContext.unlinkAsync(Path, Consumer, Consumer)
synchronously.Method parameters in dev.getelements.elements.rt with type arguments of type IndexContext.UnlinkModifier and TypeMethodDescriptionvoid
IndexContext.unlinkAsync
(Path path, Consumer<IndexContext.Unlink> success, Consumer<Throwable> failure) Unlinks the providedPath
and if this is the lastPath
reference to aResourceId
, then the cluster will remove and destroy the associatedResource
.void
SimpleIndexContext.unlinkAsync
(Path path, Consumer<IndexContext.Unlink> success, Consumer<Throwable> failure)