Skip navigation links
A C E G I M O P S T 

A

AccumuloExporter<K,V> - Class in org.apache.fluo.recipes.accumulo.export
Deprecated.
since 1.1.0, replaced by AccumuloExporter and AccumuloTranslator
AccumuloExporter() - Constructor for class org.apache.fluo.recipes.accumulo.export.AccumuloExporter
Deprecated.
 
AccumuloExporter<K,V> - Class in org.apache.fluo.recipes.accumulo.export.function
An Accumulo-specific Exporter that writes mutations to Accumulo.
AccumuloExporter(String, SimpleConfiguration, AccumuloTranslator<K, V>) - Constructor for class org.apache.fluo.recipes.accumulo.export.function.AccumuloExporter
 
AccumuloExporter.Configuration - Class in org.apache.fluo.recipes.accumulo.export
Deprecated.
Use this to configure the Accumulo table where an AccumuloExporter's mutations will be written.
AccumuloExporter.CredentialArgs - Interface in org.apache.fluo.recipes.accumulo.export.function
Part of a fluent configuration API.
AccumuloExporter.InstanceArgs - Interface in org.apache.fluo.recipes.accumulo.export.function
Part of a fluent configuration API.
AccumuloExporter.Options - Interface in org.apache.fluo.recipes.accumulo.export.function
Part of a fluent configuration API.
AccumuloExporter.TableArgs - Interface in org.apache.fluo.recipes.accumulo.export.function
Part of a fluent configuration API.
AccumuloReplicator - Class in org.apache.fluo.recipes.accumulo.export
Supports replicating data to Accumulo using a TxLog.
AccumuloReplicator() - Constructor for class org.apache.fluo.recipes.accumulo.export.AccumuloReplicator
 
AccumuloTranslator<K,V> - Interface in org.apache.fluo.recipes.accumulo.export.function
This interface is used by AccumuloExporter to translated exports into Accumulo mutations.

C

CompactTransient - Class in org.apache.fluo.recipes.accumulo.cmds
 
CompactTransient() - Constructor for class org.apache.fluo.recipes.accumulo.cmds.CompactTransient
 
compactTransient(FluoConfiguration) - Static method in class org.apache.fluo.recipes.accumulo.ops.TableOperations
Compact all transient regions that were registered using TransientRegistry
compactTransient(FluoConfiguration, RowRange) - Static method in class org.apache.fluo.recipes.accumulo.ops.TableOperations
 
Configuration(String, String, String, String, String) - Constructor for class org.apache.fluo.recipes.accumulo.export.AccumuloExporter.Configuration
Deprecated.
 
configure(String) - Static method in class org.apache.fluo.recipes.accumulo.export.function.AccumuloExporter
 
credentials(String, String) - Method in interface org.apache.fluo.recipes.accumulo.export.function.AccumuloExporter.CredentialArgs
 

E

export(Iterator<SequencedExport<K, V>>) - Method in class org.apache.fluo.recipes.accumulo.export.function.AccumuloExporter
 

G

generateMutations(long, Map<RowColumn, Bytes>, Map<RowColumn, Bytes>, Consumer<Mutation>) - Static method in class org.apache.fluo.recipes.accumulo.export.AccumuloExporter
generateMutations(long, TxLog, Consumer<Mutation>) - Static method in class org.apache.fluo.recipes.accumulo.export.AccumuloReplicator
Generates Accumulo mutations from a Transaction log.
generateMutations(long, Map<RowColumn, Bytes>, Map<RowColumn, Bytes>, Consumer<Mutation>) - Static method in interface org.apache.fluo.recipes.accumulo.export.function.AccumuloTranslator
Generates Accumulo mutations 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.
getFilter() - Static method in class org.apache.fluo.recipes.accumulo.export.AccumuloReplicator
Returns LogEntry filter for Accumulo replication.
getTranslator() - Static method in class org.apache.fluo.recipes.accumulo.export.AccumuloReplicator
 

I

init(Exporter.Context) - Method in class org.apache.fluo.recipes.accumulo.export.AccumuloExporter
Deprecated.
 
instance(String, String) - Method in interface org.apache.fluo.recipes.accumulo.export.function.AccumuloExporter.InstanceArgs
 

M

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

O

OptimizeTable - Class in org.apache.fluo.recipes.accumulo.cmds
 
OptimizeTable() - Constructor for class org.apache.fluo.recipes.accumulo.cmds.OptimizeTable
 
optimizeTable(FluoConfiguration, TableOptimizations) - Static method in class org.apache.fluo.recipes.accumulo.ops.TableOperations
Make the requested table optimizations.
optimizeTable(FluoConfiguration) - Static method in class org.apache.fluo.recipes.accumulo.ops.TableOperations
This method will perform all registered table optimizations.
org.apache.fluo.recipes.accumulo.cmds - package org.apache.fluo.recipes.accumulo.cmds
 
org.apache.fluo.recipes.accumulo.export - package org.apache.fluo.recipes.accumulo.export
 
org.apache.fluo.recipes.accumulo.export.function - package org.apache.fluo.recipes.accumulo.export.function
 
org.apache.fluo.recipes.accumulo.ops - package org.apache.fluo.recipes.accumulo.ops
 

P

processExports(Iterator<SequencedExport<K, V>>) - Method in class org.apache.fluo.recipes.accumulo.export.AccumuloExporter
Deprecated.
 

S

save(FluoConfiguration) - Method in interface org.apache.fluo.recipes.accumulo.export.function.AccumuloExporter.Options
 

T

table(String) - Method in interface org.apache.fluo.recipes.accumulo.export.function.AccumuloExporter.TableArgs
 
TableOperations - Class in org.apache.fluo.recipes.accumulo.ops
Utility methods for operating on the Fluo table used by recipes.
TableOperations() - Constructor for class org.apache.fluo.recipes.accumulo.ops.TableOperations
 
translate(SequencedExport<K, V>, Consumer<Mutation>) - Method in class org.apache.fluo.recipes.accumulo.export.AccumuloExporter
Deprecated.
Implementations of this method should translate the given SequencedExport to 0 or more Mutations.
translate(SequencedExport<String, TxLog>, Consumer<Mutation>) - Method in class org.apache.fluo.recipes.accumulo.export.AccumuloReplicator
Deprecated.
translate(SequencedExport<K, V>, Consumer<Mutation>) - Method in interface org.apache.fluo.recipes.accumulo.export.function.AccumuloTranslator
This function should convert the export to zero or more mutations, passing the mutations to the consumer.
A C E G I M O P S T 
Skip navigation links

Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.