DiscoveryClient | DiscoveryClient | |||
---|---|---|---|---|
Compiled from "DiscoveryClient.java" | Compiled from "DiscoveryClient.java" | |||
public class io.dropwizard.discovery.client.DiscoveryClient implements java | public class io.dropwizard.discovery.client.DiscoveryClient<T> implements j | |||
.io.Closeable { | ava.io.Closeable { | |||
public io.dropwizard.discovery.client.DiscoveryClient(java.lang.String, o | public io.dropwizard.discovery.client.DiscoveryClient(java.lang.String, o | |||
rg.apache.curator.x.discovery.ServiceDiscovery<io.dropwizard.discovery.core | rg.apache.curator.x.discovery.ServiceDiscovery<T>, org.apache.curator.x.dis | |||
.InstanceMetadata>, org.apache.curator.x.discovery.DownInstancePolicy, org. | covery.DownInstancePolicy, org.apache.curator.x.discovery.ProviderStrategy< | |||
apache.curator.x.discovery.ProviderStrategy<io.dropwizard.discovery.core.In | T>); | |||
stanceMetadata>); | ||||
public java.util.Collection<java.lang.String> getServices() throws java.l ang.Exception; | public java.util.Collection<java.lang.String> getServices() throws java.l ang.Exception; | |||
public java.util.Collection<org.apache.curator.x.discovery.ServiceInstanc | public java.util.Collection<org.apache.curator.x.discovery.ServiceInstanc | |||
e<io.dropwizard.discovery.core.InstanceMetadata>> getInstances(java.lang.St | e<T>> getInstances(java.lang.String) throws java.lang.Exception; | |||
ring) throws java.lang.Exception; | public java.util.Collection<org.apache.curator.x.discovery.ServiceInstanc | |||
public java.util.Collection<org.apache.curator.x.discovery.ServiceInstanc | e<T>> getInstances(); | |||
e<io.dropwizard.discovery.core.InstanceMetadata>> getInstances(); | public org.apache.curator.x.discovery.ServiceInstance<T> getInstance() th | |||
public org.apache.curator.x.discovery.ServiceInstance<io.dropwizard.disco | rows java.lang.Exception; | |||
very.core.InstanceMetadata> getInstance() throws java.lang.Exception; | public void noteError(org.apache.curator.x.discovery.ServiceInstance<T>); | |||
public void noteError(org.apache.curator.x.discovery.ServiceInstance<io.d | ||||
ropwizard.discovery.core.InstanceMetadata>); | ||||
public void start() throws java.lang.Exception; | public void start() throws java.lang.Exception; | |||
public void close(); | public void close(); | |||
static {}; | static {}; | |||
} | } | |||
End of changes. 2 change blocks. | ||||
16 lines changed or deleted | 13 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |