Uses of Class
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Builder
Packages that use GryoPool.Builder
-
Uses of GryoPool.Builder in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return GryoPool.BuilderModifier and TypeMethodDescriptionstatic GryoPool.BuilderGryoPool.build()GryoPool.Builder.initializeMapper(Consumer<GryoMapper.Builder> gryoMapperConsumer) A consumer to update theGryoMapper.Builderonce constructed.GryoPool.Builder.ioRegistries(List<Object> ioRegistryClassNames) TheIoRegistryclass names to use for theGryoPoolGryoPool.Builder.ioRegistry(Object ioRegistryClassName) TheIoRegistryclass name to use for theGryoPoolGryoPool.Builder.poolSize(int poolSize) The size of theGryoPool.GryoPool.Builder.type(GryoPool.Type type) The type ofGryoPoolto support -- seeTypeGryoPool.Builder.version(GryoVersion version) Set the version of Gryo to use for this pool.