public interface IServiceTopology
Modifier and Type | Method and Description |
---|---|
default ItemValue<Server> |
any(java.lang.String tag) |
default java.util.Optional<ItemValue<Server>> |
anyIfPresent(java.lang.String tag) |
ItemValue<Server> |
core() |
default ItemValue<Server> |
datalocation(java.lang.String serverUid)
Search a server uid (aka datalocation) in current topology
|
boolean |
imapOnDatalocation() |
java.util.List<ItemValue<Server>> |
nodes() |
boolean |
singleNode() |
boolean singleNode()
boolean imapOnDatalocation()
default ItemValue<Server> datalocation(java.lang.String serverUid)
serverUid
- TopologyException
- if not founddefault ItemValue<Server> any(java.lang.String tag)
tag
- TopologyException
- if none matchCopyright © 2021. All Rights Reserved.