|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kitesdk.data.Format
@Immutable public class Format
The data format used for encoding the data in a Dataset
when stored in a
DatasetRepository
.
There are a small number of formats provided, the default is Formats.AVRO
,
which will be used when no format is explicitly configured.
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getExtension()
Get the extension for use in filenames. |
String |
getName()
Get the format's name. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getName()
public String getExtension()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |