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.
  • Class
    Description
    org.apache.hadoop.fs.bos.BaiduBosConstants
    Constants used by the BOS FileSystem.
    org.apache.hadoop.fs.bos.BaiduBosFileSystem
    Hadoop FileSystem implementation for Baidu Object Storage (BOS).
    Adapter that bridges BaiduBosFileSystem to the Hadoop DelegateToFileSystem abstraction for the "bos" URI scheme.
    org.apache.hadoop.fs.bos.BOS
    BOS implementation of AbstractFileSystem.
    org.apache.hadoop.fs.bos.BosBlockBuffer
    A buffer that holds data for a single block during multipart upload.
    org.apache.hadoop.fs.bos.BosClientProxy
    Interface defining the client operations for interacting with the Baidu Object Storage (BOS) service.
    org.apache.hadoop.fs.bos.BosClientProxyImpl
    Default implementation of BosClientProxy that delegates operations to the BOS SDK BosClient.
    org.apache.hadoop.fs.bos.BosInputStream
    Input stream implementation for reading objects from BOS.
    org.apache.hadoop.fs.bos.BosNativeFileSystemStore
    Abstract base class for BOS native file system store implementations.
    org.apache.hadoop.fs.bos.BosOutputStream
    Output stream implementation for writing data to BOS using multipart uploads.
    org.apache.hadoop.fs.bos.BosRandomRetryPolicy
    A 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.BosTryOnceThenFail
    A retry policy that always fails on the first attempt.
    org.apache.hadoop.fs.bos.FileMetadata
    Holds basic metadata for a file stored in a BosNativeFileSystemStore.
    org.apache.hadoop.fs.bos.HierarchyBosNativeFileSystemStore
    Store implementation for hierarchy (namespace-enabled) BOS buckets.
    org.apache.hadoop.fs.bos.NonHierarchyBosNativeFileSystemStore
    Store implementation for non-hierarchy (flat) BOS buckets.