Uses of Interface
org.apache.cassandra.net.io.IStreamComplete

Packages that use IStreamComplete
org.apache.cassandra.db   
org.apache.cassandra.net.io   
 

Uses of IStreamComplete in org.apache.cassandra.db
 

Classes in org.apache.cassandra.db that implement IStreamComplete
static class Table.BootstrapCompletionHandler
          This is the callback handler that is invoked when we have completely been bootstrapped for a single file by a remote host.
 

Uses of IStreamComplete in org.apache.cassandra.net.io
 

Fields in org.apache.cassandra.net.io with type parameters of type IStreamComplete
static java.util.Map<java.lang.String,IStreamComplete> StreamContextManager.streamNotificationHandlers_
           
 

Methods in org.apache.cassandra.net.io that return IStreamComplete
static IStreamComplete StreamContextManager.getStreamCompletionHandler(java.lang.String key)
           
 

Methods in org.apache.cassandra.net.io with parameters of type IStreamComplete
static void StreamContextManager.registerStreamCompletionHandler(java.lang.String key, IStreamComplete streamComplete)
           
 



Copyright © 2009 The Apache Software Foundation