A C D E I L O Q R S 

A

accept(Key, Value) - Method in class org.calrissian.accumulorecipes.rangestore.iterator.OverlappingScanFilter
 
accept(Key, Value) - Method in class org.calrissian.accumulorecipes.rangestore.iterator.ReverseScanFilter
 
AccumuloRangeStore<T extends Comparable<T>> - Class in org.calrissian.accumulorecipes.rangestore.impl
 
AccumuloRangeStore(Connector, RangeHelper<T>) - Constructor for class org.calrissian.accumulorecipes.rangestore.impl.AccumuloRangeStore
 
AccumuloRangeStore(Connector, String, StoreConfig, RangeHelper<T>) - Constructor for class org.calrissian.accumulorecipes.rangestore.impl.AccumuloRangeStore
 

C

configureTable(Connector, String) - Method in class org.calrissian.accumulorecipes.rangestore.impl.AccumuloRangeStore
Utility method to update the correct iterators to the table.
Constants - Class in org.calrissian.accumulorecipes.rangestore.support
 

D

decode(String) - Method in class org.calrissian.accumulorecipes.rangestore.helper.LongRangeHelper
Decodes the lexigraphical representation of the value.
decode(String) - Method in interface org.calrissian.accumulorecipes.rangestore.helper.RangeHelper
Decodes the lexigraphical representation of the value.
decodeComplement(String) - Method in class org.calrissian.accumulorecipes.rangestore.helper.LongRangeHelper
Decodes the complements lexigraphical representation of the value.
decodeComplement(String) - Method in interface org.calrissian.accumulorecipes.rangestore.helper.RangeHelper
Decodes the complements lexigraphical representation of the value.
DEFAULT_ITERATOR_PRIORITY - Static variable in class org.calrissian.accumulorecipes.rangestore.support.Constants
 
delete(Iterable<ValueRange<T>>) - Method in class org.calrissian.accumulorecipes.rangestore.impl.AccumuloRangeStore
Deletes ranges from the store.
delete(Iterable<ValueRange<T>>) - Method in interface org.calrissian.accumulorecipes.rangestore.RangeStore
Deletes ranges from the store.
distance(ValueRange<Long>) - Method in class org.calrissian.accumulorecipes.rangestore.helper.LongRangeHelper
Returns the distance between the start and end elements.
distance(ValueRange<T>) - Method in interface org.calrissian.accumulorecipes.rangestore.helper.RangeHelper
Returns the distance between the start and end elements.

E

encode(Long) - Method in class org.calrissian.accumulorecipes.rangestore.helper.LongRangeHelper
Encodes a value into a string that can be lexigraphically sorted.
encode(T) - Method in interface org.calrissian.accumulorecipes.rangestore.helper.RangeHelper
Encodes a value into a string that can be lexigraphically sorted.
encodeComplement(Long) - Method in class org.calrissian.accumulorecipes.rangestore.helper.LongRangeHelper
Encodes the values in a string that can be lexigraphically sorted in reverse order.
encodeComplement(T) - Method in interface org.calrissian.accumulorecipes.rangestore.helper.RangeHelper
Encodes the values in a string that can be lexigraphically sorted in reverse order.

I

init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.calrissian.accumulorecipes.rangestore.iterator.OverlappingScanFilter
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.calrissian.accumulorecipes.rangestore.iterator.ReverseScanFilter
 
isValid(ValueRange<Long>) - Method in class org.calrissian.accumulorecipes.rangestore.helper.LongRangeHelper
Simply verifies that the range is valid.
isValid(ValueRange<T>) - Method in interface org.calrissian.accumulorecipes.rangestore.helper.RangeHelper
Simply verifies that the range is valid.

L

LongRangeHelper - Class in org.calrissian.accumulorecipes.rangestore.helper
 
LongRangeHelper() - Constructor for class org.calrissian.accumulorecipes.rangestore.helper.LongRangeHelper
 

O

org.calrissian.accumulorecipes.rangestore - package org.calrissian.accumulorecipes.rangestore
 
org.calrissian.accumulorecipes.rangestore.helper - package org.calrissian.accumulorecipes.rangestore.helper
 
org.calrissian.accumulorecipes.rangestore.impl - package org.calrissian.accumulorecipes.rangestore.impl
 
org.calrissian.accumulorecipes.rangestore.iterator - package org.calrissian.accumulorecipes.rangestore.iterator
 
org.calrissian.accumulorecipes.rangestore.support - package org.calrissian.accumulorecipes.rangestore.support
 
OverlappingScanFilter - Class in org.calrissian.accumulorecipes.rangestore.iterator
Filters out all intervals that have an upper bound less than or equal to the criteria upper bound.
OverlappingScanFilter() - Constructor for class org.calrissian.accumulorecipes.rangestore.iterator.OverlappingScanFilter
 

Q

query(ValueRange<T>, Auths) - Method in class org.calrissian.accumulorecipes.rangestore.impl.AccumuloRangeStore
Queries for any ranges that intersect, overlap, or are contained by the given range.
query(ValueRange<T>, Auths) - Method in interface org.calrissian.accumulorecipes.rangestore.RangeStore
Queries for any ranges that intersect, overlap, or are contained by the given range.

R

RangeHelper<T extends Comparable<T>> - Interface in org.calrissian.accumulorecipes.rangestore.helper
 
RangeStore<T extends Comparable<T>> - Interface in org.calrissian.accumulorecipes.rangestore
A range store is a 1-dimensional NoSQL key/value version of the common interval tree data structure.
ReverseScanFilter - Class in org.calrissian.accumulorecipes.rangestore.iterator
Filters out all intervals that have a lower bound greater than the criteria lower bound.
ReverseScanFilter() - Constructor for class org.calrissian.accumulorecipes.rangestore.iterator.ReverseScanFilter
 

S

save(Iterable<ValueRange<T>>) - Method in class org.calrissian.accumulorecipes.rangestore.impl.AccumuloRangeStore
Inserts ranges into the store.
save(Iterable<ValueRange<T>>) - Method in interface org.calrissian.accumulorecipes.rangestore.RangeStore
Inserts ranges into the store.
setQueryLowBound(IteratorSetting, String) - Static method in class org.calrissian.accumulorecipes.rangestore.iterator.ReverseScanFilter
A convenience method for setting the filter condition for the iterator.
setQueryUpperBound(IteratorSetting, String) - Static method in class org.calrissian.accumulorecipes.rangestore.iterator.OverlappingScanFilter
A convenience method for setting the filter condition for the iterator.
shutdown() - Method in class org.calrissian.accumulorecipes.rangestore.impl.AccumuloRangeStore
Will close all underlying resources
A C D E I L O Q R S 

Copyright © 2014 Calrissian. All Rights Reserved.