| Package | Description |
|---|---|
| com.datastax.cassandra.transport |
| Modifier and Type | Field and Description |
|---|---|
Message.Type |
Message.type |
Message.Type |
Frame.Header.type |
| Modifier and Type | Method and Description |
|---|---|
static Message.Type |
Message.Type.fromOpcode(int opcode,
Message.Direction direction) |
static Message.Type |
Message.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Type[] |
Message.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Frame |
Frame.create(Message.Type type,
int streamId,
EnumSet<Frame.Header.Flag> flags,
org.jboss.netty.buffer.ChannelBuffer body,
Connection connection) |
| Constructor and Description |
|---|
Message.Request(Message.Type type) |
Message.Response(Message.Type type) |
Message(Message.Type type) |
Copyright © 2013. All Rights Reserved.