public static enum IndexStoreModule.Type extends Enum<IndexStoreModule.Type>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getSettingsKey() |
boolean |
match(String setting)
Returns true iff this settings matches the type.
|
static IndexStoreModule.Type |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static IndexStoreModule.Type[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final IndexStoreModule.Type NIOFS
public static final IndexStoreModule.Type MMAPFS
public static final IndexStoreModule.Type SIMPLEFS
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 - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public String getSettingsKey()
public boolean match(String setting)
Copyright © 2009–2016. All rights reserved.