Skip navigation links
C D G I J M O P R S U W 

C

close() - Method in class org.apache.curator.x.discovery.server.rest.InstanceCleanup
 

D

DiscoveryContext<T> - Interface in org.apache.curator.x.discovery.server.rest
Bridge between the specifics of your needs and the generic implementation
DiscoveryResource<T> - Class in org.apache.curator.x.discovery.server.rest
The JAX-RS web service.
DiscoveryResource(DiscoveryContext<T>) - Constructor for class org.apache.curator.x.discovery.server.rest.DiscoveryResource
 

G

GenericDiscoveryContext<T> - Class in org.apache.curator.x.discovery.server.contexts
For convenience, a version of DiscoveryContext that uses any generic type as the payload
GenericDiscoveryContext(ServiceDiscovery<T>, ProviderStrategy<T>, int, Class<T>) - Constructor for class org.apache.curator.x.discovery.server.contexts.GenericDiscoveryContext
 
GenericDiscoveryContext(ServiceDiscovery<T>, ProviderStrategy<T>, int, TypeToken<T>) - Constructor for class org.apache.curator.x.discovery.server.contexts.GenericDiscoveryContext
 
get(String, String) - Method in class org.apache.curator.x.discovery.server.rest.DiscoveryResource
 
getAll(String) - Method in class org.apache.curator.x.discovery.server.rest.DiscoveryResource
 
getAllNames() - Method in class org.apache.curator.x.discovery.server.rest.DiscoveryResource
 
getAny(String) - Method in class org.apache.curator.x.discovery.server.rest.DiscoveryResource
 
getContext(Class<?>) - Method in class org.apache.curator.x.discovery.server.contexts.GenericDiscoveryContext
 
getContext(Class<?>) - Method in class org.apache.curator.x.discovery.server.contexts.IntegerDiscoveryContext
 
getContext(Class<?>) - Method in class org.apache.curator.x.discovery.server.contexts.StringDiscoveryContext
 
getDeprecated(String, String) - Method in class org.apache.curator.x.discovery.server.rest.DiscoveryResource
Deprecated.
getInstanceRefreshMs() - Method in class org.apache.curator.x.discovery.server.contexts.GenericDiscoveryContext
 
getInstanceRefreshMs() - Method in class org.apache.curator.x.discovery.server.contexts.IntegerDiscoveryContext
 
getInstanceRefreshMs() - Method in class org.apache.curator.x.discovery.server.contexts.StringDiscoveryContext
 
getInstanceRefreshMs() - Method in interface org.apache.curator.x.discovery.server.rest.DiscoveryContext
Return the threshold in milliseconds to consider a registration stale
getNames() - Method in class org.apache.curator.x.discovery.server.entity.ServiceNames
 
getProviderStrategy() - Method in class org.apache.curator.x.discovery.server.contexts.GenericDiscoveryContext
 
getProviderStrategy() - Method in class org.apache.curator.x.discovery.server.contexts.IntegerDiscoveryContext
 
getProviderStrategy() - Method in class org.apache.curator.x.discovery.server.contexts.StringDiscoveryContext
 
getProviderStrategy() - Method in interface org.apache.curator.x.discovery.server.rest.DiscoveryContext
Return the provider strategy to use for getAny(String)
getServiceDiscovery() - Method in class org.apache.curator.x.discovery.server.contexts.GenericDiscoveryContext
 
getServiceDiscovery() - Method in class org.apache.curator.x.discovery.server.contexts.IntegerDiscoveryContext
 
getServiceDiscovery() - Method in class org.apache.curator.x.discovery.server.contexts.StringDiscoveryContext
 
getServiceDiscovery() - Method in interface org.apache.curator.x.discovery.server.rest.DiscoveryContext
Return the service singleton
getServices() - Method in class org.apache.curator.x.discovery.server.entity.ServiceInstances
 
