Modifier and Type | Field and Description |
---|---|
(package private) RetryCounter |
retryCounter |
Constructor and Description |
---|
HBaseFsck.FileLockCallable(RetryCounter retryCounter) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.FSDataOutputStream |
call() |
private org.apache.hadoop.fs.FSDataOutputStream |
createFileWithRetries(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path hbckLockFilePath,
org.apache.hadoop.fs.permission.FsPermission defaultPerms) |
RetryCounter retryCounter
public HBaseFsck.FileLockCallable(RetryCounter retryCounter)
public org.apache.hadoop.fs.FSDataOutputStream call() throws IOException
call
in interface Callable<org.apache.hadoop.fs.FSDataOutputStream>
IOException
private org.apache.hadoop.fs.FSDataOutputStream createFileWithRetries(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path hbckLockFilePath, org.apache.hadoop.fs.permission.FsPermission defaultPerms) throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.