Package io.datarouter.storage.servertype
Interface ServerType
- All Superinterfaces:
Comparable<ServerType>,io.datarouter.enums.Displayable,io.datarouter.enums.DisplayablePersistentString,io.datarouter.enums.PersistentString
- All Known Implementing Classes:
SingleServerType
public interface ServerType
extends io.datarouter.enums.DisplayablePersistentString, Comparable<ServerType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerTypestatic final ServerTypestatic final ServerType -
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
ALL
-
UNKNOWN
-
DEV
-
-
Method Details
-
getPersistentString
String getPersistentString()- Specified by:
getPersistentStringin interfaceio.datarouter.enums.PersistentString
-
isProduction
boolean isProduction() -
isHttpExposed
boolean isHttpExposed() -
getDisplay
- Specified by:
getDisplayin interfaceio.datarouter.enums.Displayable
-