public class CommonContextMaps extends Object
Modifier and Type | Method and Description |
---|---|
static CommonContextMap |
offloadingMap(CommonContextPersister commonContextPersister,
Map<ResultKey,SoftReference<CommonContextMap.ContextWithMetadata>> delegate)
The supplied commonContextPersister will be used to persist contexts stored in delegate.
|
static CommonContextMap |
wrap(Map<ResultKey,CommonContextMap.ContextWithMetadata> delegate)
Adapts supplied map to a CommonContextMap interface.
|
public static CommonContextMap wrap(Map<ResultKey,CommonContextMap.ContextWithMetadata> delegate)
public static CommonContextMap offloadingMap(CommonContextPersister commonContextPersister, Map<ResultKey,SoftReference<CommonContextMap.ContextWithMetadata>> delegate)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.