Package oracle.pgx.config
Class ReadGraphOption.SynchronizableOptionReadGraphOption
- java.lang.Object
-
- oracle.pgx.config.ReadGraphOption.SynchronizableOptionReadGraphOption
-
- All Implemented Interfaces:
ReadGraphOption
- Enclosing interface:
- ReadGraphOption
public static class ReadGraphOption.SynchronizableOptionReadGraphOption extends java.lang.Object implements ReadGraphOption
Class for option, which specifies if graph cannot be synchronized, PGX will throw an Exception
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface oracle.pgx.config.ReadGraphOption
ReadGraphOption.OnMissingVertexOption, ReadGraphOption.OptimizedForOption, ReadGraphOption.ParallelHintDegreeReadGraphOption, ReadGraphOption.ReadGraphOptionDataBuilder, ReadGraphOption.SynchronizableOptionReadGraphOption
-
-
Field Summary
-
Fields inherited from interface oracle.pgx.config.ReadGraphOption
ON_MISSING_VERTEX_ERROR, ON_MISSING_VERTEX_IGNORE_EDGE, ON_MISSING_VERTEX_IGNORE_EDGE_LOG, ON_MISSING_VERTEX_IGNORE_EDGE_LOG_ONCE, OPTIMIZED_FOR_READ, OPTIMIZED_FOR_UPDATES, SYNCHRONIZABLE
-
-
Constructor Summary
Constructors Constructor Description SynchronizableOptionReadGraphOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(ReadGraphOption.ReadGraphOptionDataBuilder holder)
boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Method Detail
-
apply
public void apply(ReadGraphOption.ReadGraphOptionDataBuilder holder)
- Specified by:
apply
in interfaceReadGraphOption
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
-