| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
EXPAND_FRAMES |
8 |
public static final int |
SKIP_CODE |
1 |
public static final int |
SKIP_DEBUG |
2 |
public static final int |
SKIP_FRAMES |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
COMPUTE_FRAMES |
2 |
public static final int |
COMPUTE_MAXS |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
AALOAD |
50 |
public static final int |
AASTORE |
83 |
public static final int |
ACC_ABSTRACT |
1024 |
public static final int |
ACC_ANNOTATION |
8192 |
public static final int |
ACC_BRIDGE |
64 |
public static final int |
ACC_DEPRECATED |
131072 |
public static final int |
ACC_ENUM |
16384 |
public static final int |
ACC_FINAL |
16 |
public static final int |
ACC_INTERFACE |
512 |
public static final int |
ACC_MANDATED |
32768 |
public static final int |
ACC_MODULE |
32768 |
public static final int |
ACC_NATIVE |
256 |
public static final int |
ACC_OPEN |
32 |
public static final int |
ACC_PRIVATE |
2 |
public static final int |
ACC_PROTECTED |
4 |
public static final int |
ACC_PUBLIC |
1 |
public static final int |
ACC_STATIC |
8 |
public static final int |
ACC_STATIC_PHASE |
64 |
public static final int |
ACC_STRICT |
2048 |
public static final int |
ACC_SUPER |
32 |
public static final int |
ACC_SYNCHRONIZED |
32 |
public static final int |
ACC_SYNTHETIC |
4096 |
public static final int |
ACC_TRANSIENT |
128 |
public static final int |
ACC_TRANSITIVE |
32 |
public static final int |
ACC_VARARGS |
128 |
public static final int |
ACC_VOLATILE |
64 |
public static final int |
ACONST_NULL |
1 |
public static final int |
ALOAD |
25 |
public static final int |
ANEWARRAY |
189 |
public static final int |
ARETURN |
176 |
public static final int |
ARRAYLENGTH |
190 |
public static final int |
ASM4 |
262144 |
public static final int |
ASM5 |
327680 |
public static final int |
ASM6 |
393216 |
public static final int |
ASTORE |
58 |
public static final int |
ATHROW |
191 |
public static final int |
BALOAD |
51 |
public static final int |
BASTORE |
84 |
public static final int |
BIPUSH |
16 |
public static final int |
CALOAD |
52 |
public static final int |
CASTORE |
85 |
public static final int |
CHECKCAST |
192 |
public static final int |
D2F |
144 |
public static final int |
D2I |
142 |
public static final int |
D2L |
143 |
public static final int |
DADD |
99 |
public static final int |
DALOAD |
49 |
public static final int |
DASTORE |
82 |
public static final int |
DCMPG |
152 |
public static final int |
DCMPL |
151 |
public static final int |
DCONST_0 |
14 |
public static final int |
DCONST_1 |
15 |
public static final int |
DDIV |
111 |
public static final int |
DLOAD |
24 |
public static final int |
DMUL |
107 |
public static final int |
DNEG |
119 |
public static final int |
DREM |
115 |
public static final int |
DRETURN |
175 |
public static final int |
DSTORE |
57 |
public static final int |
DSUB |
103 |
public static final int |
DUP |
89 |
public static final int |
DUP_X1 |
90 |
public static final int |
DUP_X2 |
91 |
public static final int |
DUP2 |
92 |
public static final int |
DUP2_X1 |
93 |
public static final int |
DUP2_X2 |
94 |
public static final int |
F_APPEND |
1 |
public static final int |
F_CHOP |
2 |
public static final int |
F_FULL |
0 |
public static final int |
F_NEW |
-1 |
public static final int |
F_SAME |
3 |
public static final int |
F_SAME1 |
4 |
public static final int |
F2D |
141 |
public static final int |
F2I |
139 |
public static final int |
F2L |
140 |
public static final int |
FADD |
98 |
public static final int |
FALOAD |
48 |
public static final int |
FASTORE |
81 |
public static final int |
FCMPG |
150 |
public static final int |
FCMPL |
149 |
public static final int |
FCONST_0 |
11 |
public static final int |
FCONST_1 |
12 |
public static final int |
FCONST_2 |
13 |
public static final int |
FDIV |
110 |
public static final int |
FLOAD |
23 |
public static final int |
FMUL |
106 |
public static final int |
FNEG |
118 |
public static final int |
FREM |
114 |
public static final int |
FRETURN |
174 |
public static final int |
FSTORE |
56 |
public static final int |
FSUB |
102 |
public static final int |
GETFIELD |
180 |
public static final int |
GETSTATIC |
178 |
public static final int |
GOTO |
167 |
public static final int |
H_GETFIELD |
1 |
public static final int |
H_GETSTATIC |
2 |
public static final int |
H_INVOKEINTERFACE |
9 |
public static final int |
H_INVOKESPECIAL |
7 |
public static final int |
H_INVOKESTATIC |
6 |
public static final int |
H_INVOKEVIRTUAL |
5 |
public static final int |
H_NEWINVOKESPECIAL |
8 |
public static final int |
H_PUTFIELD |
3 |
public static final int |
H_PUTSTATIC |
4 |
public static final int |
I2B |
145 |
public static final int |
I2C |
146 |
public static final int |
I2D |
135 |
public static final int |
I2F |
134 |
public static final int |
I2L |
133 |
public static final int |
I2S |
147 |
public static final int |
IADD |
96 |
public static final int |
IALOAD |
46 |
public static final int |
IAND |
126 |
public static final int |
IASTORE |
79 |
public static final int |
ICONST_0 |
3 |
public static final int |
ICONST_1 |
4 |
public static final int |
ICONST_2 |
5 |
public static final int |
ICONST_3 |
6 |
public static final int |
ICONST_4 |
7 |
public static final int |
ICONST_5 |
8 |
public static final int |
ICONST_M1 |
2 |
public static final int |
IDIV |
108 |
public static final int |
IF_ACMPEQ |
165 |
public static final int |
IF_ACMPNE |
166 |
public static final int |
IF_ICMPEQ |
159 |
public static final int |
IF_ICMPGE |
162 |
public static final int |
IF_ICMPGT |
163 |
public static final int |
IF_ICMPLE |
164 |
public static final int |
IF_ICMPLT |
161 |
public static final int |
IF_ICMPNE |
160 |
public static final int |
IFEQ |
153 |
public static final int |
IFGE |
156 |
public static final int |
IFGT |
157 |
public static final int |
IFLE |
158 |
public static final int |
IFLT |
155 |
public static final int |
IFNE |
154 |
public static final int |
IFNONNULL |
199 |
public static final int |
IFNULL |
198 |
public static final int |
IINC |
132 |
public static final int |
ILOAD |
21 |
public static final int |
IMUL |
104 |
public static final int |
INEG |
116 |
public static final int |
INSTANCEOF |
193 |
public static final int |
INVOKEDYNAMIC |
186 |
public static final int |
INVOKEINTERFACE |
185 |
public static final int |
INVOKESPECIAL |
183 |
public static final int |
INVOKESTATIC |
184 |
public static final int |
INVOKEVIRTUAL |
182 |
public static final int |
IOR |
128 |
public static final int |
IREM |
112 |
public static final int |
IRETURN |
172 |
public static final int |
ISHL |
120 |
public static final int |
ISHR |
122 |
public static final int |
ISTORE |
54 |
public static final int |
ISUB |
100 |
public static final int |
IUSHR |
124 |
public static final int |
IXOR |
130 |
public static final int |
JSR |
168 |
public static final int |
L2D |
138 |
public static final int |
L2F |
137 |
public static final int |
L2I |
136 |
public static final int |
LADD |
97 |
public static final int |
LALOAD |
47 |
public static final int |
LAND |
127 |
public static final int |
LASTORE |
80 |
public static final int |
LCMP |
148 |
public static final int |
LCONST_0 |
9 |
public static final int |
LCONST_1 |
10 |
public static final int |
LDC |
18 |
public static final int |
LDIV |
109 |
public static final int |
LLOAD |
22 |
public static final int |
LMUL |
105 |
public static final int |
LNEG |
117 |
public static final int |
LOOKUPSWITCH |
171 |
public static final int |
LOR |
129 |
public static final int |
LREM |
113 |
public static final int |
LRETURN |
173 |
public static final int |
LSHL |
121 |
public static final int |
LSHR |
123 |
public static final int |
LSTORE |
55 |
public static final int |
LSUB |
101 |
public static final int |
LUSHR |
125 |
public static final int |
LXOR |
131 |
public static final int |
MONITORENTER |
194 |
public static final int |
MONITOREXIT |
195 |
public static final int |
MULTIANEWARRAY |
197 |
public static final int |
NEW |
187 |
public static final int |
NEWARRAY |
188 |
public static final int |
NOP |
0 |
public static final int |
POP |
87 |
public static final int |
POP2 |
88 |
public static final int |
PUTFIELD |
181 |
public static final int |
PUTSTATIC |
179 |
public static final int |
RET |
169 |
public static final int |
RETURN |
177 |
public static final int |
SALOAD |
53 |
public static final int |
SASTORE |
86 |
public static final int |
SIPUSH |
17 |
public static final int |
SWAP |
95 |
public static final int |
T_BOOLEAN |
4 |
public static final int |
T_BYTE |
8 |
public static final int |
T_CHAR |
5 |
public static final int |
T_DOUBLE |
7 |
public static final int |
T_FLOAT |
6 |
public static final int |
T_INT |
10 |
public static final int |
T_LONG |
11 |
public static final int |
T_SHORT |
9 |
public static final int |
TABLESWITCH |
170 |
public static final int |
V1_1 |
196653 |
public static final int |
V1_2 |
46 |
public static final int |
V1_3 |
47 |
public static final int |
V1_4 |
48 |
public static final int |
V1_5 |
49 |
public static final int |
V1_6 |
50 |
public static final int |
V1_7 |
51 |
public static final int |
V1_8 |
52 |
public static final int |
V9 |
53 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ARRAY |
9 |
public static final int |
BOOLEAN |
1 |
public static final int |
BYTE |
3 |
public static final int |
CHAR |
2 |
public static final int |
DOUBLE |
8 |
public static final int |
FLOAT |
6 |
public static final int |
INT |
5 |
public static final int |
LONG |
7 |
public static final int |
METHOD |
11 |
public static final int |
OBJECT |
10 |
public static final int |
SHORT |
4 |
public static final int |
VOID |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ARRAY_ELEMENT |
0 |
public static final int |
INNER_TYPE |
1 |
public static final int |
TYPE_ARGUMENT |
3 |
public static final int |
WILDCARD_BOUND |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_ITERATOR_BLOCK_SIZE |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_MAX_RETRIES |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
BTREE_RECNUM_METHOD |
false |
public static final boolean |
CDB |
false |
public static final boolean |
DATABASE_COUNT |
true |
public static final boolean |
HASH_METHOD |
false |
public static final boolean |
INSERTION_ORDERED_DUPLICATES |
false |
public static final boolean |
IS_JE |
true |
public static final boolean |
JOIN |
true |
public static final boolean |
LOCK_SUBSYSTEM |
false |
public static final boolean |
MEMORY_SUBSYSTEM |
false |
public static final boolean |
NESTED_TRANSACTIONS |
false |
public static final boolean |
NEW_JE_EXCEPTIONS |
true |
public static final boolean |
OPTIONAL_READ_UNCOMMITTED |
false |
public static final boolean |
POPULATE_ENFORCES_CONSTRAINTS |
true |
public static final boolean |
QUEUE_METHOD |
false |
public static final boolean |
RECNO_METHOD |
false |
public static final boolean |
SECONDARIES |
true |
public static final boolean |
SEPARATE_DATABASE_FILES |
false |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHECKSUM_KEY |
"checksumAlg" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHECKPOINTER_NAME |
"Checkpointer" |
public static final String |
CLEANER_NAME |
"Cleaner" |
public static final String |
DATA_CORRUPTION_VERIFIER_NAME |
"DataCorruptionVerifier" |
public static final String |
FILE_DELETION_DETECTOR_NAME |
"FileDeletionDetector" |
public static final String |
INCOMP_NAME |
"INCompressor" |
public static final String |
LOG_FLUSHER_NAME |
"LogFlusher" |
public static final String |
STATCAPTURE_NAME |
"StatCapture" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ADLER32_CHUNK_SIZE |
"je.adler32.chunkSize" |
public static final String |
BACKUP_COPY_CLASS |
"je.backup.copyClass" |
public static final String |
BACKUP_COPY_CONFIG |
"je.backup.copyConfig" |
public static final String |
BACKUP_LOCATION_CLASS |
"je.backup.locationClass" |
public static final String |
BACKUP_LOCATION_CONFIG |
"je.backup.locationConfig" |
public static final String |
BACKUP_SCHEDULE |
"je.backup.schedule" |
public static final String |
CHECKPOINTER_BYTES_INTERVAL |
"je.checkpointer.bytesInterval" |
public static final String |
CHECKPOINTER_DEADLOCK_RETRY |
"je.checkpointer.deadlockRetry" |
public static final String |
CHECKPOINTER_HIGH_PRIORITY |
"je.checkpointer.highPriority" |
public static final String |
CHECKPOINTER_WAKEUP_INTERVAL |
"je.checkpointer.wakeupInterval" |
public static final String |
CLEANER_ADJUST_UTILIZATION |
"je.cleaner.adjustUtilization" |
public static final String |
CLEANER_BACKGROUND_PROACTIVE_MIGRATION |
"je.cleaner.backgroundProactiveMigration" |
public static final String |
CLEANER_BYTES_INTERVAL |
"je.cleaner.bytesInterval" |
public static final String |
CLEANER_DEADLOCK_RETRY |
"je.cleaner.deadlockRetry" |
public static final String |
CLEANER_DETAIL_MAX_MEMORY_PERCENTAGE |
"je.cleaner.detailMaxMemoryPercentage" |
public static final String |
CLEANER_EXPUNGE |
"je.cleaner.expunge" |
public static final String |
CLEANER_FETCH_OBSOLETE_SIZE |
"je.cleaner.fetchObsoleteSize" |
public static final String |
CLEANER_FORCE_CLEAN_FILES |
"je.cleaner.forceCleanFiles" |
public static final String |
CLEANER_FOREGROUND_PROACTIVE_MIGRATION |
"je.cleaner.foregroundProactiveMigration" |
public static final String |
CLEANER_LAZY_MIGRATION |
"je.cleaner.lazyMigration" |
public static final String |
CLEANER_LOCK_TIMEOUT |
"je.cleaner.lockTimeout" |
public static final String |
CLEANER_LOOK_AHEAD_CACHE_SIZE |
"je.cleaner.lookAheadCacheSize" |
public static final String |
CLEANER_MAX_BATCH_FILES |
"je.cleaner.maxBatchFiles" |
public static final String |
CLEANER_MIN_AGE |
"je.cleaner.minAge" |
public static final String |
CLEANER_MIN_FILE_UTILIZATION |
"je.cleaner.minFileUtilization" |
public static final String |
CLEANER_MIN_UTILIZATION |
"je.cleaner.minUtilization" |
public static final String |
CLEANER_READ_SIZE |
"je.cleaner.readSize" |
public static final String |
CLEANER_THREADS |
"je.cleaner.threads" |
public static final String |
CLEANER_UPGRADE_TO_LOG_VERSION |
"je.cleaner.upgradeToLogVersion" |
public static final String |
CLEANER_USE_DELETED_DIR |
"je.cleaner.useDeletedDir" |
public static final String |
CLEANER_WAKEUP_INTERVAL |
"je.cleaner.wakeupInterval" |
public static final String |
COMPRESSOR_DEADLOCK_RETRY |
"je.compressor.deadlockRetry" |
public static final String |
COMPRESSOR_LOCK_TIMEOUT |
"je.compressor.lockTimeout" |
public static final String |
COMPRESSOR_PURGE_ROOT |
"je.compressor.purgeRoot" |
public static final String |
COMPRESSOR_WAKEUP_INTERVAL |
"je.compressor.wakeupInterval" |
public static final String |
CONSOLE_LOGGING_LEVEL |
"com.sleepycat.je.util.ConsoleHandler.level" |
public static final String |
DOS_PRODUCER_QUEUE_TIMEOUT |
"je.env.diskOrderedScanLockTimeout" |
public static final String |
ENV_BACKGROUND_READ_LIMIT |
"je.env.backgroundReadLimit" |
public static final String |
ENV_BACKGROUND_SLEEP_INTERVAL |
"je.env.backgroundSleepInterval" |
public static final String |
ENV_BACKGROUND_WRITE_LIMIT |
"je.env.backgroundWriteLimit" |
public static final String |
ENV_CHECK_LEAKS |
"je.env.checkLeaks" |
public static final String |
ENV_DB_EVICTION |
"je.env.dbEviction" |
public static final String |
ENV_DUP_CONVERT_PRELOAD_ALL |
"je.env.dupConvertPreloadAll" |
public static final String |
ENV_EXPIRATION_ENABLED |
"je.env.expirationEnabled" |
public static final String |
ENV_FAIR_LATCHES |
"je.env.fairLatches" |
public static final String |
ENV_FORCED_YIELD |
"je.env.forcedYield" |
public static final String |
ENV_IS_LOCKING |
"je.env.isLocking" |
public static final String |
ENV_IS_TRANSACTIONAL |
"je.env.isTransactional" |
public static final String |
ENV_LATCH_TIMEOUT |
"je.env.latchTimeout" |
public static final String |
ENV_READ_ONLY |
"je.env.isReadOnly" |
public static final String |
ENV_RECOVERY_FORCE_CHECKPOINT |
"je.env.recoveryForceCheckpoint" |
public static final String |
ENV_RECOVERY_FORCE_NEW_FILE |
"je.env.recoveryForceNewFile" |
public static final String |
ENV_RUN_BACKUP |
"je.env.runBackup" |
public static final String |
ENV_RUN_CHECKPOINTER |
"je.env.runCheckpointer" |
public static final String |
ENV_RUN_CLEANER |
"je.env.runCleaner" |
public static final String |
ENV_RUN_EVICTOR |
"je.env.runEvictor" |
public static final String |
ENV_RUN_EXTINCT_RECORD_SCANNER |
"je.env.runExtinctRecordScanner" |
public static final String |
ENV_RUN_IN_COMPRESSOR |
"je.env.runINCompressor" |
public static final String |
ENV_RUN_OFFHEAP_EVICTOR |
"je.env.runOffHeapEvictor" |
public static final String |
ENV_RUN_VERIFIER |
"je.env.runVerifier" |
public static final String |
ENV_TTL_CLOCK_TOLERANCE |
"je.env.ttlClockTolerance" |
public static final String |
EVICTOR_ALLOW_BIN_DELTAS |
"je.evictor.allowBinDeltas" |
public static final String |
EVICTOR_CORE_THREADS |
"je.evictor.coreThreads" |
public static final String |
EVICTOR_CRITICAL_PERCENTAGE |
"je.evictor.criticalPercentage" |
public static final String |
EVICTOR_DEADLOCK_RETRY |
"je.evictor.deadlockRetry" |
public static final String |
EVICTOR_EVICT_BYTES |
"je.evictor.evictBytes" |
public static final String |
EVICTOR_FORCED_YIELD |
"je.evictor.forcedYield" |
public static final String |
EVICTOR_KEEP_ALIVE |
"je.evictor.keepAlive" |
public static final String |
EVICTOR_LRU_ONLY |
"je.evictor.lruOnly" |
public static final String |
EVICTOR_MAX_THREADS |
"je.evictor.maxThreads" |
public static final String |
EVICTOR_N_LRU_LISTS |
"je.evictor.nLRULists" |
public static final String |
EVICTOR_NODES_PER_SCAN |
"je.evictor.nodesPerScan" |
public static final String |
FILE_LOGGING_DIRECTORY |
"je.file.logging.directory" |
public static final String |
FILE_LOGGING_LEVEL |
"com.sleepycat.je.util.FileHandler.level" |
public static final String |
FILE_LOGGING_PREFIX |
"je.file.logging.prefix" |
public static final String |
FREE_DISK |
"je.freeDisk" |
public static final String |
HALT_ON_COMMIT_AFTER_CHECKSUMEXCEPTION |
"je.haltOnCommitAfterChecksumException" |
public static final String |
LOCK_DEADLOCK_DETECT |
"je.lock.deadlockDetect" |
public static final String |
LOCK_DEADLOCK_DETECT_DELAY |
"je.lock.deadlockDetectDelay" |
public static final String |
LOCK_N_LOCK_TABLES |
"je.lock.nLockTables" |
public static final String |
LOCK_OLD_LOCK_EXCEPTIONS |
"je.lock.oldLockExceptions" |
public static final String |
LOCK_TIMEOUT |
"je.lock.timeout" |
public static final String |
LOG_BUFFER_SIZE |
"je.log.bufferSize" |
public static final String |
LOG_CHECKSUM_READ |
"je.log.checksumRead" |
public static final String |
LOG_CHUNKED_NIO |
"je.log.chunkedNIO" |
public static final String |
LOG_DETECT_FILE_DELETE |
"je.log.detectFileDelete" |
public static final String |
LOG_DETECT_FILE_DELETE_INTERVAL |
"je.log.detectFileDeleteInterval" |
public static final String |
LOG_DIRECT_NIO |
"je.log.directNIO" |
public static final String |
LOG_FAULT_READ_SIZE |
"je.log.faultReadSize" |
public static final String |
LOG_FILE_CACHE_SIZE |
"je.log.fileCacheSize" |
public static final String |
LOG_FILE_MAX |
"je.log.fileMax" |
public static final String |
LOG_FLUSH_NO_SYNC_INTERVAL |
"je.log.flushNoSyncInterval" |
public static final String |
LOG_FLUSH_SYNC_INTERVAL |
"je.log.flushSyncInterval" |
public static final String |
LOG_FSYNC_TIME_LIMIT |
"je.log.fsyncTimeLimit" |
public static final String |
LOG_FSYNC_TIMEOUT |
"je.log.fsyncTimeout" |
public static final String |
LOG_GROUP_COMMIT_INTERVAL |
"je.log.groupCommitInterval" |
public static final String |
LOG_GROUP_COMMIT_THRESHOLD |
"je.log.groupCommitThreshold" |
public static final String |
LOG_ITERATOR_MAX_SIZE |
"je.log.iteratorMaxSize" |
public static final String |
LOG_ITERATOR_READ_SIZE |
"je.log.iteratorReadSize" |
public static final String |
LOG_MEM_ONLY |
"je.log.memOnly" |
public static final String |
LOG_N_DATA_DIRECTORIES |
"je.log.nDataDirectories" |
public static final String |
LOG_NUM_BUFFERS |
"je.log.numBuffers" |
public static final String |
LOG_TOTAL_BUFFER_BYTES |
"je.log.totalBufferBytes" |
public static final String |
LOG_USE_NIO |
"je.log.useNIO" |
public static final String |
LOG_USE_ODSYNC |
"je.log.useODSYNC" |
public static final String |
LOG_USE_WRITE_QUEUE |
"je.log.useWriteQueue" |
public static final String |
LOG_VERIFY_CHECKSUMS |
"je.log.verifyChecksums" |
public static final String |
LOG_WRITE_QUEUE_SIZE |
"je.log.writeQueueSize" |
public static final String |
MAX_DISK |
"je.maxDisk" |
public static final String |
MAX_MEMORY |
"je.maxMemory" |
public static final String |
MAX_MEMORY_PERCENT |
"je.maxMemoryPercent" |
public static final String |
MAX_OFF_HEAP_MEMORY |
"je.maxOffHeapMemory" |
public static final String |
NODE_DUP_TREE_MAX_ENTRIES |
"je.nodeDupTreeMaxEntries" |
public static final String |
NODE_MAX_ENTRIES |
"je.nodeMaxEntries" |
public static final String |
OFFHEAP_CHECKSUM |
"je.offHeap.checksum" |
public static final String |
OFFHEAP_CORE_THREADS |
"je.offHeap.coreThreads" |
public static final String |
OFFHEAP_EVICT_BYTES |
"je.offHeap.evictBytes" |
public static final String |
OFFHEAP_KEEP_ALIVE |
"je.offHeap.keepAlive" |
public static final String |
OFFHEAP_MAX_THREADS |
"je.offHeap.maxThreads" |
public static final String |
OFFHEAP_N_LRU_LISTS |
"je.evictor.nLRULists" |
public static final String |
RESERVED_DISK |
"je.reservedDisk" |
public static final String |
SHARED_CACHE |
"je.sharedCache" |
public static final String |
STARTUP_DUMP_THRESHOLD |
"je.env.startupThreshold" |
public static final String |
STATS_COLLECT |
"je.stats.collect" |
public static final String |
STATS_COLLECT_INTERVAL |
"je.stats.collect.interval" |
public static final String |
STATS_FILE_DIRECTORY |
"je.stats.file.directory" |
public static final String |
STATS_FILE_ROW_COUNT |
"je.stats.file.row.count" |
public static final String |
STATS_MAX_FILES |
"je.stats.max.files" |
public static final String |
TRACE_CONSOLE |
"java.util.logging.ConsoleHandler.on" |
public static final String |
TRACE_DB |
"java.util.logging.DbLogHandler.on" |
public static final String |
TRACE_FILE |
"java.util.logging.FileHandler.on" |
public static final String |
TRACE_FILE_COUNT |
"java.util.logging.FileHandler.count" |
public static final String |
TRACE_FILE_LIMIT |
"java.util.logging.FileHandler.limit" |
public static final String |
TRACE_LEVEL |
"java.util.logging.level" |
public static final String |
TRACE_LEVEL_CLEANER |
"java.util.logging.level.cleaner" |
public static final String |
TRACE_LEVEL_EVICTOR |
"java.util.logging.level.evictor" |
public static final String |
TRACE_LEVEL_LOCK_MANAGER |
"java.util.logging.level.lockMgr" |
public static final String |
TRACE_LEVEL_RECOVERY |
"java.util.logging.level.recovery" |
public static final String |
TREE_BIN_DELTA |
"je.tree.binDelta" |
public static final String |
TREE_COMPACT_MAX_KEY_LENGTH |
"je.tree.compactMaxKeyLength" |
public static final String |
TREE_MAX_DELTA |
"je.tree.maxDelta" |
public static final String |
TREE_MAX_EMBEDDED_LN |
"je.tree.maxEmbeddedLN" |
public static final String |
TREE_MIN_MEMORY |
"je.tree.minMemory" |
public static final String |
TXN_DEADLOCK_STACK_TRACE |
"je.txn.deadlockStackTrace" |
public static final String |
TXN_DUMP_LOCKS |
"je.txn.dumpLocks" |
public static final String |
TXN_DURABILITY |
"je.txn.durability" |
public static final String |
TXN_SERIALIZABLE_ISOLATION |
"je.txn.serializableIsolation" |
public static final String |
TXN_TIMEOUT |
"je.txn.timeout" |
public static final String |
VERIFY_BTREE |
"je.env.verifyBtree" |
public static final String |
VERIFY_BTREE_BATCH_DELAY |
"je.env.verifyBtreeBatchDelay" |
public static final String |
VERIFY_BTREE_BATCH_SIZE |
"je.env.verifyBtreeBatchSize" |
public static final String |
VERIFY_DATA_RECORDS |
"je.env.verifyDataRecords" |
public static final String |
VERIFY_LOG |
"je.env.verifyLog" |
public static final String |
VERIFY_LOG_READ_DELAY |
"je.env.verifyLogReadDelay" |
public static final String |
VERIFY_OBSOLETE_RECORDS |
"je.env.verifyObsoleteRecords" |
public static final String |
VERIFY_SCHEDULE |
"je.env.verifySchedule" |
public static final String |
VERIFY_SECONDARIES |
"je.env.verifySecondaries" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
TTL_MAX_DAYS |
44739242 |
public static final int |
TTL_MAX_HOURS |
1073741823 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CLEANER_ACTIVE_LOG_SIZE_DESC |
"Bytes used by all active data files: files required for basic JE operation." |
public static final String |
CLEANER_ACTIVE_LOG_SIZE_NAME |
"activeLogSize" |
public static final String |
CLEANER_AVAILABLE_LOG_SIZE_DESC |
"Bytes available for write operations when unprotected reserved files are deleted: free space + reservedLogSize - protectedLogSize." |
public static final String |
CLEANER_AVAILABLE_LOG_SIZE_NAME |
"availableLogSize" |
public static final String |
CLEANER_BIN_DELTAS_CLEANED_DESC |
"Number of potentially active BIN-deltas." |
public static final String |
CLEANER_BIN_DELTAS_CLEANED_NAME |
"nBINDeltasCleaned" |
public static final String |
CLEANER_BIN_DELTAS_DEAD_DESC |
"Number of BIN-deltas that were not found in the Btree." |
public static final String |
CLEANER_BIN_DELTAS_DEAD_NAME |
"nBINDeltasDead" |
public static final String |
CLEANER_BIN_DELTAS_MIGRATED_DESC |
"Number of active BIN-deltas that were migrated by dirtying them." |
public static final String |
CLEANER_BIN_DELTAS_MIGRATED_NAME |
"nBINDeltasMigrated" |
public static final String |
CLEANER_BIN_DELTAS_OBSOLETE_DESC |
"Number of known-obsolete BIN-deltas." |
public static final String |
CLEANER_BIN_DELTAS_OBSOLETE_NAME |
"nBINDeltasObsolete" |
public static final String |
CLEANER_DELETIONS_DESC |
"Number of cleaner file deletions." |
public static final String |
CLEANER_DELETIONS_NAME |
"nCleanerDeletions" |
public static final String |
CLEANER_DISK_READS_DESC |
"Number of disk reads by the cleaner." |
public static final String |
CLEANER_DISK_READS_NAME |
"nCleanerDisksReads" |
public static final String |
CLEANER_ENTRIES_READ_DESC |
"Number of log entries processed by the cleaner." |
public static final String |
CLEANER_ENTRIES_READ_NAME |
"nCleanerEntriesRead" |
public static final String |
CLEANER_INS_CLEANED_DESC |
"Number of potentially active INs." |
public static final String |
CLEANER_INS_CLEANED_NAME |
"nINsCleaned" |
public static final String |
CLEANER_INS_DEAD_DESC |
"Number of INs that were not found in the Btree." |
public static final String |
CLEANER_INS_DEAD_NAME |
"nINsDead" |
public static final String |
CLEANER_INS_MIGRATED_DESC |
"Number of active INs that were migrated by dirtying them." |
public static final String |
CLEANER_INS_MIGRATED_NAME |
"nINsMigrated" |
public static final String |
CLEANER_INS_OBSOLETE_DESC |
"Number of known-obsolete INs." |
public static final String |
CLEANER_INS_OBSOLETE_NAME |
"nINsObsolete" |
public static final String |
CLEANER_LNQUEUE_HITS_DESC |
"Number of potentially active LNs that did not require a separate Btree lookup." |
public static final String |
CLEANER_LNQUEUE_HITS_NAME |
"nLNQueueHits" |
public static final String |
CLEANER_LNS_CLEANED_DESC |
"Number of potentially active LNs." |
public static final String |
CLEANER_LNS_CLEANED_NAME |
"nLNsCleaned" |
public static final String |
CLEANER_LNS_DEAD_DESC |
"Number of LNs that were not found in the Btree." |
public static final String |
CLEANER_LNS_DEAD_NAME |
"nLNsDead" |
public static final String |
CLEANER_LNS_EXPIRED_DESC |
"Number of known-obsolete LNs that were expired." |
public static final String |
CLEANER_LNS_EXPIRED_NAME |
"nLNsExpired" |
public static final String |
CLEANER_LNS_EXTINCT_DESC |
"Number of known-obsolete LNs that were extinct." |
public static final String |
CLEANER_LNS_EXTINCT_NAME |
"nLNsExtinct" |
public static final String |
CLEANER_LNS_LOCKED_DESC |
"Number of potentially active LNs that were added to the pending queue because they were locked." |
public static final String |
CLEANER_LNS_LOCKED_NAME |
"nLNsLocked" |
public static final String |
CLEANER_LNS_MARKED_DESC |
"Number of active LNs in temporary DBs that were migrated by dirtying them." |
public static final String |
CLEANER_LNS_MARKED_NAME |
"nLNsMarked" |
public static final String |
CLEANER_LNS_MIGRATED_DESC |
"Number of active LNs that were migrated by logging them." |
public static final String |
CLEANER_LNS_MIGRATED_NAME |
"nLNsMigrated" |
public static final String |
CLEANER_LNS_OBSOLETE_DESC |
"Number of known-obsolete LNs." |
public static final String |
CLEANER_LNS_OBSOLETE_NAME |
"nLNsObsolete" |
public static final String |
CLEANER_MAX_UTILIZATION_DESC |
"Upper bound for current log utilization as a percentage." |
public static final String |
CLEANER_MAX_UTILIZATION_NAME |
"maxUtilization" |
public static final String |
CLEANER_MIN_UTILIZATION_DESC |
"Lower bound for current log utilization as a percentage." |
public static final String |
CLEANER_MIN_UTILIZATION_NAME |
"minUtilization" |
public static final String |
CLEANER_PENDING_DB_QUEUE_SIZE_DESC |
"Number of DBs pending because DB removal/truncation was incomplete." |
public static final String |
CLEANER_PENDING_DB_QUEUE_SIZE_NAME |
"pendingDBQueueSize" |
public static final String |
CLEANER_PENDING_DBS_INCOMPLETE_DESC |
"Number of pending DBs for which DB removal/truncation was still incomplete." |
public static final String |
CLEANER_PENDING_DBS_INCOMPLETE_NAME |
"nPendingDBsIncomplete" |
public static final String |
CLEANER_PENDING_DBS_PROCESSED_DESC |
"Number of pending DBs that were re-processed." |
public static final String |
CLEANER_PENDING_DBS_PROCESSED_NAME |
"nPendingDBsProcessed" |
public static final String |
CLEANER_PENDING_LN_QUEUE_SIZE_DESC |
"Number of LNs pending because they were locked." |
public static final String |
CLEANER_PENDING_LN_QUEUE_SIZE_NAME |
"pendingLNQueueSize" |
public static final String |
CLEANER_PENDING_LNS_LOCKED_DESC |
"Number of pending LNs that were still locked." |
public static final String |
CLEANER_PENDING_LNS_LOCKED_NAME |
"nPendingLNsLocked" |
public static final String |
CLEANER_PENDING_LNS_PROCESSED_DESC |
"Number of pending LNs that were re-processed." |
public static final String |
CLEANER_PENDING_LNS_PROCESSED_NAME |
"nPendingLNsProcessed" |
public static final String |
CLEANER_PREDICTED_MAX_UTILIZATION_DESC |
"Upper bound for predicted log utilization as a percentage." |
public static final String |
CLEANER_PREDICTED_MAX_UTILIZATION_NAME |
"maxPredictedUtilization" |
public static final String |
CLEANER_PREDICTED_MIN_UTILIZATION_DESC |
"Lower bound for predicted log utilization as a percentage." |
public static final String |
CLEANER_PREDICTED_MIN_UTILIZATION_NAME |
"minPredictedUtilization" |
public static final String |
CLEANER_PROTECTED_LOG_SIZE_DESC |
"Bytes used by all protected data files: the subset of reserved files that are temporarily protected and cannot be deleted." |
public static final String |
CLEANER_PROTECTED_LOG_SIZE_MAP_DESC |
"A breakdown of protectedLogSize as a map of protecting entity name to protected size in bytes." |
public static final String |
CLEANER_PROTECTED_LOG_SIZE_MAP_NAME |
"protectedLogSizeMap" |
public static final String |
CLEANER_PROTECTED_LOG_SIZE_NAME |
"protectedLogSize" |
public static final String |
CLEANER_RESERVED_LOG_SIZE_DESC |
"Bytes used by all reserved data files: files that have been cleaned and can be deleted if they are not protected." |
public static final String |
CLEANER_RESERVED_LOG_SIZE_NAME |
"reservedLogSize" |
public static final String |
CLEANER_REVISAL_RUNS_DESC |
"Number of potential cleaner runs that revised expiration info, but did result in any cleaning." |
public static final String |
CLEANER_REVISAL_RUNS_NAME |
"nRevisalRuns" |
public static final String |
CLEANER_RUNS_DESC |
"Number of files processed by the cleaner, including two-pass runs." |
public static final String |
CLEANER_RUNS_NAME |
"nCleanerRuns" |
public static final String |
CLEANER_TOTAL_LOG_SIZE_DESC |
"Total bytes used by data files on disk: activeLogSize + reservedLogSize." |
public static final String |
CLEANER_TOTAL_LOG_SIZE_NAME |
"totalLogSize" |
public static final String |
CLEANER_TWO_PASS_RUNS_DESC |
"Number of cleaner runs that resulted in two-pass runs." |
public static final String |
CLEANER_TWO_PASS_RUNS_NAME |
"nTwoPassRuns" |
public static final String |
GROUP_DESC |
"Log cleaning involves garbage collection of data files in the append-only storage system." |
public static final String |
GROUP_NAME |
"Cleaning" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ERASER_CYCLE_END_DESC |
"Erasure cycle end time (UTC)." |
public static final String |
ERASER_CYCLE_END_NAME |
"eraserCycleEnd" |
public static final String |
ERASER_CYCLE_START_DESC |
"Erasure cycle start time (UTC)." |
public static final String |
ERASER_CYCLE_START_NAME |
"eraserCycleStart" |
public static final String |
ERASER_FILES_ALREADY_DELETED_DESC |
"Number of reserved files deleted coincidentally by the cleaner." |
public static final String |
ERASER_FILES_ALREADY_DELETED_NAME |
"eraserFilesAlreadyDeleted" |
public static final String |
ERASER_FILES_DELETED_DESC |
"Number of reserved files deleted by the eraser." |
public static final String |
ERASER_FILES_DELETED_NAME |
"eraserFilesDeleted" |
public static final String |
ERASER_FILES_ERASED_DESC |
"Number of files erased by overwriting obsolete entries." |
public static final String |
ERASER_FILES_ERASED_NAME |
"eraserFilesErased" |
public static final String |
ERASER_FILES_REMAINING_DESC |
"Number of files still to be processed in erasure cycle." |
public static final String |
ERASER_FILES_REMAINING_NAME |
"eraserFilesRemaining" |
public static final String |
ERASER_FSYNCS_DESC |
"Number of fsyncs performed by the eraser." |
public static final String |
ERASER_FSYNCS_NAME |
"eraserFSyncs" |
public static final String |
ERASER_READ_BYTES_DESC |
"Number of bytes read by the eraser." |
public static final String |
ERASER_READ_BYTES_NAME |
"eraserReadBytes" |
public static final String |
ERASER_READS_DESC |
"Number of file reads performed by the eraser." |
public static final String |
ERASER_READS_NAME |
"eraserReads" |
public static final String |
ERASER_WRITE_BYTES_DESC |
"Number of bytes written by the eraser." |
public static final String |
ERASER_WRITE_BYTES_NAME |
"eraserWriteBytes" |
public static final String |
ERASER_WRITES_DESC |
"Number of file writes performed by the eraser." |
public static final String |
ERASER_WRITES_NAME |
"eraserWrites" |
public static final String |
GROUP_DESC |
"Obsolete data is erased during each erasure cycle." |
public static final String |
GROUP_NAME |
"Eraser" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BACKUP_NAME |
"Backup" |
public static final String |
DATABASE_COUNT_NAME |
"DatabaseCount" |
public static final String |
DISK_ORDERED_CURSOR_NAME |
"DiskOrderedCursor" |
public static final String |
FEEDER_NAME |
"Feeder" |
public static final String |
NETWORK_RESTORE_NAME |
"NetworkRestore" |
public static final String |
SYNCUP_NAME |
"Syncup" |
public static final String |
VLSN_INDEX_NAME |
"VLSNIndex" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
LOG_MEM_SIZE_MIN |
6144L |
public static final int |
MIN_LOG_BUFFER_SIZE |
2048 |
public static final int |
NUM_LOG_BUFFERS_DEFAULT |
3 |
public static final String |
REP_PARAM_PREFIX |
"je.rep." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SNAPSHOT_MANIFEST |
"manifest.json" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BT_COUNT_GROUP_DESC |
"Btree node counts." |
public static final String |
BT_COUNT_GROUP_NAME |
"BTreeCount" |
public static final String |
BT_OP_BIN_DELTA_DELETES_DESC |
"Number of deletions performed in BIN-deltas" |
public static final String |
BT_OP_BIN_DELTA_DELETES_NAME |
"nBinDeltaDelete" |
public static final String |
BT_OP_BIN_DELTA_GETS_DESC |
"Number of gets performed in BIN-deltas" |
public static final String |
BT_OP_BIN_DELTA_GETS_NAME |
"nBinDeltaGet" |
public static final String |
BT_OP_BIN_DELTA_INSERTS_DESC |
"Number of insertions performed in BIN-deltas" |
public static final String |
BT_OP_BIN_DELTA_INSERTS_NAME |
"nBinDeltaInsert" |
public static final String |
BT_OP_BIN_DELTA_UPDATES_DESC |
"Number of updates performed in BIN-deltas" |
public static final String |
BT_OP_BIN_DELTA_UPDATES_NAME |
"nBinDeltaUpdate" |
public static final String |
BT_OP_GROUP_DESC |
"Btree internal operation statistics." |
public static final String |
BT_OP_GROUP_NAME |
"BtreeOp" |
public static final String |
BT_OP_RELATCHES_REQUIRED_DESC |
"Number of btree latch upgrades required while operating on this Environment. A measurement of contention." |
public static final String |
BT_OP_RELATCHES_REQUIRED_NAME |
"relatchesRequired" |
public static final String |
BT_OP_ROOT_SPLITS_DESC |
"Number of times a database btree root was split." |
public static final String |
BT_OP_ROOT_SPLITS_NAME |
"nRootSplits" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
EXACT_KEY |
2 |
public static final int |
FOUND |
1 |
public static final int |
FOUND_LAST |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BACKUP_COPY_FILES_COUNT_DESC |
"Number of files copied to the archive by the most recent automatic backup." |
public static final String |
BACKUP_COPY_FILES_COUNT_NAME |
"backupCopyFilesCount" |
public static final String |
BACKUP_COPY_FILES_MS_DESC |
"The total amount of time in milliseconds taken to copy files to the archive by the most recent automatic backup." |
public static final String |
BACKUP_COPY_FILES_MS_NAME |
"backupCopyFilesMs" |
public static final String |
BACKUP_GROUP_DESC |
"Automatic backups statistics." |
public static final String |
BACKUP_GROUP_NAME |
"Backup" |
public static final String |
ENV_CREATION_TIME_DESC |
"System time when the Environment was opened. " |
public static final String |
ENV_CREATION_TIME_NAME |
"environmentCreationTime" |
public static final String |
ENV_GROUP_DESC |
"Miscellaneous environment wide statistics." |
public static final String |
ENV_GROUP_NAME |
"Environment" |
public static final String |
MB_ADMIN_BYTES_DESC |
"Number of bytes of JE main cache used for cleaner and checkpointer metadata, in bytes." |
public static final String |
MB_ADMIN_BYTES_NAME |
"adminBytes" |
public static final String |
MB_DATA_BYTES_DESC |
"Amount of JE main cache used for holding data, keys and internal Btree nodes, in bytes." |
public static final String |
MB_DATA_BYTES_NAME |
"dataBytes" |
public static final String |
MB_DOS_BYTES_DESC |
"Amount of JE main cache consumed by disk-ordered cursor and Database.count operations, in bytes." |
public static final String |
MB_DOS_BYTES_NAME |
"DOSBytes" |
public static final String |
MB_LOCK_BYTES_DESC |
"Number of bytes of JE cache used for holding locks and transactions, in bytes." |
public static final String |
MB_LOCK_BYTES_NAME |
"lockBytes" |
public static final String |
MB_SHARED_CACHE_TOTAL_BYTES_DESC |
"Total amount of the shared JE main cache in use, in bytes." |
public static final String |
MB_SHARED_CACHE_TOTAL_BYTES_NAME |
"sharedCacheTotalBytes" |
public static final String |
MB_TOTAL_BYTES_DESC |
"Total amount of JE main cache in use, in bytes." |
public static final String |
MB_TOTAL_BYTES_NAME |
"cacheTotalBytes" |
public static final String |
THROUGHPUT_GROUP_DESC |
"Throughput statistics for JE calls." |
public static final String |
THROUGHPUT_GROUP_NAME |
"Op" |
public static final String |
THROUGHPUT_PRI_DELETE_DESC |
"Number of successful primary DB deletion operations." |
public static final String |
THROUGHPUT_PRI_DELETE_FAIL_DESC |
"Number of failed primary DB deletion operations." |
public static final String |
THROUGHPUT_PRI_DELETE_FAIL_NAME |
"priDeleteFail" |
public static final String |
THROUGHPUT_PRI_DELETE_NAME |
"priDelete" |
public static final String |
THROUGHPUT_PRI_INSERT_DESC |
"Number of successful primary DB insertion operations." |
public static final String |
THROUGHPUT_PRI_INSERT_FAIL_DESC |
"Number of failed primary DB insertion operations." |
public static final String |
THROUGHPUT_PRI_INSERT_FAIL_NAME |
"priInsertFail" |
public static final String |
THROUGHPUT_PRI_INSERT_NAME |
"priInsert" |
public static final String |
THROUGHPUT_PRI_POSITION_DESC |
"Number of successful primary DB position operations." |
public static final String |
THROUGHPUT_PRI_POSITION_NAME |
"priPosition" |
public static final String |
THROUGHPUT_PRI_SEARCH_DESC |
"Number of successful primary DB key search operations." |
public static final String |
THROUGHPUT_PRI_SEARCH_FAIL_DESC |
"Number of failed primary DB key search operations." |
public static final String |
THROUGHPUT_PRI_SEARCH_FAIL_NAME |
"priSearchFail" |
public static final String |
THROUGHPUT_PRI_SEARCH_NAME |
"priSearch" |
public static final String |
THROUGHPUT_PRI_UPDATE_DESC |
"Number of successful primary DB update operations." |
public static final String |
THROUGHPUT_PRI_UPDATE_NAME |
"priUpdate" |
public static final String |
THROUGHPUT_SEC_DELETE_DESC |
"Number of successful secondary DB deletion operations." |
public static final String |
THROUGHPUT_SEC_DELETE_NAME |
"secDelete" |
public static final String |
THROUGHPUT_SEC_INSERT_DESC |
"Number of successful secondary DB insertion operations." |
public static final String |
THROUGHPUT_SEC_INSERT_NAME |
"secInsert" |
public static final String |
THROUGHPUT_SEC_POSITION_DESC |
"Number of successful secondary DB position operations." |
public static final String |
THROUGHPUT_SEC_POSITION_NAME |
"secPosition" |
public static final String |
THROUGHPUT_SEC_SEARCH_DESC |
"Number of successful secondary DB key search operations." |
public static final String |
THROUGHPUT_SEC_SEARCH_FAIL_DESC |
"Number of failed secondary DB key search operations." |
public static final String |
THROUGHPUT_SEC_SEARCH_FAIL_NAME |
"secSearchFail" |
public static final String |
THROUGHPUT_SEC_SEARCH_NAME |
"secSearch" |
public static final String |
THROUGHPUT_SEC_UPDATE_DESC |
"Number of successful secondary DB update operations." |
public static final String |
THROUGHPUT_SEC_UPDATE_NAME |
"secUpdate" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
NEG_DB_ID_START |
-256L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
PREFIX_ONLY |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
MIN_MAX_MEMORY_SIZE |
98304L |
public static final int |
PRIMITIVE_LONG_ARRAY_ITEM_OVERHEAD |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KEY_ERASER |
"eraser" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
FIRST_LOCAL_NODE_ID |
1 |
public static final int |
FIRST_REPLICATED_NODE_ID |
-10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"Sequence statistics" |
public static final String |
GROUP_NAME |
"Sequence" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
MILLIS_PER_DAY |
86400000L |
public static final long |
MILLIS_PER_HOUR |
3600000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BIN_DELTA_BLIND_OPS_DESC |
"The number of operations performed blindly in BIN deltas" |
public static final String |
BIN_DELTA_BLIND_OPS_NAME |
"nBinDeltaBlindOps" |
public static final String |
BIN_DELTA_FETCH_MISS_DESC |
"Number of BIN-deltas (partial BINs) fetched to satisfy btree operations that were not in main cache." |
public static final String |
BIN_DELTA_FETCH_MISS_NAME |
"nBINDeltasFetchMiss" |
public static final String |
BIN_FETCH_DESC |
"Number of BINs (bottom internal nodes) and BIN-deltas requested by btree operations." |
public static final String |
BIN_FETCH_MISS_DESC |
"Number of full BINs (bottom internal nodes) and BIN-deltas fetched to satisfy btree operations that were not in main cache." |
public static final String |
BIN_FETCH_MISS_NAME |
"nBINsFetchMiss" |
public static final String |
BIN_FETCH_MISS_RATIO_DESC |
"The BIN fetch miss ratio (nBINsFetchMiss / nBINsFetch)" |
public static final String |
BIN_FETCH_MISS_RATIO_NAME |
"nBINsFetchMissRatio" |
public static final String |
BIN_FETCH_NAME |
"nBINsFetch" |
public static final String |
CACHED_BIN_DELTAS_DESC |
"Number of BIN-deltas (partial BINs) in main cache. This is a subset of the nCachedBINs value." |
public static final String |
CACHED_BIN_DELTAS_NAME |
"nCachedBINDeltas" |
public static final String |
CACHED_BINS_DESC |
"Number of BINs (bottom internal nodes) and BIN-deltas in main cache." |
public static final String |
CACHED_BINS_NAME |
"nCachedBINs" |
public static final String |
CACHED_IN_COMPACT_KEY_DESC |
"Number of INs that use a compact key representation to minimize the key object representation overhead." |
public static final String |
CACHED_IN_COMPACT_KEY_NAME |
"nINCompactKey" |
public static final String |
CACHED_IN_NO_TARGET_DESC |
"Number of INs that use a compact representation when none of its child nodes are in the main cache." |
public static final String |
CACHED_IN_NO_TARGET_NAME |
"nINNoTarget" |
public static final String |
CACHED_IN_SPARSE_TARGET_DESC |
"Number of INs that use a compact sparse array representation to point to child nodes in the main cache." |
public static final String |
CACHED_IN_SPARSE_TARGET_NAME |
"nINSparseTarget" |
public static final String |
CACHED_UPPER_INS_DESC |
"Number of upper INs (non-bottom internal nodes) in main cache." |
public static final String |
CACHED_UPPER_INS_NAME |
"nCachedUpperINs" |
public static final String |
EVICTOR_DIRTY_NODES_EVICTED_DESC |
"Number of dirty target nodes logged and evicted." |
public static final String |
EVICTOR_DIRTY_NODES_EVICTED_NAME |
"nDirtyNodesEvicted" |
public static final String |
EVICTOR_EVICTION_RUNS_DESC |
"Number of times the background eviction thread is awoken." |
public static final String |
EVICTOR_EVICTION_RUNS_NAME |
"nEvictionRuns" |
public static final String |
EVICTOR_LNS_EVICTED_DESC |
"Number of LNs evicted as a result of LRU-based eviction (but not CacheMode.EVICT_LN)." |
public static final String |
EVICTOR_LNS_EVICTED_NAME |
"nLNsEvicted" |
public static final String |
EVICTOR_NODES_EVICTED_DESC |
"Number of target nodes (INs) evicted from the main cache." |
public static final String |
EVICTOR_NODES_EVICTED_NAME |
"nNodesEvicted" |
public static final String |
EVICTOR_NODES_MOVED_TO_PRI2_LRU_DESC |
"Number of nodes (INs) moved from the mixed/priority-1 to the dirty/priority-2 LRU list." |
public static final String |
EVICTOR_NODES_MOVED_TO_PRI2_LRU_NAME |
"nNodesMovedToDirtyLRU" |
public static final String |
EVICTOR_NODES_MUTATED_DESC |
"Number of target BINs mutated to BIN-deltas." |
public static final String |
EVICTOR_NODES_MUTATED_NAME |
"nNodesMutated" |
public static final String |
EVICTOR_NODES_PUT_BACK_DESC |
"Number of target nodes (INs) moved to the cold end of the LRU list without any action taken on them." |
public static final String |
EVICTOR_NODES_PUT_BACK_NAME |
"nNodesPutBack" |
public static final String |
EVICTOR_NODES_SKIPPED_DESC |
"Number of nodes (INs) that did not require any action." |
public static final String |
EVICTOR_NODES_SKIPPED_NAME |
"nNodesSkipped" |
public static final String |
EVICTOR_NODES_STRIPPED_DESC |
"Number of target BINs for which space was reclaimed by deleting space for expired LNs or evicting resident LNs." |
public static final String |
EVICTOR_NODES_STRIPPED_NAME |
"nNodesStripped" |
public static final String |
EVICTOR_NODES_TARGETED_DESC |
"Number of nodes (INs) selected as eviction targets." |
public static final String |
EVICTOR_NODES_TARGETED_NAME |
"nNodesTargeted" |
public static final String |
EVICTOR_ROOT_NODES_EVICTED_DESC |
"Number of database root nodes (INs) evicted." |
public static final String |
EVICTOR_ROOT_NODES_EVICTED_NAME |
"nRootNodesEvicted" |
public static final String |
EVICTOR_SHARED_CACHE_ENVS_DESC |
"Number of Environments sharing the main cache." |
public static final String |
EVICTOR_SHARED_CACHE_ENVS_NAME |
"nSharedCacheEnvironments" |
public static final String |
FULL_BIN_MISS_DESC |
"Number of times a BIN-delta had to be mutated to a full BIN (and as a result a full BIN had to be read in from the log)." |
public static final String |
FULL_BIN_MISS_NAME |
"nFullBINsMiss" |
public static final String |
GROUP_DESC |
"The main cache resides in the Java heap and holds data, keys, Btree internal nodes, locks and JE metadata." |
public static final String |
GROUP_NAME |
"Cache" |
public static final String |
LN_FETCH_DESC |
"Number of LNs (data records) requested by btree operations." |
public static final String |
LN_FETCH_MISS_DESC |
"Number of LNs (data records) requested by btree operations that were not in main cache." |
public static final String |
LN_FETCH_MISS_NAME |
"nLNsFetchMiss" |
public static final String |
LN_FETCH_NAME |
"nLNsFetch" |
public static final String |
N_BYTES_EVICTED_CACHEMODE_DESC |
"Number of bytes evicted by operations for which CacheMode.EVICT_BIN is specified." |
public static final String |
N_BYTES_EVICTED_CACHEMODE_NAME |
"nBytesEvictedCACHEMODE" |
public static final String |
N_BYTES_EVICTED_CRITICAL_DESC |
"Number of bytes evicted in the application thread because the cache is over budget." |
public static final String |
N_BYTES_EVICTED_CRITICAL_NAME |
"nBytesEvictedCRITICAL" |
public static final String |
N_BYTES_EVICTED_DAEMON_DESC |
"Number of bytes evicted by JE deamon threads." |
public static final String |
N_BYTES_EVICTED_DAEMON_NAME |
"nBytesEvictedDAEMON" |
public static final String |
N_BYTES_EVICTED_EVICTORTHREAD_DESC |
"Number of bytes evicted by evictor pool threads." |
public static final String |
N_BYTES_EVICTED_EVICTORTHREAD_NAME |
"nBytesEvictedEVICTORTHREAD" |
public static final String |
N_BYTES_EVICTED_MANUAL_DESC |
"Number of bytes evicted by the Environment.evictMemory or during Environment startup." |
public static final String |
N_BYTES_EVICTED_MANUAL_NAME |
"nBytesEvictedMANUAL" |
public static final String |
PRI1_LRU_SIZE_DESC |
"Number of INs in the mixed/priority-1 LRU " |
public static final String |
PRI1_LRU_SIZE_NAME |
"lruMixedSize" |
public static final String |
PRI2_LRU_SIZE_DESC |
"Number of INs in the dirty/priority-2 LRU " |
public static final String |
PRI2_LRU_SIZE_NAME |
"lruDirtySize" |
public static final String |
THREAD_UNAVAILABLE_DESC |
"Number of eviction tasks that were submitted to the background evictor pool, but were refused because all eviction threads were busy." |
public static final String |
THREAD_UNAVAILABLE_NAME |
"nThreadUnavailable" |
public static final String |
UPPER_IN_FETCH_DESC |
"Number of Upper INs (non-bottom internal nodes) requested by btree operations." |
public static final String |
UPPER_IN_FETCH_MISS_DESC |
"Number of Upper INs (non-bottom internal nodes) requested by btree operations that were not in main cache." |
public static final String |
UPPER_IN_FETCH_MISS_NAME |
"nUpperINsFetchMiss" |
public static final String |
UPPER_IN_FETCH_NAME |
"nUpperINsFetch" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
MIN_MAIN_CACHE_OVERHEAD |
0L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALLOC_FAILURE_DESC |
"Number of off-heap allocation failures due to lack of system memory." |
public static final String |
ALLOC_FAILURE_NAME |
"offHeapAllocFailure" |
public static final String |
ALLOC_OVERFLOW_DESC |
"Number of off-heap allocation attempts that exceeded the cache size." |
public static final String |
ALLOC_OVERFLOW_NAME |
"offHeapAllocOverflow" |
public static final String |
BINS_LOADED_DESC |
"Number of BINs loaded from the off-heap cache." |
public static final String |
BINS_LOADED_NAME |
"offHeapBINsLoaded" |
public static final String |
BINS_STORED_DESC |
"Number of BINs stored into the off-heap cache." |
public static final String |
BINS_STORED_NAME |
"offHeapBINsStored" |
public static final String |
CACHED_BIN_DELTAS_DESC |
"Number of BIN-deltas residing in the off-heap cache." |
public static final String |
CACHED_BIN_DELTAS_NAME |
"offHeapCachedBINDeltas" |
public static final String |
CACHED_BINS_DESC |
"Number of BINs (full BINs and BIN-deltas) residing in the off-heap cache." |
public static final String |
CACHED_BINS_NAME |
"offHeapCachedBINs" |
public static final String |
CACHED_LNS_DESC |
"Number of LNs residing in the off-heap cache." |
public static final String |
CACHED_LNS_NAME |
"offHeapCachedLNs" |
public static final String |
CRITICAL_NODES_TARGETED_DESC |
"Number of nodes targeted in \'critical eviction\' mode." |
public static final String |
CRITICAL_NODES_TARGETED_NAME |
"offHeapCriticalNodesTargeted" |
public static final String |
DIRTY_NODES_EVICTED_DESC |
"Number of target BINs evicted from the off-heap cache that were dirty and therefore were logged." |
public static final String |
DIRTY_NODES_EVICTED_NAME |
"offHeapDirtyNodesEvicted" |
public static final String |
GROUP_DESC |
"The optional off-heap cache resides outside the Java heap and serves as an overflow area for the main cache." |
public static final String |
GROUP_NAME |
"OffHeap" |
public static final String |
LNS_EVICTED_DESC |
"Number of LNs evicted from the off-heap cache as a result of BIN stripping." |
public static final String |
LNS_EVICTED_NAME |
"offHeapLNsEvicted" |
public static final String |
LNS_LOADED_DESC |
"Number of LNs loaded from the off-heap cache." |
public static final String |
LNS_LOADED_NAME |
"offHeapLNsLoaded" |
public static final String |
LNS_STORED_DESC |
"Number of LNs stored into the off-heap cache." |
public static final String |
LNS_STORED_NAME |
"offHeapLNsStored" |
public static final String |
LRU_SIZE_DESC |
"Number of LRU entries used for the off-heap cache." |
public static final String |
LRU_SIZE_NAME |
"offHeapLruSize" |
public static final String |
NODES_EVICTED_DESC |
"Number of target BINs (including BIN-deltas) evicted from the off-heap cache." |
public static final String |
NODES_EVICTED_NAME |
"offHeapNodesEvicted" |
public static final String |
NODES_MUTATED_DESC |
"Number of off-heap target BINs mutated to BIN-deltas." |
public static final String |
NODES_MUTATED_NAME |
"offHeapNodesMutated" |
public static final String |
NODES_SKIPPED_DESC |
"Number of off-heap target BINs on which no action was taken." |
public static final String |
NODES_SKIPPED_NAME |
"offHeapNodesSkipped" |
public static final String |
NODES_STRIPPED_DESC |
"Number of target BINs for which space was reclaimed by deleting space for expired LNs or evicting resident LNs." |
public static final String |
NODES_STRIPPED_NAME |
"offHeapNodesStripped" |
public static final String |
NODES_TARGETED_DESC |
"Number of BINs selected as off-heap eviction targets." |
public static final String |
NODES_TARGETED_NAME |
"offHeapNodesTargeted" |
public static final String |
THREAD_UNAVAILABLE_DESC |
"Number of eviction tasks that were submitted to the background off-heap evictor pool, but were refused because all eviction threads were busy." |
public static final String |
THREAD_UNAVAILABLE_NAME |
"offHeapThreadUnavailable" |
public static final String |
TOTAL_BLOCKS_DESC |
"Total number of memory blocks in off-heap cache." |
public static final String |
TOTAL_BLOCKS_NAME |
"offHeapTotalBlocks" |
public static final String |
TOTAL_BYTES_DESC |
"Total number of estimated bytes in off-heap cache." |
public static final String |
TOTAL_BYTES_NAME |
"offHeapTotalBytes" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"Deleted records are removed from Btree internal nodes asynchronously and nodes are deleted when they become empty." |
public static final String |
GROUP_NAME |
"Node Compression" |
public static final String |
INCOMP_CURSORS_BINS_DESC |
"Number of BINs encountered by the INCompressor that had cursors referring to them when the compressor ran." |
public static final String |
INCOMP_CURSORS_BINS_NAME |
"cursorsBins" |
public static final String |
INCOMP_DBCLOSED_BINS_DESC |
"Number of BINs encountered by the INCompressor that had their database closed between the time they were put on the compressor queue and when the compressor ran." |
public static final String |
INCOMP_DBCLOSED_BINS_NAME |
"dbClosedBins" |
public static final String |
INCOMP_NON_EMPTY_BINS_DESC |
"Number of BINs encountered by the INCompressor that were not actually empty when the compressor ran." |
public static final String |
INCOMP_NON_EMPTY_BINS_NAME |
"nonEmptyBins" |
public static final String |
INCOMP_PROCESSED_BINS_DESC |
"Number of BINs that were successfully processed by the INCompressor." |
public static final String |
INCOMP_PROCESSED_BINS_NAME |
"processedBins" |
public static final String |
INCOMP_QUEUE_SIZE_DESC |
"Number of entries in the INCompressor queue." |
public static final String |
INCOMP_QUEUE_SIZE_NAME |
"inCompQueueSize" |
public static final String |
INCOMP_SPLIT_BINS_DESC |
"Number of BINs encountered by the INCompressor that were split between the time they were put on the compressor queue and when the compressor ran." |
public static final String |
INCOMP_SPLIT_BINS_NAME |
"splitBins" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"Latch characteristics" |
public static final String |
GROUP_NAME |
"Latch" |
public static final String |
LATCH_CONTENTION_DESC |
"Number of times the latch was acquired when it was already owned by another thread." |
public static final String |
LATCH_CONTENTION_NAME |
"nLatchAcquiresWithContention" |
public static final String |
LATCH_NO_WAITERS_DESC |
"Number of times the latch was acquired without contention." |
public static final String |
LATCH_NO_WAITERS_NAME |
"nLatchAcquiresNoWaiters" |
public static final String |
LATCH_NOWAIT_SUCCESS_DESC |
"Number of successful no-wait acquires of the lock table latch." |
public static final String |
LATCH_NOWAIT_SUCCESS_NAME |
"nLatchAcquiresNoWaitSuccessful" |
public static final String |
LATCH_NOWAIT_UNSUCCESS_DESC |
"Number of unsuccessful no-wait acquires of the lock table latch." |
public static final String |
LATCH_NOWAIT_UNSUCCESS_NAME |
"nLatchAcquireNoWaitUnsuccessful" |
public static final String |
LATCH_RELEASES_DESC |
"Number of latch releases." |
public static final String |
LATCH_RELEASES_NAME |
"nLatchReleases" |
public static final String |
LATCH_SELF_OWNED_DESC |
"Number of times the latch was acquired it was already owned by the caller." |
public static final String |
LATCH_SELF_OWNED_NAME |
"nLatchAcquiresSelfOwned" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BAD_SUFFIX |
".bad" |
public static final String |
BUP_SUFFIX |
".bup" |
public static final String |
DEL_SUFFIX |
".del" |
public static final String |
JE_SUFFIX |
".jdb" |
public static final String |
TMP_SUFFIX |
".tmp" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CHECKSUM_BYTES |
4 |
public static final int |
ENTRYTYPE_OFFSET |
4 |
public static final int |
MAX_HEADER_SIZE |
22 |
public static final int |
MIN_HEADER_SIZE |
14 |
public static final int |
VLSN_OFFSET |
14 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
LOG_VERSION |
17 |
public static final int |
LOG_VERSION_DURABLE_VLSN |
13 |
public static final int |
LOG_VERSION_EXPIRE_INFO |
12 |
public static final int |
LOG_VERSION_HIGHEST_REPLICABLE |
16 |
public static final int |
LOG_VERSION_REPLICATE_OLDER |
9 |
public static final int |
UNKNOWN_FILE_HEADER_VERSION |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILEMGR_BYTES_READ_FROM_WRITEQUEUE_DESC |
"Number of bytes read to fulfill file read operations by reading out of the pending write queue." |
public static final String |
FILEMGR_BYTES_READ_FROM_WRITEQUEUE_NAME |
"nBytesReadFromWriteQueue" |
public static final String |
FILEMGR_BYTES_WRITTEN_FROM_WRITEQUEUE_DESC |
"Number of bytes written from the pending write queue." |
public static final String |
FILEMGR_BYTES_WRITTEN_FROM_WRITEQUEUE_NAME |
"nBytesWrittenFromWriteQueue" |
public static final String |
FILEMGR_FILE_OPENS_DESC |
"Number of times a log file has been opened." |
public static final String |
FILEMGR_FILE_OPENS_NAME |
"nFileOpens" |
public static final String |
FILEMGR_FSYNC_95_MS_DESC |
"95th percentile of milliseconds used to perform fsyncs." |
public static final String |
FILEMGR_FSYNC_95_MS_NAME |
"fSync95Ms" |
public static final String |
FILEMGR_FSYNC_99_MS_DESC |
"99th percentile of milliseconds used to perform fsyncs." |
public static final String |
FILEMGR_FSYNC_99_MS_NAME |
"fSync99Ms" |
public static final String |
FILEMGR_FSYNC_AVG_MS_DESC |
"Average number of milliseconds used to perform fsyncs." |
public static final String |
FILEMGR_FSYNC_AVG_MS_NAME |
"fSyncAvgMs" |
public static final String |
FILEMGR_FSYNC_MAX_MS_DESC |
"Maximum number of milliseconds used to perform a single fsync." |
public static final String |
FILEMGR_FSYNC_MAX_MS_NAME |
"fSyncMaxMs" |
public static final String |
FILEMGR_GROUP_DESC |
"FileManager statistics" |
public static final String |
FILEMGR_GROUP_NAME |
"FileManager" |
public static final String |
FILEMGR_LOG_FSYNCS_DESC |
"Number of fsyncs of the JE log." |
public static final String |
FILEMGR_LOG_FSYNCS_NAME |
"nLogFSyncs" |
public static final String |
FILEMGR_OPEN_FILES_DESC |
"Number of files currently open in the file cache." |
public static final String |
FILEMGR_OPEN_FILES_NAME |
"nOpenFiles" |
public static final String |
FILEMGR_RANDOM_READ_BYTES_DESC |
"Number of bytes read which required a seek of more than 1MB from the previous file position or were read from a different file." |
public static final String |
FILEMGR_RANDOM_READ_BYTES_NAME |
"nRandomReadBytes" |
public static final String |
FILEMGR_RANDOM_READS_DESC |
"Number of disk reads which required a seek of more than 1MB from the previous file position or were read from a different file." |
public static final String |
FILEMGR_RANDOM_READS_NAME |
"nRandomReads" |
public static final String |
FILEMGR_RANDOM_WRITE_BYTES_DESC |
"Number of bytes written which required a seek of more than 1MB from the previous file position or were read from a different file." |
public static final String |
FILEMGR_RANDOM_WRITE_BYTES_NAME |
"nRandomWriteBytes" |
public static final String |
FILEMGR_RANDOM_WRITES_DESC |
"Number of disk writes which required a seek of more than 1MB from the previous file position or were read from a different file." |
public static final String |
FILEMGR_RANDOM_WRITES_NAME |
"nRandomWrites" |
public static final String |
FILEMGR_READS_FROM_WRITEQUEUE_DESC |
"Number of file read operations which were fulfilled by reading out of the pending write queue." |
public static final String |
FILEMGR_READS_FROM_WRITEQUEUE_NAME |
"nReadsFromWriteQueue" |
public static final String |
FILEMGR_SEQUENTIAL_READ_BYTES_DESC |
"Number of bytes read which did not require a seek of more than 1MB from the previous file position and were read from the same file." |
public static final String |
FILEMGR_SEQUENTIAL_READ_BYTES_NAME |
"nSequentialReadBytes" |
public static final String |
FILEMGR_SEQUENTIAL_READS_DESC |
"Number of disk reads which did not require a seek of more than 1MB from the previous file position and were read from the same file." |
public static final String |
FILEMGR_SEQUENTIAL_READS_NAME |
"nSequentialReads" |
public static final String |
FILEMGR_SEQUENTIAL_WRITE_BYTES_DESC |
"Number of bytes written which did not require a seek of more than 1MB from the previous file position and were read from the same file." |
public static final String |
FILEMGR_SEQUENTIAL_WRITE_BYTES_NAME |
"nSequentialWriteBytes" |
public static final String |
FILEMGR_SEQUENTIAL_WRITES_DESC |
"Number of disk writes which did not require a seek of more than 1MB from the previous file position and were read from the same file." |
public static final String |
FILEMGR_SEQUENTIAL_WRITES_NAME |
"nSequentialWrites" |
public static final String |
FILEMGR_WRITEQUEUE_OVERFLOW_DESC |
"Number of write operations which would overflow the write queue." |
public static final String |
FILEMGR_WRITEQUEUE_OVERFLOW_FAILURES_DESC |
"Number of write operations which would overflow the write queue and could not be queued." |
public static final String |
FILEMGR_WRITEQUEUE_OVERFLOW_FAILURES_NAME |
"nWriteQueueOverflowFailures" |
public static final String |
FILEMGR_WRITEQUEUE_OVERFLOW_NAME |
"nWriteQueueOverflow" |
public static final String |
FILEMGR_WRITES_FROM_WRITEQUEUE_DESC |
"Number of file write operations executed from the pending write queue." |
public static final String |
FILEMGR_WRITES_FROM_WRITEQUEUE_NAME |
"nWritesFromWriteQueue" |
public static final String |
FSYNCMGR_FSYNC_REQUESTS_DESC |
"Number of group commit requests that include an fsync request." |
public static final String |
FSYNCMGR_FSYNC_REQUESTS_NAME |
"nFSyncRequests" |
public static final String |
FSYNCMGR_FSYNCS_DESC |
"Number of group commit fsyncs completed." |
public static final String |
FSYNCMGR_FSYNCS_NAME |
"nFSyncs" |
public static final String |
FSYNCMGR_GROUP_DESC |
"FSyncManager statistics" |
public static final String |
FSYNCMGR_GROUP_NAME |
"FSyncManager" |
public static final String |
FSYNCMGR_N_GROUP_COMMIT_REQUESTS_DESC |
"Number of group commit requests." |
public static final String |
FSYNCMGR_N_GROUP_COMMIT_REQUESTS_NAME |
"nGroupCommitRequests" |
public static final String |
FSYNCMGR_TIMEOUTS_DESC |
"Number of group commit waiter threads that timed out." |
public static final String |
FSYNCMGR_TIMEOUTS_NAME |
"nGrpCommitTimeouts" |
public static final String |
GROUP_DESC |
"The file I/O component of the append-only storage system includes data file access, buffering and group commit." |
public static final String |
GROUP_NAME |
"I/O" |
public static final String |
LBF_GROUP_DESC |
"LogBufferPool statistics" |
public static final String |
LBF_GROUP_NAME |
"LogBufferPool" |
public static final String |
LBFP_BUFFER_BYTES_DESC |
"Total memory currently consumed by all log buffers, in bytes." |
public static final String |
LBFP_BUFFER_BYTES_NAME |
"bufferBytes" |
public static final String |
LBFP_LOG_BUFFERS_DESC |
"Number of log buffers." |
public static final String |
LBFP_LOG_BUFFERS_NAME |
"nLogBuffers" |
public static final String |
LBFP_MISS_DESC |
"Number of requests to read log entries by LSN that were not present in the log buffers." |
public static final String |
LBFP_MISS_NAME |
"nCacheMiss" |
public static final String |
LBFP_NO_FREE_BUFFER_DESC |
"Number of writes that could not obtain a free buffer, forcing a write in the critical section." |
public static final String |
LBFP_NO_FREE_BUFFER_NAME |
"nNoFreeBuffer" |
public static final String |
LBFP_NOT_RESIDENT_DESC |
"Number of requests to read log entries by LSN." |
public static final String |
LBFP_NOT_RESIDENT_NAME |
"nNotResident" |
public static final String |
LOGMGR_END_OF_LOG_DESC |
"The LSN of the next entry to be written to the log." |
public static final String |
LOGMGR_END_OF_LOG_NAME |
"endOfLog" |
public static final String |
LOGMGR_REPEAT_FAULT_READS_DESC |
"Number of times a log entry size exceeded the log fault read size." |
public static final String |
LOGMGR_REPEAT_FAULT_READS_NAME |
"nRepeatFaultReads" |
public static final String |
LOGMGR_REPEAT_ITERATOR_READS_DESC |
"Number of times a log entry size exceeded the log iterator max size." |
public static final String |
LOGMGR_REPEAT_ITERATOR_READS_NAME |
"nRepeatIteratorReads" |
public static final String |
LOGMGR_TEMP_BUFFER_WRITES_DESC |
"Number of writes for entries larger than the log buffer size, forcing a write in the critical section." |
public static final String |
LOGMGR_TEMP_BUFFER_WRITES_NAME |
"nTempBufferWrites" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
INT_BYTES |
4 |
public static final int |
LONG_BYTES |
8 |
public static final int |
SHORT_BYTES |
2 |
public static final int |
UNSIGNED_INT_BYTES |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MIN_LOG_SIZE |
18 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CKPT_CHECKPOINTS_DESC |
"Number of checkpoints performed." |
public static final String |
CKPT_CHECKPOINTS_NAME |
"nCheckpoints" |
public static final String |
CKPT_DELTA_IN_FLUSH_DESC |
"Number of BIN-deltas flushed to the log." |
public static final String |
CKPT_DELTA_IN_FLUSH_NAME |
"nDeltaINFlush" |
public static final String |
CKPT_FULL_BIN_FLUSH_DESC |
"Number of full BINs flushed to the log." |
public static final String |
CKPT_FULL_BIN_FLUSH_NAME |
"nFullBINFlush" |
public static final String |
CKPT_FULL_IN_FLUSH_DESC |
"Number of full INs flushed to the log." |
public static final String |
CKPT_FULL_IN_FLUSH_NAME |
"nFullINFlush" |
public static final String |
CKPT_LAST_CKPT_END_DESC |
"Location in the log of the last checkpoint end." |
public static final String |
CKPT_LAST_CKPT_END_NAME |
"lastCheckpointEnd" |
public static final String |
CKPT_LAST_CKPT_INTERVAL_DESC |
"Byte length from last checkpoint start to the previous checkpoint start." |
public static final String |
CKPT_LAST_CKPT_INTERVAL_NAME |
"lastCheckpointInterval" |
public static final String |
CKPT_LAST_CKPT_START_DESC |
"Location in the log of the last checkpoint start." |
public static final String |
CKPT_LAST_CKPT_START_NAME |
"lastCheckpointStart" |
public static final String |
CKPT_LAST_CKPTID_DESC |
"Id of the last checkpoint." |
public static final String |
CKPT_LAST_CKPTID_NAME |
"lastCheckpointId" |
public static final String |
GROUP_DESC |
"Dirty Btree internal nodes are written to the data log periodically to bound recovery time." |
public static final String |
GROUP_NAME |
"Checkpoints" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"CommitPointConsistencyPolicy" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"NoConsistencyRequiredPolicy" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALLOW_UNKNOWN_STATE_ENV_OPEN |
"je.rep.allowUnknownStateEnvOpen" |
public static final String |
ARBITER_ACK_TIMEOUT |
"je.rep.arbiterAckTimeout" |
public static final String |
ARBITER_OUTPUT_QUEUE_SIZE |
"je.rep.arbiterOutputQueueSize" |
public static final String |
ARBITER_USE |
"je.rep.arbiterUse" |
public static final String |
BIND_INADDR_ANY |
"je.rep.bindInaddrAny" |
public static final String |
CONSISTENCY_POLICY |
"je.rep.consistencyPolicy" |
public static final String |
DEFAULT_PORT |
"je.rep.defaultPort" |
public static final String |
ELECTIONS_PRIMARY_RETRIES |
"je.rep.electionsPrimaryRetries" |
public static final String |
ELECTIONS_REBROADCAST_PERIOD |
"je.rep.electionsRebroadcastPeriod" |
public static final String |
ENV_CONSISTENCY_TIMEOUT |
"je.rep.envConsistencyTimeout" |
public static final String |
ENV_SETUP_TIMEOUT |
"je.rep.envSetupTimeout" |
public static final String |
ENV_UNKNOWN_STATE_TIMEOUT |
"je.rep.envUnknownStateTimeout" |
public static final String |
FEEDER_TIMEOUT |
"je.rep.feederTimeout" |
public static final String |
GROUP_NAME |
"je.rep.groupName" |
public static final String |
HELPER_HOSTS |
"je.rep.helperHosts" |
public static final String |
INSUFFICIENT_REPLICAS_TIMEOUT |
"je.rep.insufficientReplicasTimeout" |
public static final String |
MAX_CLOCK_DELTA |
"je.rep.maxClockDelta" |
public static final String |
MAX_MESSAGE_SIZE |
"je.rep.maxMessageSize" |
public static final String |
NODE_HOST_PORT |
"je.rep.nodeHostPort" |
public static final String |
NODE_NAME |
"je.rep.nodeName" |
public static final String |
NODE_TYPE |
"je.rep.nodeType" |
public static final String |
PROTOCOL_OLD_STRING_ENCODING |
"je.rep.protocolOldStringEncoding" |
public static final String |
REP_STREAM_TIMEOUT |
"je.rep.repStreamTimeout" |
public static final String |
REPLAY_COST_PERCENT |
"je.rep.replayCostPercent" |
public static final String |
REPLAY_DB_HANDLE_TIMEOUT |
"je.rep.replayOpenHandleTimeout" |
public static final String |
REPLAY_FREE_DISK_PERCENT |
"je.rep.replayFreeDiskPercent" |
public static final String |
REPLAY_MAX_OPEN_DB_HANDLES |
"je.rep.replayMaxOpenDbHandles" |
public static final String |
REPLAY_TXN_LOCK_TIMEOUT |
"je.rep.replayTxnLockTimeout" |
public static final String |
REPLICA_ACK_TIMEOUT |
"je.rep.replicaAckTimeout" |
public static final String |
REPLICA_GROUP_COMMIT_INTERVAL |
"je.rep.replicaGroupCommitInterval" |
public static final String |
REPLICA_MAX_GROUP_COMMIT |
"je.rep.replicaMaxGroupCommit" |
public static final String |
REPLICA_RECEIVE_BUFFER_SIZE |
"je.rep.replicaReceiveBufferSize" |
public static final String |
REPLICA_TIMEOUT |
"je.rep.replicaTimeout" |
public static final String |
TXN_ROLLBACK_DISABLED |
"je.rep.txnRollbackDisabled" |
public static final String |
TXN_ROLLBACK_LIMIT |
"je.rep.txnRollbackLimit" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALLOW_ARBITER_ACK |
"je.rep.allowArbiterAck" |
public static final String |
CATCHUP_MASTER_TIMEOUT |
"je.rep.catchupMasterTimeout" |
public static final String |
DESIGNATED_PRIMARY |
"je.rep.designatedPrimary" |
public static final String |
ELECTABLE_GROUP_SIZE_OVERRIDE |
"je.rep.electableGroupSizeOverride" |
public static final String |
HELPER_HOSTS |
"je.rep.helperHosts" |
public static final String |
LOG_FLUSH_TASK_INTERVAL |
"je.rep.logFlushTaskInterval" |
public static final String |
NODE_PRIORITY |
"je.rep.node.priority" |
public static final String |
REPLAY_DB_HANDLE_TIMEOUT |
"je.rep.replayOpenHandleTimeout" |
public static final String |
REPLAY_MAX_OPEN_DB_HANDLES |
"je.rep.replayMaxOpenDbHandles" |
public static final String |
RUN_LOG_FLUSH_TASK |
"je.rep.runLogFlushTask" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHANNEL_FACTORY_CLASS |
"je.rep.channelFactoryClass" |
public static final String |
CHANNEL_FACTORY_PARAMS |
"je.rep.channelFactoryParams" |
public static final String |
CHANNEL_LOG_NAME |
"je.rep.channelLogName" |
public static final String |
CHANNEL_TYPE |
"je.rep.channelType" |
protected final boolean |
validateParams |
true |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SSL_AUTHENTICATOR |
"je.rep.ssl.authenticator" |
public static final String |
SSL_AUTHENTICATOR_CLASS |
"je.rep.ssl.authenticatorClass" |
public static final String |
SSL_AUTHENTICATOR_PARAMS |
"je.rep.ssl.authenticatorParams" |
public static final String |
SSL_CIPHER_SUITES |
"je.rep.ssl.cipherSuites" |
public static final String |
SSL_CLIENT_KEY_ALIAS |
"je.rep.ssl.clientKeyAlias" |
public static final String |
SSL_HOST_VERIFIER |
"je.rep.ssl.hostVerifier" |
public static final String |
SSL_HOST_VERIFIER_CLASS |
"je.rep.ssl.hostVerifierClass" |
public static final String |
SSL_HOST_VERIFIER_PARAMS |
"je.rep.ssl.hostVerifierParams" |
public static final String |
SSL_KEYSTORE_FILE |
"je.rep.ssl.keyStoreFile" |
public static final String |
SSL_KEYSTORE_PASSWORD |
"je.rep.ssl.keyStorePassword" |
public static final String |
SSL_KEYSTORE_PASSWORD_CLASS |
"je.rep.ssl.keyStorePasswordClass" |
public static final String |
SSL_KEYSTORE_PASSWORD_PARAMS |
"je.rep.ssl.keyStorePasswordParams" |
public static final String |
SSL_KEYSTORE_TYPE |
"je.rep.ssl.keyStoreType" |
public static final String |
SSL_PROTOCOLS |
"je.rep.ssl.protocols" |
public static final String |
SSL_SERVER_KEY_ALIAS |
"je.rep.ssl.serverKeyAlias" |
public static final String |
SSL_TRUSTSTORE_FILE |
"je.rep.ssl.trustStoreFile" |
public static final String |
SSL_TRUSTSTORE_TYPE |
"je.rep.ssl.trustStoreType" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"TimeConsistencyPolicy" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SERVICE_NAME |
"BinaryNodeState" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SERVICE_NAME |
"NodeState" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ARBIO_GROUP_DESC |
"Arbiter file I/O statistics" |
public static final String |
ARBIO_GROUP_NAME |
"ArbFileIO" |
public static final String |
GROUP_DESC |
"Arbiter statistics" |
public static final String |
GROUP_NAME |
"Arbiter" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SERVICE_NAME |
"Acceptor" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SERVICE_NAME |
"Learner" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"Proposals are the first stage of a replication group election." |
public static final String |
GROUP_NAME |
"Election Proposer" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
VERSION |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SERVICE_NAME |
"BinaryNodeState" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SERVICE_NAME |
"Group" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VERSION |
"1.0" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SERVICE_NAME |
"NodeState" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"PointConsistencyPolicy" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DB_ID |
-257L |
public static final String |
GROUP_KEY |
"$$GROUP_KEY$$" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
FORMAT_VERSION_2 |
2 |
public static final int |
FORMAT_VERSION_3 |
3 |
public static final int |
INITIAL_FORMAT_VERSION |
3 |
public static final int |
MAX_FORMAT_VERSION |
3 |
public static final int |
MAX_NODES_WITH_TRANSIENT_ID |
1024 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REP_GROUP_V2_VERSION |
"3" |
public static final String |
REP_GROUP_V3_VERSION |
"4" |
public static final String |
VERSION |
"4" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"General information about a replication node" |
public static final String |
GROUP_NAME |
"ReplicatedEnvironment" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SKIP_HELPER_HOST_RESOLUTION |
"je.rep.skipHelperHostResolution" |
public static final String |
SKIP_NODENAME_VALIDATION |
"je.rep.skipNodenameValidation" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BASIC |
"basic" |
public static final String |
CUSTOM |
"custom" |
public static final String |
SSL |
"ssl" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SEPARATOR |
"|" |
public static final String |
SEPARATOR_REGEXP |
"\\|" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FEEDER_SERVICE |
"LogFileFeeder" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"NetworkBackup statistics" |
public static final String |
GROUP_NAME |
"NetworkBackup" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
VERSION |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FEEDER_SERVICE |
"Feeder" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"A feeder is a replication stream connection between a master and replica nodes." |
public static final String |
GROUP_NAME |
"FeederManager" |
public static final String |
N_FEEDERS_CREATED_DESC |
"Number of Feeder threads since this node was started." |
public static final String |
N_FEEDERS_CREATED_NAME |
"nFeedersCreated" |
public static final String |
N_FEEDERS_SHUTDOWN_DESC |
"Number of Feeder threads that were shut down, either because this node, or the Replica terminated the connection." |
public static final String |
N_FEEDERS_SHUTDOWN_NAME |
"nFeedersShutdown" |
public static final String |
REPLICA_95_DELAY_MS_MAP_DESC |
"A map from replica node name to the 95th percentile value for the current period of the delay, in milliseconds, between when a transaction was committed on the master and when the masterlearned that the change was processed on the replica, if known. Returns an empty map if this node is not the master." |
public static final String |
REPLICA_95_DELAY_MS_MAP_NAME |
"replica95DelayMsMap" |
public static final String |
REPLICA_99_DELAY_MS_MAP_DESC |
"A map from replica node name to the 99th percentile value for the current period of the delay, in milliseconds, between when a transaction was committed on the master and when the masterlearned that the change was processed on the replica, if known. Returns an empty map if this node is not the master." |
public static final String |
REPLICA_99_DELAY_MS_MAP_NAME |
"replica99DelayMsMap" |
public static final String |
REPLICA_AVG_DELAY_MS_MAP_DESC |
"A map from replica node name to the average for the current period of the delay, in milliseconds, between when a transaction was committed on the master and when the master learned that the change was processed on the replica, if known. Returns an empty map if this node is not the master." |
public static final String |
REPLICA_AVG_DELAY_MS_MAP_NAME |
"replicaAvgDelayMsMap" |
public static final String |
REPLICA_DELAY_MAP_DESC |
"A map from replica node name to the most recently known delay, in milliseconds, between when a transaction was committed on the master and when the master learned that the change was processed on the replica, if known. Returns an empty map if this node is not the master. The delay represents the time that would be needed to receive a transaction acknowledgement." |
public static final String |
REPLICA_DELAY_MAP_NAME |
"replicaDelayMap" |
public static final String |
REPLICA_LAST_COMMIT_TIMESTAMP_MAP_DESC |
"A map from replica node name to the commit timestamp of the last committed transaction that was processed on the replica, if known. Returns an empty map if this node is not the master." |
public static final String |
REPLICA_LAST_COMMIT_TIMESTAMP_MAP_NAME |
"replicaLastCommitTimestampMap" |
public static final String |
REPLICA_LAST_COMMIT_VLSN_MAP_DESC |
"A map from replica node name to the VLSN of the last committed transaction that was processed on the replica, if known. Returns an empty map if this node is not the master." |
public static final String |
REPLICA_LAST_COMMIT_VLSN_MAP_NAME |
"replicaLastCommitVLSNMap" |
public static final String |
REPLICA_MAX_DELAY_MS_MAP_DESC |
"A map from replica node name to the maximum value for the current period of the delay, in milliseconds, between when a transaction was committed on the master and when the masterlearned that the change was processed on the replica, if known. Returns an empty map if this node is not the master." |
public static final String |
REPLICA_MAX_DELAY_MS_MAP_NAME |
"replicaMaxDelayMsMap" |
public static final String |
REPLICA_VLSN_LAG_MAP_DESC |
"A map from replica node name to the lag, in VLSNs, between the replication state of the replica and the master, if known. Returns an empty map if this node is not the master." |
public static final String |
REPLICA_VLSN_LAG_MAP_NAME |
"replicaVLSNLagMap" |
public static final String |
REPLICA_VLSN_RATE_MAP_DESC |
"A map from replica node name to a moving average of the rate, in VLSNs per minute, that the replica is processing replication data, if known. Returns an empty map if this node is not the master." |
public static final String |
REPLICA_VLSN_RATE_MAP_NAME |
"replicaVLSNRateMap" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
NOCHECK_NODE_ID |
-2147483648 |
public static final int |
NULL_NODE_ID |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ELAPSED_TXN_95_MS_DESC |
"The 95th percentile value of the time in milliseconds to process a transaction." |
public static final String |
ELAPSED_TXN_95_MS_NAME |
"elapsedTxn95Ms" |
public static final String |
ELAPSED_TXN_99_MS_DESC |
"The 99th percentile value of the time in milliseconds to process a transaction." |
public static final String |
ELAPSED_TXN_99_MS_NAME |
"elapsedTxn99Ms" |
public static final String |
ELAPSED_TXN_AVG_MS_DESC |
"The average time in milliseconds to process a transaction." |
public static final String |
ELAPSED_TXN_AVG_MS_NAME |
"elapsedTxnAvgMs" |
public static final String |
ELAPSED_TXN_MAX_MS_DESC |
"The maximum time in milliseconds to process a transaction." |
public static final String |
ELAPSED_TXN_MAX_MS_NAME |
"elapsedTxnMaxMs" |
public static final String |
GROUP_DESC |
"The Replay unit applies the incoming replication stream at a Replica. These stats show the load the Replica incurs when processing updates." |
public static final String |
GROUP_NAME |
"Replay" |
public static final String |
LATEST_COMMIT_LAG_MS_DESC |
"Time in msec between when the latest update operation committed on the master and then subsequently committed on the replica. This value is affected by any clock skew between the master and the replica." |
public static final String |
LATEST_COMMIT_LAG_MS_NAME |
"latestCommitLagMs" |
public static final String |
MAX_COMMIT_PROCESSING_NANOS_DESC |
"Maximum nanosecs for commit processing" |
public static final String |
MAX_COMMIT_PROCESSING_NANOS_NAME |
"maxCommitProcessingNanos" |
public static final String |
MIN_COMMIT_PROCESSING_NANOS_DESC |
"Minimum nanosecs for commit processing" |
public static final String |
MIN_COMMIT_PROCESSING_NANOS_NAME |
"minCommitProcessingNanos" |
public static final String |
N_ABORTS_DESC |
"Number of Aborts replayed by the Replica." |
public static final String |
N_ABORTS_NAME |
"nAborts" |
public static final String |
N_COMMIT_ACKS_DESC |
"Number of commits for which the Master requested an ack." |
public static final String |
N_COMMIT_ACKS_NAME |
"nCommitAcks" |
public static final String |
N_COMMIT_NO_SYNCS_DESC |
"Number of CommitNoSyncs used to satisfy ack requests." |
public static final String |
N_COMMIT_NO_SYNCS_NAME |
"nCommitNoSyncs" |
public static final String |
N_COMMIT_SYNCS_DESC |
"Number of CommitSyncs used to satisfy ack requests. Note that user level commit sync requests may be optimized into CommitNoSync requests as part of a group commit." |
public static final String |
N_COMMIT_SYNCS_NAME |
"nCommitSyncs" |
public static final String |
N_COMMIT_WRITE_NO_SYNCS_DESC |
"Number of CommitWriteNoSyncs used to satisfy ack requests." |
public static final String |
N_COMMIT_WRITE_NO_SYNCS_NAME |
"nCommitWriteNoSyncs" |
public static final String |
N_COMMITS_DESC |
"Number of Commits replayed by the Replica." |
public static final String |
N_COMMITS_NAME |
"nCommits" |
public static final String |
N_GROUP_COMMIT_MAX_EXCEEDED_DESC |
"Number of group commits that were initiated due to the max group size(ReplicationConfig.REPLICA_MAX_GROUP_COMMIT) being exceeded." |
public static final String |
N_GROUP_COMMIT_MAX_EXCEEDED_NAME |
"nGroupCommitMaxExceeded" |
public static final String |
N_GROUP_COMMIT_TIMEOUTS_DESC |
"Number of group commits that were initiated due to the group timeout interval(ReplicationConfig.REPLICA_GROUP_COMMIT_INTERVAL) being exceeded." |
public static final String |
N_GROUP_COMMIT_TIMEOUTS_NAME |
"nGroupCommitTimeouts" |
public static final String |
N_GROUP_COMMIT_TXNS_DESC |
"Number of replay transaction commits that were part of a group commit operation." |
public static final String |
N_GROUP_COMMIT_TXNS_NAME |
"nGroupCommitTxns" |
public static final String |
N_GROUP_COMMITS_DESC |
"Number of group commit operations." |
public static final String |
N_GROUP_COMMITS_NAME |
"nGroupCommits" |
public static final String |
N_LNS_DESC |
"Number of LNs." |
public static final String |
N_LNS_NAME |
"nLNs" |
public static final String |
N_MESSAGE_QUEUE_OVERFLOWS_DESC |
"Number of failed attempts to place an entry in the replica message queue due to the queue being full." |
public static final String |
N_MESSAGE_QUEUE_OVERFLOWS_NAME |
"nMessageQueueOverflows" |
public static final String |
N_NAME_LNS_DESC |
"Number of Name LNs." |
public static final String |
N_NAME_LNS_NAME |
"nNameLNs" |
public static final String |
OUTPUT_QUEUE_95_DELAY_MS_DESC |
"The 95th percentile value of the time in milliseconds between when the replay thread places a response in the output queue and when the entry is read from the queue in preparation for sending it to the feeder by the output thread." |
public static final String |
OUTPUT_QUEUE_95_DELAY_MS_NAME |
"outputQueue95DelayMs" |
public static final String |
OUTPUT_QUEUE_99_DELAY_MS_DESC |
"The 99th percentile value of the time in milliseconds between when the replay thread places a response in the output queue and when the entry is read from the queue in preparation for sending it to the feeder by the output thread." |
public static final String |
OUTPUT_QUEUE_99_DELAY_MS_NAME |
"outputQueue99DelayMs" |
public static final String |
OUTPUT_QUEUE_AVG_DELAY_MS_DESC |
"The average time in milliseconds between when the replay thread places a response in the output queue and when the entry is read from the queue in preparation for sending it to the feeder by the output thread." |
public static final String |
OUTPUT_QUEUE_AVG_DELAY_MS_NAME |
"outputQueueAvgDelayMs" |
public static final String |
OUTPUT_QUEUE_MAX_DELAY_MS_DESC |
"The maximum time in milliseconds between when the replay thread places a response in the output queue and when the entry is read from the queue in preparation for sending it to the feeder by the output thread." |
public static final String |
OUTPUT_QUEUE_MAX_DELAY_MS_NAME |
"outputQueueMaxDelayMs" |
public static final String |
REPLAY_QUEUE_95_DELAY_MS_DESC |
"The 95th percentile value of the time in milliseconds between when the replica receives a replication entry and when the entry is read from the replay queue by the replay thread." |
public static final String |
REPLAY_QUEUE_95_DELAY_MS_NAME |
"replayQueue95DelayMs" |
public static final String |
REPLAY_QUEUE_99_DELAY_MS_DESC |
"The 99th percentile value of the time in milliseconds between when the replica receives a replication entry and when the entry is read from the replay queue by the replay thread." |
public static final String |
REPLAY_QUEUE_99_DELAY_MS_NAME |
"replayQueue99DelayMs" |
public static final String |
REPLAY_QUEUE_AVG_DELAY_MS_DESC |
"The average time in milliseconds between when the replica receives a replication entry and when the entry is read from the replay queue by the replay thread." |
public static final String |
REPLAY_QUEUE_AVG_DELAY_MS_NAME |
"replayQueueAvgDelayMs" |
public static final String |
REPLAY_QUEUE_MAX_DELAY_MS_DESC |
"The maximum time in milliseconds between when the replica receives a replication entry and when the entry is read from the replay queue by the replay thread." |
public static final String |
REPLAY_QUEUE_MAX_DELAY_MS_NAME |
"replayQueueMaxDelayMs" |
public static final String |
TOTAL_COMMIT_PROCESSING_NANOS_DESC |
"Total nanosecs for commit processing" |
public static final String |
TOTAL_COMMIT_PROCESSING_NANOS_NAME |
"totalCommitProcessingNanos" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"Statistics on the delays experienced by read requests at the replica in order to conform to the specified ReplicaConsistencyPolicy." |
public static final String |
GROUP_NAME |
"ConsistencyTracker" |
public static final String |
N_LAG_CONSISTENCY_WAIT_MS_DESC |
"Number of msec waited while the replica catches up in order to meet a transaction\'s consistency requirement." |
public static final String |
N_LAG_CONSISTENCY_WAIT_MS_NAME |
"nLagConsistencyWaitMS" |
public static final String |
N_LAG_CONSISTENCY_WAITS_DESC |
"Number of Transaction waits while the replica catches up in order to meet a transaction\'s consistency requirement." |
public static final String |
N_LAG_CONSISTENCY_WAITS_NAME |
"nLagConsistencyWaits" |
public static final String |
N_VLSN_CONSISTENCY_WAIT_MS_DESC |
"Number of msec waited while the replica catches up in order to receive a VLSN." |
public static final String |
N_VLSN_CONSISTENCY_WAIT_MS_NAME |
"nVLSNConsistencyWaitMS" |
public static final String |
N_VLSN_CONSISTENCY_WAITS_DESC |
"Number of Transaction waits while the replica catches up in order to receive a VLSN." |
public static final String |
N_VLSN_CONSISTENCY_WAITS_NAME |
"nVLSNConsistencyWaits" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SERVICE_NAME |
"Monitor" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VERSION |
"2.0" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"ArbiterFeeder statistics" |
public static final String |
GROUP_NAME |
"ArbiterFeeder" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final short |
MAX_MESSAGE_OP_CODE_IN_SUBCLASS |
2047 |
public static final int |
MAX_VERSION |
9 |
protected static final short |
MIN_MESSAGE_OP_CODE_IN_SUBCLASS |
1024 |
public static final int |
VERSION_5 |
5 |
public static final int |
VERSION_6 |
6 |
public static final int |
VERSION_7 |
7 |
public static final int |
VERSION_8 |
8 |
public static final int |
VERSION_9 |
9 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACK_WAIT_MS_DESC |
"Total MS waited for acks." |
public static final String |
ACK_WAIT_MS_NAME |
"ackWaitMS" |
public static final String |
GROUP_DESC |
"FeederTxns statistics" |
public static final String |
GROUP_NAME |
"FeederTxns" |
public static final String |
LAST_COMMIT_TIMESTAMP_DESC |
"The commit timestamp of the last committed transaction on the master, or 0 if not known or this node is not the master." |
public static final String |
LAST_COMMIT_TIMESTAMP_NAME |
"lastCommitTimestamp" |
public static final String |
LAST_COMMIT_VLSN_DESC |
"The VLSN of the last committed transaction on the master, or 0 if not known or this node is not the master." |
public static final String |
LAST_COMMIT_VLSN_NAME |
"lastCommitVLSN" |
public static final String |
TOTAL_TXN_MS_DESC |
"The total elapsed MS across all txns from transaction start to end." |
public static final String |
TOTAL_TXN_MS_NAME |
"totalTxnMS" |
public static final String |
TXNS_ACKED_DESC |
"Number of Transaction ack\'d." |
public static final String |
TXNS_ACKED_NAME |
"txnsAcked" |
public static final String |
TXNS_NOT_ACKED_DESC |
"Number of Transactions not Ack\'d." |
public static final String |
TXNS_NOT_ACKED_NAME |
"txnsNotAcked" |
public static final String |
VLSN_RATE_DESC |
"A moving average of the rate replication data is being generated by the master, in VLSNs per minute, or 0 if not known or this node is not the master." |
public static final String |
VLSN_RATE_NAME |
"vlsnRate" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
SECURITY_FAILURE_WAIT_TIME_MS |
5000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public final boolean |
BLOCKING_MODE_CHANNEL |
true |
public static final long |
QUEUE_POLL_INTERVAL_MS |
1000L |
public static final String |
SERVICE_HANDSHAKE_AUTH_METHOD |
"SubscriptionTokenAuth" |
public final boolean |
TCP_NO_DELAY |
true |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DATABASE_END |
-1L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"LDiff" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
VERSION |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
MESSAGE_HEADER_SIZE |
6 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BYTES_READ_RATE_DESC |
"Bytes read throughput." |
public static final String |
BYTES_READ_RATE_NAME |
"bytesReadPerSecond" |
public static final String |
BYTES_WRITE_RATE_DESC |
"Bytes written throughput." |
public static final String |
BYTES_WRITE_RATE_NAME |
"bytesWrittenPerSecond" |
public static final String |
GROUP_DESC |
"Network traffic due to the replication stream." |
public static final String |
GROUP_NAME |
"BinaryProtocol" |
public static final String |
MESSAGE_READ_RATE_DESC |
"Incoming message throughput." |
public static final String |
MESSAGE_READ_RATE_NAME |
"messagesReadPerSecond" |
public static final String |
MESSAGE_WRITE_RATE_DESC |
"Outgoing message throughput." |
public static final String |
MESSAGE_WRITE_RATE_NAME |
"messagesWrittenPerSecond" |
public static final String |
N_ACK_MESSAGES_DESC |
"Count of all singleton ACK messages." |
public static final String |
N_ACK_MESSAGES_NAME |
"nAckMessages" |
public static final String |
N_BYTES_READ_DESC |
"The number of bytes of Replication Stream read over the network. It does not include the TCP/IP overhead." |
public static final String |
N_BYTES_READ_NAME |
"nBytesRead" |
public static final String |
N_BYTES_WRITTEN_DESC |
"The number of Replication Stream bytes written over the network." |
public static final String |
N_BYTES_WRITTEN_NAME |
"nBytesWritten" |
public static final String |
N_ENTRIES_WRITTEN_OLD_VERSION_DESC |
"The number of messages containing log entries that were written to the replication stream using the previous log format, to support replication to a replica running an earlier version during an upgrade." |
public static final String |
N_ENTRIES_WRITTEN_OLD_VERSION_NAME |
"nEntriesOldVersion" |
public static final String |
N_GROUP_ACK_MESSAGES_DESC |
"Count of all group ACK messages." |
public static final String |
N_GROUP_ACK_MESSAGES_NAME |
"nGroupAckMessages" |
public static final String |
N_GROUPED_ACKS_DESC |
"Sum of all acks sent via group ACK messages." |
public static final String |
N_GROUPED_ACKS_NAME |
"nGroupedAcks" |
public static final String |
N_MAX_GROUPED_ACKS_DESC |
"Max number of acks sent via a single group ACK message." |
public static final String |
N_MAX_GROUPED_ACKS_NAME |
"nMaxGroupedAcks" |
public static final String |
N_MESSAGE_BATCHES_DESC |
"The number of message batches written." |
public static final String |
N_MESSAGE_BATCHES_NAME |
"nMessageBatches" |
public static final String |
N_MESSAGES_BATCHED_DESC |
"The number of Replication Stream messages that were batched into larger network level writes instead of being written individually (a subset of N_MESSAGES_WRITTEN.)" |
public static final String |
N_MESSAGES_BATCHED_NAME |
"nMessagesBatched" |
public static final String |
N_MESSAGES_READ_DESC |
"The number of Replication Stream messages read over the network." |
public static final String |
N_MESSAGES_READ_NAME |
"nMessagesRead" |
public static final String |
N_MESSAGES_WRITTEN_DESC |
"The total number of Replication Stream messages written over the network." |
public static final String |
N_MESSAGES_WRITTEN_NAME |
"nMessagesWritten" |
public static final String |
N_READ_NANOS_DESC |
"The number of nanoseconds spent reading from the network channel." |
public static final String |
N_READ_NANOS_NAME |
"nReadNanos" |
public static final String |
N_WRITE_NANOS_DESC |
"The number of nanoseconds spent writing to the network channel." |
public static final String |
N_WRITE_NANOS_NAME |
"nWriteNanos" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DBSYNC_ENV |
"-env" |
public static final String |
DBSYNC_GROUP_NAME |
"-groupName" |
public static final String |
DBSYNC_HELPER_HOST |
"-helperHost" |
public static final String |
DBSYNC_NET_PROPS |
"-netProps" |
public static final String |
DBSYNC_NODE_HOST |
"-nodeHost" |
public static final String |
DBSYNC_NODE_NAME |
"-nodeName" |
public static final String |
DBSYNC_TIMEOUT |
"-timeout" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SEPARATOR |
":" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
DEBUG_PRINT_THREAD |
true |
public static final boolean |
DEBUG_PRINT_TIME |
true |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SERVICE_NAME_LIMIT |
127 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"SizeAwaitMap statistics" |
public static final String |
GROUP_NAME |
"SizeAwaitMap" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"VLSN Index related stats." |
public static final String |
GROUP_NAME |
"VLSNIndex" |
public static final String |
N_BUCKETS_CREATED_DESC |
"Number of new VLSN buckets created in the VLSN index." |
public static final String |
N_BUCKETS_CREATED_NAME |
"nBucketsCreated" |
public static final String |
N_HEAD_BUCKETS_DELETED_DESC |
"Number of VLSN index buckets deleted at the head(the low end) of the VLSN index." |
public static final String |
N_HEAD_BUCKETS_DELETED_NAME |
"nHeadBucketsDeleted" |
public static final String |
N_HITS_DESC |
"Number of hits to the VLSN index cache" |
public static final String |
N_HITS_NAME |
"nHits" |
public static final String |
N_MISSES_DESC |
"Number of log entry misses upon access to the VLSN index cache. Upon a miss the Feeder will fetch the log enty from the log buffer, or the log file." |
public static final String |
N_MISSES_NAME |
"nMisses" |
public static final String |
N_TAIL_BUCKETS_DELETED_DESC |
"Number of VLSN index buckets deleted at the tail(the high end) of the index." |
public static final String |
N_TAIL_BUCKETS_DELETED_NAME |
"nTailBucketsDeleted" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
RANGE_KEY |
-1L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
STATFILEEXT |
"csv" |
public static final String |
STATFILENAME |
"je.config" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
STATFILEEXT |
"csv" |
public static final String |
STATFILENAME |
"je.stat" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ACCUMULATED_LIMIT_DEFAULT |
1000 |
public static final int |
BIN_LEVEL |
65537 |
public static final int |
DBMAP_LEVEL |
131072 |
public static final int |
EXACT_MATCH |
65536 |
public static final int |
INSERT_SUCCESS |
131072 |
public static final int |
LEVEL_MASK |
65535 |
public static final int |
MAIN_LEVEL |
65536 |
public static final int |
MAX_FILE_OFFSET |
16777214 |
public static final int |
MIN_LEVEL |
-1 |
public static final long |
NON_EVICTABLE_IN |
4611686018427387904L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_KEYS |
256 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_ENTRIES |
4 |
public static final int |
MAX_INDEX |
32767 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
NULL_NODE_ID |
-1L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GROUP_DESC |
"Record locking is used to provide transactional capabilities." |
public static final String |
GROUP_NAME |
"Locks" |
public static final String |
LOCK_OWNERS_DESC |
"Number of lock owners in lock table." |
public static final String |
LOCK_OWNERS_NAME |
"nOwners" |
public static final String |
LOCK_READ_LOCKS_DESC |
"Number of read locks currently held." |
public static final String |
LOCK_READ_LOCKS_NAME |
"nReadLocks" |
public static final String |
LOCK_REQUESTS_DESC |
"Number of times a lock request was made." |
public static final String |
LOCK_REQUESTS_NAME |
"nRequests" |
public static final String |
LOCK_TOTAL_DESC |
"Number of locks currently held." |
public static final String |
LOCK_TOTAL_NAME |
"nTotalLocks" |
public static final String |
LOCK_WAITERS_DESC |
"Number of threads waiting for a lock." |
public static final String |
LOCK_WAITERS_NAME |
"nWaiters" |
public static final String |
LOCK_WAITS_DESC |
"Number of times a lock request blocked." |
public static final String |
LOCK_WAITS_NAME |
"nWaits" |
public static final String |
LOCK_WRITE_LOCKS_DESC |
"Number of write locks currently held." |
public static final String |
LOCK_WRITE_LOCKS_NAME |
"nWriteLocks" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
cons1 |
"The standard string should be \'* * * * *\', i.e. there are 5 fields and 4 blank spaces." |
public static final String |
cons2 |
"Each field can only be an int value or *." |
public static final String |
cons3 |
"Can not specify dayOfWeek and dayOfMonth simultaneously." |
public static final String |
cons4 |
"Can not specify dayOfMonth or month." |
public static final String |
cons5 |
"Range Error: " |
public static final String |
cons6 |
"If the day of the week is a concrete day, then the minute and the hour should also be concrete." |
public static final String |
cons7 |
"If the hour is a concrete day, then minute should also be concrete" |
public static final String |
nullCons |
"The argument should not be null." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
MAX_FILE_NUM |
4294967295L |
public static final long |
MAX_FILE_OFFSET |
4294967295L |
public static final long |
NULL_LSN |
-1L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
TRACE_EVENTS |
false |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILE_STORE_CLASS |
"java.nio.file.FileStore" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_MAX_TRACKED_LATENCY_MILLIS |
1000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FIXED_PREFIX |
".fixedPrefix" |
public static final String |
NO_ENV |
".noEnv" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
MIN_PERIOD |
200L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_LEASE_CHECK_PERIOD_MS |
1000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
APPLICATION_PERMITS_DESC |
"Number of permits that have been currently reserved by the application and are therefor unavailable to housekeeping tasks." |
public static final String |
APPLICATION_PERMITS_NAME |
"nApplicationPermits" |
public static final String |
DEFICIT_PERMITS_DESC |
"Number of deficit permits that have been currently granted to housekeeping tasks in the absence of real permits." |
public static final String |
DEFICIT_PERMITS_NAME |
"nDeficitPermits" |
public static final String |
GROUP_DESC |
"Task coordination ensures that the execution of background housekeeping tasks is coordinated, so they do not all execute at once." |
public static final String |
GROUP_NAME |
"TaskCoordinator" |
public static final String |
REAL_PERMITS_DESC |
"Number of real permits that have been currently granted to housekeeping tasks." |
public static final String |
REAL_PERMITS_NAME |
"nRealPermits" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
LOG_SIZE |
8 |
public static final int |
NULL_VLSN_SEQUENCE |
-1 |
public static final int |
UNINITIALIZED_VLSN_SEQUENCE |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_FIELD_NUM |
2147483646 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BETA_VERSION |
-1 |
public static final int |
CURRENT_VERSION |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BETA_VERSION |
-1 |
public static final int |
CURRENT_VERSION |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME_SEPARATOR |
"#" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_BUMP_SIZE |
0 |
public static final int |
DEFAULT_INIT_SIZE |
100 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_LENGTH |
5 |
public static final int |
MAX_LONG_LENGTH |
9 |
Copyright © 2024. All rights reserved.