| Package | Description |
|---|---|
| org.fcrepo.server.journal.entry | |
| org.fcrepo.server.journal.managementmethods | |
| org.fcrepo.server.journal.readerwriter.multicast |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumerJournalEntry
The JournalEntry to use when consuming a journal file.
|
class |
CreatorJournalEntry
The
JournalEntry to use when creating a journal file. |
| Modifier and Type | Field and Description |
|---|---|
protected JournalEntry |
ManagementMethod.parent |
| Modifier and Type | Method and Description |
|---|---|
static ManagementMethod |
ManagementMethod.getInstance(String methodName,
JournalEntry parent)
Get an instance of the proper class, based on the method name.
|
| Constructor and Description |
|---|
AddDatastreamMethod(JournalEntry parent) |
AddRelationshipMethod(JournalEntry parent) |
GetNextPidMethod(JournalEntry parent) |
IngestMethod(JournalEntry parent) |
ManagementMethod(JournalEntry parent) |
ModifyDatastreamByReferenceMethod(JournalEntry parent) |
ModifyDatastreamByValueMethod(JournalEntry parent) |
ModifyObjectMethod(JournalEntry parent) |
PurgeDatastreamMethod(JournalEntry parent) |
PurgeObjectMethod(JournalEntry parent) |
PurgeRelationshipMethod(JournalEntry parent) |
PutTempStreamMethod(JournalEntry parent) |
SetDatastreamStateMethod(JournalEntry parent) |
SetDatastreamVersionableMethod(JournalEntry parent) |
| Modifier and Type | Method and Description |
|---|---|
long |
JournalEntrySizeEstimator.estimateSize(JournalEntry journalEntry)
Create a modified entry, minus any file arguments, and ask the
JournalWriter to format it so we can check the size.
|
Copyright © 2013 DuraSpace. All Rights Reserved.