PgxGraph.Degree, PgxGraph.Mode, PgxGraph.MultiEdges, PgxGraph.Retention, 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.
|
addRedactionRule, addRedactionRuleAsync, alterGraph, bipartiteSubGraphFromInDegree, bipartiteSubGraphFromInDegree, bipartiteSubGraphFromInDegree, bipartiteSubGraphFromInDegree, bipartiteSubGraphFromInDegreeAsync, bipartiteSubGraphFromInDegreeAsync, bipartiteSubGraphFromInDegreeAsync, bipartiteSubGraphFromInDegreeAsync, bipartiteSubGraphFromLeftSet, bipartiteSubGraphFromLeftSet, bipartiteSubGraphFromLeftSet, bipartiteSubGraphFromLeftSet, bipartiteSubGraphFromLeftSetAsync, bipartiteSubGraphFromLeftSetAsync, bipartiteSubGraphFromLeftSetAsync, bipartiteSubGraphFromLeftSetAsync, clone, clone, clone, cloneAndExecutePgql, cloneAndExecutePgql, cloneAndExecutePgqlAsync, cloneAndExecutePgqlAsync, cloneAsync, cloneAsync, cloneAsync, combineEdgePropertiesIntoVectorProperty, combineEdgePropertiesIntoVectorProperty, combineEdgePropertiesIntoVectorPropertyAsync, combineEdgePropertiesIntoVectorPropertyAsync, combineVertexPropertiesIntoVectorProperty, combineVertexPropertiesIntoVectorProperty, combineVertexPropertiesIntoVectorPropertyAsync, combineVertexPropertiesIntoVectorPropertyAsync, createAllPaths, createAllPathsAsync, createChangeSet, 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, 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, destroy, destroyEdgePropertyIfExists, destroyEdgePropertyIfExistsAsync, destroyVertexPropertyIfExists, destroyVertexPropertyIfExistsAsync, equals, executePgql, executePgqlAsync, explainPgql, explainPgqlAsync, filter, filter, filter, filterAsync, filterAsync, filterAsync, getCollections, getCollectionsAsync, getConfig, getCreationRequestTimestamp, getCreationTimestamp, getDataSourceVersion, getEdge, getEdgeAsync, getEdgeIdStrategy, getEdgeLabel, getEdgeLabelAsync, getEdgeProperties, getEdgePropertiesAsync, getEdgeProperty, getEdgeProperty, getEdgePropertyAsync, getEdgePropertyAsync, getEdges, getEdges, getEdges, getEdgesAsync, getEdgesAsync, getEdgesAsync, getId, getMemoryMb, getName, getNumEdges, getNumVertices, getOrCreateEdgeProperty, getOrCreateEdgePropertyAsync, getOrCreateEdgeVectorProperty, getOrCreateEdgeVectorPropertyAsync, getOrCreateEdgeVertexPropertyAsync, getOrCreateVertexProperty, getOrCreateVertexPropertyAsync, getOrCreateVertexVectorProperty, getOrCreateVertexVectorPropertyAsync, getPgxInstance, getRandomEdge, getRandomEdgeAsync, getRandomVertex, getRandomVertexAsync, getRedactionRules, getRedactionRulesAsync, getSession, getVertex, getVertexAsync, getVertexIdStrategy, getVertexIdType, getVertexLabels, getVertexLabelsAsync, getVertexProperties, getVertexPropertiesAsync, getVertexProperty, getVertexProperty, getVertexPropertyAsync, getVertexPropertyAsync, getVertices, getVertices, getVertices, getVerticesAsync, getVerticesAsync, getVerticesAsync, grantPermission, grantPermission, grantPermissionAsync, grantPermissionAsync, hasEdge, hasEdgeAsync, hasEdgeLabel, hasEdgeLabelAsync, hasVertex, hasVertexAsync, hasVertexLabels, hasVertexLabelsAsync, isBipartiteGraph, isBipartiteGraphAsync, isDirected, isFresh, isFreshAsync, isPublished, isPublishedAsync, isPublishedWithSnapshots, isPublishedWithSnapshotsAsync, isTransient, preparePgql, preparePgqlAsync, publish, publish, publishAsync, publishAsync, publishWithSnapshots, publishWithSnapshots, publishWithSnapshotsAsync, publishWithSnapshotsAsync, queryPgql, queryPgqlAsync, removeRedactionRule, removeRedactionRuleAsync, rename, renameAsync, revokePermission, revokePermission, revokePermissionAsync, revokePermissionAsync, 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, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, storeAsync, 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
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 © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.