public abstract class KeyToTupleCollectionWholeColFXform<V extends org.calrissian.mango.domain.TupleStore> extends Object implements Function<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>,V>
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
KeyToTupleCollectionWholeColFXform(com.esotericsoftware.kryo.Kryo kryo,
org.calrissian.mango.types.TypeRegistry<String> typeRegistry,
Set<String> selectFields,
MetadataSerDe metadataSerDe) |
| Modifier and Type | Method and Description |
|---|---|
V |
apply(Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> keyValueEntry) |
protected abstract V |
buildEntryFromKey(org.apache.accumulo.core.data.Key k) |
protected com.esotericsoftware.kryo.Kryo |
getKryo() |
protected Set<String> |
getSelectFields() |
public KeyToTupleCollectionWholeColFXform(com.esotericsoftware.kryo.Kryo kryo,
org.calrissian.mango.types.TypeRegistry<String> typeRegistry,
Set<String> selectFields,
MetadataSerDe metadataSerDe)
Copyright © 2014 Calrissian. All Rights Reserved.