protected static class AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.StorageKey extends WeakReference<ClassLoader>
Modifier | Constructor and Description |
---|---|
protected |
StorageKey(ClassLoader classLoader)
Creates a new storage key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
protected boolean |
isBootstrapLoader()
Checks if this reference represents the bootstrap class loader.
|
clear, enqueue, get, isEnqueued
protected StorageKey(ClassLoader classLoader)
classLoader
- The represented class loader or null
for the bootstrap class loader.Copyright © 2014–2020. All rights reserved.