Skip navigation links
A C D G I M O P R S T W 

A

AccumuloExport<K> - Interface in io.fluo.recipes.accumulo.export
Implemented by users to export data to Accumulo.
AccumuloExporter<K> - Class in io.fluo.recipes.accumulo.export
An Exporter that takes AccumuloExport objects and writes mutations to Accumulo
AccumuloExporter() - Constructor for class io.fluo.recipes.accumulo.export.AccumuloExporter
 

C

CompactTransient - Class in io.fluo.recipes.accumulo.cmds
 
CompactTransient() - Constructor for class io.fluo.recipes.accumulo.cmds.CompactTransient
 
compactTransient(FluoConfiguration) - Static method in class io.fluo.recipes.accumulo.ops.TableOperations
Compact all transient regions that were registered using TransientRegistry

D

DifferenceExport<K,V> - Class in io.fluo.recipes.accumulo.export
Implemented by users to export data to Accumulo by comparing the differences between a RowColumn/Bytes map that is generated for old and new data and represents how the data should exist in Accumulo.
DifferenceExport() - Constructor for class io.fluo.recipes.accumulo.export.DifferenceExport
 
DifferenceExport(Optional<V>, Optional<V>) - Constructor for class io.fluo.recipes.accumulo.export.DifferenceExport
 

G

generateData(K, Optional<V>) - Method in class io.fluo.recipes.accumulo.export.DifferenceExport
Generates RowColumn/Bytes map of how data should exist in Accumulo.
getFilter() - Static method in class io.fluo.recipes.accumulo.export.ReplicationExport
 
getInstance(String, String, String, String, String) - Static method in class io.fluo.recipes.accumulo.export.SharedBatchWriter
 

I

init(String, Observer.Context) - Method in class io.fluo.recipes.accumulo.export.AccumuloExporter
 
io.fluo.recipes.accumulo.cmds - package io.fluo.recipes.accumulo.cmds
 
io.fluo.recipes.accumulo.export - package io.fluo.recipes.accumulo.export
 
io.fluo.recipes.accumulo.ops - package io.fluo.recipes.accumulo.ops
 

M

main(String[]) - Static method in class io.fluo.recipes.accumulo.cmds.CompactTransient
 
main(String[]) - Static method in class io.fluo.recipes.accumulo.cmds.OptimizeTable
 

O

OptimizeTable - Class in io.fluo.recipes.accumulo.cmds
 
OptimizeTable() - Constructor for class io.fluo.recipes.accumulo.cmds.OptimizeTable
 
optimizeTable(FluoConfiguration, Pirtos) - Static method in class io.fluo.recipes.accumulo.ops.TableOperations
This method will perform all post initialization recommended actions.

P

processExports(Iterator<SequencedExport<K, AccumuloExport<K>>>) - Method in class io.fluo.recipes.accumulo.export.AccumuloExporter
 

R

ReplicationExport<K> - Class in io.fluo.recipes.accumulo.export
An implementation of AccumuloExport that replicates a Fluo table to Accumulo using a TxLog
ReplicationExport() - Constructor for class io.fluo.recipes.accumulo.export.ReplicationExport
 
ReplicationExport(TxLog) - Constructor for class io.fluo.recipes.accumulo.export.ReplicationExport
 

S

setExportTableInfo(FluoConfiguration, String, TableInfo) - Static method in class io.fluo.recipes.accumulo.export.AccumuloExporter
 
SharedBatchWriter - Class in io.fluo.recipes.accumulo.export
 
SharedBatchWriter(String, String, String, String, String) - Constructor for class io.fluo.recipes.accumulo.export.SharedBatchWriter
 

T

TableInfo - Class in io.fluo.recipes.accumulo.export
 
TableInfo(String, String, String, String, String) - Constructor for class io.fluo.recipes.accumulo.export.TableInfo
 
TableOperations - Class in io.fluo.recipes.accumulo.ops
Utility methods for operating on the Fluo table used by recipes.
TableOperations() - Constructor for class io.fluo.recipes.accumulo.ops.TableOperations
 
toMutations(K, long) - Method in interface io.fluo.recipes.accumulo.export.AccumuloExport
Creates mutations for export from user's data
toMutations(K, long) - Method in class io.fluo.recipes.accumulo.export.DifferenceExport
 
toMutations(K, long) - Method in class io.fluo.recipes.accumulo.export.ReplicationExport
 

W

write(Collection<Mutation>) - Method in class io.fluo.recipes.accumulo.export.SharedBatchWriter
 
A C D G I M O P R S T W 
Skip navigation links

Copyright © 2016 Fluo.io. All rights reserved.