Package | Description |
---|---|
org.archive.wayback.resourcestore | |
org.archive.wayback.resourcestore.jwat | |
org.archive.wayback.webapp |
Modifier and Type | Class and Description |
---|---|
class |
FlexResourceStore |
class |
LocationDBResourceStore
Simple ResourceStore implementation, which uses a ResourceFileLocationDB to
locate ARC/WARC files, that can be remote(via http://) or local paths.
|
class |
MultipleResourceStore
A ResourceStore which contains one or more other resource stores.
|
class |
SimpleResourceStore
Implements ResourceStore where ARC/WARCs are accessed via a local file or an
HTTP 1.1 range request.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceStore> |
MultipleResourceStore.getStores() |
Modifier and Type | Method and Description |
---|---|
void |
MultipleResourceStore.setStores(List<ResourceStore> stores) |
Modifier and Type | Class and Description |
---|---|
class |
JWATFlexResourceStore |
Modifier and Type | Class and Description |
---|---|
protected static class |
AccessPoint.SingleLoadResourceStore
Per-request, decorating ResourceStore that throws
ResourceNotAvailableException if retrieval of the
archive has failed previously within the session. |
Modifier and Type | Method and Description |
---|---|
ResourceStore |
WaybackCollection.getResourceStore() |
Modifier and Type | Method and Description |
---|---|
void |
WaybackCollection.setResourceStore(ResourceStore resourceStore) |
Constructor and Description |
---|
AccessPoint.SingleLoadResourceStore(ResourceStore realResourceStore) |
Copyright © 2005–2015 IIPC. All rights reserved.