Interface | Description |
---|---|
StoreFileTracker |
An interface to define how we track the store files for a give store.
|
Class | Description |
---|---|
DefaultStoreFileTracker |
The default implementation for store file tracker, where we do not persist the store file list,
and use listing when loading store files.
|
FileBasedStoreFileTracker |
A file based store file tracker.
|
InitializeStoreFileTrackerProcedure |
Procedure for setting StoreFileTracker information to table descriptor.
|
MigrationStoreFileTracker |
A store file tracker used for migrating between store file tracker implementations.
|
ModifyColumnFamilyStoreFileTrackerProcedure | |
ModifyStoreFileTrackerProcedure |
This procedure is used to change the store file tracker implementation.
|
ModifyTableStoreFileTrackerProcedure | |
StoreFileListFile |
To fully avoid listing, here we use two files for tracking.
|
StoreFileTrackerBase |
Base class for all store file tracker.
|
StoreFileTrackerFactory |
Factory method for creating store file tracker.
|
StoreFileTrackerValidationUtils |
Enum | Description |
---|---|
ModifyStoreFileTrackerProcedure.StoreFileTrackerState | |
StoreFileTrackerFactory.Trackers |
Maps between configuration names for trackers and implementation classes.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.