Package | Description |
---|---|
org.apache.curator.x.discovery.server.contexts | |
org.apache.curator.x.discovery.server.entity | |
org.apache.curator.x.discovery.server.rest |
Modifier and Type | Class and Description |
---|---|
class |
GenericDiscoveryContext<T>
For convenience, a version of
DiscoveryContext that uses any generic type as the payload |
class |
IntegerDiscoveryContext
For convenience, a version of
DiscoveryContext that uses an int as the
payload |
class |
MapDiscoveryContext
For convenience, a version of
DiscoveryContext that uses a String-to-String map as the
payload |
class |
StringDiscoveryContext
For convenience, a version of
DiscoveryContext that uses a string as the
payload |
Modifier and Type | Method and Description |
---|---|
DiscoveryContext<String> |
StringDiscoveryContext.getContext(Class<?> type) |
DiscoveryContext<Integer> |
IntegerDiscoveryContext.getContext(Class<?> type) |
DiscoveryContext<T> |
GenericDiscoveryContext.getContext(Class<?> type) |
Constructor and Description |
---|
JsonServiceInstanceMarshaller(DiscoveryContext<T> context) |
JsonServiceInstancesMarshaller(DiscoveryContext<T> context) |
Constructor and Description |
---|
DiscoveryResource(DiscoveryContext<T> context) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.