public static enum IndexStoreModule.Type extends Enum<IndexStoreModule.Type>
Enum Constant and Description |
---|
DEFAULT |
FS |
MEMORY |
MMAPFS |
NIOFS |
RAM |
SIMPLEFS |
Modifier and Type | Method and Description |
---|---|
boolean |
fsStore()
Returns true iff this store type is a filesystem based store.
|
boolean |
match(String setting)
Returns true iff this settings matches the type.
|
static IndexStoreModule.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexStoreModule.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexStoreModule.Type NIOFS
public static final IndexStoreModule.Type MMAPFS
public static final IndexStoreModule.Type SIMPLEFS
public static final IndexStoreModule.Type RAM
public static final IndexStoreModule.Type MEMORY
public static final IndexStoreModule.Type FS
public static final IndexStoreModule.Type DEFAULT
public static IndexStoreModule.Type[] values()
for (IndexStoreModule.Type c : IndexStoreModule.Type.values()) System.out.println(c);
public static IndexStoreModule.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean fsStore()
public boolean match(String setting)
Copyright © 2009–2015. All rights reserved.