PgxGraph.Degree, PgxGraph.Mode, PgxGraph.MultiEdges, PgxGraph.SelfEdges, PgxGraph.SortOrder, PgxGraph.TrivialVertices
Modifier and Type | Method and Description |
---|---|
<ID> VertexProperty<ID,java.lang.Boolean> |
getIsLeftProperty()
Blocking version of
getIsLeftPropertyAsync() . |
<ID> PgxFuture<VertexProperty<ID,java.lang.Boolean>> |
getIsLeftPropertyAsync()
Gets the 'is Left' vertex property of the graph.
|
bipartiteSubGraphFromInDegree, bipartiteSubGraphFromInDegree, bipartiteSubGraphFromInDegree, bipartiteSubGraphFromInDegree, bipartiteSubGraphFromInDegreeAsync, bipartiteSubGraphFromInDegreeAsync, bipartiteSubGraphFromInDegreeAsync, bipartiteSubGraphFromInDegreeAsync, bipartiteSubGraphFromLeftSet, bipartiteSubGraphFromLeftSet, bipartiteSubGraphFromLeftSet, bipartiteSubGraphFromLeftSet, bipartiteSubGraphFromLeftSetAsync, bipartiteSubGraphFromLeftSetAsync, bipartiteSubGraphFromLeftSetAsync, bipartiteSubGraphFromLeftSetAsync, clone, clone, clone, cloneAsync, cloneAsync, cloneAsync, combineEdgePropertiesIntoVectorProperty, combineEdgePropertiesIntoVectorProperty, combineEdgePropertiesIntoVectorPropertyAsync, combineEdgePropertiesIntoVectorPropertyAsync, combineVertexPropertiesIntoVectorProperty, combineVertexPropertiesIntoVectorProperty, combineVertexPropertiesIntoVectorPropertyAsync, combineVertexPropertiesIntoVectorPropertyAsync, createAllPaths, createAllPathsAsync, createChangeSet, createComponents, createComponentsAsync, createEdgeProperty, createEdgeProperty, createEdgeProperty, createEdgePropertyAsync, createEdgePropertyAsync, createEdgeSequence, createEdgeSequence, createEdgeSequenceAsync, createEdgeSequenceAsync, createEdgeSet, createEdgeSet, createEdgeSetAsync, createEdgeSetAsync, createEdgeVectorProperty, createEdgeVectorProperty, createEdgeVectorPropertyAsync, createEdgeVectorPropertyAsync, createMap, createMap, createMapAsync, createMapAsync, createMergingStrategyBuilder, createPath, createPathAsync, createPickingStrategyBuilder, createScalar, createScalar, createScalarAsync, createScalarAsync, createVectorScalar, createVectorScalar, createVectorScalarAsync, createVectorScalarAsync, createVertexProperty, createVertexProperty, createVertexProperty, createVertexPropertyAsync, createVertexPropertyAsync, createVertexSequence, createVertexSequence, createVertexSequenceAsync, createVertexSequenceAsync, createVertexSet, createVertexSet, createVertexSetAsync, createVertexSetAsync, createVertexVectorProperty, createVertexVectorProperty, createVertexVectorPropertyAsync, createVertexVectorPropertyAsync, filter, filter, filter, filterAsync, filterAsync, filterAsync, getConfig, getCreationRequestTimestamp, getCreationTimestamp, getDataSourceVersion, getEdge, getEdgeAsync, getEdgeLabel, getEdgeLabelAsync, getEdgeProperties, getEdgePropertiesAsync, getEdgeProperty, getEdgePropertyAsync, getEdges, getEdges, getEdgesAsync, getEdgesAsync, getMemoryMb, getName, getNumEdges, getNumVertices, getPgxInstance, getSession, getVertex, getVertexAsync, getVertexIdType, getVertexLabels, getVertexLabelsAsync, getVertexProperties, getVertexPropertiesAsync, getVertexProperty, getVertexPropertyAsync, getVertices, getVertices, getVertices, getVerticesAsync, getVerticesAsync, getVerticesAsync, hasEdge, hasEdgeAsync, hasVertex, hasVertexAsync, isBipartiteGraph, isBipartiteGraphAsync, isDirected, isFresh, isFreshAsync, isTransient, pickRandomVertex, pickRandomVertexAsync, queryPgql, queryPgql, queryPgqlAsync, queryPgqlAsync, simplify, simplify, simplify, simplify, simplify, simplifyAsync, simplifyAsync, simplifyAsync, simplifyAsync, simplifyAsync, sortByDegree, sortByDegree, sortByDegree, sortByDegree, sortByDegreeAsync, sortByDegreeAsync, sortByDegreeAsync, sortByDegreeAsync, sparsify, sparsify, sparsify, sparsifyAsync, sparsifyAsync, sparsifyAsync, store, store, store, store, storeAsync, storeAsync, storeAsync, storeAsync, toString, transpose, transpose, transpose, transpose, transpose, transposeAsync, transposeAsync, transposeAsync, transposeAsync, transposeAsync, undirect, undirect, undirect, undirect, undirect, undirectAsync, undirectAsync, undirectAsync, undirectAsync, undirectAsync
equals, hashCode
close, destroy, destroyAsync
public <ID> VertexProperty<ID,java.lang.Boolean> getIsLeftProperty() throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
getIsLeftPropertyAsync()
. Calls getIsLeftPropertyAsync()
and waits for returned PgxFuture
to complete.java.lang.InterruptedException
- if the caller thread gets interrupted while waiting for completion.java.util.concurrent.ExecutionException
- if any exception occurred during asynchronous execution. The actual exception will be nested.public <ID> PgxFuture<VertexProperty<ID,java.lang.Boolean>> getIsLeftPropertyAsync()
Copyright © 2017 Oracle Corp. All Rights Reserved.