| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 is used when you do not explicitly configure a
 format.
 
| 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 Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||