Package | Description |
---|---|
org.apache.hadoop.fs.swift.http | |
org.apache.hadoop.fs.swift.snative |
Modifier and Type | Method and Description |
---|---|
HttpBodyContent |
SwiftRestClient.getData(SwiftObjectPath path,
org.apache.commons.httpclient.Header... requestHeaders)
Get the path contents as an input stream.
|
HttpBodyContent |
SwiftRestClient.getData(SwiftObjectPath path,
long offset,
long length)
Make an HTTP GET request to Swift to get a range of data in the object.
|
Modifier and Type | Method and Description |
---|---|
HttpBodyContent |
SwiftNativeFileSystemStore.getObject(org.apache.hadoop.fs.Path path)
Get the object as an input stream
|
HttpBodyContent |
SwiftNativeFileSystemStore.getObject(org.apache.hadoop.fs.Path path,
long byteRangeStart,
long length)
Get the input stream starting from a specific point.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.