| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocolPB |
| Modifier and Type | Method | Description |
|---|---|---|
BlockChecksumType |
BlockChecksumOptions.getBlockChecksumType() |
|
static BlockChecksumType |
BlockChecksumType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BlockChecksumType[] |
BlockChecksumType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
BlockChecksumOptions(BlockChecksumType blockChecksumType) |
|
BlockChecksumOptions(BlockChecksumType blockChecksumType,
long stripeLength) |
| Modifier and Type | Method | Description |
|---|---|---|
static BlockChecksumType |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockChecksumTypeProto blockChecksumTypeProto) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockChecksumTypeProto |
PBHelperClient.convert(BlockChecksumType type) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.