Package | Description |
---|---|
org.apache.cassandra.transport |
Modifier and Type | Field and Description |
---|---|
java.util.EnumSet<Frame.Header.Flag> |
Frame.Header.flags |
Modifier and Type | Method and Description |
---|---|
static Frame.Header.Flag |
Frame.Header.Flag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Frame.Header.Flag[] |
Frame.Header.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<Frame.Header.Flag> |
Frame.Header.Flag.deserialize(int flags) |
Modifier and Type | Method and Description |
---|---|
static Frame |
Frame.create(Message.Type type,
int streamId,
ProtocolVersion version,
java.util.EnumSet<Frame.Header.Flag> flags,
io.netty.buffer.ByteBuf body) |
static int |
Frame.Header.Flag.serialize(java.util.EnumSet<Frame.Header.Flag> flags) |
Copyright © 2020 The Apache Software Foundation