| Package | Description |
|---|---|
| org.mydotey.artemis | |
| org.mydotey.artemis.cluster | |
| org.mydotey.artemis.util |
| Modifier and Type | Method and Description |
|---|---|
List<Zone> |
Region.getZones() |
| Modifier and Type | Method and Description |
|---|---|
void |
Region.setZones(List<Zone> zones) |
| Constructor and Description |
|---|
Region(String regionId,
List<Zone> zones) |
Region(String regionId,
List<Zone> zones,
Map<String,String> metadata) |
| Modifier and Type | Method and Description |
|---|---|
Zone |
ServiceNode.getZone() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ListMultimap<Zone,ServiceNode> |
ServiceCluster.clusterNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceNode.setZone(Zone zone) |
| Constructor and Description |
|---|
ServiceNode(Zone zone,
String url) |
| Modifier and Type | Method and Description |
|---|---|
void |
SameZoneChecker.check(Zone value,
String valueName) |
static ServiceGroupKey |
ServiceGroupKeys.of(Service service,
Zone zone) |
Copyright © 2020 org.mydotey. All rights reserved.