A B C D F G I L M N P R S T U Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(List<Span>) - Method in class zipkin2.storage.ITServiceAndSpanNames
- accept(List<Span>) - Method in class zipkin2.storage.ITSpanStore
- accept(Span...) - Method in class zipkin2.storage.ITAutocompleteTags
- accept(Span...) - Method in class zipkin2.storage.ITSearchEnabledFalse
- accept(Span...) - Method in class zipkin2.storage.ITServiceAndSpanNames
- accept(Span...) - Method in class zipkin2.storage.ITSpanStore
- accept128BitTrace(StorageComponent) - Method in class zipkin2.storage.ITStrictTraceIdFalse
- aggregateLinks(List<Span>) - Method in class zipkin2.storage.ITDependencies
-
Returns links aggregated by midnight
B
- BACKEND - Static variable in class zipkin2.TestObjects
C
- clear() - Method in class zipkin2.storage.ITStorage
-
Clears store between tests.
- CLIENT_SPAN - Static variable in class zipkin2.TestObjects
- configureStorageForTest(StorageComponent.Builder) - Method in class zipkin2.storage.ITAutocompleteTags
- configureStorageForTest(StorageComponent.Builder) - Method in class zipkin2.storage.ITDependencies
- configureStorageForTest(StorageComponent.Builder) - Method in class zipkin2.storage.ITSearchEnabledFalse
- configureStorageForTest(StorageComponent.Builder) - Method in class zipkin2.storage.ITServiceAndSpanNames
- configureStorageForTest(StorageComponent.Builder) - Method in class zipkin2.storage.ITSpanStore
- configureStorageForTest(StorageComponent.Builder) - Method in class zipkin2.storage.ITStorage
-
Configures a
StorageComponent.Builder
with parameters for the test being executed. - configureStorageForTest(StorageComponent.Builder) - Method in class zipkin2.storage.ITStrictTraceIdFalse
D
- DAY - Static variable in class zipkin2.TestObjects
-
Notably, the cassandra implementation has day granularity
- DB - Static variable in class zipkin2.TestObjects
- deduplicates() - Method in class zipkin2.storage.ITSpanStore
-
Ideally, storage backends can deduplicate identical documents as this will prevent some analysis problems such as double-counting dependency links or other statistics.
F
- FRONTEND - Static variable in class zipkin2.TestObjects
G
- getTraces_128BitTraceId(List<Span>) - Method in class zipkin2.storage.ITStrictTraceIdFalse
- getTraces_duration() - Method in class zipkin2.storage.ITSpanStore
-
Shows that duration queries go against the root span, not the child
- getTraces_lateDuration() - Method in class zipkin2.storage.ITSpanStore
- getTraces_maxDuration() - Method in class zipkin2.storage.ITSpanStore
- getTraces_minDuration() - Method in class zipkin2.storage.ITSpanStore
- getTraces_serviceNames() - Method in class zipkin2.storage.ITSpanStore
- getTraces_spanName() - Method in class zipkin2.storage.ITSpanStore
- getTraces_tags() - Method in class zipkin2.storage.ITSpanStore
I
- initializeStoragePerTest() - Method in class zipkin2.storage.ITStorage
-
Sets the test to initialise the
StorageComponent
before each test rather than the test class. - ITAutocompleteTags<T extends StorageComponent> - Class in zipkin2.storage
-
Base test for when
StorageComponent.Builder.autocompleteKeys(List)
has values. - ITAutocompleteTags() - Constructor for class zipkin2.storage.ITAutocompleteTags
- ITDependencies<T extends StorageComponent> - Class in zipkin2.storage
-
Base test for
SpanStore
implementations that support dependency aggregation. - ITDependencies() - Constructor for class zipkin2.storage.ITDependencies
- ITSearchEnabledFalse<T extends StorageComponent> - Class in zipkin2.storage
-
Base test for when
searchEnabled == false
. - ITSearchEnabledFalse() - Constructor for class zipkin2.storage.ITSearchEnabledFalse
- ITServiceAndSpanNames<T extends StorageComponent> - Class in zipkin2.storage
-
Base test for
ServiceAndSpanNames
. - ITServiceAndSpanNames() - Constructor for class zipkin2.storage.ITServiceAndSpanNames
- ITSpanStore<T extends StorageComponent> - Class in zipkin2.storage
-
Base test for
SpanStore
. - ITSpanStore() - Constructor for class zipkin2.storage.ITSpanStore
- ITStorage<T extends StorageComponent> - Class in zipkin2.storage
-
Base class for all
StorageComponent
integration tests. - ITStorage() - Constructor for class zipkin2.storage.ITStorage
- ITStrictTraceIdFalse<T extends StorageComponent> - Class in zipkin2.storage
-
Base test for when
strictTraceId == false
. - ITStrictTraceIdFalse() - Constructor for class zipkin2.storage.ITStrictTraceIdFalse
L
- LOTS_OF_SPANS - Static variable in class zipkin2.TestObjects
-
Zipkin trace ids are random 64bit numbers.
M
- midnightUTC(long) - Static method in class zipkin2.TestObjects
-
For bucketed data floored to the day.
N
- names() - Method in class zipkin2.storage.ITStorage
- newStorageBuilder(TestInfo) - Method in class zipkin2.storage.ITStorage
-
Returns a new
StorageComponent.Builder
for connecting to the backend for the test.
P
- processDependencies(List<Span>) - Method in class zipkin2.storage.ITDependencies
-
Override if dependency processing is a separate job: it should complete before returning from this method.
R
- requestBuilder() - Static method in class zipkin2.storage.ITSpanStore
S
- span(long) - Static method in class zipkin2.TestObjects
- storage - Variable in class zipkin2.storage.ITStorage
- store() - Method in class zipkin2.storage.ITStorage
T
- TestObjects - Class in zipkin2
- TestObjects() - Constructor for class zipkin2.TestObjects
- TODAY - Static variable in class zipkin2.TestObjects
- TRACE - Static variable in class zipkin2.TestObjects
- TRACE_DURATION - Static variable in class zipkin2.TestObjects
- TRACE_ENDTS - Static variable in class zipkin2.TestObjects
- TRACE_STARTTS - Static variable in class zipkin2.TestObjects
U
- UTF_8 - Static variable in class zipkin2.TestObjects
Z
- zipkin2 - package zipkin2
- zipkin2.storage - package zipkin2.storage
All Classes All Packages