On this page
[Java] Class ManagedConcurrentMap<K, V>
- org.codehaus.groovy.util.ManagedConcurrentMap
@Deprecated
public class ManagedConcurrentMap<K, V>
extends AbstractConcurrentMap
Nested Class Summary
Modifiers | Name | Description |
---|---|---|
static class |
ManagedConcurrentMap.Entry |
|
static class |
ManagedConcurrentMap.EntryWithValue |
|
static class |
ManagedConcurrentMap.Segment |
Field Summary
Modifiers | Name | Description |
---|---|---|
protected ReferenceBundle |
bundle |
Fields inherited from class | Fields |
---|---|
class AbstractConcurrentMapBase |
MAXIMUM_CAPACITY, segments |
Constructor Summary
Constructor and description |
---|
ManagedConcurrentMap(ReferenceBundle bundle) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected Segment<K, V> |
createSegment(Object segmentInfo, int cap) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class AbstractConcurrentMap |
get, getOrPut, put, remove, segmentFor |
class AbstractConcurrentMapBase |
createSegment, fullSize, hash, segmentFor, size, values |
Field Detail
protected ReferenceBundle bundle
Constructor Detail
public ManagedConcurrentMap(ReferenceBundle bundle)
Method Detail
@Override protected Segment<K, V> createSegment(Object segmentInfo, int cap)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/util/ManagedConcurrentMap.html