Uses of Class
org.apache.tinkerpop.gremlin.structure.io.pdt.PDTRegistry
Packages that use PDTRegistry
Package
Description
-
Uses of PDTRegistry in org.apache.tinkerpop.gremlin.driver.remote
Methods in org.apache.tinkerpop.gremlin.driver.remote that return PDTRegistryMethods in org.apache.tinkerpop.gremlin.driver.remote with parameters of type PDTRegistryModifier and TypeMethodDescriptionvoidDriverRemoteConnection.setPdtRegistry(PDTRegistry pdtRegistry) Sets thePDTRegistryfor registry-based dehydration in the gremlin-lang translator. -
Uses of PDTRegistry in org.apache.tinkerpop.gremlin.process.remote
Methods in org.apache.tinkerpop.gremlin.process.remote that return PDTRegistryModifier and TypeMethodDescriptiondefault PDTRegistryRemoteConnection.getPdtRegistry()Returns thePDTRegistryassociated with this connection, ornullif none. -
Uses of PDTRegistry in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return PDTRegistryModifier and TypeMethodDescriptionGremlinLang.getPdtRegistry()Gets thePDTRegistryused for registry-based dehydration.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type PDTRegistryModifier and TypeMethodDescriptionvoidGremlinLang.setPdtRegistry(PDTRegistry pdtRegistry) Sets thePDTRegistryused for registry-based dehydration of unknown types.Constructors in org.apache.tinkerpop.gremlin.process.traversal with parameters of type PDTRegistry -
Uses of PDTRegistry in org.apache.tinkerpop.gremlin.structure.io.binary
Constructors in org.apache.tinkerpop.gremlin.structure.io.binary with parameters of type PDTRegistryModifierConstructorDescriptionGraphBinaryReader(TypeSerializerRegistry registry, PDTRegistry pdtRegistry) GraphBinaryWriter(TypeSerializerRegistry registry, PDTRegistry pdtRegistry) -
Uses of PDTRegistry in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type PDTRegistryModifier and TypeMethodDescriptionGraphSONMapper.Builder.pdtRegistry(PDTRegistry pdtRegistry) Set thePDTRegistryto enable automatic hydration ofCompositePDTvalues during deserialization.voidGraphSONTypeIdResolver.setPdtRegistry(PDTRegistry pdtRegistry) -
Uses of PDTRegistry in org.apache.tinkerpop.gremlin.structure.io.pdt
Methods in org.apache.tinkerpop.gremlin.structure.io.pdt that return PDTRegistryModifier and TypeMethodDescriptionstatic PDTRegistryPDTRegistry.create()Creates a registry populated viaServiceLoaderdiscovery.static PDTRegistryPDTRegistry.empty()Creates an empty registry for manual registration. -
Uses of PDTRegistry in org.apache.tinkerpop.gremlin.util.ser
Constructors in org.apache.tinkerpop.gremlin.util.ser with parameters of type PDTRegistryModifierConstructorDescriptionGraphBinaryMessageSerializerV4(TypeSerializerRegistry registry, PDTRegistry pdtRegistry)