Uses of Interface
oracle.pgx.api.EntryIterable
-
Packages that use EntryIterable Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of EntryIterable in oracle.pgx.api
Methods in oracle.pgx.api that return EntryIterable Modifier and Type Method Description EntryIterable<ID,K,V>Property. getBottomKValues(int k)Blocking version ofProperty.getBottomKValuesAsync(int).EntryIterable<ID,K,V>Property. getTopKValues(int k)Blocking version ofProperty.getTopKValuesAsync(int).EntryIterable<ID,K,V>Property. getValues()Blocking version ofProperty.getValuesAsync().Methods in oracle.pgx.api that return types with arguments of type EntryIterable Modifier and Type Method 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.
-