Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Method and Description |
---|---|
<K,V> PgxMap<K,V> |
PgxGraph.createMap(PropertyType keyType, PropertyType valType)
Blocking version of
PgxGraph.createMapAsync(PropertyType, PropertyType) . |
<K,V> PgxMap<K,V> |
PgxGraph.createMap(PropertyType keyType, PropertyType valType, java.lang.String mapName)
Blocking version of
PgxGraph.createMapAsync(PropertyType, PropertyType, String) . |
PgxMap<java.lang.Integer,java.lang.Long> |
Analyst.inDegreeDistribution(PgxGraph graph)
Blocking version of
Analyst.inDegreeDistributionAsync(PgxGraph) . |
PgxMap<java.lang.Integer,java.lang.Long> |
Analyst.inDegreeDistribution(PgxGraph graph, PgxMap<java.lang.Integer,java.lang.Long> distribution)
Blocking version of
#inDegreeDistributionAsync(PgxGraph, PgxMap<Integer, Long>) . |
PgxMap<java.lang.Integer,java.lang.Long> |
Analyst.outDegreeDistribution(PgxGraph graph)
Blocking version of
Analyst.outDegreeDistributionAsync(PgxGraph) . |
PgxMap<java.lang.Integer,java.lang.Long> |
Analyst.outDegreeDistribution(PgxGraph graph, PgxMap<java.lang.Integer,java.lang.Long> distribution)
Blocking version of
#outDegreeDistributionAsync(PgxGraph, PgxMap<Integer, Long>) . |
Modifier and Type | Method and Description |
---|---|
<K,V> PgxFuture<PgxMap<K,V>> |
PgxGraph.createMapAsync(PropertyType keyType, PropertyType valType)
Creates a session-bound map
|
<K,V> PgxFuture<PgxMap<K,V>> |
PgxGraph.createMapAsync(PropertyType keyType, PropertyType valType, java.lang.String mapName)
Creates a session-bound map
|
PgxFuture<PgxMap<java.lang.Integer,java.lang.Long>> |
Analyst.inDegreeDistributionAsync(PgxGraph graph)
Computes the indegree distribution of the given graph and stores it in a map.
|
PgxFuture<PgxMap<java.lang.Integer,java.lang.Long>> |
Analyst.inDegreeDistributionAsync(PgxGraph graph, PgxMap<java.lang.Integer,java.lang.Long> distribution)
Computes the indegree distribution of the given graph and stores it in a map.
|
PgxFuture<PgxMap<java.lang.Integer,java.lang.Long>> |
Analyst.outDegreeDistributionAsync(PgxGraph graph)
Computes the outdegree distribution of the given graph and stores it in a map.
|
PgxFuture<PgxMap<java.lang.Integer,java.lang.Long>> |
Analyst.outDegreeDistributionAsync(PgxGraph graph, PgxMap<java.lang.Integer,java.lang.Long> distribution)
Computes the outdegree distribution of the given graph and stores it in a map.
|
Modifier and Type | Method and Description |
---|---|
<V extends java.lang.Comparable<V>> |
VertexSet.extractTopKFromMap(PgxMap<PgxVertex<ID>,V> map, int k)
Blocking version of
VertexSet.extractTopKFromMapAsync(PgxMap, int) . |
<V extends java.lang.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.
|
PgxMap<java.lang.Integer,java.lang.Long> |
Analyst.inDegreeDistribution(PgxGraph graph, PgxMap<java.lang.Integer,java.lang.Long> distribution)
Blocking version of
#inDegreeDistributionAsync(PgxGraph, PgxMap<Integer, Long>) . |
PgxFuture<PgxMap<java.lang.Integer,java.lang.Long>> |
Analyst.inDegreeDistributionAsync(PgxGraph graph, PgxMap<java.lang.Integer,java.lang.Long> distribution)
Computes the indegree distribution of the given graph and stores it in a map.
|
PgxMap<java.lang.Integer,java.lang.Long> |
Analyst.outDegreeDistribution(PgxGraph graph, PgxMap<java.lang.Integer,java.lang.Long> distribution)
Blocking version of
#outDegreeDistributionAsync(PgxGraph, PgxMap<Integer, Long>) . |
PgxFuture<PgxMap<java.lang.Integer,java.lang.Long>> |
Analyst.outDegreeDistributionAsync(PgxGraph graph, PgxMap<java.lang.Integer,java.lang.Long> distribution)
Computes the outdegree distribution of the given graph and stores it in a map.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.