A B C D E G H I M N O P Q R S U V 

A

AccumuloEventStore - Class in org.calrissian.accumulorecipes.eventstore.impl
The Accumulo implementation of the EventStore which uses deterministic sharding to distribute ingest/queries over the cloud to speed them up.
AccumuloEventStore(Connector) - Constructor for class org.calrissian.accumulorecipes.eventstore.impl.AccumuloEventStore
 
AccumuloEventStore(Connector, String, String, StoreConfig, TypeRegistry<String>) - Constructor for class org.calrissian.accumulorecipes.eventstore.impl.AccumuloEventStore
 

B

begin(ParentNode) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventGlobalIndexVisitor
 
buildEntryFromKey(Key) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper.WholeColFXForm
 
buildId(Event) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper
 
buildQueryXform(Set<String>) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper
 
buildShard(long, int) - Method in interface org.calrissian.accumulorecipes.eventstore.support.shard.EventShardBuilder
 
buildShard(Event) - Method in class org.calrissian.accumulorecipes.eventstore.support.shard.HourlyShardBuilder
 
buildShard(long, int) - Method in class org.calrissian.accumulorecipes.eventstore.support.shard.HourlyShardBuilder
 
buildShardsInRange(Date, Date) - Method in class org.calrissian.accumulorecipes.eventstore.support.shard.HourlyShardBuilder
 
buildTimestamp(Event) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper
 
buildTupleCollectionFromKey(Key) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper.QueryXform
 
buildValue(Event) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper
 
buildWholeColFXform() - Method in class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper
 

C

commit() - Method in class org.calrissian.accumulorecipes.eventstore.support.EventKeyValueIndex
 
configureIndexTable(Connector, String) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper
 
configureShardTable(Connector, String) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper
 

D

dateFormat - Variable in class org.calrissian.accumulorecipes.eventstore.support.shard.HourlyShardBuilder
 
DEFAULT_IDX_TABLE_NAME - Static variable in class org.calrissian.accumulorecipes.eventstore.impl.AccumuloEventStore
 
DEFAULT_SHARD_BUILDER - Static variable in class org.calrissian.accumulorecipes.eventstore.impl.AccumuloEventStore
 
DEFAULT_SHARD_TABLE_NAME - Static variable in class org.calrissian.accumulorecipes.eventstore.impl.AccumuloEventStore
 
DEFAULT_STORE_CONFIG - Static variable in class org.calrissian.accumulorecipes.eventstore.impl.AccumuloEventStore
 
delimiter - Variable in class org.calrissian.accumulorecipes.eventstore.support.shard.HourlyShardBuilder
 

E

end(ParentNode) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventGlobalIndexVisitor
 
EventCardinalityKey - Class in org.calrissian.accumulorecipes.eventstore.support
 
EventCardinalityKey(Key) - Constructor for class org.calrissian.accumulorecipes.eventstore.support.EventCardinalityKey
 
EventGlobalIndexVisitor - Class in org.calrissian.accumulorecipes.eventstore.support
 
EventGlobalIndexVisitor(Date, Date, BatchScanner, EventShardBuilder) - Constructor for class org.calrissian.accumulorecipes.eventstore.support.EventGlobalIndexVisitor
 
EventInputFormat - Class in org.calrissian.accumulorecipes.eventstore.hadoop
 
EventInputFormat() - Constructor for class org.calrissian.accumulorecipes.eventstore.hadoop.EventInputFormat
 
EventKeyValueIndex - Class in org.calrissian.accumulorecipes.eventstore.support
 
EventKeyValueIndex(Connector, String, ShardBuilder<Event>, StoreConfig, TypeRegistry<String>) - Constructor for class org.calrissian.accumulorecipes.eventstore.support.EventKeyValueIndex
 
EventLoader - Class in org.calrissian.accumulorecipes.eventstore.pig
 
EventLoader(String) - Constructor for class org.calrissian.accumulorecipes.eventstore.pig.EventLoader
 
EventQfdHelper - Class in org.calrissian.accumulorecipes.eventstore.support
 
EventQfdHelper(Connector, String, String, StoreConfig, ShardBuilder<Event>, TypeRegistry<String>, KeyValueIndex<Event>) - Constructor for class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper
 
EventQfdHelper.QueryXform - Class in org.calrissian.accumulorecipes.eventstore.support
 
EventQfdHelper.QueryXform(Kryo, TypeRegistry<String>, Set<String>, MetadataSerDe) - Constructor for class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper.QueryXform
 
EventQfdHelper.WholeColFXForm - Class in org.calrissian.accumulorecipes.eventstore.support
 
EventQfdHelper.WholeColFXForm(Kryo, TypeRegistry<String>, MetadataSerDe) - Constructor for class org.calrissian.accumulorecipes.eventstore.support.EventQfdHelper.WholeColFXForm
 
EventShardBuilder - Interface in org.calrissian.accumulorecipes.eventstore.support.shard
 
EventStore - Interface in org.calrissian.accumulorecipes.eventstore
An event store generally holds temporal keys/values.
exec() - Method in class org.calrissian.accumulorecipes.eventstore.support.EventGlobalIndexVisitor
 

G

