B C D E F G H I M O P R S T V Y 
All Classes All Packages

B

builtinTestCases() - Method in class org.apache.accumulo.iteratortest.IteratorTestBase
The List of IteratorTestCase to run the iterator against

C

COMPLETED - org.apache.accumulo.iteratortest.IteratorTestOutput.TestOutcome
The IteratorTestCase completed, but the pass/fail should be determined by the other context.

D

DeepCopyTestCase - Class in org.apache.accumulo.iteratortest.testcases
Test case that verifies that an iterator can use the generated instance from deepCopy.
DeepCopyTestCase() - Constructor for class org.apache.accumulo.iteratortest.testcases.DeepCopyTestCase
 
displayName() - Method in interface org.apache.accumulo.iteratortest.IteratorTestCase
 

E

equals(Object) - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
equals(Object) - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
 

F

FAILED - org.apache.accumulo.iteratortest.IteratorTestOutput.TestOutcome
The IteratorTestCase proactively failed.

G

getException() - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
Returns the exception thrown by the iterator.
getFamilies() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
getInput() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
getIteratorClass() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
getIteratorEnvironment() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
getIteratorOptions() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
getOutput() - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
Returns the output from the iterator.
getRange() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
getTestOutcome() - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
 

H

hasException() - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
 
hashCode() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
hashCode() - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
 
hasOutput() - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
 

I

InstantiationTestCase - Class in org.apache.accumulo.iteratortest.testcases
TestCase to assert that an Iterator has a no-args constructor.
InstantiationTestCase() - Constructor for class org.apache.accumulo.iteratortest.testcases.InstantiationTestCase
 
isInclusive() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
IsolatedDeepCopiesTestCase - Class in org.apache.accumulo.iteratortest.testcases
Test case that verifies that copies do not impact one another.
IsolatedDeepCopiesTestCase() - Constructor for class org.apache.accumulo.iteratortest.testcases.IsolatedDeepCopiesTestCase
 
isSamplingEnabled() - Method in class org.apache.accumulo.iteratortest.environments.SimpleIteratorEnvironment
 
IteratorTestBase - Class in org.apache.accumulo.iteratortest
A base test class for users to leverage to test their iterators.
IteratorTestBase() - Constructor for class org.apache.accumulo.iteratortest.IteratorTestBase
 
IteratorTestCase - Interface in org.apache.accumulo.iteratortest
An interface that accepts some input for testing a SortedKeyValueIterator, runs the specific implementation of the test and returns the outcome from that iterator.
IteratorTestInput - Class in org.apache.accumulo.iteratortest
The necessary user-input to invoke a test on a SortedKeyValueIterator.
IteratorTestInput(Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>, Range, SortedMap<Key, Value>) - Constructor for class org.apache.accumulo.iteratortest.IteratorTestInput
Construct an instance of the test input, using SimpleIteratorEnvironment.
IteratorTestInput(Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>, Range, SortedMap<Key, Value>, Collection<ByteSequence>, boolean, IteratorEnvironment) - Constructor for class org.apache.accumulo.iteratortest.IteratorTestInput
Construct an instance of the test input.
IteratorTestInput(Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>, Range, SortedMap<Key, Value>, IteratorEnvironment) - Constructor for class org.apache.accumulo.iteratortest.IteratorTestInput
Construct an instance of the test input.
IteratorTestOutput - Class in org.apache.accumulo.iteratortest
The expected results from invoking a IteratorTestCase on a IteratorTestInput.
IteratorTestOutput(Exception) - Constructor for class org.apache.accumulo.iteratortest.IteratorTestOutput
 
IteratorTestOutput(SortedMap<Key, Value>) - Constructor for class org.apache.accumulo.iteratortest.IteratorTestOutput
Create an instance of the class.
IteratorTestOutput(IteratorTestOutput.TestOutcome) - Constructor for class org.apache.accumulo.iteratortest.IteratorTestOutput
 
