|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kitesdk.data.ColumnMapping
@Immutable public class ColumnMapping
A descriptor for an entity's column mappings, which defines how an entity maps to a columnar store.
Nested Class Summary | |
---|---|
static class |
ColumnMapping.Builder
A fluent builder to aid in constructing a ColumnMapping . |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
FieldMapping |
getFieldMapping(String fieldName)
|
Collection<FieldMapping> |
getFieldMappings()
|
Set<String> |
getRequiredColumnFamilies()
Get the column families required by this schema. |
Set<String> |
getRequiredColumns()
Get the columns required by this schema. |
int |
hashCode()
|
String |
toString()
|
String |
toString(boolean pretty)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Collection<FieldMapping> getFieldMappings()
public FieldMapping getFieldMapping(String fieldName)
public Set<String> getRequiredColumns()
public Set<String> getRequiredColumnFamilies()
public boolean equals(@Nullable Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public String toString(boolean pretty)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |