public interface DocumentNodeStoreMBean
| Modifier and Type | Method and Description |
|---|---|
long |
determineServerTimeDifferenceMillis() |
String |
formatRevision(String rev,
boolean utc) |
String[] |
getActiveClusterNodes() |
CompositeData |
getBackgroundUpdateCountHistory() |
CompositeData |
getBranchCommitHistory() |
int |
getClusterId() |
CompositeData |
getExternalChangeCountHistory() |
String |
getHead() |
String[] |
getInactiveClusterNodes() |
String[] |
getLastKnownRevisions() |
CompositeData |
getMergeBranchCommitHistory() |
CompositeData |
getMergeFailureHistory() |
CompositeData |
getMergeSuccessHistory() |
String |
getRevisionComparatorState()
Deprecated.
|
int |
getUnmergedBranchCount() |
static final String TYPE
@Deprecated String getRevisionComparatorState()
String getHead()
int getClusterId()
int getUnmergedBranchCount()
String[] getInactiveClusterNodes()
String[] getActiveClusterNodes()
String[] getLastKnownRevisions()
String formatRevision(@Name(value="revision") String rev, @Name(value="UTC") boolean utc)
@Description(value="Return the estimated time difference in milliseconds between\nthe local instance and the (typically common, shared) document server system.\nThe value can be zero if the times are estimated to be equal,\npositive when the local instance is ahead of the remote server\nand negative when the local instance is behind the remote server. An invocation is not cached\nand typically requires a round-trip to the server (but that is not a requirement).") long determineServerTimeDifferenceMillis()
CompositeData getMergeSuccessHistory()
CompositeData getMergeFailureHistory()
CompositeData getExternalChangeCountHistory()
CompositeData getBackgroundUpdateCountHistory()
CompositeData getBranchCommitHistory()
CompositeData getMergeBranchCommitHistory()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.