| 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 |
|---|---|
static class |
CompositeSerializer.ConfigSnapshot
Snapshot field serializers of composite type.
|
class |
CompositeTypeSerializerConfigSnapshot
A
TypeSerializerConfigSnapshot for serializers that has multiple nested serializers. |
class |
GenericTypeSerializerConfigSnapshot<T>
Configuration snapshot for serializers for generic types.
|
class |
ParameterlessTypeSerializerConfig
A base class for
TypeSerializerConfigSnapshots that do not have any parameters. |
class |
TypeSerializerConfigSnapshot
A
TypeSerializerConfigSnapshot is a point-in-time view of a TypeSerializer's configuration. |
static class |
TypeSerializerSerializationUtil.TypeSerializerSerializationProxy<T>
Utility serialization proxy for a
TypeSerializer. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionSerializerConfigSnapshot<T>
Configuration snapshot of a serializer for collection types.
|
static class |
EnumSerializer.EnumSerializerConfigSnapshot<T extends Enum<T>>
Configuration snapshot of a serializer for enumerations.
|
class |
GenericArraySerializerConfigSnapshot<C>
Point-in-time configuration of a
GenericArraySerializer. |
class |
MapSerializerConfigSnapshot<K,V>
Configuration snapshot for serializers of maps, containing the
configuration snapshot of its key serializer and value serializer.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyableValueSerializer.CopyableValueSerializerConfigSnapshot<T extends CopyableValue<T>> |
class |
EitherSerializerConfigSnapshot<L,R>
Configuration snapshot for serializers of the
Either type,
containing configuration snapshots of the Left and Right serializers. |
class |
KryoRegistrationSerializerConfigSnapshot<T>
Configuration snapshot base class for serializers that use Kryo for serialization.
|
static class |
PojoSerializer.PojoSerializerConfigSnapshot<T> |
static class |
RowSerializer.RowSerializerConfigSnapshot |
class |
TupleSerializerConfigSnapshot<T>
Snapshot of a tuple serializer's configuration.
|
static class |
ValueSerializer.ValueSerializerConfigSnapshot<T extends Value> |
| Modifier and Type | Class and Description |
|---|---|
static class |
KryoSerializer.KryoSerializerConfigSnapshot<T> |
| 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 | Class and Description |
|---|---|
class |
PostVersionedIOReadableWritable
A
VersionedIOReadableWritable which allows to differentiate whether the previous
data was versioned with a VersionedIOReadableWritable. |
class |
VersionedIOReadableWritable
This is the abstract base class for
IOReadableWritable which allows to differentiate between serialization
versions. |
| 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 | Method and Description |
|---|---|
static <T extends IOReadableWritable> |
InstantiationUtil.createCopyWritable(T original)
Clones the given writable using the
serialization. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.