@Private
@Unstable
public class RMStateStoreUtils
extends java.lang.Object
RMStateStore and subclasses.| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
LOG |
| Constructor | Description |
|---|---|
RMStateStoreUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static RMDelegationTokenIdentifierData |
readRMDelegationTokenIdentifierData(java.io.DataInputStream fsIn) |
Returns the RM Delegation Token data from the
DataInputStream as a
RMDelegationTokenIdentifierData. |
public static RMDelegationTokenIdentifierData readRMDelegationTokenIdentifierData(java.io.DataInputStream fsIn) throws java.io.IOException
DataInputStream as a
RMDelegationTokenIdentifierData. It can handle both the current
and old (non-protobuf) formats.fsIn - The DataInputStream containing RM Delegation Token dataRMDelegationTokenIdentifierData containing the read in
RM Delegation Tokenjava.io.IOException - an I/O exception has occurred.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.