public final class AttachmentKeys extends Object
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<Boolean> |
COMPRESS_RESPONSE
Deprecated.
|
static AttachmentKey<Boolean> |
HINTS_DISABLED
Deprecated.
|
static AttachmentKey<Integer> |
RESPONSE_COMPRESSION_LEVEL
Deprecated.
|
static AttachmentKey<TransactionID> |
TRANSACTION_ID_KEY
Deprecated.
|
static AttachmentKey<Transaction> |
TRANSACTION_KEY
The attachment key for transaction propagation.
|
static AttachmentKey<CompressionHint> |
VIEW_CLASS_DATA_COMPRESSION_HINT_ATTACHMENT_KEY
Deprecated.
|
static AttachmentKey<Map<Method,CompressionHint>> |
VIEW_METHOD_DATA_COMPRESSION_HINT_ATTACHMENT_KEY
Deprecated.
|
static AttachmentKey<Affinity> |
WEAK_AFFINITY
The preferred node or cluster for invocations from this proxy.
|
public static final AttachmentKey<Transaction> TRANSACTION_KEY
public static final AttachmentKey<Affinity> WEAK_AFFINITY
@Deprecated public static final AttachmentKey<TransactionID> TRANSACTION_ID_KEY
@Deprecated public static final AttachmentKey<Boolean> HINTS_DISABLED
CompressionHint
) are disabled@Deprecated public static final AttachmentKey<CompressionHint> VIEW_CLASS_DATA_COMPRESSION_HINT_ATTACHMENT_KEY
CompressionHint
s specified on the remote view class level@Deprecated public static final AttachmentKey<Map<Method,CompressionHint>> VIEW_METHOD_DATA_COMPRESSION_HINT_ATTACHMENT_KEY
CompressionHint
s for methods which have been annotated with that data@Deprecated public static final AttachmentKey<Boolean> COMPRESS_RESPONSE
@Deprecated public static final AttachmentKey<Integer> RESPONSE_COMPRESSION_LEVEL
Copyright © 2019 JBoss by Red Hat. All rights reserved.