Enum LuceneEvents.Waits
- All Implemented Interfaces:
StoreTimer.Event
,StoreTimer.Wait
,Serializable
,Comparable<LuceneEvents.Waits>
,java.lang.constant.Constable
- Enclosing class:
- LuceneEvents
Wait events.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCreate a file from FDBDirectory.Wait to delete a file from Lucene's FDBDirectory.Wait to get the length of the a file in Lucene's FDBDirectory.Clear a file lock.Get a file lock.Set a file lock.Look up primary key segment.Wait to read all stored fields for a segment.Wait to read a data block.Wait to read a file reference.Wait to get a new file counter increment.Wait to read schema.Wait to read stored fields.Wait for lucene to load the file cache.Read the field infos data.Wait to rename a file in Lucene's FDBDirectory. -
Field Summary
Fields inherited from interface com.apple.foundationdb.record.provider.common.StoreTimer.Event
LOG_KEY_SUFFIX_CACHE
-
Method Summary
Modifier and TypeMethodDescriptionlogKey()
title()
static LuceneEvents.Waits
Returns the enum constant of this type with the specified name.static LuceneEvents.Waits[]
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, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface com.apple.foundationdb.record.provider.common.StoreTimer.Event
isDelayedUntilCommit, logKeyWithSuffix, name
-
Enum Constant Details
-
WAIT_LUCENE_DELETE_FILE
Wait to delete a file from Lucene's FDBDirectory. -
WAIT_LUCENE_FILE_LENGTH
Wait to get the length of the a file in Lucene's FDBDirectory. -
WAIT_LUCENE_RENAME
Wait to rename a file in Lucene's FDBDirectory. -
WAIT_LUCENE_GET_INCREMENT
Wait to get a new file counter increment. -
WAIT_LUCENE_GET_FILE_REFERENCE
Wait to read a file reference. -
WAIT_LUCENE_GET_SCHEMA
Wait to read schema. -
WAIT_LUCENE_GET_ALL_STORED_FIELDS
Wait to read all stored fields for a segment. -
WAIT_LUCENE_GET_STORED_FIELDS
Wait to read stored fields. -
WAIT_LUCENE_GET_DATA_BLOCK
Wait to read a data block. -
WAIT_LUCENE_LOAD_FILE_CACHE
Wait for lucene to load the file cache. -
WAIT_LUCENE_CREATE_OUTPUT
Create a file from FDBDirectory. -
WAIT_LUCENE_FIND_PRIMARY_KEY
Look up primary key segment. -
WAIT_LUCENE_READ_FIELD_INFOS
Read the field infos data. -
WAIT_LUCENE_FILE_LOCK_SET
Set a file lock. -
WAIT_LUCENE_FILE_LOCK_GET
Get a file lock. -
WAIT_LUCENE_FILE_LOCK_CLEAR
Clear a file lock.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
title
- Specified by:
title
in interfaceStoreTimer.Event
-
logKey
- Specified by:
logKey
in interfaceStoreTimer.Event
-