| Modifier and Type | Method and Description |
|---|---|
WritableType |
Configuration.getType() |
| Modifier and Type | Method and Description |
|---|---|
WritableType |
BaseInputFormat.getType() |
| Modifier and Type | Method and Description |
|---|---|
WritableType |
ListStringInputFormat.getType() |
| Modifier and Type | Method and Description |
|---|---|
WritableType |
ColumnType.getWritableType() |
| Modifier and Type | Method and Description |
|---|---|
WritableType |
LongWritable.getType() |
WritableType |
BytesWritable.getType() |
WritableType |
ByteWritable.getType() |
WritableType |
BooleanWritable.getType() |
WritableType |
IntWritable.getType() |
WritableType |
NullWritable.getType() |
WritableType |
NDArrayWritable.getType() |
WritableType |
Writable.getType()
Get the type of the writable.
|
WritableType |
DoubleWritable.getType() |
WritableType |
FloatWritable.getType() |
WritableType |
Text.getType() |
static WritableType |
WritableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WritableType[] |
WritableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Writable> |
Comparators.forType(WritableType type) |
static Comparator<Writable> |
Comparators.forType(WritableType type,
boolean ascending) |
Copyright © 2020. All rights reserved.