Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.net | |
org.apache.cassandra.net.sink | |
org.apache.cassandra.repair.messages |
Modifier and Type | Method and Description |
---|---|
abstract MessageOut<? extends AbstractRangeCommand> |
AbstractRangeCommand.createMessage() |
MessageOut<PagedRangeCommand> |
PagedRangeCommand.createMessage() |
MessageOut<RangeSliceCommand> |
RangeSliceCommand.createMessage() |
MessageOut<RangeSliceReply> |
RangeSliceReply.createMessage() |
MessageOut<ReadCommand> |
ReadCommand.createMessage() |
MessageOut<RowMutation> |
RowMutation.createMessage() |
MessageOut |
SnapshotCommand.createMessage() |
MessageOut<TruncateResponse> |
TruncateResponse.createMessage() |
MessageOut<Truncation> |
Truncation.createMessage() |
MessageOut<WriteResponse> |
WriteResponse.createMessage() |
MessageOut<RowMutation> |
RowMutation.createMessage(MessagingService.Verb verb) |
MessageOut<CounterMutation> |
CounterMutation.makeMutationMessage() |
Modifier and Type | Field and Description |
---|---|
protected MessageOut<?> |
CallbackInfo.sentMessage |
Modifier and Type | Method and Description |
---|---|
MessageOut<T> |
MessageOut.withParameter(java.lang.String key,
byte[] value) |
Modifier and Type | Method and Description |
---|---|
int |
MessagingService.addCallback(IAsyncCallback cb,
MessageOut message,
java.net.InetAddress to,
long timeout) |
void |
OutboundTcpConnection.enqueue(MessageOut<?> message,
int id) |
OutboundTcpConnection |
MessagingService.getConnection(java.net.InetAddress to,
MessageOut msg) |
void |
MessagingService.sendOneWay(MessageOut message,
java.net.InetAddress to) |
void |
MessagingService.sendOneWay(MessageOut message,
int id,
java.net.InetAddress to)
Send a message to a given endpoint.
|
void |
MessagingService.sendReply(MessageOut message,
int id,
java.net.InetAddress to) |
<T> AsyncOneResponse<T> |
MessagingService.sendRR(MessageOut message,
java.net.InetAddress to) |
int |
MessagingService.sendRR(MessageOut message,
java.net.InetAddress to,
IAsyncCallback cb) |
int |
MessagingService.sendRR(MessageOut message,
java.net.InetAddress to,
IAsyncCallback cb,
long timeout)
Send a message to a given endpoint.
|
Constructor and Description |
---|
CallbackInfo(java.net.InetAddress target,
IAsyncCallback callback,
MessageOut<?> sentMessage,
IVersionedSerializer<?> serializer) |
Modifier and Type | Method and Description |
---|---|
MessageOut |
IMessageSink.handleMessage(MessageOut message,
int id,
java.net.InetAddress to)
Transform or drop an outgoing message
|
static MessageOut |
SinkManager.processOutboundMessage(MessageOut message,
int id,
java.net.InetAddress to) |
Modifier and Type | Method and Description |
---|---|
MessageOut |
IMessageSink.handleMessage(MessageOut message,
int id,
java.net.InetAddress to)
Transform or drop an outgoing message
|
static MessageOut |
SinkManager.processOutboundMessage(MessageOut message,
int id,
java.net.InetAddress to) |
Modifier and Type | Method and Description |
---|---|
MessageOut<RepairMessage> |
RepairMessage.createMessage() |
Copyright © 2013 The Apache Software Foundation