Interface CopyOnWriteStoreMBean
@ProviderType
public interface CopyOnWriteStoreMBean
MBean for managing the copy-on-write node store
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDisables the temporary store and switched the repository back to the "normal" mode.Enabled the temporary, copy-on-write storeReturns the copy-on-write status
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
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
-