| Class | Description |
|---|---|
| IteratorTestCaseFinder |
A class to ease finding published test cases.
|
| IteratorTestInput |
The necessary user-input to invoke a test on a
SortedKeyValueIterator. |
| IteratorTestOutput |
The expected results from invoking a
IteratorTestCase on a IteratorTestInput. |
| IteratorTestReport |
A summary of the invocation of an
IteratorTestInput over a IteratorTestCase with
the expected IteratorTestOutput. |
| IteratorTestRunner |
A runner for invoking some tests over some input and expecting some output.
|
| IteratorTestUtil |
A collection of methods that are helpful to the development of
IteratorTestCases. |
| SimpleKVReusingIterator |
Internally, Accumulo reuses the same instance of Key and Value to reduce the number of objects to
be garbage collected.
|
| Enum | Description |
|---|---|
| IteratorTestOutput.TestOutcome |
An outcome about what happened during a test case.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.