| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocolPB |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.protocol |
| Modifier and Type | Method | Description |
|---|---|---|
static CheckpointSignature |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.CheckpointSignatureProto s) |
|
CheckpointSignature |
NamenodeProtocolTranslatorPB.rollEditLog() |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.CheckpointSignatureProto |
PBHelper.convert(CheckpointSignature s) |
|
void |
NamenodeProtocolTranslatorPB.endCheckpoint(NamenodeRegistration registration,
CheckpointSignature sig) |
| Modifier and Type | Method | Description |
|---|---|---|
CheckpointSignature |
NameNodeRpcServer.rollEditLog() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
CheckpointSignature.compareTo(CheckpointSignature o) |
|
void |
NameNodeRpcServer.endCheckpoint(NamenodeRegistration registration,
CheckpointSignature sig) |
| Modifier and Type | Method | Description |
|---|---|---|
CheckpointSignature |
CheckpointCommand.getSignature() |
Checkpoint signature is used to ensure
that nodes are talking about the same checkpoint.
|
CheckpointSignature |
NamenodeProtocol.rollEditLog() |
Closes the current edit log and opens a new one.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
NamenodeProtocol.endCheckpoint(NamenodeRegistration registration,
CheckpointSignature sig) |
A request to the active name-node to finalize
previously started checkpoint.
|
| Constructor | Description |
|---|---|
CheckpointCommand(CheckpointSignature sig,
boolean needToReturnImg) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.