public class CleanUpUtility
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URI_VERSION_SEPARATOR |
Constructor and Description |
---|
CleanUpUtility() |
Modifier and Type | Method and Description |
---|---|
protected static LgLoggerIF |
getLogger() |
static java.util.List<AbsoluteCodingSchemeVersionReference> |
listOrphanedMetaData() |
static java.lang.String[] |
listUnusedDatabases() |
static java.lang.String[] |
listUnusedIndexes() |
static java.lang.String[] |
listUnusedMetadata() |
static java.lang.String[] |
removeAllUnusedDatabases() |
static java.lang.String[] |
removeAllUnusedIndexes() |
static void |
removeAllUnusedMetaData() |
static void |
removeAllUnusedResources() |
static void |
removeMetadataEntry(java.lang.String codingSchemeURI,
java.lang.String version) |
static void |
removeUnusedDatabase(java.lang.String dbName) |
static void |
removeUnusedIndex(java.lang.String index) |
static void |
removeUnusedMetaData(java.lang.String temp) |
public static final java.lang.String URI_VERSION_SEPARATOR
protected static LgLoggerIF getLogger()
public static java.lang.String[] listUnusedDatabases() throws LBInvocationException
LBInvocationException
public static java.lang.String[] listUnusedIndexes() throws LBParameterException, LBInvocationException
public static java.lang.String[] listUnusedMetadata()
public static void removeAllUnusedResources() throws LBParameterException, LBInvocationException
public static java.lang.String[] removeAllUnusedIndexes() throws LBParameterException, LBInvocationException
public static java.lang.String[] removeAllUnusedDatabases() throws LBParameterException, LBInvocationException
public static void removeAllUnusedMetaData() throws LBParameterException, LBInvocationException
public static void removeUnusedIndex(java.lang.String index) throws LBParameterException, LBInvocationException
public static void removeUnusedDatabase(java.lang.String dbName) throws LBParameterException, LBInvocationException
public static java.util.List<AbsoluteCodingSchemeVersionReference> listOrphanedMetaData()
public static void removeMetadataEntry(java.lang.String codingSchemeURI, java.lang.String version) throws LBInvocationException, LBParameterException
public static void removeUnusedMetaData(java.lang.String temp)