Uses of Class
oracle.pgx.common.types.ChangeType
-
Packages that use ChangeType Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.common.types This package contains enums and helper classes identifying common PGX types. -
-
Uses of ChangeType in oracle.pgx.api
Methods in oracle.pgx.api that return ChangeType Modifier and Type Method Description ChangeTypeGraphChangeSet. getEdgeChangeType(java.lang.Object id)Returns theChangeTypeof the update for the edge with the given IDChangeTypeGraphChangeSetImpl. getEdgeChangeType(java.lang.Object id)ChangeTypeGraphChangeSet. getVertexChangeType(VID id)Returns theChangeTypeof the update for the vertex with the given IDChangeTypeGraphChangeSetImpl. getVertexChangeType(VID id) -
Uses of ChangeType in oracle.pgx.common.types
Methods in oracle.pgx.common.types that return ChangeType Modifier and Type Method Description static ChangeTypeChangeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in oracle.pgx.common.types with type arguments of type ChangeType Modifier and Type Method Description static voidChangeType. forEach(java.util.function.Consumer<ChangeType> body)
-