See
JUMPStore.createDataNode(StringJUMPData) . This method
would throw a runtime exception if it is called on a non-exclusive
handle.
exception: IOException - if the underlying JUMPStore.createDataNode(String, JUMPData) causes IOException exception: JUMPStoreRuntimeException - if the handle is in non-executive mode.
See
JUMPStore.createNode(String) . This method
would throw a runtime exception if it is called on a non-exclusive
handle.
exception: IOException - if the underlying JUMPStore.createNode(String) causes IOException exception: JUMPStoreRuntimeException - if the handle is in non-executive mode.
See
JUMPStore.deleteNode(String) . This method
would throw a runtime exception if it is called on a non-exclusive
handle.
exception: IOException - if the underlying JUMPStore.deleteNode(String) causes IOException exception: JUMPStoreRuntimeException - if the handle is in non-executive mode.
See
JUMPStore.updateDataNode(StringJUMPData) . This method
would throw a runtime exception if it is called on a non-exclusive
handle.
exception: IOException - if the underlying JUMPStore.updateDataNode(String, JUMPData) causes IOException exception: JUMPStoreRuntimeException - if the handle is in non-executive mode.