|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.transport.Frame.Header
public static class Frame.Header
Nested Class Summary | |
---|---|
static class |
Frame.Header.Flag
|
Field Summary | |
---|---|
static int |
CURRENT_VERSION
|
java.util.EnumSet<Frame.Header.Flag> |
flags
|
static int |
LENGTH
|
int |
streamId
|
Message.Type |
type
|
int |
version
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LENGTH
public static final int CURRENT_VERSION
public final int version
public final java.util.EnumSet<Frame.Header.Flag> flags
public final int streamId
public final Message.Type type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |