| Package | Description |
|---|---|
| org.dspace.checker |
Provides content fixity checking (using checksums)
for bitstreams stored in DSpace software.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HandleDispatcher
A BitstreamDispatcher that checks all the bitstreams contained within an
item, collection or community referred to by Handle.
|
class |
IteratorDispatcher
Really simple dispatcher that just iterates over a pre-defined list of ids.
|
class |
LimitedCountDispatcher
Decorator that dispatches a specified number of bitstreams from a delegate
dispatcher.
|
class |
LimitedDurationDispatcher
A delegating dispatcher that puts a time limit on the operation of another
dispatcher.
|
class |
SimpleDispatcher
An implementation of the selection strategy that selects bitstreams in the
order that they were last checked, looping endlessly.
|
| Modifier and Type | Method and Description |
|---|---|
BitstreamDispatcher |
CheckerCommand.getDispatcher()
Get dispatcher being used by this run of the checker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckerCommand.setDispatcher(BitstreamDispatcher dispatcher)
Set the dispatcher to be used by this run of the checker.
|
| Constructor and Description |
|---|
LimitedCountDispatcher(BitstreamDispatcher del)
Constructor.
|
LimitedCountDispatcher(BitstreamDispatcher del,
int count)
Constructor.
|
LimitedDurationDispatcher(BitstreamDispatcher dispatcher,
Date endTime)
Main constructor.
|
Copyright © 2017 DuraSpace. All rights reserved.