|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PTableType<K,V>
An extension of PType
specifically for PTable
objects. It
allows separate access to the PType
s of the key and value for the
PTable
.
Method Summary | |
---|---|
PGroupedTableType<K,V> |
getGroupedTableType()
Returns the grouped table version of this type. |
PType<K> |
getKeyType()
Returns the key type for the table. |
PType<V> |
getValueType()
Returns the value type for the table. |
Methods inherited from interface org.apache.crunch.types.PType |
---|
getConverter, getDefaultFileSource, getDetachedValue, getFamily, getInputMapFn, getOutputMapFn, getSubTypes, getTypeClass, initialize |
Method Detail |
---|
PType<K> getKeyType()
PType<V> getValueType()
PGroupedTableType<K,V> getGroupedTableType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |