public abstract class PropagationSetterTest<C,K>
extends java.lang.Object
| Constructor | Description |
|---|---|
PropagationSetterTest() |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract C |
carrier() |
|
protected abstract Propagation.KeyFactory<K> |
keyFactory() |
|
protected abstract java.lang.Iterable<java.lang.String> |
read(C carrier,
K key) |
|
void |
reset() |
|
void |
set() |
|
void |
set128() |
|
protected abstract Propagation.Setter<C,K> |
setter() |
|
void |
setTwoKeys() |
protected abstract Propagation.KeyFactory<K> keyFactory()
protected abstract C carrier()
protected abstract Propagation.Setter<C,K> setter()
public void set()
throws java.lang.Exception
java.lang.Exceptionpublic void set128()
throws java.lang.Exception
java.lang.Exceptionpublic void setTwoKeys()
throws java.lang.Exception
java.lang.Exceptionpublic void reset()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2018 OpenZipkin. All rights reserved.