586587588589590591592593594595596
throw new SnapshotCreationException("Table is not entirely open or closed", tpoe, snapshot); } // call post coproc hook if (cpHost != null) { cpHost.postSnapshot(snapshot, desc); } } /** * Set the handler for the current snapshot
573574575576577578579580581582583
531532533534535536537538539540541
throw new SnapshotCreationException("Table is not entirely open or closed", tpoe, snapshot); } // call post coproc hook if (cpHost != null) { cpHost.postSnapshot(snapshot, desc); } } /** * Take a snapshot of a disabled table.