Deprecated
as a consequence of UnpaddedInternalThreadLocalMap
being deprecated. See corresponding docs for further information.
FastThreadLocal
s.
Note that this class is for internal use only and is subject to change at any time. Use FastThreadLocal
unless you know what you are doing.
Modifier and Type | Field and Description |
---|---|
private static final int | |
private static final int | |
private ArrayList | |
private Map | |
private Map | |
private BitSet | |
private IntegerHolder | counterHashCode
Deprecated
as a consequence of
IntegerHolder being deprecated.
|
private static final int | |
private int | |
private static final int | |
private Map | |
private static final int | |
private Object[] | indexedVariables
Used by |
private int | |
private static final InternalLogger | |
private static final AtomicInteger | |
private ThreadLocalRandom | |
public long | rp1
Deprecated
These padding fields will be removed in the future.
|
public long | rp2
Deprecated
These padding fields will be removed in the future.
|
public long | rp3
Deprecated
These padding fields will be removed in the future.
|
public long | rp4
Deprecated
These padding fields will be removed in the future.
|
public long | rp5
Deprecated
These padding fields will be removed in the future.
|
public long | rp6
Deprecated
These padding fields will be removed in the future.
|
public long | rp7
Deprecated
These padding fields will be removed in the future.
|
public long | rp8
Deprecated
These padding fields will be removed in the future.
|
private static final ThreadLocal | |
private static final int | |
private static final int | |
private StringBuilder | |
private Map | |
private Map | |
public static final Object | UNSET
Internal use only. |
public static final int |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public <E> ArrayList | |
public <E> ArrayList | |
public Map | |
public Map | |
public IntegerHolder | |
public static void | |
private void | |
private static InternalThreadLocalMap | fastGet(FastThreadLocalThread thread)
Deprecated
as a consequence of
InternalThreadLocalMap being deprecated.
|
public int | |
public static InternalThreadLocalMap | |
public static InternalThreadLocalMap | |
public Map | |
public Object | |
public boolean | |
public boolean | |
public static int | |
public int | |
private static Object[] | |
public static int | |
public ThreadLocalRandom | |
public static void | |
public Object | |
public void | |
public void | |
public void | |
public boolean | Returns: true if and only if a new thread-local variable has been created
|
public void | |
public int | |
private static InternalThreadLocalMap | |
public StringBuilder | |
public Map | |
public Map |
ARRAY_LIST_CAPACITY_EXPAND_THRESHOLD | back to summary |
---|---|
private static final int ARRAY_LIST_CAPACITY_EXPAND_THRESHOLD |
ARRAY_LIST_CAPACITY_MAX_SIZE | back to summary |
---|---|
private static final int ARRAY_LIST_CAPACITY_MAX_SIZE |
arrayList | back to summary |
---|---|
private ArrayList<Object> arrayList |
charsetDecoderCache | back to summary |
---|---|
private Map<Charset, CharsetDecoder> charsetDecoderCache |
charsetEncoderCache | back to summary |
---|---|
private Map<Charset, CharsetEncoder> charsetEncoderCache |
cleanerFlags | back to summary |
---|---|
private BitSet cleanerFlags |
counterHashCode | back to summary |
---|---|
private IntegerHolder counterHashCode
Deprecated as a consequence of |
DEFAULT_ARRAY_LIST_INITIAL_CAPACITY | back to summary |
---|---|
private static final int DEFAULT_ARRAY_LIST_INITIAL_CAPACITY |
futureListenerStackDepth | back to summary |
---|---|
private int futureListenerStackDepth |
HANDLER_SHARABLE_CACHE_INITIAL_CAPACITY | back to summary |
---|---|
private static final int HANDLER_SHARABLE_CACHE_INITIAL_CAPACITY |
handlerSharableCache | back to summary |
---|---|
private Map<Class<?>, Boolean> handlerSharableCache |
INDEXED_VARIABLE_TABLE_INITIAL_SIZE | back to summary |
---|---|
private static final int INDEXED_VARIABLE_TABLE_INITIAL_SIZE |
indexedVariables | back to summary |
---|---|
private Object[] indexedVariables Used by |
localChannelReaderStackDepth | back to summary |
---|---|
private int localChannelReaderStackDepth |
logger | back to summary |
---|---|
private static final InternalLogger logger |
nextIndex | back to summary |
---|---|
private static final AtomicInteger nextIndex |
random | back to summary |
---|---|
private ThreadLocalRandom random |
rp1 | back to summary |
---|---|
public long rp1
Deprecated These padding fields will be removed in the future. |
rp2 | back to summary |
---|---|
public long rp2
Deprecated These padding fields will be removed in the future. |
rp3 | back to summary |
---|---|
public long rp3
Deprecated These padding fields will be removed in the future. |
rp4 | back to summary |
---|---|
public long rp4
Deprecated These padding fields will be removed in the future. |
rp5 | back to summary |
---|---|
public long rp5
Deprecated These padding fields will be removed in the future. |
rp6 | back to summary |
---|---|
public long rp6
Deprecated These padding fields will be removed in the future. |
rp7 | back to summary |
---|---|
public long rp7
Deprecated These padding fields will be removed in the future. |
rp8 | back to summary |
---|---|
public long rp8
Deprecated These padding fields will be removed in the future. |
slowThreadLocalMap | back to summary |
---|---|
private static final ThreadLocal<InternalThreadLocalMap> slowThreadLocalMap |
STRING_BUILDER_INITIAL_SIZE | back to summary |
---|---|
private static final int STRING_BUILDER_INITIAL_SIZE |
STRING_BUILDER_MAX_SIZE | back to summary |
---|---|
private static final int STRING_BUILDER_MAX_SIZE |
stringBuilder | back to summary |
---|---|
private StringBuilder stringBuilder |
typeParameterMatcherFindCache | back to summary |
---|---|
private Map<Class<?>, Map<String, TypeParameterMatcher>> typeParameterMatcherFindCache |
typeParameterMatcherGetCache | back to summary |
---|---|
private Map<Class<?>, TypeParameterMatcher> typeParameterMatcherGetCache |
UNSET | back to summary |
---|---|
public static final Object UNSET Internal use only. |
VARIABLES_TO_REMOVE_INDEX | back to summary |
---|---|
public static final int VARIABLES_TO_REMOVE_INDEX |
InternalThreadLocalMap | back to summary |
---|---|
private InternalThreadLocalMap() |
arrayList | back to summary |
---|---|
public <E> ArrayList |
arrayList | back to summary |
---|---|
public <E> ArrayList
|
charsetDecoderCache | back to summary |
---|---|
public Map |
charsetEncoderCache | back to summary |
---|---|
public Map |
counterHashCode | back to summary |
---|---|
public IntegerHolder counterHashCode()
Deprecated
|
destroy | back to summary |
---|---|
public static void destroy() |
expandIndexedVariableTableAndSet | back to summary |
---|---|
private void expandIndexedVariableTableAndSet(int index, Object value) |
fastGet | back to summary |
---|---|
private static InternalThreadLocalMap fastGet(FastThreadLocalThread thread)
Deprecated as a consequence of |
futureListenerStackDepth | back to summary |
---|---|
public int futureListenerStackDepth() |
get | back to summary |
---|---|
public static InternalThreadLocalMap get()
Deprecated as a consequence of |
getIfSet | back to summary |
---|---|
public static InternalThreadLocalMap getIfSet()
Deprecated as a consequence of |
handlerSharableCache | back to summary |
---|---|
public Map |
indexedVariable | back to summary |
---|---|
public Object indexedVariable(int index) |
isCleanerFlagSet | back to summary |
---|---|
public boolean isCleanerFlagSet(int index) |
isIndexedVariableSet | back to summary |
---|---|
public boolean isIndexedVariableSet(int index) |
lastVariableIndex | back to summary |
---|---|
public static int lastVariableIndex() |
localChannelReaderStackDepth | back to summary |
---|---|
public int localChannelReaderStackDepth() |
newIndexedVariableTable | back to summary |
---|---|
private static Object[] newIndexedVariableTable() |
nextVariableIndex | back to summary |
---|---|
public static int nextVariableIndex() |
random | back to summary |
---|---|
public ThreadLocalRandom random() |
remove | back to summary |
---|---|
public static void remove() |
removeIndexedVariable | back to summary |
---|---|
public Object removeIndexedVariable(int index) |
setCleanerFlag | back to summary |
---|---|
public void setCleanerFlag(int index) |
setCounterHashCode | back to summary |
---|---|
public void setCounterHashCode(IntegerHolder counterHashCode)
Deprecated
|
setFutureListenerStackDepth | back to summary |
---|---|
public void setFutureListenerStackDepth(int futureListenerStackDepth) |
setIndexedVariable | back to summary |
---|---|
public boolean setIndexedVariable(int index, Object value)
|
setLocalChannelReaderStackDepth | back to summary |
---|---|
public void setLocalChannelReaderStackDepth(int localChannelReaderStackDepth) |
size | back to summary |
---|---|
public int size() |
slowGet | back to summary |
---|---|
private static InternalThreadLocalMap slowGet()
Deprecated as a consequence of |
stringBuilder | back to summary |
---|---|
public StringBuilder stringBuilder() |
typeParameterMatcherFindCache | back to summary |
---|---|
public Map |
typeParameterMatcherGetCache | back to summary |
---|---|
public Map |