| Package | Description |
|---|---|
| com.flipkart.ranger.finder | |
| com.flipkart.ranger.finder.sharded | |
| com.flipkart.ranger.finder.unsharded | |
| com.flipkart.ranger.model | |
| com.flipkart.ranger.serviceprovider |
| Modifier and Type | Method and Description |
|---|---|
ServiceNode<T> |
ServiceFinder.get(T criteria) |
ServiceNode<T> |
RandomServiceNodeSelector.select(List<ServiceNode<T>> serviceNodes) |
ServiceNode<T> |
RoundRobinServiceNodeSelector.select(List<ServiceNode<T>> serviceNodes) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceNode<T>> |
ServiceFinder.getAll(T criteria) |
| Modifier and Type | Method and Description |
|---|---|
ServiceNode<T> |
RandomServiceNodeSelector.select(List<ServiceNode<T>> serviceNodes) |
ServiceNode<T> |
RoundRobinServiceNodeSelector.select(List<ServiceNode<T>> serviceNodes) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ListMultimap<T,ServiceNode<T>> |
MapBasedServiceRegistry.nodes() |
List<ServiceNode<T>> |
MatchingShardSelector.nodes(T criteria,
MapBasedServiceRegistry<T> serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapBasedServiceRegistry.nodes(List<ServiceNode<T>> nodes) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceNode<UnshardedClusterInfo>> |
UnshardedClusterServiceRegistry.nodes() |
List<ServiceNode<UnshardedClusterInfo>> |
NoOpShardSelector.nodes(UnshardedClusterInfo criteria,
UnshardedClusterServiceRegistry serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnshardedClusterServiceRegistry.nodes(List<ServiceNode<UnshardedClusterInfo>> serviceNodes) |
| Modifier and Type | Method and Description |
|---|---|
ServiceNode<T> |
Deserializer.deserialize(byte[] data) |
ServiceNode<T> |
ServiceNodeSelector.select(List<ServiceNode<T>> serviceNodes) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceNode<T>> |
ShardSelector.nodes(T criteria,
ServiceRegistryType serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Serializer.serialize(ServiceNode<T> data) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServiceRegistry.nodes(List<ServiceNode<T>> nodes) |
ServiceNode<T> |
ServiceNodeSelector.select(List<ServiceNode<T>> serviceNodes) |
| Modifier and Type | Method and Description |
|---|---|
ServiceNode<T> |
ServiceProvider.getServiceNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceProvider.updateState(ServiceNode<T> serviceNode) |
| Constructor and Description |
|---|
ServiceProvider(String serviceName,
Serializer<T> serializer,
org.apache.curator.framework.CuratorFramework curatorFramework,
ServiceNode<T> serviceNode,
List<Healthcheck> healthchecks,
Supplier<Double> healthMetricSupplier,
int healthUpdateInterval,
int staleUpdateThreshold,
ServiceHealthAggregator serviceHealthAggregator) |
Copyright © 2021. All rights reserved.