Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Method and Description |
---|---|
EntryIterable<ID,K,V> |
Property.getBottomKValues(int k)
Blocking version of
Property.getBottomKValuesAsync(int) . |
EntryIterable<ID,K,V> |
Property.getTopKValues(int k)
Blocking version of
Property.getTopKValuesAsync(int) . |
EntryIterable<ID,K,V> |
Property.getValues()
Blocking version of
Property.getValuesAsync() . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<EntryIterable<ID,K,V>> |
Property.getBottomKValuesAsync(int k)
Gets the bottom k vertex/edge value pairs according to their value.
|
PgxFuture<EntryIterable<ID,K,V>> |
Property.getTopKValuesAsync(int k)
Gets the top k vertex/edge value pairs according to their value.
|
PgxFuture<EntryIterable<ID,K,V>> |
Property.getValuesAsync()
Gets the values.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.