Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
Modifier and Type | Method and Description |
---|---|
<K extends Comparable<K>,V extends Comparable<V>> |
PgxGraph.createMap(PropertyType keyType, PropertyType valType)
Blocking version of
#createMapAsync() . |
<K extends Comparable<K>,V extends Comparable<V>> |
PgxGraph.createMap(PropertyType keyType, PropertyType valType, MapType mapType)
Blocking version of
#createMapAsync() . |
<K extends Comparable<K>,V extends Comparable<V>> |
PgxGraph.createMap(PropertyType keyType, PropertyType valType, MapType mapType, String mapName)
Blocking version of
#createMapAsync() . |
PgxMap<Integer,Long> |
Analyst.inDegreeDistribution(PgxGraph graph)
Blocking version of
#inDegreeDistributionAsync() . |
PgxMap<Integer,Long> |
Analyst.outDegreeDistribution(PgxGraph graph)
Blocking version of
#outDegreeDistributionAsync() . |
Modifier and Type | Method and Description |
---|---|
<K extends Comparable<K>,V extends Comparable<V>> |
PgxGraph.createMapAsync(PropertyType keyType, PropertyType valType)
Creates a session-bound map
|
<K extends Comparable<K>,V extends Comparable<V>> |
PgxGraph.createMapAsync(PropertyType keyType, PropertyType valType, MapType mapType)
Creates a session-bound map
|
<K extends Comparable<K>,V extends Comparable<V>> |
PgxGraph.createMapAsync(PropertyType keyType, PropertyType valType, MapType mapType, String mapName)
Creates a session-bound map
|
PgxFuture<PgxMap<Integer,Long>> |
Analyst.inDegreeDistributionAsync(PgxGraph graph)
Computes the indegree distribution of the given graph and stores it in a map.
|
PgxFuture<PgxMap<Integer,Long>> |
Analyst.outDegreeDistributionAsync(PgxGraph graph)
Computes the outdegree distribution of the given graph and stores it in a map.
|
Modifier and Type | Method and Description |
---|---|
<V extends Comparable<V>> |
VertexSet.extractTopKFromMap(PgxMap<PgxVertex<ID>,V> map, int k)
Blocking version of
#extractTopKFromMapAsync() . |
<V extends Comparable<V>> |
VertexSet.extractTopKFromMapAsync(PgxMap<PgxVertex<ID>,V> map, int k)
Extracts the top k keys from the given map and puts them into this collection.
|
Copyright © 2015. All rights reserved.