org.apache.cassandra.dht
Class BootstrapInitiateMessage

java.lang.Object
  extended by org.apache.cassandra.dht.BootstrapInitiateMessage
All Implemented Interfaces:
java.io.Serializable

public class BootstrapInitiateMessage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  StreamContextManager.StreamContext[] streamContexts_
           
 
Constructor Summary
BootstrapInitiateMessage(StreamContextManager.StreamContext[] streamContexts)
           
 
Method Summary
 StreamContextManager.StreamContext[] getStreamContext()
           
static Message makeBootstrapInitiateMessage(BootstrapInitiateMessage biMessage)
           
static ICompactSerializer<BootstrapInitiateMessage> serializer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

streamContexts_

protected StreamContextManager.StreamContext[] streamContexts_
Constructor Detail

BootstrapInitiateMessage

public BootstrapInitiateMessage(StreamContextManager.StreamContext[] streamContexts)
Method Detail

serializer

public static ICompactSerializer<BootstrapInitiateMessage> serializer()

makeBootstrapInitiateMessage

public static Message makeBootstrapInitiateMessage(BootstrapInitiateMessage biMessage)
                                            throws java.io.IOException
Throws:
java.io.IOException

getStreamContext

public StreamContextManager.StreamContext[] getStreamContext()


Copyright © 2009 The Apache Software Foundation