Package | Description |
---|---|
org.apache.oodt.cas.product | |
org.apache.oodt.product | |
org.apache.oodt.product.handlers.ofsn |
Modifier and Type | Method and Description |
---|---|
XMLQuery |
CASProductHandler.query(XMLQuery query) |
byte[] |
CASProductHandler.retrieveChunk(String id,
long offset,
int length) |
Modifier and Type | Class and Description |
---|---|
class |
HttpRedirectException
A class
|
Modifier and Type | Method and Description |
---|---|
XMLQuery |
QueryHandler.query(XMLQuery q)
Run a query.
|
byte[] |
Retriever.retrieveChunk(String productID,
long offset,
int length)
Retrieve a chunk from a large product.
|
byte[] |
LargeProductQueryHandler.retrieveChunk(String id,
long offset,
int length)
Retrieve a chunk of a product.
|
Modifier and Type | Method and Description |
---|---|
File[] |
URLGetHandler.getListing(String filePath) |
File[] |
SingleZipFileListHandler.getListing(String ofsn) |
File[] |
SingleFileListHandler.getListing(String ofsn) |
File[] |
RawSizeListHandler.getListing(String ofsn) |
File[] |
OFSNListHandler.getListing(String ofsn)
Handlers that implement this method take an
O nline
F ile S pecification N ame and return
back a listing of files on the remote server. |
File[] |
FileListRecursiveHandler.getListing(String ofsn) |
File[] |
FileListNonRecursiveHandler.getListing(String ofsn) |
File[] |
DirListRecursiveHandler.getListing(String ofsn) |
File[] |
DirListNonRecursiveHandler.getListing(String ofsn) |
abstract File[] |
AbstractCrawlLister.getListing(String ofsn) |
XMLQuery |
OFSNFileHandler.query(XMLQuery xmlQuery) |
byte[] |
URLGetHandler.retrieveChunk(String filepath,
long offset,
int length) |
byte[] |
StdOFSNGetHandler.retrieveChunk(String filepath,
long offset,
int length) |
byte[] |
OFSNGetHandler.retrieveChunk(String filepath,
long offset,
int length)
Retrieves a chunk of data from the remote file.
|
byte[] |
OFSNFileHandler.retrieveChunk(String id,
long offset,
int length) |
byte[] |
MD5GetHandler.retrieveChunk(String filepath,
long offset,
int length) |
Copyright © 1999–2017 Apache OODT. All rights reserved.