| Interface | Description |
|---|---|
| ResponseContext.BaseKey |
The base interface of a response context key.
|
| Class | Description |
|---|---|
| ConcurrentResponseContext |
The implementation of
ResponseContext with a ConcurrentHashMap as a delegate |
| DefaultResponseContext |
The implementation of
ResponseContext with a HashMap as a delegate |
| ResponseContext |
The context for storing and passing data between chains of
QueryRunners. |
| ResponseContext.SerializationResult |
Serialization result of
ResponseContext. |
| Enum | Description |
|---|---|
| ResponseContext.Key |
Keys associated with objects in the context.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.