Uses of Interface
org.apache.curator.framework.api.BackgroundCallback

Packages that use BackgroundCallback
org.apache.curator.framework.api   
org.apache.curator.framework.imps   
 

Uses of BackgroundCallback in org.apache.curator.framework.api
 

Methods in org.apache.curator.framework.api with parameters of type BackgroundCallback
 T Backgroundable.inBackground(BackgroundCallback callback)
          Perform the action in the background
 T Backgroundable.inBackground(BackgroundCallback callback, Executor executor)
          Perform the action in the background
 T Backgroundable.inBackground(BackgroundCallback callback, Object context)
          Perform the action in the background
 T Backgroundable.inBackground(BackgroundCallback callback, Object context, Executor executor)
          Perform the action in the background
 

Uses of BackgroundCallback in org.apache.curator.framework.imps
 

Methods in org.apache.curator.framework.imps with parameters of type BackgroundCallback
 Pathable<Void> SyncBuilderImpl.inBackground(BackgroundCallback callback)
           
 Pathable<Void> SyncBuilderImpl.inBackground(BackgroundCallback callback, Executor executor)
           
 Pathable<Void> SyncBuilderImpl.inBackground(BackgroundCallback callback, Object context)
           
 Pathable<Void> SyncBuilderImpl.inBackground(BackgroundCallback callback, Object context, Executor executor)
           
 



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