get(Collection<EventIndex>, Set<String>, Auths) - Method in interface org.calrissian.accumulorecipes.eventstore.EventStore
If an event is already being indexed in another store, it's often useful to query a bunch back in batches.
get(Collection<EventIndex>, Set<String>, Auths) - Method in class org.calrissian.accumulorecipes.eventstore.impl.AccumuloEventStore
This method will batch get a bunch of events by uuid (and optionally timestamp).
getCardinalities() - Method in class org.calrissian.accumulorecipes.eventstore.support.EventGlobalIndexVisitor
 
getInputFormat() - Method in class org.calrissian.accumulorecipes.eventstore.pig.EventLoader
 
getNext() - Method in class org.calrissian.accumulorecipes.eventstore.pig.EventLoader
 
getShards() - Method in class org.calrissian.accumulorecipes.eventstore.support.EventGlobalIndexVisitor
 
getTransform(Configuration) - Method in class org.calrissian.accumulorecipes.eventstore.hadoop.EventInputFormat
 
getWritable() - Method in class org.calrissian.accumulorecipes.eventstore.hadoop.EventInputFormat
 

H

HourlyShardBuilder - Class in org.calrissian.accumulorecipes.eventstore.support.shard
 
HourlyShardBuilder(Integer) - Constructor for class org.calrissian.accumulorecipes.eventstore.support.shard.HourlyShardBuilder
 

I

indexKeyValues(Iterable<? extends Event>) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventKeyValueIndex
 
itr - Variable in class org.calrissian.accumulorecipes.eventstore.pig.EventLoader
 

M

main(String[]) - Static method in class org.calrissian.accumulorecipes.eventstore.cli.ShardSplitter
 

N

numPartitions - Variable in class org.calrissian.accumulorecipes.eventstore.support.shard.HourlyShardBuilder
 

O

org.calrissian.accumulorecipes.eventstore - package org.calrissian.accumulorecipes.eventstore
 
org.calrissian.accumulorecipes.eventstore.cli - package org.calrissian.accumulorecipes.eventstore.cli
 
org.calrissian.accumulorecipes.eventstore.hadoop - package org.calrissian.accumulorecipes.eventstore.hadoop
 
org.calrissian.accumulorecipes.eventstore.impl - package org.calrissian.accumulorecipes.eventstore.impl
 
org.calrissian.accumulorecipes.eventstore.pig - package org.calrissian.accumulorecipes.eventstore.pig
 
org.calrissian.accumulorecipes.eventstore.support - package org.calrissian.accumulorecipes.eventstore.support
 
org.calrissian.accumulorecipes.eventstore.support.shard - package org.calrissian.accumulorecipes.eventstore.support.shard
 

P

prepareToRead(RecordReader, PigSplit) - Method in class org.calrissian.accumulorecipes.eventstore.pig.EventLoader
 

Q

qb - Variable in class org.calrissian.accumulorecipes.eventstore.pig.EventLoader
 
query(Date, Date, Node, Set<String>, Auths) - Method in interface org.calrissian.accumulorecipes.eventstore.EventStore
Query the store using criteria specified
query(Date, Date, Node, Set<String>, Auths) - Method in class org.calrissian.accumulorecipes.eventstore.impl.AccumuloEventStore
Shard ids for which to scan are generated from the given start and end time.

R

registry - Variable in class org.calrissian.accumulorecipes.eventstore.pig.EventLoader
 

S

save(Iterable<? extends Event>) - Method in interface org.calrissian.accumulorecipes.eventstore.EventStore
Persists a set of StoreEntry objects into the event store
save(Iterable<? extends Event>) - Method in class org.calrissian.accumulorecipes.eventstore.impl.AccumuloEventStore
Events get save into a sharded table to parallelize queries & ingest.
setInputInfo(Configuration, String, byte[], Authorizations) - Static method in class org.calrissian.accumulorecipes.eventstore.hadoop.EventInputFormat
 
setLocation(String, Job) - Method in class org.calrissian.accumulorecipes.eventstore.pig.EventLoader
 
setMetadataSerDe(Configuration, MetadataSerDe) - Static method in class org.calrissian.accumulorecipes.eventstore.hadoop.EventInputFormat
 
setQueryInfo(Configuration, Date, Date, Node) - Static method in class org.calrissian.accumulorecipes.eventstore.hadoop.EventInputFormat
 
setQueryInfo(Configuration, Date, Date, Node, EventShardBuilder, TypeRegistry<String>) - Static method in class org.calrissian.accumulorecipes.eventstore.hadoop.EventInputFormat
 
setSelectFields(Configuration, Set<String>) - Static method in class org.calrissian.accumulorecipes.eventstore.hadoop.EventInputFormat
Sets selection fields on the current configuration.
ShardSplitter - Class in org.calrissian.accumulorecipes.eventstore.cli
 
ShardSplitter() - Constructor for class org.calrissian.accumulorecipes.eventstore.cli.ShardSplitter
 
shutdown() - Method in class org.calrissian.accumulorecipes.eventstore.impl.AccumuloEventStore
Free up any resources used by the store.
shutdown() - Method in class org.calrissian.accumulorecipes.eventstore.support.EventKeyValueIndex
 

U

uniqueKeys(String, Auths) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventKeyValueIndex
 
USAGE - Static variable in class org.calrissian.accumulorecipes.eventstore.pig.EventLoader
 

V

visit(Leaf) - Method in class org.calrissian.accumulorecipes.eventstore.support.EventGlobalIndexVisitor
 
A B C D E G H I M N O P Q R S U V 

Copyright © 2014 Calrissian. All Rights Reserved.