|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ApplicationCF>
org.usergrid.persistence.cassandra.ApplicationCF
public enum ApplicationCF
Enum Constant Summary | |
---|---|
APPLICATION_AGGREGATE_COUNTERS
Application counters |
|
APPLICATION_ROLES
All roles that exist within an application |
|
ENTITY_ALIASES
Alternate lookup table for finding entities. |
|
ENTITY_COMPOSITE_DICTIONARIES
Typed vs. |
|
ENTITY_CONNECTIONS
The index that contains a list of all entities from their source entity. |
|
ENTITY_COUNTERS
Entity counters |
|
ENTITY_DICTIONARIES
each row models name:value pairs. |
|
ENTITY_ID_SETS
Rows that are full of UUIDs. |
|
ENTITY_INDEX
Contains all secondary indexes for entities |
|
ENTITY_INDEX_ENTRIES
Contains all properties that have ever been indexed for an entity |
|
ENTITY_METADATA
No longer used? |
|
ENTITY_PROPERTIES
This is where the entity objects are stored |
|
ENTITY_UNIQUE
Unique index for properties that must remain the same |
Field Summary | |
---|---|
static String |
DEFAULT_DYNAMIC_COMPOSITE_ALIASES
|
Method Summary | |
---|---|
boolean |
create()
|
String |
getColumnFamily()
|
String |
getComparator()
|
List<me.prettyprint.hector.api.ddl.ColumnDefinition> |
getMetadata()
|
String |
getValidator()
|
boolean |
isComposite()
|
String |
toString()
|
static ApplicationCF |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ApplicationCF[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ApplicationCF ENTITY_PROPERTIES
public static final ApplicationCF ENTITY_DICTIONARIES
Schema
for the list of dictionary types
public static final ApplicationCF ENTITY_ID_SETS
public static final ApplicationCF ENTITY_COMPOSITE_DICTIONARIES
EntityManagerImpl.getDictionaryAsMap(org.usergrid.persistence.EntityRef, String)
public static final ApplicationCF ENTITY_METADATA
public static final ApplicationCF ENTITY_ALIASES
public static final ApplicationCF ENTITY_CONNECTIONS
public static final ApplicationCF ENTITY_INDEX
public static final ApplicationCF ENTITY_UNIQUE
public static final ApplicationCF ENTITY_INDEX_ENTRIES
public static final ApplicationCF APPLICATION_ROLES
public static final ApplicationCF APPLICATION_AGGREGATE_COUNTERS
public static final ApplicationCF ENTITY_COUNTERS
Field Detail |
---|
public static final String DEFAULT_DYNAMIC_COMPOSITE_ALIASES
Method Detail |
---|
public static ApplicationCF[] values()
for (ApplicationCF c : ApplicationCF.values()) System.out.println(c);
public static ApplicationCF valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ApplicationCF>
public String getColumnFamily()
getColumnFamily
in interface CFEnum
public String getComparator()
getComparator
in interface CFEnum
public String getValidator()
getValidator
in interface CFEnum
public boolean isComposite()
isComposite
in interface CFEnum
public List<me.prettyprint.hector.api.ddl.ColumnDefinition> getMetadata()
getMetadata
in interface CFEnum
public boolean create()
create
in interface CFEnum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |