Package org.apache.hadoop.fs.bos
package org.apache.hadoop.fs.bos
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
ClassDescriptionorg.apache.hadoop.fs.bos.BaiduBosConstantsConstants used by the BOS FileSystem.org.apache.hadoop.fs.bos.BaiduBosFileSystemHadoop FileSystem implementation for Baidu Object Storage (BOS).Adapter that bridges
BaiduBosFileSystemto the HadoopDelegateToFileSystemabstraction for the "bos" URI scheme.org.apache.hadoop.fs.bos.BOSBOS implementation of AbstractFileSystem.org.apache.hadoop.fs.bos.BosBlockBufferA buffer that holds data for a single block during multipart upload.org.apache.hadoop.fs.bos.BosClientProxyInterface defining the client operations for interacting with the Baidu Object Storage (BOS) service.org.apache.hadoop.fs.bos.BosClientProxyImplDefault implementation ofBosClientProxythat delegates operations to the BOS SDKBosClient.org.apache.hadoop.fs.bos.BosInputStreamInput stream implementation for reading objects from BOS.org.apache.hadoop.fs.bos.BosNativeFileSystemStoreAbstract base class for BOS native file system store implementations.org.apache.hadoop.fs.bos.BosOutputStreamOutput stream implementation for writing data to BOS using multipart uploads.org.apache.hadoop.fs.bos.BosRandomRetryPolicyA retry policy that uses random sleep times between a configured minimum and maximum, with sleep duration increasing proportionally to the number of retries.org.apache.hadoop.fs.bos.BosTryOnceThenFailA retry policy that always fails on the first attempt.org.apache.hadoop.fs.bos.FileMetadataHolds basic metadata for a file stored in aBosNativeFileSystemStore.org.apache.hadoop.fs.bos.HierarchyBosNativeFileSystemStoreStore implementation for hierarchy (namespace-enabled) BOS buckets.org.apache.hadoop.fs.bos.NonHierarchyBosNativeFileSystemStoreStore implementation for non-hierarchy (flat) BOS buckets.