Enum LuceneEvents.DetailEvents
java.lang.Object
java.lang.Enum<LuceneEvents.DetailEvents>
com.apple.foundationdb.record.lucene.LuceneEvents.DetailEvents
- All Implemented Interfaces:
StoreTimer.DetailEvent
,StoreTimer.Event
,Serializable
,Comparable<LuceneEvents.DetailEvents>
,java.lang.constant.Constable
- Enclosing class:
- LuceneEvents
public static enum LuceneEvents.DetailEvents
extends Enum<LuceneEvents.DetailEvents>
implements StoreTimer.DetailEvent
Detail events.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
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.DetailEvents
Returns the enum constant of this type with the specified name.static LuceneEvents.DetailEvents[]
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
-
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
-