public interface LifecycleNewTracker
Modifier and Type | Method and Description |
---|---|
OperationType |
opType() |
void |
trackNew(SSTable table)
Called when a new table is about to be created, so that this table can be tracked by a transaction.
|
void |
untrackNew(SSTable table)
Called when a new table is no longer required, so that this table can be untracked by a transaction.
|
void trackNew(SSTable table)
table
- - the new table to be trackedvoid untrackNew(SSTable table)
table
- - the table to be untrackedOperationType opType()
Copyright © 2009- The Apache Software Foundation