public abstract class DirectOutputOrder extends WritableRawComparableTuple
| Modifier and Type | Field and Description |
|---|---|
static DirectOutputOrder |
EMPTY
An empty order.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DirectOutputOrder(WritableRawComparable... objects)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
set(Object object)
Sets object.
|
compareInBytes, compareTo, equals, get, getSizeInBytes, hashCode, readFields, size, toString, writepublic static final DirectOutputOrder EMPTY
protected DirectOutputOrder(WritableRawComparable... objects)
objects - element objectsIllegalArgumentException - if some parameters were nullpublic abstract void set(Object object)
object - the objectCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.