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.UnlinkPerforms the operations ofIndexContext.unlinkAsync(Path, Consumer, Consumer)synchronously.Method parameters in dev.getelements.elements.rt with type arguments of type IndexContext.UnlinkModifier and TypeMethodDescriptionvoidIndexContext.unlinkAsync(Path path, Consumer<IndexContext.Unlink> success, Consumer<Throwable> failure) Unlinks the providedPathand if this is the lastPathreference to aResourceId, then the cluster will remove and destroy the associatedResource.voidSimpleIndexContext.unlinkAsync(Path path, Consumer<IndexContext.Unlink> success, Consumer<Throwable> failure)