IteratorTestOutput.TestOutcome - Enum in org.apache.accumulo.iteratortest
An outcome about what happened during a test case.
IteratorTestParameters - Class in org.apache.accumulo.iteratortest
 

M

MultipleHasTopCalls - Class in org.apache.accumulo.iteratortest.testcases
TestCase which asserts that multiple calls to SortedKeyValueIterator.hasTop() should not alter the internal state of the iterator and should not return different values due to multiple, sequential invocations.
MultipleHasTopCalls() - Constructor for class org.apache.accumulo.iteratortest.testcases.MultipleHasTopCalls
 

O

org.apache.accumulo.iteratortest - package org.apache.accumulo.iteratortest
 
org.apache.accumulo.iteratortest.environments - package org.apache.accumulo.iteratortest.environments
 
org.apache.accumulo.iteratortest.testcases - package org.apache.accumulo.iteratortest.testcases
 

P

parameters() - Method in class org.apache.accumulo.iteratortest.IteratorTestBase
 
PASSED - org.apache.accumulo.iteratortest.IteratorTestOutput.TestOutcome
The IteratorTestCase proactively passed.

R

ReSeekTestCase - Class in org.apache.accumulo.iteratortest.testcases
Test case that verifies that an iterator can use the generated instance from deepCopy.
ReSeekTestCase() - Constructor for class org.apache.accumulo.iteratortest.testcases.ReSeekTestCase
 

S

SimpleIteratorEnvironment - Class in org.apache.accumulo.iteratortest.environments
A simple implementation of IteratorEnvironment which is unimplemented.
SimpleIteratorEnvironment() - Constructor for class org.apache.accumulo.iteratortest.environments.SimpleIteratorEnvironment
 

T

test(IteratorTestInput) - Method in interface org.apache.accumulo.iteratortest.IteratorTestCase
Run the implementation's test against the given input.
test(IteratorTestInput) - Method in class org.apache.accumulo.iteratortest.testcases.DeepCopyTestCase
 
test(IteratorTestInput) - Method in class org.apache.accumulo.iteratortest.testcases.InstantiationTestCase
 
test(IteratorTestInput) - Method in class org.apache.accumulo.iteratortest.testcases.IsolatedDeepCopiesTestCase
 
test(IteratorTestInput) - Method in class org.apache.accumulo.iteratortest.testcases.MultipleHasTopCalls
 
test(IteratorTestInput) - Method in class org.apache.accumulo.iteratortest.testcases.ReSeekTestCase
 
test(IteratorTestInput) - Method in class org.apache.accumulo.iteratortest.testcases.YieldingTestCase
 
testIterator(IteratorTestParameters) - Method in class org.apache.accumulo.iteratortest.IteratorTestBase
 
toParameters(IteratorTestInput, IteratorTestOutput) - Method in interface org.apache.accumulo.iteratortest.IteratorTestCase
 
toString() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
toString() - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
 
toString() - Method in class org.apache.accumulo.iteratortest.IteratorTestParameters
 

V

valueOf(String) - Static method in enum org.apache.accumulo.iteratortest.IteratorTestOutput.TestOutcome
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.accumulo.iteratortest.IteratorTestOutput.TestOutcome
Returns an array containing the constants of this enum type, in the order they are declared.
verify(IteratorTestOutput, IteratorTestOutput) - Method in interface org.apache.accumulo.iteratortest.IteratorTestCase
Compute whether or not the expected and actual output is a success or failure for this implementation.
verify(IteratorTestOutput, IteratorTestOutput) - Method in class org.apache.accumulo.iteratortest.testcases.InstantiationTestCase
 

Y

YieldingTestCase - Class in org.apache.accumulo.iteratortest.testcases
Test case that verifies that an iterator works correctly with the yielding api.
YieldingTestCase() - Constructor for class org.apache.accumulo.iteratortest.testcases.YieldingTestCase
 
B C D E F G H I M O P R S T V Y 
All Classes All Packages