Package | Description |
---|---|
com.asakusafw.runtime.io.util |
Utilities about I/O access.
|
com.asakusafw.runtime.stage.directio |
Map Reduce stage elements for Direct I/O.
|
com.asakusafw.runtime.value |
Classes for runtime values.
|
Modifier and Type | Class and Description |
---|---|
class |
ShuffleKey<TGroup extends WritableRawComparable,TOrder extends WritableRawComparable>
An abstract implementation of shuffling keys.
|
class |
ShuffleKey<TGroup extends WritableRawComparable,TOrder extends WritableRawComparable>
An abstract implementation of shuffling keys.
|
Modifier and Type | Class and Description |
---|---|
class |
InvertOrder
A wrapper for invert ordering of
WritableRawComparable . |
class |
NullWritableRawComparable
An implementation of
WritableRawComparable represents null . |
class |
ShuffleKey<TGroup extends WritableRawComparable,TOrder extends WritableRawComparable>
An abstract implementation of shuffling keys.
|
class |
WritableRawComparableTuple
An abstract implementation of tuples.
|
class |
WritableRawComparableUnion
An abstract implementation of union object.
|
Modifier and Type | Method and Description |
---|---|
WritableRawComparable |
InvertOrder.getEntity()
Returns the entity object.
|
Modifier and Type | Method and Description |
---|---|
int |
InvertOrder.compareTo(WritableRawComparable o) |
int |
NullWritableRawComparable.compareTo(WritableRawComparable o) |
int |
WritableRawComparableUnion.compareTo(WritableRawComparable o) |
int |
ShuffleKey.compareTo(WritableRawComparable o) |
int |
WritableRawComparableTuple.compareTo(WritableRawComparable o) |
Constructor and Description |
---|
InvertOrder(WritableRawComparable entity)
Creates a new instance.
|
WritableRawComparableTuple(WritableRawComparable... objects)
Creates a new instance.
|
WritableRawComparableUnion(WritableRawComparable... objects)
Creates a new instance.
|
Constructor and Description |
---|
WritableRawComparator(Class<? extends WritableRawComparable> aClass)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectOutputKey
An abstract implementation of key object in direct output stages.
|
class |
DirectOutputOrder
A class for ordering in direct output.
|
class |
StringTemplate
Generates a string for the object.
|
Modifier and Type | Method and Description |
---|---|
int |
StringTemplate.compareTo(WritableRawComparable o) |
Constructor and Description |
---|
DirectOutputOrder(WritableRawComparable... objects)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanOption
Represents a
boolean value which can be null . |
class |
ByteOption
Represents a
byte value which can be null . |
class |
DateOption
Represents a date value which can be
null . |
class |
DateTimeOption
Represents a date and time value which can be
null . |
class |
DecimalOption
Represents a decimal value which can be
null . |
class |
DoubleOption
Represents a
double value which can be null . |
class |
FloatOption
Represents a
float value which can be null . |
class |
IntOption
Represents an
int value which can be null . |
class |
LongOption
Represents a
long value which can be null . |
class |
ShortOption
Represents a
short value which can be null . |
class |
StringOption
Represents a character string value which can be
null . |
class |
ValueOption<V extends ValueOption<V>>
Represents nullable and modifiable value.
|
Modifier and Type | Method and Description |
---|---|
int |
DateTimeOption.compareTo(WritableRawComparable o) |
int |
DateOption.compareTo(WritableRawComparable o) |
int |
FloatOption.compareTo(WritableRawComparable o) |
int |
IntOption.compareTo(WritableRawComparable o) |
int |
ByteOption.compareTo(WritableRawComparable o) |
int |
BooleanOption.compareTo(WritableRawComparable o) |
int |
DoubleOption.compareTo(WritableRawComparable o) |
int |
DecimalOption.compareTo(WritableRawComparable o) |
int |
LongOption.compareTo(WritableRawComparable o) |
int |
ShortOption.compareTo(WritableRawComparable o) |
int |
StringOption.compareTo(WritableRawComparable o) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.