getSize(ServiceInstance<T>, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceInstanceMarshaller
 
getSize(ServiceInstances<T>, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceInstancesMarshaller
 
getSize(ServiceNames, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceNamesMarshaller
 

I

InstanceCleanup - Class in org.apache.curator.x.discovery.server.rest
A background task that purges stale registrations.
InstanceCleanup(ServiceDiscovery<?>, int) - Constructor for class org.apache.curator.x.discovery.server.rest.InstanceCleanup
 
IntegerDiscoveryContext - Class in org.apache.curator.x.discovery.server.contexts
For convenience, a version of DiscoveryContext that uses an int as the payload
IntegerDiscoveryContext(ServiceDiscovery<Integer>, ProviderStrategy<Integer>, int) - Constructor for class org.apache.curator.x.discovery.server.contexts.IntegerDiscoveryContext
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceInstanceMarshaller
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceInstancesMarshaller
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceNamesMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceInstanceMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceInstancesMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceNamesMarshaller
 

J

JsonServiceInstanceMarshaller<T> - Class in org.apache.curator.x.discovery.server.entity
Message body reader/writer.
JsonServiceInstanceMarshaller(DiscoveryContext<T>) - Constructor for class org.apache.curator.x.discovery.server.entity.JsonServiceInstanceMarshaller
 
JsonServiceInstancesMarshaller<T> - Class in org.apache.curator.x.discovery.server.entity
Message body reader/writer.
JsonServiceInstancesMarshaller(DiscoveryContext<T>) - Constructor for class org.apache.curator.x.discovery.server.entity.JsonServiceInstancesMarshaller
 
JsonServiceNamesMarshaller - Class in org.apache.curator.x.discovery.server.entity
Message body reader/writer.
JsonServiceNamesMarshaller() - Constructor for class org.apache.curator.x.discovery.server.entity.JsonServiceNamesMarshaller
 

M

MapDiscoveryContext - Class in org.apache.curator.x.discovery.server.contexts
For convenience, a version of DiscoveryContext that uses a String-to-String map as the payload
MapDiscoveryContext(ServiceDiscovery<Map<String, String>>, ProviderStrategy<Map<String, String>>, int) - Constructor for class org.apache.curator.x.discovery.server.contexts.MapDiscoveryContext
 
marshallJson(ObjectNode, String, T) - Method in class org.apache.curator.x.discovery.server.contexts.GenericDiscoveryContext
 
marshallJson(ObjectNode, String, Integer) - Method in class org.apache.curator.x.discovery.server.contexts.IntegerDiscoveryContext
 
marshallJson(ObjectNode, String, String) - Method in class org.apache.curator.x.discovery.server.contexts.StringDiscoveryContext
 
marshallJson(ObjectNode, String, T) - Method in interface org.apache.curator.x.discovery.server.rest.DiscoveryContext
Serialize your payload

O

org.apache.curator.x.discovery.server.contexts - package org.apache.curator.x.discovery.server.contexts
 
org.apache.curator.x.discovery.server.entity - package org.apache.curator.x.discovery.server.entity
 
org.apache.curator.x.discovery.server.rest - package org.apache.curator.x.discovery.server.rest
 

P

putService(ServiceInstance<T>, String, String) - Method in class org.apache.curator.x.discovery.server.rest.DiscoveryResource
 

R

readFrom(Class<ServiceInstance<T>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceInstanceMarshaller
 
readFrom(Class<ServiceInstances<T>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceInstancesMarshaller
 
readFrom(Class<ServiceNames>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceNamesMarshaller
 
removeService(String, String) - Method in class org.apache.curator.x.discovery.server.rest.DiscoveryResource
 

S

ServiceInstances<T> - Class in org.apache.curator.x.discovery.server.entity
Raw generic lists don't work well in JAX-RS.
ServiceInstances() - Constructor for class org.apache.curator.x.discovery.server.entity.ServiceInstances
 
ServiceInstances(Collection<? extends ServiceInstance<T>>) - Constructor for class org.apache.curator.x.discovery.server.entity.ServiceInstances
 
ServiceNames - Class in org.apache.curator.x.discovery.server.entity
Raw generic lists don't work well in JAX-RS.
ServiceNames() - Constructor for class org.apache.curator.x.discovery.server.entity.ServiceNames
 
ServiceNames(Collection<? extends String>) - Constructor for class org.apache.curator.x.discovery.server.entity.ServiceNames
 
start() - Method in class org.apache.curator.x.discovery.server.rest.InstanceCleanup
Start the task
StringDiscoveryContext - Class in org.apache.curator.x.discovery.server.contexts
For convenience, a version of DiscoveryContext that uses a string as the payload
StringDiscoveryContext(ServiceDiscovery<String>, ProviderStrategy<String>, int) - Constructor for class org.apache.curator.x.discovery.server.contexts.StringDiscoveryContext
 

U

unMarshallJson(JsonNode) - Method in class org.apache.curator.x.discovery.server.contexts.GenericDiscoveryContext
 
unMarshallJson(JsonNode) - Method in class org.apache.curator.x.discovery.server.contexts.IntegerDiscoveryContext
 
unMarshallJson(JsonNode) - Method in class org.apache.curator.x.discovery.server.contexts.StringDiscoveryContext
 
unMarshallJson(JsonNode) - Method in interface org.apache.curator.x.discovery.server.rest.DiscoveryContext
Deserialize your payload

W

writeTo(ServiceInstance<T>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceInstanceMarshaller
 
writeTo(ServiceInstances<T>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceInstancesMarshaller
 
writeTo(ServiceNames, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.curator.x.discovery.server.entity.JsonServiceNamesMarshaller
 
C D G I J M O P R S U W 
Skip navigation links

Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.