| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| Modifier and Type | Method and Description |
|---|---|
CallerContext.Builder |
CallerContext.Builder.append(String field)
Append new field to the context.
|
CallerContext.Builder |
CallerContext.Builder.append(String key,
String value)
Append new field which contains key and value to the context.
|
CallerContext.Builder |
CallerContext.Builder.appendIfAbsent(String key,
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.