Modifier and Type | Class and Description |
---|---|
class |
CopyableValueComparator<T extends CopyableValue<T> & Comparable<T>>
Comparator for all Value types that extend Key
|
class |
CopyableValueSerializer<T extends CopyableValue<T>> |
static class |
CopyableValueSerializer.CopyableValueSerializerConfigSnapshot<T extends CopyableValue<T>>
Deprecated.
|
static class |
CopyableValueSerializer.CopyableValueSerializerSnapshot<T extends CopyableValue<T>>
TypeSerializerSnapshot for the CopyableValueSerializer . |
Modifier and Type | Class and Description |
---|---|
class |
AdamicAdar<K extends CopyableValue<K>,VV,EV>
Driver for
AdamicAdar . |
class |
ClusteringCoefficient<K extends Comparable<K> & CopyableValue<K>,VV,EV>
Driver for directed and undirected clustering coefficient algorithm and analytics.
|
class |
JaccardIndex<K extends CopyableValue<K>,VV,EV>
Driver for
JaccardIndex . |
class |
TriangleListing<K extends Comparable<K> & CopyableValue<K>,VV,EV>
Driver for directed and undirected triangle listing algorithm and analytic.
|
Modifier and Type | Class and Description |
---|---|
class |
LongValueWithProperHashCode
Fix for
LongValue.hashCode() . |
Modifier and Type | Class and Description |
---|---|
class |
AverageClusteringCoefficient<K extends Comparable<K> & CopyableValue<K>,VV,EV>
The average clustering coefficient measures the mean connectedness of a
graph.
|
class |
GlobalClusteringCoefficient<K extends Comparable<K> & CopyableValue<K>,VV,EV>
The global clustering coefficient measures the connectedness of a graph.
|
class |
LocalClusteringCoefficient<K extends Comparable<K> & CopyableValue<K>,VV,EV>
The local clustering coefficient measures the connectedness of each vertex's
neighborhood.
|
class |
TriadicCensus<K extends Comparable<K> & CopyableValue<K>,VV,EV>
A triad is formed by three connected or unconnected vertices in a graph.
|
class |
TriangleListing<K extends Comparable<K> & CopyableValue<K>,VV,EV>
Generates a listing of distinct triangles from the input graph.
|
Modifier and Type | Class and Description |
---|---|
class |
AverageClusteringCoefficient<K extends Comparable<K> & CopyableValue<K>,VV,EV>
The average clustering coefficient measures the mean connectedness of a
graph.
|
class |
GlobalClusteringCoefficient<K extends Comparable<K> & CopyableValue<K>,VV,EV>
The global clustering coefficient measures the connectedness of a graph.
|
class |
LocalClusteringCoefficient<K extends Comparable<K> & CopyableValue<K>,VV,EV>
The local clustering coefficient measures the connectedness of each vertex's
neighborhood.
|
class |
TriadicCensus<K extends Comparable<K> & CopyableValue<K>,VV,EV>
A triad is formed by three connected or unconnected vertices in a graph.
|
class |
TriangleListing<K extends Comparable<K> & CopyableValue<K>,VV,EV>
Generates a listing of distinct triangles from the input graph.
|
Modifier and Type | Class and Description |
---|---|
class |
AdamicAdar<K extends CopyableValue<K>,VV,EV>
http://social.cs.uiuc.edu/class/cs591kgk/friendsadamic.pdf
|
class |
JaccardIndex<K extends CopyableValue<K>,VV,EV>
The Jaccard Index measures the similarity between vertex neighborhoods and
is computed as the number of shared neighbors divided by the number of
distinct neighbors.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValueArray<T>
Basic interface for array types which reuse objects during serialization.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteValueArray
An array of
ByteValue . |
class |
CharValueArray
An array of
CharValue . |
class |
DoubleValueArray
An array of
DoubleValue . |
class |
FloatValueArray
An array of
FloatValue . |
class |
IntValueArray
An array of
IntValue . |
class |
LongValueArray
An array of
LongValue . |
class |
NullValueArray
An array of
NullValue . |
class |
ShortValueArray
An array of
ShortValue . |
class |
StringValueArray
An array of
StringValue . |
Modifier and Type | Class and Description |
---|---|
class |
BooleanValue
Boxed serializable and comparable boolean type, representing the primitive
type
boolean . |
class |
ByteValue
Boxed serializable and comparable byte type, representing the primitive
type
byte (signed 8 bit integer). |
class |
CharValue
Boxed serializable and comparable character type, representing the primitive
type
char . |
class |
DoubleValue
Boxed serializable and comparable double precision floating point type, representing the primitive
type
double . |
class |
FloatValue
Boxed serializable and comparable single precision floating point type, representing the primitive
type
float . |
class |
IntValue
Boxed serializable and comparable integer type, representing the primitive
type
int . |
class |
LongValue
Boxed serializable and comparable long integer type, representing the primitive
type
long . |
class |
NullValue
Null base type for programs that implements the Key interface.
|
class |
Record
The Record represents a multi-valued data record.
|
class |
ShortValue
Boxed serializable and comparable short integer type, representing the primitive
type
short . |
class |
StringValue
Mutable string data type that implements the Key interface.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.