Package | Description |
---|---|
org.archive.wayback.resourceindex.ziplines |
Modifier and Type | Class and Description |
---|---|
class |
GenericBlockLoader
Generic BlockLoader, which may simplify configuration - inspecting each
location to attempt to choose the correct BlockLoader:
HDFS, HTTP, or LocalFile
|
class |
HDFSBlockLoader |
class |
Http11BlockLoader
Class which wraps most of the complexity of an apache commons httpclient
MultiThreaderHttpConnectionManager, exposing common configuration elements
to Spring configuration.
|
class |
LocalFileBlockLoader
Simple block loader which uses RandomAccessFiles to grab ranges of local
files.
|
class |
RemoteHttp11BlockLoader
Deprecated.
use Http11BlockLoader
|
Modifier and Type | Method and Description |
---|---|
BlockLoader |
ZiplinesSearchResultSource.getBlockLoader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
ZiplinedBlock.attemptBlockLoad(BlockLoader remote) |
protected BufferedReader |
ZiplinedBlock.readBlockEfficiently(BlockLoader remote) |
void |
ZiplinesSearchResultSource.setBlockLoader(BlockLoader blockLoader)
Deprecated.
|
void |
ZiplinedBlock.setLoader(BlockLoader loader) |
Constructor and Description |
---|
ZiplinedMultiBlock(long offset,
BlockLoader loader,
String partName,
String[] locations) |
Copyright © 2005–2015 IIPC. All rights reserved.