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

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

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.net.InetAddress,IStreamComplete> StreamContextManager.streamNotificationHandlers_
           
 

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

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



Copyright © 2010 The Apache Software Foundation