| Modifier and Type | Method and Description |
|---|---|
void |
UniformDoubleDistribution.write(DataOutputView out) |
void |
UniformIntegerDistribution.write(DataOutputView out) |
void |
SimpleDistribution.write(DataOutputView out) |
void |
SimpleIntegerDistribution.write(DataOutputView out) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SerializedOutputFormat.serialize(T record,
DataOutputView dataOutputView) |
protected abstract void |
BinaryOutputFormat.serialize(T record,
DataOutputView dataOutput) |
void |
BlockInfo.write(DataOutputView out) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
TypeSerializer.copy(DataInputView source,
DataOutputView target)
Copies exactly one record from the source input view to the target output view.
|
abstract void |
TypeSerializer.serialize(T record,
DataOutputView target)
Serializes the given record to the given target output view.
|
abstract void |
TypeComparator.writeWithKeyNormalization(T record,
DataOutputView target)
Writes the record in such a fashion that all keys are normalizing and at the beginning of the serialized data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleValueSerializer.copy(DataInputView source,
DataOutputView target) |
void |
ByteValueSerializer.copy(DataInputView source,
DataOutputView target) |
void |
StringValueSerializer.copy(DataInputView source,
DataOutputView target) |
void |
EnumSerializer.copy(DataInputView source,
DataOutputView target) |
void |
ShortSerializer.copy(DataInputView source,
DataOutputView target) |
void |
CharSerializer.copy(DataInputView source,
DataOutputView target) |
void |
StringSerializer.copy(DataInputView source,
DataOutputView target) |
void |
CharValueSerializer.copy(DataInputView source,
DataOutputView target) |
void |
FloatSerializer.copy(DataInputView source,
DataOutputView target) |
void |
LongSerializer.copy(DataInputView source,
DataOutputView target) |
void |
VoidSerializer.copy(DataInputView source,
DataOutputView target) |
void |
DoubleSerializer.copy(DataInputView source,
DataOutputView target) |
void |
BooleanValueSerializer.copy(DataInputView source,
DataOutputView target) |
void |
ByteSerializer.copy(DataInputView source,
DataOutputView target) |
void |
FloatValueSerializer.copy(DataInputView source,
DataOutputView target) |
void |
LongValueSerializer.copy(DataInputView source,
DataOutputView target) |
void |
IntValueSerializer.copy(DataInputView source,
DataOutputView target) |
void |
IntSerializer.copy(DataInputView source,
DataOutputView target) |
void |
BooleanSerializer.copy(DataInputView source,
DataOutputView target) |
void |
ShortValueSerializer.copy(DataInputView source,
DataOutputView target) |
void |
GenericArraySerializer.copy(DataInputView source,
DataOutputView target) |
void |
DateSerializer.copy(DataInputView source,
DataOutputView target) |
void |
BooleanSerializer.serialize(Boolean record,
DataOutputView target) |
void |
BooleanValueSerializer.serialize(BooleanValue record,
DataOutputView target) |
void |
ByteSerializer.serialize(Byte record,
DataOutputView target) |
void |
ByteValueSerializer.serialize(ByteValue record,
DataOutputView target) |
void |
GenericArraySerializer.serialize(C[] value,
DataOutputView target) |
void |
CharSerializer.serialize(Character record,
DataOutputView target) |
void |
CharValueSerializer.serialize(CharValue record,
DataOutputView target) |
void |
DateSerializer.serialize(Date record,
DataOutputView target) |
void |
DoubleSerializer.serialize(Double record,
DataOutputView target) |
void |
DoubleValueSerializer.serialize(DoubleValue record,
DataOutputView target) |
void |
FloatSerializer.serialize(Float record,
DataOutputView target) |
void |
FloatValueSerializer.serialize(FloatValue record,
DataOutputView target) |
void |
IntSerializer.serialize(Integer record,
DataOutputView target) |
void |
IntValueSerializer.serialize(IntValue record,
DataOutputView target) |
void |
LongSerializer.serialize(Long record,
DataOutputView target) |
void |
LongValueSerializer.serialize(LongValue record,
DataOutputView target) |
void |
ShortSerializer.serialize(Short record,
DataOutputView target) |
void |
ShortValueSerializer.serialize(ShortValue record,
DataOutputView target) |
void |
StringSerializer.serialize(String record,
DataOutputView target) |
void |
StringValueSerializer.serialize(StringValue record,
DataOutputView target) |
void |
EnumSerializer.serialize(T record,
DataOutputView target) |
void |
VoidSerializer.serialize(Void record,
DataOutputView target) |
void |
BasicTypeComparator.writeWithKeyNormalization(T record,
DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShortPrimitiveArraySerializer.copy(DataInputView source,
DataOutputView target) |
void |
FloatPrimitiveArraySerializer.copy(DataInputView source,
DataOutputView target) |
void |
LongPrimitiveArraySerializer.copy(DataInputView source,
DataOutputView target) |
void |
CharPrimitiveArraySerializer.copy(DataInputView source,
DataOutputView target) |
void |
IntPrimitiveArraySerializer.copy(DataInputView source,
DataOutputView target) |
void |
StringArraySerializer.copy(DataInputView source,
DataOutputView target) |
void |
DoublePrimitiveArraySerializer.copy(DataInputView source,
DataOutputView target) |
void |
BooleanPrimitiveArraySerializer.copy(DataInputView source,
DataOutputView target) |
void |
BytePrimitiveArraySerializer.copy(DataInputView source,
DataOutputView target) |
void |
BooleanPrimitiveArraySerializer.serialize(boolean[] record,
DataOutputView target) |
void |
BytePrimitiveArraySerializer.serialize(byte[] record,
DataOutputView target) |
void |
CharPrimitiveArraySerializer.serialize(char[] record,
DataOutputView target) |
void |
DoublePrimitiveArraySerializer.serialize(double[] record,
DataOutputView target) |
void |
FloatPrimitiveArraySerializer.serialize(float[] record,
DataOutputView target) |
void |
IntPrimitiveArraySerializer.serialize(int[] record,
DataOutputView target) |
void |
LongPrimitiveArraySerializer.serialize(long[] record,
DataOutputView target) |
void |
ShortPrimitiveArraySerializer.serialize(short[] record,
DataOutputView target) |
void |
StringArraySerializer.serialize(String[] record,
DataOutputView target) |
void |
PrimitiveArrayComparator.writeWithKeyNormalization(T record,
DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordSerializer.copy(DataInputView source,
DataOutputView target) |
void |
RecordSerializer.serialize(Record record,
DataOutputView target) |
void |
RecordComparator.writeWithKeyNormalization(Record record,
DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.write(DataOutputView out) |
| Modifier and Type | Method and Description |
|---|---|
void |
Path.write(DataOutputView out) |
| Modifier and Type | Method and Description |
|---|---|
void |
IOReadableWritable.write(DataOutputView out)
Writes the object's internal data to the given data output view.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SeekableDataOutputView
Interface marking a
DataOutputView as seekable. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataOutputViewStreamWrapper |
class |
OutputViewDataOutputStreamWrapper |
class |
OutputViewObjectOutputStreamWrapper |
| Modifier and Type | Method and Description |
|---|---|
void |
StringValue.copy(DataInputView in,
DataOutputView target) |
void |
BooleanValue.copy(DataInputView source,
DataOutputView target) |
void |
Record.copy(DataInputView source,
DataOutputView target) |
void |
ByteValue.copy(DataInputView source,
DataOutputView target) |
void |
DoubleValue.copy(DataInputView source,
DataOutputView target) |
void |
CharValue.copy(DataInputView source,
DataOutputView target) |
void |
LongValue.copy(DataInputView source,
DataOutputView target) |
void |
IntValue.copy(DataInputView source,
DataOutputView target) |
void |
CopyableValue.copy(DataInputView source,
DataOutputView target)
Copies the next serialized instance from
source to target. |
void |
ShortValue.copy(DataInputView source,
DataOutputView target) |
void |
FloatValue.copy(DataInputView source,
DataOutputView target) |
void |
NullValue.copy(DataInputView source,
DataOutputView target) |
long |
Record.serialize(DataOutputView target)
Writes this record to the given output view.
|
void |
StringValue.write(DataOutputView out) |
void |
BooleanValue.write(DataOutputView out) |
void |
MapValue.write(DataOutputView out) |
void |
Record.write(DataOutputView out) |
void |
Pair.write(DataOutputView out) |
void |
ByteValue.write(DataOutputView out) |
void |
DoubleValue.write(DataOutputView out) |
void |
CharValue.write(DataOutputView out) |
void |
LongValue.write(DataOutputView out) |
void |
IntValue.write(DataOutputView out) |
void |
ListValue.write(DataOutputView out) |
void |
ShortValue.write(DataOutputView out) |
void |
FloatValue.write(DataOutputView out) |
void |
NullValue.write(DataOutputView out) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractID.write(DataOutputView out) |
static void |
StringUtils.writeNullableString(String str,
DataOutputView out)
Writes a String to the given output.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.