public static class ZipkinCollector.Client extends scribe.Client implements ZipkinCollector.Iface
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipkinCollector.Client.Factory |
| Constructor and Description |
|---|
ZipkinCollector.Client(org.apache.thrift.protocol.TProtocol prot) |
ZipkinCollector.Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
| Modifier and Type | Method and Description |
|---|---|
void |
recv_storeDependencies() |
void |
recv_storeTopAnnotations() |
void |
recv_storeTopKeyValueAnnotations() |
void |
send_storeDependencies(String service_name,
List<String> endpoints) |
void |
send_storeTopAnnotations(String service_name,
List<String> annotations) |
void |
send_storeTopKeyValueAnnotations(String service_name,
List<String> annotations) |
void |
storeDependencies(String service_name,
List<String> endpoints) |
void |
storeTopAnnotations(String service_name,
List<String> annotations)
Aggregates methods
|
void |
storeTopKeyValueAnnotations(String service_name,
List<String> annotations) |
Log, recv_Log, send_LoggetInputProtocol, getOutputProtocol, receiveBase, sendBaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitLogpublic ZipkinCollector.Client(org.apache.thrift.protocol.TProtocol prot)
public ZipkinCollector.Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot)
public void storeTopAnnotations(String service_name, List<String> annotations) throws StoreAggregatesException, org.apache.thrift.TException
ZipkinCollector.IfacestoreTopAnnotations in interface ZipkinCollector.IfaceStoreAggregatesExceptionorg.apache.thrift.TExceptionpublic void send_storeTopAnnotations(String service_name, List<String> annotations) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void recv_storeTopAnnotations()
throws StoreAggregatesException,
org.apache.thrift.TException
StoreAggregatesExceptionorg.apache.thrift.TExceptionpublic void storeTopKeyValueAnnotations(String service_name, List<String> annotations) throws StoreAggregatesException, org.apache.thrift.TException
storeTopKeyValueAnnotations in interface ZipkinCollector.IfaceStoreAggregatesExceptionorg.apache.thrift.TExceptionpublic void send_storeTopKeyValueAnnotations(String service_name, List<String> annotations) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void recv_storeTopKeyValueAnnotations()
throws StoreAggregatesException,
org.apache.thrift.TException
StoreAggregatesExceptionorg.apache.thrift.TExceptionpublic void storeDependencies(String service_name, List<String> endpoints) throws StoreAggregatesException, org.apache.thrift.TException
storeDependencies in interface ZipkinCollector.IfaceStoreAggregatesExceptionorg.apache.thrift.TExceptionpublic void send_storeDependencies(String service_name, List<String> endpoints) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void recv_storeDependencies()
throws StoreAggregatesException,
org.apache.thrift.TException
StoreAggregatesExceptionorg.apache.thrift.TExceptionCopyright © 2015. All Rights Reserved.