| Package | Description |
|---|---|
| org.datavec.api.io | |
| org.datavec.api.io.converters | |
| org.datavec.api.writable |
| Class and Description |
|---|
| BinaryComparable
Interface supported by
org.apache.hadoop.io.WritableComparable
types supporting ordering/permutation by a representative set of bytes. |
| DataOutputBuffer
A reusable
DataOutput implementation that writes to an in-memory
buffer. |
| RawComparator
A
Comparator that operates directly on byte representations of
objects. |
| WritableComparable
A
Writable which is also Comparable. |
| WritableComparator
A Comparator for
WritableComparables. |
| Class and Description |
|---|
| WritableConverter
Convert a writable to another writable (used for say: transitioning dates or categorical to numbers)
|
| Class and Description |
|---|
| BinaryComparable
Interface supported by
org.apache.hadoop.io.WritableComparable
types supporting ordering/permutation by a representative set of bytes. |
| RawComparator
A
Comparator that operates directly on byte representations of
objects. |
| WritableComparable
A
Writable which is also Comparable. |
| WritableComparator
A Comparator for
WritableComparables. |
Copyright © 2019. All rights reserved.