K - Export queue key typepublic interface AccumuloExport<K>
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.accumulo.core.data.Mutation> |
toMutations(K key,
long seq)
Creates mutations for export from user's data
|
Collection<org.apache.accumulo.core.data.Mutation> toMutations(K key, long seq)
key - Export queue keyseq - Export sequence numberCopyright © 2016 Fluo.io. All rights reserved.