voldemort.store.system
Class SystemStoreConstants

java.lang.Object
  extended by voldemort.store.system.SystemStoreConstants

public class SystemStoreConstants
extends java.lang.Object

A file that defines all constants for system stores, including the store definitions


Nested Class Summary
static class SystemStoreConstants.SystemStoreName
           
 
Field Summary
static java.lang.String NAME_PREFIX
           
static java.lang.String SYSTEM_STORE_SCHEMA
           
 
Constructor Summary
SystemStoreConstants()
           
 
Method Summary
static java.util.List<StoreDefinition> getAllSystemStoreDefs()
           
static StoreDefinition getSystemStoreDef(java.lang.String name)
           
static boolean isSystemStore(java.lang.String storeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_PREFIX

public static final java.lang.String NAME_PREFIX
See Also:
Constant Field Values

SYSTEM_STORE_SCHEMA

public static final java.lang.String SYSTEM_STORE_SCHEMA
See Also:
Constant Field Values
Constructor Detail

SystemStoreConstants

public SystemStoreConstants()
Method Detail

isSystemStore

public static boolean isSystemStore(java.lang.String storeName)

getAllSystemStoreDefs

public static java.util.List<StoreDefinition> getAllSystemStoreDefs()

getSystemStoreDef

public static StoreDefinition getSystemStoreDef(java.lang.String name)


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu