|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSqlStorageSource.ColumnIndexMode | |
---|---|
net.floodlightcontroller.storage.nosql |
Uses of NoSqlStorageSource.ColumnIndexMode in net.floodlightcontroller.storage.nosql |
---|
Methods in net.floodlightcontroller.storage.nosql that return NoSqlStorageSource.ColumnIndexMode | |
---|---|
protected NoSqlStorageSource.ColumnIndexMode |
NoSqlStorageSource.getColumnIndexMode(java.lang.String tableName,
java.lang.String columnName)
|
static NoSqlStorageSource.ColumnIndexMode |
NoSqlStorageSource.ColumnIndexMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NoSqlStorageSource.ColumnIndexMode[] |
NoSqlStorageSource.ColumnIndexMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.floodlightcontroller.storage.nosql with parameters of type NoSqlStorageSource.ColumnIndexMode | |
---|---|
void |
NoSqlStorageSource.setColumnIndexMode(java.lang.String tableName,
java.lang.String columnName,
NoSqlStorageSource.ColumnIndexMode indexMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |