org.apache.curator.framework.api
Interface ChildrenDeletable

All Superinterfaces:
Backgroundable<Pathable<Void>>, BackgroundPathable<Void>, BackgroundVersionable, Pathable<Void>, Versionable<BackgroundPathable<Void>>
All Known Subinterfaces:
DeleteBuilder

public interface ChildrenDeletable
extends BackgroundVersionable


Method Summary
 BackgroundVersionable deletingChildrenIfNeeded()
           Will also delete children if they exist.
 
Methods inherited from interface org.apache.curator.framework.api.Backgroundable
inBackground, inBackground, inBackground, inBackground, inBackground, inBackground
 
Methods inherited from interface org.apache.curator.framework.api.Pathable
forPath
 
Methods inherited from interface org.apache.curator.framework.api.Versionable
withVersion
 

Method Detail

deletingChildrenIfNeeded

BackgroundVersionable deletingChildrenIfNeeded()

Will also delete children if they exist.

Returns:


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.