| Modifier and Type | Class and Description |
|---|---|
class |
JobID
Unique (at least statistically unique) identifier for a Flink Job.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataDistribution |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializedInputFormat<T extends IOReadableWritable>
Reads elements by deserializing them with their regular serialization/deserialization functionality.
|
class |
SerializedOutputFormat<T extends IOReadableWritable>
Stores elements by serializing them with their regular serialization/deserialization functionality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockInfo
A block of 24 bytes written at the end of a block in a binary file, and containing
i) the number of records in the block, ii) the accumulated number of records, and
iii) the offset of the first record in the block.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Configuration
Lightweight configuration object which stores key/value pairs.
|
class |
DelegatingConfiguration
A configuration that manages a subset of keys with a common prefix from a given configuration.
|
class |
UnmodifiableConfiguration
Unmodifiable version of the Configuration class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Path
Names a file or directory in a
FileSystem. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CopyableValue<T>
Interface to be implemented by basic types that support to be copied efficiently.
|
interface |
Key<T>
Deprecated.
The Key type is a relict of a deprecated and removed API and will be removed
in future (2.0) versions as well.
|
interface |
NormalizableKey<T>
The base interface for normalizable keys.
|
interface |
ResettableValue<T extends Value> |
interface |
Value
Basic value interface for types that act as serializable values.
|
| 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 |
ListValue<V extends Value>
Generic list base type for PACT programs that implements the Value and List interfaces.
|
class |
LongValue
Boxed serializable and comparable long integer type, representing the primitive
type
long. |
class |
MapValue<K extends Value,V extends Value>
Generic map base type for PACT programs that implements the Value and Map interfaces.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractID
A statistically unique identification number.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IOReadableWritable> |
InstantiationUtil.createCopyWritable(T original)
Clones the given writable using the
serialization. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.