Class SyncOnCommit
java.lang.Object
org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
org.apache.derby.impl.store.raw.data.ContainerHandleActionOnCommit
org.apache.derby.impl.store.raw.data.SyncOnCommit
- All Implemented Interfaces:
DerbyObserver
Flush all pages for a table on a commit
-
Field Summary
Fields inherited from class org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
identity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doIt
(BaseContainerHandle handle) void
update
(DerbyObservable obj, Object arg) This is the callback method which is invoked when a change happens to the object which is being observed.Methods inherited from class org.apache.derby.impl.store.raw.data.ContainerHandleActionOnCommit
openContainerAndDoIt
Methods inherited from class org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
equals, hashCode
-
Constructor Details
-
SyncOnCommit
-
-
Method Details
-
update
Description copied from interface:DerbyObserver
This is the callback method which is invoked when a change happens to the object which is being observed.- Parameters:
obj
- The object which is being observedarg
- Extra information being passed to the callback
-
doIt
- Specified by:
doIt
in classContainerHandleActionOnCommit
- Throws:
StandardException
- Standard Derby error policy
-