Enum LuceneEvents.SizeEvents
java.lang.Object
java.lang.Enum<LuceneEvents.SizeEvents>
com.apple.foundationdb.record.lucene.LuceneEvents.SizeEvents
- All Implemented Interfaces:
StoreTimer.Event,StoreTimer.SizeEvent,Serializable,Comparable<LuceneEvents.SizeEvents>,java.lang.constant.Constable
- Enclosing class:
- LuceneEvents
public static enum LuceneEvents.SizeEvents
extends Enum<LuceneEvents.SizeEvents>
implements StoreTimer.SizeEvent
Size Events.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSize of the list of files loaded in loadFileReferenceCacheForMemoization operation in FDBDirectory.The number of docs moved during each transaction as part of partition rebalance.writeData operation in FDBDirectory.writeFileReference operation in the FDBDirectory.Write Stored Fields operations on the FDBDirectory. -
Field Summary
Fields inherited from interface com.apple.foundationdb.record.provider.common.StoreTimer.Event
LOG_KEY_SUFFIX_CACHE -
Method Summary
Modifier and TypeMethodDescriptionbooleantitle()static LuceneEvents.SizeEventsReturns the enum constant of this type with the specified name.static LuceneEvents.SizeEvents[]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, valueOfMethods inherited from interface com.apple.foundationdb.record.provider.common.StoreTimer.Event
logKey, logKeyWithSuffix, name
-
Enum Constant Details
-
LUCENE_WRITE_FILE_REFERENCE
writeFileReference operation in the FDBDirectory. -
LUCENE_WRITE
writeData operation in FDBDirectory. -
LUCENE_WRITE_STORED_FIELDS
Write Stored Fields operations on the FDBDirectory. -
LUCENE_REBALANCE_PARTITION_DOCS
The number of docs moved during each transaction as part of partition rebalance. -
LUCENE_FILES_COUNT
Size of the list of files loaded in loadFileReferenceCacheForMemoization operation in FDBDirectory.
-
-
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:
titlein interfaceStoreTimer.Event
-
isDelayedUntilCommit
public boolean isDelayedUntilCommit()- Specified by:
isDelayedUntilCommitin interfaceStoreTimer.Event
-