Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.BufferFactory
-
Packages that use BufferFactory Package Description org.apache.tinkerpop.gremlin.util.ser -
-
Uses of BufferFactory in org.apache.tinkerpop.gremlin.util.ser
Classes in org.apache.tinkerpop.gremlin.util.ser that implement BufferFactory Modifier and Type Class Description class
NettyBufferFactory
Represents a factory to createBuffer
instances from wrappedByteBuf
instances.
-