Table of Contents

Class TickerType

Namespace
Org.Rocksdb
Assembly
MASES.KNet.dll
public class TickerType : Enum<TickerType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEquatable<Enum<TickerType>>
Inheritance
TickerType
Implements
Inherited Members

Constructors

TickerType()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public TickerType()

TickerType(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TickerType(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

TickerType(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public TickerType(params object[] args)

Parameters

args object[]

Properties

ASYNC_READ_ERROR_COUNT

public static TickerType ASYNC_READ_ERROR_COUNT { get; }

Property Value

TickerType

BACKUP_READ_BYTES

public static TickerType BACKUP_READ_BYTES { get; }

Property Value

TickerType

BACKUP_WRITE_BYTES

public static TickerType BACKUP_WRITE_BYTES { get; }

Property Value

TickerType

BLOB_DB_BLOB_FILE_BYTES_READ

public static TickerType BLOB_DB_BLOB_FILE_BYTES_READ { get; }

Property Value

TickerType

BLOB_DB_BLOB_FILE_BYTES_WRITTEN

public static TickerType BLOB_DB_BLOB_FILE_BYTES_WRITTEN { get; }

Property Value

TickerType

BLOB_DB_BLOB_FILE_SYNCED

public static TickerType BLOB_DB_BLOB_FILE_SYNCED { get; }

Property Value

TickerType

BLOB_DB_BLOB_INDEX_EVICTED_COUNT

public static TickerType BLOB_DB_BLOB_INDEX_EVICTED_COUNT { get; }

Property Value

TickerType

BLOB_DB_BLOB_INDEX_EVICTED_SIZE

public static TickerType BLOB_DB_BLOB_INDEX_EVICTED_SIZE { get; }

Property Value

TickerType

BLOB_DB_BLOB_INDEX_EXPIRED_COUNT

public static TickerType BLOB_DB_BLOB_INDEX_EXPIRED_COUNT { get; }

Property Value

TickerType

BLOB_DB_BLOB_INDEX_EXPIRED_SIZE

public static TickerType BLOB_DB_BLOB_INDEX_EXPIRED_SIZE { get; }

Property Value

TickerType

BLOB_DB_BYTES_READ

public static TickerType BLOB_DB_BYTES_READ { get; }

Property Value

TickerType

BLOB_DB_BYTES_WRITTEN

public static TickerType BLOB_DB_BYTES_WRITTEN { get; }

Property Value

TickerType

BLOB_DB_CACHE_ADD

public static TickerType BLOB_DB_CACHE_ADD { get; }

Property Value

TickerType

BLOB_DB_CACHE_ADD_FAILURES

public static TickerType BLOB_DB_CACHE_ADD_FAILURES { get; }

Property Value

TickerType

BLOB_DB_CACHE_BYTES_READ

public static TickerType BLOB_DB_CACHE_BYTES_READ { get; }

Property Value

TickerType

BLOB_DB_CACHE_BYTES_WRITE

public static TickerType BLOB_DB_CACHE_BYTES_WRITE { get; }

Property Value

TickerType

BLOB_DB_CACHE_HIT

public static TickerType BLOB_DB_CACHE_HIT { get; }

Property Value

TickerType

BLOB_DB_CACHE_MISS

public static TickerType BLOB_DB_CACHE_MISS { get; }

Property Value

TickerType

BLOB_DB_FIFO_BYTES_EVICTED

public static TickerType BLOB_DB_FIFO_BYTES_EVICTED { get; }

Property Value

TickerType

BLOB_DB_FIFO_NUM_FILES_EVICTED

public static TickerType BLOB_DB_FIFO_NUM_FILES_EVICTED { get; }

Property Value

TickerType

BLOB_DB_FIFO_NUM_KEYS_EVICTED

public static TickerType BLOB_DB_FIFO_NUM_KEYS_EVICTED { get; }

Property Value

TickerType

BLOB_DB_GC_BYTES_RELOCATED

public static TickerType BLOB_DB_GC_BYTES_RELOCATED { get; }

Property Value

TickerType

BLOB_DB_GC_FAILURES

public static TickerType BLOB_DB_GC_FAILURES { get; }

Property Value

TickerType

BLOB_DB_GC_NUM_FILES

public static TickerType BLOB_DB_GC_NUM_FILES { get; }

Property Value

TickerType

BLOB_DB_GC_NUM_KEYS_RELOCATED

public static TickerType BLOB_DB_GC_NUM_KEYS_RELOCATED { get; }

Property Value

TickerType

BLOB_DB_GC_NUM_NEW_FILES

public static TickerType BLOB_DB_GC_NUM_NEW_FILES { get; }

Property Value

TickerType

BLOB_DB_NUM_GET

public static TickerType BLOB_DB_NUM_GET { get; }

Property Value

TickerType

BLOB_DB_NUM_KEYS_READ

public static TickerType BLOB_DB_NUM_KEYS_READ { get; }

Property Value

TickerType

BLOB_DB_NUM_KEYS_WRITTEN

public static TickerType BLOB_DB_NUM_KEYS_WRITTEN { get; }

Property Value

TickerType

BLOB_DB_NUM_MULTIGET

public static TickerType BLOB_DB_NUM_MULTIGET { get; }

Property Value

TickerType

BLOB_DB_NUM_NEXT

public static TickerType BLOB_DB_NUM_NEXT { get; }

Property Value

TickerType

BLOB_DB_NUM_PREV

public static TickerType BLOB_DB_NUM_PREV { get; }

Property Value

TickerType

BLOB_DB_NUM_PUT

public static TickerType BLOB_DB_NUM_PUT { get; }

Property Value

TickerType

BLOB_DB_NUM_SEEK

public static TickerType BLOB_DB_NUM_SEEK { get; }

Property Value

TickerType

BLOB_DB_NUM_WRITE

public static TickerType BLOB_DB_NUM_WRITE { get; }

Property Value

TickerType

BLOB_DB_WRITE_BLOB

public static TickerType BLOB_DB_WRITE_BLOB { get; }

Property Value

TickerType

BLOB_DB_WRITE_BLOB_TTL

public static TickerType BLOB_DB_WRITE_BLOB_TTL { get; }

Property Value

TickerType

BLOB_DB_WRITE_INLINED

public static TickerType BLOB_DB_WRITE_INLINED { get; }

Property Value

TickerType

BLOB_DB_WRITE_INLINED_TTL

public static TickerType BLOB_DB_WRITE_INLINED_TTL { get; }

Property Value

TickerType

BLOCK_CACHE_ADD

public static TickerType BLOCK_CACHE_ADD { get; }

Property Value

TickerType

BLOCK_CACHE_ADD_FAILURES

public static TickerType BLOCK_CACHE_ADD_FAILURES { get; }

Property Value

TickerType

BLOCK_CACHE_ADD_REDUNDANT

public static TickerType BLOCK_CACHE_ADD_REDUNDANT { get; }

Property Value

TickerType

BLOCK_CACHE_BYTES_READ

public static TickerType BLOCK_CACHE_BYTES_READ { get; }

Property Value

TickerType

BLOCK_CACHE_BYTES_WRITE

public static TickerType BLOCK_CACHE_BYTES_WRITE { get; }

Property Value

TickerType

BLOCK_CACHE_COMPRESSION_DICT_ADD

public static TickerType BLOCK_CACHE_COMPRESSION_DICT_ADD { get; }

Property Value

TickerType

BLOCK_CACHE_COMPRESSION_DICT_ADD_REDUNDANT

public static TickerType BLOCK_CACHE_COMPRESSION_DICT_ADD_REDUNDANT { get; }

Property Value

TickerType

BLOCK_CACHE_COMPRESSION_DICT_BYTES_INSERT

public static TickerType BLOCK_CACHE_COMPRESSION_DICT_BYTES_INSERT { get; }

Property Value

TickerType

BLOCK_CACHE_COMPRESSION_DICT_HIT

public static TickerType BLOCK_CACHE_COMPRESSION_DICT_HIT { get; }

Property Value

TickerType

BLOCK_CACHE_COMPRESSION_DICT_MISS

public static TickerType BLOCK_CACHE_COMPRESSION_DICT_MISS { get; }

Property Value

TickerType

BLOCK_CACHE_DATA_ADD

public static TickerType BLOCK_CACHE_DATA_ADD { get; }

Property Value

TickerType

BLOCK_CACHE_DATA_ADD_REDUNDANT

public static TickerType BLOCK_CACHE_DATA_ADD_REDUNDANT { get; }

Property Value

TickerType

BLOCK_CACHE_DATA_BYTES_INSERT

public static TickerType BLOCK_CACHE_DATA_BYTES_INSERT { get; }

Property Value

TickerType

BLOCK_CACHE_DATA_HIT

public static TickerType BLOCK_CACHE_DATA_HIT { get; }

Property Value

TickerType

BLOCK_CACHE_DATA_MISS

public static TickerType BLOCK_CACHE_DATA_MISS { get; }

Property Value

TickerType

BLOCK_CACHE_FILTER_ADD

public static TickerType BLOCK_CACHE_FILTER_ADD { get; }

Property Value

TickerType

BLOCK_CACHE_FILTER_ADD_REDUNDANT

public static TickerType BLOCK_CACHE_FILTER_ADD_REDUNDANT { get; }

Property Value

TickerType

BLOCK_CACHE_FILTER_BYTES_INSERT

public static TickerType BLOCK_CACHE_FILTER_BYTES_INSERT { get; }

Property Value

TickerType

BLOCK_CACHE_FILTER_HIT

public static TickerType BLOCK_CACHE_FILTER_HIT { get; }

Property Value

TickerType

BLOCK_CACHE_FILTER_MISS

public static TickerType BLOCK_CACHE_FILTER_MISS { get; }

Property Value

TickerType

BLOCK_CACHE_HIT

public static TickerType BLOCK_CACHE_HIT { get; }

Property Value

TickerType

BLOCK_CACHE_INDEX_ADD

public static TickerType BLOCK_CACHE_INDEX_ADD { get; }

Property Value

TickerType

BLOCK_CACHE_INDEX_ADD_REDUNDANT

public static TickerType BLOCK_CACHE_INDEX_ADD_REDUNDANT { get; }

Property Value

TickerType

BLOCK_CACHE_INDEX_BYTES_INSERT

public static TickerType BLOCK_CACHE_INDEX_BYTES_INSERT { get; }

Property Value

TickerType

BLOCK_CACHE_INDEX_HIT

public static TickerType BLOCK_CACHE_INDEX_HIT { get; }

Property Value

TickerType

BLOCK_CACHE_INDEX_MISS

public static TickerType BLOCK_CACHE_INDEX_MISS { get; }

Property Value

TickerType

BLOCK_CACHE_MISS

public static TickerType BLOCK_CACHE_MISS { get; }

Property Value

TickerType

BLOCK_CHECKSUM_COMPUTE_COUNT

public static TickerType BLOCK_CHECKSUM_COMPUTE_COUNT { get; }

Property Value

TickerType

BLOCK_CHECKSUM_MISMATCH_COUNT

public static TickerType BLOCK_CHECKSUM_MISMATCH_COUNT { get; }

Property Value

TickerType

BLOOM_FILTER_FULL_POSITIVE

public static TickerType BLOOM_FILTER_FULL_POSITIVE { get; }

Property Value

TickerType

BLOOM_FILTER_FULL_TRUE_POSITIVE

public static TickerType BLOOM_FILTER_FULL_TRUE_POSITIVE { get; }

Property Value

TickerType

BLOOM_FILTER_PREFIX_CHECKED

public static TickerType BLOOM_FILTER_PREFIX_CHECKED { get; }

Property Value

TickerType

BLOOM_FILTER_PREFIX_TRUE_POSITIVE

public static TickerType BLOOM_FILTER_PREFIX_TRUE_POSITIVE { get; }

Property Value

TickerType

BLOOM_FILTER_PREFIX_USEFUL

public static TickerType BLOOM_FILTER_PREFIX_USEFUL { get; }

Property Value

TickerType

BLOOM_FILTER_USEFUL

public static TickerType BLOOM_FILTER_USEFUL { get; }

Property Value

TickerType

BYTES_COMPRESSED_FROM

public static TickerType BYTES_COMPRESSED_FROM { get; }

Property Value

TickerType

BYTES_COMPRESSED_TO

public static TickerType BYTES_COMPRESSED_TO { get; }

Property Value

TickerType

BYTES_COMPRESSION_BYPASSED

public static TickerType BYTES_COMPRESSION_BYPASSED { get; }

Property Value

TickerType

BYTES_COMPRESSION_REJECTED

public static TickerType BYTES_COMPRESSION_REJECTED { get; }

Property Value

TickerType

BYTES_DECOMPRESSED_FROM

public static TickerType BYTES_DECOMPRESSED_FROM { get; }

Property Value

TickerType

BYTES_DECOMPRESSED_TO

public static TickerType BYTES_DECOMPRESSED_TO { get; }

Property Value

TickerType

BYTES_READ

public static TickerType BYTES_READ { get; }

Property Value

TickerType

BYTES_WRITTEN

public static TickerType BYTES_WRITTEN { get; }

Property Value

TickerType

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

COLD_FILE_READ_BYTES

public static TickerType COLD_FILE_READ_BYTES { get; }

Property Value

TickerType

COLD_FILE_READ_COUNT

public static TickerType COLD_FILE_READ_COUNT { get; }

Property Value

TickerType

COMPACTION_CANCELLED

public static TickerType COMPACTION_CANCELLED { get; }

Property Value

TickerType

COMPACTION_CPU_TOTAL_TIME

public static TickerType COMPACTION_CPU_TOTAL_TIME { get; }

Property Value

TickerType

COMPACTION_KEY_DROP_NEWER_ENTRY

public static TickerType COMPACTION_KEY_DROP_NEWER_ENTRY { get; }

Property Value

TickerType

COMPACTION_KEY_DROP_OBSOLETE

public static TickerType COMPACTION_KEY_DROP_OBSOLETE { get; }

Property Value

TickerType

COMPACTION_KEY_DROP_RANGE_DEL

public static TickerType COMPACTION_KEY_DROP_RANGE_DEL { get; }

Property Value

TickerType

COMPACTION_KEY_DROP_USER

public static TickerType COMPACTION_KEY_DROP_USER { get; }

Property Value

TickerType

COMPACTION_OPTIMIZED_DEL_DROP_OBSOLETE

public static TickerType COMPACTION_OPTIMIZED_DEL_DROP_OBSOLETE { get; }

Property Value

TickerType

COMPACTION_RANGE_DEL_DROP_OBSOLETE

public static TickerType COMPACTION_RANGE_DEL_DROP_OBSOLETE { get; }

Property Value

TickerType

COMPACT_READ_BYTES

public static TickerType COMPACT_READ_BYTES { get; }

Property Value

TickerType

COMPACT_READ_BYTES_MARKED

public static TickerType COMPACT_READ_BYTES_MARKED { get; }

Property Value

TickerType

COMPACT_READ_BYTES_PERIODIC

public static TickerType COMPACT_READ_BYTES_PERIODIC { get; }

Property Value

TickerType

COMPACT_READ_BYTES_TTL

public static TickerType COMPACT_READ_BYTES_TTL { get; }

Property Value

TickerType

COMPACT_WRITE_BYTES

public static TickerType COMPACT_WRITE_BYTES { get; }

Property Value

TickerType

COMPACT_WRITE_BYTES_MARKED

public static TickerType COMPACT_WRITE_BYTES_MARKED { get; }

Property Value

TickerType

COMPACT_WRITE_BYTES_PERIODIC

public static TickerType COMPACT_WRITE_BYTES_PERIODIC { get; }

Property Value

TickerType

COMPACT_WRITE_BYTES_TTL

public static TickerType COMPACT_WRITE_BYTES_TTL { get; }

Property Value

TickerType

COMPRESSED_SECONDARY_CACHE_DUMMY_HITS

public static TickerType COMPRESSED_SECONDARY_CACHE_DUMMY_HITS { get; }

Property Value

TickerType

COMPRESSED_SECONDARY_CACHE_HITS

public static TickerType COMPRESSED_SECONDARY_CACHE_HITS { get; }

Property Value

TickerType

COMPRESSED_SECONDARY_CACHE_PROMOTIONS

public static TickerType COMPRESSED_SECONDARY_CACHE_PROMOTIONS { get; }

Property Value

TickerType

COMPRESSED_SECONDARY_CACHE_PROMOTION_SKIPS

public static TickerType COMPRESSED_SECONDARY_CACHE_PROMOTION_SKIPS { get; }

Property Value

TickerType

DB_MUTEX_WAIT_MICROS

public static TickerType DB_MUTEX_WAIT_MICROS { get; }

Property Value

TickerType

ERROR_HANDLER_AUTORESUME_COUNT

public static TickerType ERROR_HANDLER_AUTORESUME_COUNT { get; }

Property Value

TickerType

ERROR_HANDLER_AUTORESUME_RETRY_TOTAL_COUNT

public static TickerType ERROR_HANDLER_AUTORESUME_RETRY_TOTAL_COUNT { get; }

Property Value

TickerType

ERROR_HANDLER_AUTORESUME_SUCCESS_COUNT

public static TickerType ERROR_HANDLER_AUTORESUME_SUCCESS_COUNT { get; }

Property Value

TickerType

ERROR_HANDLER_BG_ERROR_COUNT

public static TickerType ERROR_HANDLER_BG_ERROR_COUNT { get; }

Property Value

TickerType

ERROR_HANDLER_BG_IO_ERROR_COUNT

public static TickerType ERROR_HANDLER_BG_IO_ERROR_COUNT { get; }

Property Value

TickerType

ERROR_HANDLER_BG_RETRYABLE_IO_ERROR_COUNT

public static TickerType ERROR_HANDLER_BG_RETRYABLE_IO_ERROR_COUNT { get; }

Property Value

TickerType

FIFO_MAX_SIZE_COMPACTIONS

public static TickerType FIFO_MAX_SIZE_COMPACTIONS { get; }

Property Value

TickerType

FIFO_TTL_COMPACTIONS

public static TickerType FIFO_TTL_COMPACTIONS { get; }

Property Value

TickerType

FILES_DELETED_FROM_TRASH_QUEUE

public static TickerType FILES_DELETED_FROM_TRASH_QUEUE { get; }

Property Value

TickerType

FILES_DELETED_IMMEDIATELY

public static TickerType FILES_DELETED_IMMEDIATELY { get; }

Property Value

TickerType

FILES_MARKED_TRASH

public static TickerType FILES_MARKED_TRASH { get; }

Property Value

TickerType

FILE_READ_CORRUPTION_RETRY_COUNT

public static TickerType FILE_READ_CORRUPTION_RETRY_COUNT { get; }

Property Value

TickerType

FILE_READ_CORRUPTION_RETRY_SUCCESS_COUNT

public static TickerType FILE_READ_CORRUPTION_RETRY_SUCCESS_COUNT { get; }

Property Value

TickerType

FILTER_OPERATION_TOTAL_TIME

public static TickerType FILTER_OPERATION_TOTAL_TIME { get; }

Property Value

TickerType

FLUSH_WRITE_BYTES

public static TickerType FLUSH_WRITE_BYTES { get; }

Property Value

TickerType

GET_HIT_L0

public static TickerType GET_HIT_L0 { get; }

Property Value

TickerType

GET_HIT_L1

public static TickerType GET_HIT_L1 { get; }

Property Value

TickerType

GET_HIT_L2_AND_UP

public static TickerType GET_HIT_L2_AND_UP { get; }

Property Value

TickerType

GET_UPDATES_SINCE_CALLS

public static TickerType GET_UPDATES_SINCE_CALLS { get; }

Property Value

TickerType

HOT_FILE_READ_BYTES

public static TickerType HOT_FILE_READ_BYTES { get; }

Property Value

TickerType

HOT_FILE_READ_COUNT

public static TickerType HOT_FILE_READ_COUNT { get; }

Property Value

TickerType

ITER_BYTES_READ

public static TickerType ITER_BYTES_READ { get; }

Property Value

TickerType

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LAST_LEVEL_READ_BYTES

public static TickerType LAST_LEVEL_READ_BYTES { get; }

Property Value

TickerType

LAST_LEVEL_READ_COUNT

public static TickerType LAST_LEVEL_READ_COUNT { get; }

Property Value

TickerType

LAST_LEVEL_SEEK_DATA

public static TickerType LAST_LEVEL_SEEK_DATA { get; }

Property Value

TickerType

LAST_LEVEL_SEEK_DATA_USEFUL_FILTER_MATCH

public static TickerType LAST_LEVEL_SEEK_DATA_USEFUL_FILTER_MATCH { get; }

Property Value

TickerType

LAST_LEVEL_SEEK_DATA_USEFUL_NO_FILTER

public static TickerType LAST_LEVEL_SEEK_DATA_USEFUL_NO_FILTER { get; }

Property Value

TickerType

LAST_LEVEL_SEEK_FILTERED

public static TickerType LAST_LEVEL_SEEK_FILTERED { get; }

Property Value

TickerType

LAST_LEVEL_SEEK_FILTER_MATCH

public static TickerType LAST_LEVEL_SEEK_FILTER_MATCH { get; }

Property Value

TickerType

MEMTABLE_GARBAGE_BYTES_AT_FLUSH

public static TickerType MEMTABLE_GARBAGE_BYTES_AT_FLUSH { get; }

Property Value

TickerType

MEMTABLE_HIT

public static TickerType MEMTABLE_HIT { get; }

Property Value

TickerType

MEMTABLE_MISS

public static TickerType MEMTABLE_MISS { get; }

Property Value

TickerType

MEMTABLE_PAYLOAD_BYTES_AT_FLUSH

public static TickerType MEMTABLE_PAYLOAD_BYTES_AT_FLUSH { get; }

Property Value

TickerType

MERGE_OPERATION_TOTAL_TIME

public static TickerType MERGE_OPERATION_TOTAL_TIME { get; }

Property Value

TickerType

MULTIGET_COROUTINE_COUNT

public static TickerType MULTIGET_COROUTINE_COUNT { get; }

Property Value

TickerType

NON_LAST_LEVEL_READ_BYTES

public static TickerType NON_LAST_LEVEL_READ_BYTES { get; }

Property Value

TickerType

NON_LAST_LEVEL_READ_COUNT

public static TickerType NON_LAST_LEVEL_READ_COUNT { get; }

Property Value

TickerType

NON_LAST_LEVEL_SEEK_DATA

public static TickerType NON_LAST_LEVEL_SEEK_DATA { get; }

Property Value

TickerType

NON_LAST_LEVEL_SEEK_DATA_USEFUL_FILTER_MATCH

public static TickerType NON_LAST_LEVEL_SEEK_DATA_USEFUL_FILTER_MATCH { get; }

Property Value

TickerType

NON_LAST_LEVEL_SEEK_DATA_USEFUL_NO_FILTER

public static TickerType NON_LAST_LEVEL_SEEK_DATA_USEFUL_NO_FILTER { get; }

Property Value

TickerType

NON_LAST_LEVEL_SEEK_FILTERED

public static TickerType NON_LAST_LEVEL_SEEK_FILTERED { get; }

Property Value

TickerType

NON_LAST_LEVEL_SEEK_FILTER_MATCH

public static TickerType NON_LAST_LEVEL_SEEK_FILTER_MATCH { get; }

Property Value

TickerType

NO_FILE_ERRORS

public static TickerType NO_FILE_ERRORS { get; }

Property Value

TickerType

NO_FILE_OPENS

public static TickerType NO_FILE_OPENS { get; }

Property Value

TickerType

NO_ITERATOR_CREATED

public static TickerType NO_ITERATOR_CREATED { get; }

Property Value

TickerType

NO_ITERATOR_DELETED

public static TickerType NO_ITERATOR_DELETED { get; }

Property Value

TickerType

NUMBER_BLOCK_COMPRESSED

public static TickerType NUMBER_BLOCK_COMPRESSED { get; }

Property Value

TickerType

NUMBER_BLOCK_COMPRESSION_BYPASSED

public static TickerType NUMBER_BLOCK_COMPRESSION_BYPASSED { get; }

Property Value

TickerType

NUMBER_BLOCK_COMPRESSION_REJECTED

public static TickerType NUMBER_BLOCK_COMPRESSION_REJECTED { get; }

Property Value

TickerType

NUMBER_BLOCK_DECOMPRESSED

public static TickerType NUMBER_BLOCK_DECOMPRESSED { get; }

Property Value

TickerType

NUMBER_DB_NEXT

public static TickerType NUMBER_DB_NEXT { get; }

Property Value

TickerType

NUMBER_DB_NEXT_FOUND

public static TickerType NUMBER_DB_NEXT_FOUND { get; }

Property Value

TickerType

NUMBER_DB_PREV

public static TickerType NUMBER_DB_PREV { get; }

Property Value

TickerType

NUMBER_DB_PREV_FOUND

public static TickerType NUMBER_DB_PREV_FOUND { get; }

Property Value

TickerType

NUMBER_DB_SEEK

public static TickerType NUMBER_DB_SEEK { get; }

Property Value

TickerType

NUMBER_DB_SEEK_FOUND

public static TickerType NUMBER_DB_SEEK_FOUND { get; }

Property Value

TickerType

NUMBER_DIRECT_LOAD_TABLE_PROPERTIES

public static TickerType NUMBER_DIRECT_LOAD_TABLE_PROPERTIES { get; }

Property Value

TickerType

NUMBER_ITER_SKIP

public static TickerType NUMBER_ITER_SKIP { get; }

Property Value

TickerType

NUMBER_KEYS_READ

public static TickerType NUMBER_KEYS_READ { get; }

Property Value

TickerType

NUMBER_KEYS_UPDATED

public static TickerType NUMBER_KEYS_UPDATED { get; }

Property Value

TickerType

NUMBER_KEYS_WRITTEN

public static TickerType NUMBER_KEYS_WRITTEN { get; }

Property Value

TickerType

NUMBER_MERGE_FAILURES

public static TickerType NUMBER_MERGE_FAILURES { get; }

Property Value

TickerType

NUMBER_MULTIGET_BYTES_READ

public static TickerType NUMBER_MULTIGET_BYTES_READ { get; }

Property Value

TickerType

NUMBER_MULTIGET_CALLS

public static TickerType NUMBER_MULTIGET_CALLS { get; }

Property Value

TickerType

NUMBER_MULTIGET_KEYS_FOUND

public static TickerType NUMBER_MULTIGET_KEYS_FOUND { get; }

Property Value

TickerType

NUMBER_MULTIGET_KEYS_READ

public static TickerType NUMBER_MULTIGET_KEYS_READ { get; }

Property Value

TickerType

NUMBER_OF_RESEEKS_IN_ITERATION

public static TickerType NUMBER_OF_RESEEKS_IN_ITERATION { get; }

Property Value

TickerType

NUMBER_RATE_LIMITER_DRAINS

public static TickerType NUMBER_RATE_LIMITER_DRAINS { get; }

Property Value

TickerType

NUMBER_SUPERVERSION_ACQUIRES

public static TickerType NUMBER_SUPERVERSION_ACQUIRES { get; }

Property Value

TickerType

NUMBER_SUPERVERSION_CLEANUPS

public static TickerType NUMBER_SUPERVERSION_CLEANUPS { get; }

Property Value

TickerType

NUMBER_SUPERVERSION_RELEASES

public static TickerType NUMBER_SUPERVERSION_RELEASES { get; }

Property Value

TickerType

PERSISTENT_CACHE_HIT

public static TickerType PERSISTENT_CACHE_HIT { get; }

Property Value

TickerType

PERSISTENT_CACHE_MISS

public static TickerType PERSISTENT_CACHE_MISS { get; }

Property Value

TickerType

PREFETCH_BYTES

public static TickerType PREFETCH_BYTES { get; }

Property Value

TickerType

PREFETCH_BYTES_USEFUL

public static TickerType PREFETCH_BYTES_USEFUL { get; }

Property Value

TickerType

PREFETCH_HITS

public static TickerType PREFETCH_HITS { get; }

Property Value

TickerType

READAHEAD_TRIMMED

public static TickerType READAHEAD_TRIMMED { get; }

Property Value

TickerType

READ_AMP_ESTIMATE_USEFUL_BYTES

public static TickerType READ_AMP_ESTIMATE_USEFUL_BYTES { get; }

Property Value

TickerType

READ_AMP_TOTAL_READ_BYTES

public static TickerType READ_AMP_TOTAL_READ_BYTES { get; }

Property Value

TickerType

READ_ASYNC_MICROS

public static TickerType READ_ASYNC_MICROS { get; }

Property Value

TickerType

REMOTE_COMPACT_READ_BYTES

public static TickerType REMOTE_COMPACT_READ_BYTES { get; }

Property Value

TickerType

REMOTE_COMPACT_WRITE_BYTES

public static TickerType REMOTE_COMPACT_WRITE_BYTES { get; }

Property Value

TickerType

ROW_CACHE_HIT

public static TickerType ROW_CACHE_HIT { get; }

Property Value

TickerType

ROW_CACHE_MISS

public static TickerType ROW_CACHE_MISS { get; }

Property Value

TickerType

SECONDARY_CACHE_DATA_HITS

public static TickerType SECONDARY_CACHE_DATA_HITS { get; }

Property Value

TickerType

SECONDARY_CACHE_FILTER_HITS

public static TickerType SECONDARY_CACHE_FILTER_HITS { get; }

Property Value

TickerType

SECONDARY_CACHE_HITS

public static TickerType SECONDARY_CACHE_HITS { get; }

Property Value

TickerType

SECONDARY_CACHE_INDEX_HITS

public static TickerType SECONDARY_CACHE_INDEX_HITS { get; }

Property Value

TickerType

SIM_BLOCK_CACHE_HIT

public static TickerType SIM_BLOCK_CACHE_HIT { get; }

Property Value

TickerType

SIM_BLOCK_CACHE_MISS

public static TickerType SIM_BLOCK_CACHE_MISS { get; }

Property Value

TickerType
public static TickerType SST_FOOTER_CORRUPTION_COUNT { get; }

Property Value

TickerType

STALL_MICROS

public static TickerType STALL_MICROS { get; }

Property Value

TickerType

TABLE_OPEN_PREFETCH_TAIL_HIT

public static TickerType TABLE_OPEN_PREFETCH_TAIL_HIT { get; }

Property Value

TickerType

TABLE_OPEN_PREFETCH_TAIL_MISS

public static TickerType TABLE_OPEN_PREFETCH_TAIL_MISS { get; }

Property Value

TickerType

TICKER_ENUM_MAX

public static TickerType TICKER_ENUM_MAX { get; }

Property Value

TickerType

TIMESTAMP_FILTER_TABLE_CHECKED

public static TickerType TIMESTAMP_FILTER_TABLE_CHECKED { get; }

Property Value

TickerType

TIMESTAMP_FILTER_TABLE_FILTERED

public static TickerType TIMESTAMP_FILTER_TABLE_FILTERED { get; }

Property Value

TickerType

TXN_DUPLICATE_KEY_OVERHEAD

public static TickerType TXN_DUPLICATE_KEY_OVERHEAD { get; }

Property Value

TickerType

TXN_GET_TRY_AGAIN

public static TickerType TXN_GET_TRY_AGAIN { get; }

Property Value

TickerType

TXN_OLD_COMMIT_MAP_MUTEX_OVERHEAD

public static TickerType TXN_OLD_COMMIT_MAP_MUTEX_OVERHEAD { get; }

Property Value

TickerType

TXN_PREPARE_MUTEX_OVERHEAD

public static TickerType TXN_PREPARE_MUTEX_OVERHEAD { get; }

Property Value

TickerType

TXN_SNAPSHOT_MUTEX_OVERHEAD

public static TickerType TXN_SNAPSHOT_MUTEX_OVERHEAD { get; }

Property Value

TickerType

VERIFY_CHECKSUM_READ_BYTES

public static TickerType VERIFY_CHECKSUM_READ_BYTES { get; }

Property Value

TickerType

Value

public byte Value { get; }

Property Value

byte

WAL_FILE_BYTES

public static TickerType WAL_FILE_BYTES { get; }

Property Value

TickerType

WAL_FILE_SYNCED

public static TickerType WAL_FILE_SYNCED { get; }

Property Value

TickerType

WARM_FILE_READ_BYTES

public static TickerType WARM_FILE_READ_BYTES { get; }

Property Value

TickerType

WARM_FILE_READ_COUNT

public static TickerType WARM_FILE_READ_COUNT { get; }

Property Value

TickerType

WRITE_DONE_BY_OTHER

public static TickerType WRITE_DONE_BY_OTHER { get; }

Property Value

TickerType

WRITE_DONE_BY_SELF

public static TickerType WRITE_DONE_BY_SELF { get; }

Property Value

TickerType

WRITE_WITH_WAL

public static TickerType WRITE_WITH_WAL { get; }

Property Value

TickerType

Methods

GetTickerType(byte)

public static TickerType GetTickerType(byte arg0)

Parameters

arg0 byte

byte

Returns

TickerType

TickerType

ValueOf(String)

public static TickerType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

TickerType

TickerType

Values()

public static TickerType[] Values()

Returns

TickerType[]

TickerType