Uses of Class
org.apache.tinkerpop.gremlin.util.MessageSerializer.MessageParts
-
Packages that use MessageSerializer.MessageParts Package Description org.apache.tinkerpop.gremlin.util -
-
Uses of MessageSerializer.MessageParts in org.apache.tinkerpop.gremlin.util
Fields in org.apache.tinkerpop.gremlin.util with type parameters of type MessageSerializer.MessageParts Modifier and Type Field Description static EnumSet<MessageSerializer.MessageParts>
MessageSerializer.MessageParts. ALL
static EnumSet<MessageSerializer.MessageParts>
MessageSerializer.MessageParts. CHUNK
static EnumSet<MessageSerializer.MessageParts>
MessageSerializer.MessageParts. END
static EnumSet<MessageSerializer.MessageParts>
MessageSerializer.MessageParts. ERROR
static EnumSet<MessageSerializer.MessageParts>
MessageSerializer.MessageParts. START
Methods in org.apache.tinkerpop.gremlin.util that return MessageSerializer.MessageParts Modifier and Type Method Description static MessageSerializer.MessageParts
MessageSerializer.MessageParts. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageSerializer.MessageParts[]
MessageSerializer.MessageParts. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-