| Package | Description |
|---|---|
| org.apache.flink.types |
| 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 |
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 |
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–2018 The Apache Software Foundation. All rights reserved.