Uses of Enum Class
org.apache.cassandra.transport.Envelope.Header.Flag
Packages that use Envelope.Header.Flag
-
Uses of Envelope.Header.Flag in org.apache.cassandra.transport
Fields in org.apache.cassandra.transport with type parameters of type Envelope.Header.FlagMethods in org.apache.cassandra.transport that return Envelope.Header.FlagModifier and TypeMethodDescriptionstatic Envelope.Header.FlagReturns the enum constant of this class with the specified name.static Envelope.Header.Flag[]Envelope.Header.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.transport that return types with arguments of type Envelope.Header.FlagModifier and TypeMethodDescriptionstatic EnumSet<Envelope.Header.Flag>Envelope.Header.Flag.deserialize(int flags) Method parameters in org.apache.cassandra.transport with type arguments of type Envelope.Header.FlagModifier and TypeMethodDescriptionstatic EnvelopeEnvelope.create(Message.Type type, int streamId, ProtocolVersion version, EnumSet<Envelope.Header.Flag> flags, io.netty.buffer.ByteBuf body) static intEnvelope.Header.Flag.serialize(EnumSet<Envelope.Header.Flag> flags)