| Modifier and Type | Interface and Description |
|---|---|
interface |
DumpSupported<T extends PageLockDump>
Interface for all page lock tracker entries which support dumping.
|
class |
InvalidContext<T extends PageLockDump>
Failure context if any invariant is not satisfied.
|
class |
PageLockTracker<T extends PageLockDump>
Abstract page lock tracker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadPageLocksDumpLock |
| Modifier and Type | Field and Description |
|---|---|
T |
InvalidContext.dump |
PageLockDump |
ThreadPageLocksDumpLock.ThreadState.pageLockDump |
| Modifier and Type | Field and Description |
|---|---|
InvalidContext<? extends PageLockDump> |
ThreadPageLocksDumpLock.ThreadState.invalidContext |
| Modifier and Type | Method and Description |
|---|---|
static PageLockTracker<? extends PageLockDump> |
LockTrackerFactory.create(int type,
int size,
String name,
PageLockTrackerManager.MemoryCalculator memCalc) |
static PageLockTracker<? extends PageLockDump> |
LockTrackerFactory.create(int type,
String name) |
static PageLockTracker<? extends PageLockDump> |
LockTrackerFactory.create(int type,
String name,
int size) |
static PageLockTracker<? extends PageLockDump> |
LockTrackerFactory.create(String name) |
| Constructor and Description |
|---|
ThreadState(long threadId,
String threadName,
Thread.State state,
PageLockDump pageLockDump,
InvalidContext<? extends PageLockDump> invalidContext) |
| Constructor and Description |
|---|
ThreadState(long threadId,
String threadName,
Thread.State state,
PageLockDump pageLockDump,
InvalidContext<? extends PageLockDump> invalidContext) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ToFileDumpProcessor.toFileDump(PageLockDump pageLockDump,
File dir,
String name) |
static String |
ToStringDumpProcessor.toStringDump(PageLockDump pageLockDump) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageLockLogSnapshot
Page lock log snapshot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageLockStackSnapshot
Page lock stack snapshot.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021