@Deprecated
public class LegacyLeveledManifest
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
manifestNeedsMigration(java.lang.String keyspace,
java.lang.String columnFamily)
Deprecated.
We need to migrate if there is a legacy leveledmanifest json-file
If there is no jsonfile, we can just start as normally, sstable level will be at 0 for all sstables.
|
static void |
migrateManifests(java.lang.String keyspace,
java.lang.String columnFamily)
Deprecated.
|
static void |
snapshotWithoutCFS(java.lang.String keyspace,
java.lang.String columnFamily)
Deprecated.
Snapshot a CF without having to load the sstables in that directory
|
public static boolean manifestNeedsMigration(java.lang.String keyspace, java.lang.String columnFamily)
keyspace
- columnFamily
- public static void migrateManifests(java.lang.String keyspace, java.lang.String columnFamily) throws java.io.IOException
java.io.IOException
public static void snapshotWithoutCFS(java.lang.String keyspace, java.lang.String columnFamily) throws java.io.IOException
keyspace
- columnFamily
- java.io.IOException
Copyright © 2013 The Apache Software Foundation