Package | Description |
---|---|
org.apache.flink.graph.drivers.transform | |
org.apache.flink.graph.types.valuearray | |
org.apache.flink.types |
Modifier and Type | Class and Description |
---|---|
class |
LongValueWithProperHashCode
Fix for
LongValue.hashCode() . |
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 |
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.