public final class StorageAdapters extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
StorageAdapters.SpanConsumer |
Modifier and Type | Method and Description |
---|---|
static SpanStore |
asyncToBlocking(AsyncSpanStore delegate) |
static AsyncSpanStore |
blockingToAsync(SpanStore delegate,
Executor executor) |
static AsyncSpanConsumer |
blockingToAsync(StorageAdapters.SpanConsumer delegate,
Executor executor) |
public static AsyncSpanStore blockingToAsync(SpanStore delegate, Executor executor)
public static AsyncSpanConsumer blockingToAsync(StorageAdapters.SpanConsumer delegate, Executor executor)
public static SpanStore asyncToBlocking(AsyncSpanStore delegate)
Copyright © 2015–2016 OpenZipkin. All rights reserved.