Interface CopyOnWriteStoreMBean
-
@ProviderType public interface CopyOnWriteStoreMBean
MBean for managing the copy-on-write node store
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringdisableCopyOnWrite()Disables the temporary store and switched the repository back to the "normal" mode.java.lang.StringenableCopyOnWrite()Enabled the temporary, copy-on-write storejava.lang.StringgetStatus()Returns the copy-on-write status
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
enableCopyOnWrite
java.lang.String enableCopyOnWrite()
Enabled the temporary, copy-on-write store- Returns:
- the operation status
-
disableCopyOnWrite
java.lang.String disableCopyOnWrite()
Disables the temporary store and switched the repository back to the "normal" mode.- Returns:
- the operation status
-
getStatus
java.lang.String getStatus()
Returns the copy-on-write status- Returns:
- status of the copy-on-write mode
-
-