public interface Forest
Modifier and Type | Interface and Description |
---|---|
static class |
Forest.HostType
Enum containing the list of host types a forest can have.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlternateHost()
The alternate host name associated with the forest in the MarkLogic server.
|
java.lang.String |
getDatabaseName()
The database name associated with the forest in the MarkLogic server.
|
java.lang.String |
getForestId()
The id for the forest as provided by the MarkLogic server.
|
java.lang.String |
getForestName()
The name of the forest as provided by the MarkLogic server.
|
java.lang.String |
getHost()
The host name associated with the forest in the MarkLogic server.
|
java.lang.String |
getOpenReplicaHost()
The replica host name associated with the forest in the MarkLogic server.
|
default java.lang.String |
getPreferredHost()
Returns the host your application should talk to for this forest.
|
default Forest.HostType |
getPreferredHostType()
Returns the preferred host type for this forest.
|
java.lang.String |
getRequestHost()
The request host name associated with the forest in the MarkLogic server.
|
boolean |
isUpdateable()
Whether or not this forest is updateable.
|
java.lang.String getForestId()
java.lang.String getForestName()
java.lang.String getDatabaseName()
java.lang.String getHost()
java.lang.String getOpenReplicaHost()
java.lang.String getAlternateHost()
java.lang.String getRequestHost()
boolean isUpdateable()
default java.lang.String getPreferredHost()
default Forest.HostType getPreferredHostType()
Copyright © 2013-2020 MarkLogic Corporation.