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