Enum LuceneEvents.Counts
- All Implemented Interfaces:
StoreTimer.Count
,StoreTimer.Event
,Serializable
,Comparable<LuceneEvents.Counts>
,java.lang.constant.Constable
- Enclosing class:
- LuceneEvents
public static enum LuceneEvents.Counts
extends Enum<LuceneEvents.Counts>
implements StoreTimer.Count
Count events.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNumber of agile context commits after exceeding size quota.Number of agile context commits after exceeding time quota.Count of the number of times a block was removed from the block cache.The number of block reads that occur against the FDBDirectory.Number of file delete operations on the FDBDirectory.Number of Delete Stored Fields operations on the FDBDirectory.Number of times the getIncrement() function is called in the FDBDirectory.Number of documents merged.Number of segments merged.Number of rename file operations on the FDBDirectory.Count of times a rebalance was called.Matched auto complete suggestions returned from lucene auto complete suggestion lookup.Matched documents returned from lucene index reader scans.Matched spellchecker suggestions returned from lucene spellchecker suggestion lookup.Block to read came from shared cache.Block to read came not in shared cache.Plan contains highlight operator. -
Field Summary
Fields inherited from interface com.apple.foundationdb.record.provider.common.StoreTimer.Event
LOG_KEY_SUFFIX_CACHE
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isSize()
logKey()
title()
static LuceneEvents.Counts
Returns the enum constant of this type with the specified name.static LuceneEvents.Counts[]
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
logKeyWithSuffix, name
-
Enum Constant Details
-
LUCENE_GET_INCREMENT_CALLS
Number of times the getIncrement() function is called in the FDBDirectory. -
LUCENE_BLOCK_READS
The number of block reads that occur against the FDBDirectory. -
LUCENE_SCAN_MATCHED_DOCUMENTS
Matched documents returned from lucene index reader scans. -
LUCENE_SCAN_MATCHED_AUTO_COMPLETE_SUGGESTIONS
Matched auto complete suggestions returned from lucene auto complete suggestion lookup. -
LUCENE_SCAN_SPELLCHECKER_SUGGESTIONS
Matched spellchecker suggestions returned from lucene spellchecker suggestion lookup. -
LUCENE_SHARED_CACHE_HITS
Block to read came from shared cache. -
LUCENE_SHARED_CACHE_MISSES
Block to read came not in shared cache. -
PLAN_HIGHLIGHT_TERMS
Plan contains highlight operator. -
LUCENE_DELETE_FILE
Number of file delete operations on the FDBDirectory. -
LUCENE_RENAME_FILE
Number of rename file operations on the FDBDirectory. -
LUCENE_MERGE_DOCUMENTS
Number of documents merged. -
LUCENE_MERGE_SEGMENTS
Number of segments merged. -
LUCENE_DELETE_STORED_FIELDS
Number of Delete Stored Fields operations on the FDBDirectory. -
LUCENE_AGILE_COMMITS_SIZE_QUOTA
Number of agile context commits after exceeding size quota. -
LUCENE_AGILE_COMMITS_TIME_QUOTA
Number of agile context commits after exceeding time quota. -
LUCENE_REPARTITION_CALLS
Count of times a rebalance was called. -
LUCENE_BLOCK_CACHE_REMOVE
Count of the number of times a block was removed from the block cache.
-
-
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
-
isDelayedUntilCommit
public boolean isDelayedUntilCommit()- Specified by:
isDelayedUntilCommit
in interfaceStoreTimer.Event
-
isSize
public boolean isSize()- Specified by:
isSize
in interfaceStoreTimer.Count
-