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

B

BaseJUnit4IteratorTest - Class in org.apache.accumulo.iteratortest.junit4
A base JUnit4 test class for users to leverage with the JUnit Parameterized Runner.
BaseJUnit4IteratorTest(IteratorTestInput, IteratorTestOutput, IteratorTestCase) - Constructor for class org.apache.accumulo.iteratortest.junit4.BaseJUnit4IteratorTest
 

C

COMPLETED - org.apache.accumulo.iteratortest.IteratorTestOutput.TestOutcome
The IteratorTestCase completed, but the pass/fail should be determined by the other context.
createParameters(IteratorTestInput, IteratorTestOutput, Collection<IteratorTestCase>) - Static method in class org.apache.accumulo.iteratortest.junit4.BaseJUnit4IteratorTest
A helper function to convert input, output and a list of test cases into a two-dimensional array for JUnit's Parameterized runner.
createSource(IteratorTestInput) - Static method in class org.apache.accumulo.iteratortest.IteratorTestUtil
 

D

deepCopy(IteratorEnvironment) - Method in class org.apache.accumulo.iteratortest.SimpleKVReusingIterator
 
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
 
didTestSucceed() - Method in class org.apache.accumulo.iteratortest.IteratorTestReport
Evaluate whether the test passed or failed.

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.
findAllTestCases() - Static method in class org.apache.accumulo.iteratortest.IteratorTestCaseFinder
Instantiates all test cases provided.

G

getActualOutput() - Method in class org.apache.accumulo.iteratortest.IteratorTestReport
 
getException() - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
Returns the exception thrown by the iterator.
getExpectedOutput() - Method in class org.apache.accumulo.iteratortest.IteratorTestReport
 
getFamilies() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
getInput() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
getInput() - Method in class org.apache.accumulo.iteratortest.IteratorTestReport
 
getIteratorClass() - 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
 
getSummary() - Method in class org.apache.accumulo.iteratortest.IteratorTestReport
 
getTestCase() - Method in class org.apache.accumulo.iteratortest.IteratorTestReport
 
getTestCases() - Method in class org.apache.accumulo.iteratortest.IteratorTestRunner
 
getTestInput() - Method in class org.apache.accumulo.iteratortest.IteratorTestRunner
 
getTestOutcome() - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
 
getTestOutput() - Method in class org.apache.accumulo.iteratortest.IteratorTestRunner
 
getTopKey() - Method in class org.apache.accumulo.iteratortest.SimpleKVReusingIterator
 
getTopValue() - Method in class org.apache.accumulo.iteratortest.SimpleKVReusingIterator
 

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
 
hasTop() - Method in class org.apache.accumulo.iteratortest.SimpleKVReusingIterator
 

I

init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.apache.accumulo.iteratortest.SimpleKVReusingIterator
 
instantiateIterator(IteratorTestInput) - Static method in class org.apache.accumulo.iteratortest.IteratorTestUtil
 
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
 
IteratorTestCase - Interface in org.apache.accumulo.iteratortest.testcases
An interface that accepts some input for testing a SortedKeyValueIterator, runs the specific implementation of the test and returns the outcome from that iterator.
IteratorTestCaseFinder - Class in org.apache.accumulo.iteratortest
A class to ease finding published test cases.
IteratorTestCaseFinder() - Constructor for class org.apache.accumulo.iteratortest.IteratorTestCaseFinder
 
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.
IteratorTestInput(Class<? extends SortedKeyValueIterator<Key, Value>>, Map<String, String>, Range, SortedMap<Key, Value>, Collection<ByteSequence>, boolean) - 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.
IteratorTestReport - Class in org.apache.accumulo.iteratortest
A summary of the invocation of an IteratorTestInput over a IteratorTestCase with the expected IteratorTestOutput.
IteratorTestReport(IteratorTestInput, IteratorTestOutput, IteratorTestOutput, IteratorTestCase) - Constructor for class org.apache.accumulo.iteratortest.IteratorTestReport
 
IteratorTestRunner - Class in org.apache.accumulo.iteratortest
A runner for invoking some tests over some input and expecting some output.
IteratorTestRunner(IteratorTestInput, IteratorTestOutput, Collection<IteratorTestCase>) - Constructor for class org.apache.accumulo.iteratortest.IteratorTestRunner
Construct an instance of the class.
IteratorTestUtil - Class in org.apache.accumulo.iteratortest
A collection of methods that are helpful to the development of IteratorTestCases.
IteratorTestUtil() - Constructor for class org.apache.accumulo.iteratortest.IteratorTestUtil
 

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
 

N

next() - Method in class org.apache.accumulo.iteratortest.SimpleKVReusingIterator
 

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.junit4 - package org.apache.accumulo.iteratortest.junit4
 
org.apache.accumulo.iteratortest.testcases - package org.apache.accumulo.iteratortest.testcases
 
OutputVerifyingTestCase - Class in org.apache.accumulo.iteratortest.testcases
Base IteratorTestCase implementation that performs verification on the expected and actual outcome.
OutputVerifyingTestCase() - Constructor for class org.apache.accumulo.iteratortest.testcases.OutputVerifyingTestCase
 

P

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
 
runner - Variable in class org.apache.accumulo.iteratortest.junit4.BaseJUnit4IteratorTest
 
runTests() - Method in class org.apache.accumulo.iteratortest.IteratorTestRunner
Invokes each test case on the input, verifying the output.

S

seek(Range, Collection<ByteSequence>, boolean) - Method in class org.apache.accumulo.iteratortest.SimpleKVReusingIterator
 
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
 
SimpleKVReusingIterator - Class in org.apache.accumulo.iteratortest
Internally, Accumulo reuses the same instance of Key and Value to reduce the number of objects to be garbage collected.
SimpleKVReusingIterator(SortedKeyValueIterator<Key, Value>) - Constructor for class org.apache.accumulo.iteratortest.SimpleKVReusingIterator
 

T

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 interface org.apache.accumulo.iteratortest.testcases.IteratorTestCase
Run the implementation's test against the given input.
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() - Method in class org.apache.accumulo.iteratortest.junit4.BaseJUnit4IteratorTest
 
toString() - Method in class org.apache.accumulo.iteratortest.IteratorTestInput
 
toString() - Method in class org.apache.accumulo.iteratortest.IteratorTestOutput
 

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 class org.apache.accumulo.iteratortest.testcases.InstantiationTestCase
 
verify(IteratorTestOutput, IteratorTestOutput) - Method in interface org.apache.accumulo.iteratortest.testcases.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.OutputVerifyingTestCase
 

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 N O P R S T V Y 
All Classes All Packages