| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| Modifier and Type | Method | Description |
|---|---|---|
CallerContext.Builder |
CallerContext.Builder.append(java.lang.String field) |
Append new field to the context.
|
CallerContext.Builder |
CallerContext.Builder.append(java.lang.String key,
java.lang.String value) |
Append new field which contains key and value to the context.
|
CallerContext.Builder |
CallerContext.Builder.appendIfAbsent(java.lang.String key,
java.lang.String value) |
Append new field which contains key and value to the context
if the key("key:") is absent.
|
CallerContext.Builder |
CallerContext.Builder.setSignature(byte[] signature) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.