Uses of Class
org.apache.cassandra.net.io.StreamContextManager.StreamContext

Packages that use StreamContextManager.StreamContext
org.apache.cassandra.db   
org.apache.cassandra.dht   
org.apache.cassandra.net.io   
org.apache.cassandra.service   
 

Uses of StreamContextManager.StreamContext in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db with parameters of type StreamContextManager.StreamContext
 void Table.BootstrapCompletionHandler.onStreamCompletion(java.lang.String host, StreamContextManager.StreamContext streamContext, StreamContextManager.StreamStatus streamStatus)
           
 

Uses of StreamContextManager.StreamContext in org.apache.cassandra.dht
 

Fields in org.apache.cassandra.dht declared as StreamContextManager.StreamContext
protected  StreamContextManager.StreamContext[] BootstrapInitiateMessage.streamContexts_
           
 

Methods in org.apache.cassandra.dht that return StreamContextManager.StreamContext
 StreamContextManager.StreamContext[] BootstrapInitiateMessage.getStreamContext()
           
 

Constructors in org.apache.cassandra.dht with parameters of type StreamContextManager.StreamContext
BootstrapInitiateMessage(StreamContextManager.StreamContext[] streamContexts)
           
 

Uses of StreamContextManager.StreamContext in org.apache.cassandra.net.io
 

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

Methods in org.apache.cassandra.net.io that return StreamContextManager.StreamContext
 StreamContextManager.StreamContext StreamContextManager.StreamContextSerializer.deserialize(java.io.DataInputStream dis)
           
static StreamContextManager.StreamContext StreamContextManager.getStreamContext(java.lang.String key)
           
 

Methods in org.apache.cassandra.net.io that return types with arguments of type StreamContextManager.StreamContext
static ICompactSerializer<StreamContextManager.StreamContext> StreamContextManager.StreamContext.serializer()
           
 

Methods in org.apache.cassandra.net.io with parameters of type StreamContextManager.StreamContext
static void StreamContextManager.addStreamContext(java.lang.String key, StreamContextManager.StreamContext streamContext, StreamContextManager.StreamStatus streamStatus)
           
 void IStreamComplete.onStreamCompletion(java.lang.String from, StreamContextManager.StreamContext streamContext, StreamContextManager.StreamStatus streamStatus)
           
 void StreamContextManager.StreamContextSerializer.serialize(StreamContextManager.StreamContext sc, java.io.DataOutputStream dos)
           
 

Uses of StreamContextManager.StreamContext in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service with parameters of type StreamContextManager.StreamContext
 void StreamManager.addFilesToStream(StreamContextManager.StreamContext[] streamContexts)
           
 



Copyright © 2009 The Apache Software Foundation