org.apache.hadoop.hbase.regionserver
Class HRegionFileSystem
java.lang.Object
org.apache.hadoop.hbase.HBaseFileSystem
org.apache.hadoop.hbase.regionserver.HRegionFileSystem
public class HRegionFileSystem
- extends HBaseFileSystem
Acts as an abstraction layer b/w HBase and underlying fs. Used for making non-idempotent calls.
This is useful as it can have a retry logic for such operations, as they are not retried at
hdfs level.
Region specific methods that access fs should be added here.
Field Summary |
static org.apache.commons.logging.Log |
LOG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final org.apache.commons.logging.Log LOG
HRegionFileSystem
public HRegionFileSystem(org.apache.hadoop.conf.Configuration conf)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.