| Modifier and Type | Field and Description |
|---|---|
protected java.util.Deque<org.dspace.rdf.RDFConsumer.DSOIdentifier> |
toConvert |
protected java.util.Deque<org.dspace.rdf.RDFConsumer.DSOIdentifier> |
toDelete |
| Constructor and Description |
|---|
RDFConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
consume(Context ctx,
Event event)
Consume an event; events may get filtered at the dispatcher level, hiding
it from the consumer.
|
void |
consumeBitstream(Context ctx,
Event event) |
void |
consumeBundles(Context ctx,
Event event) |
void |
consumeCommunityCollectionItem(Context ctx,
Event event) |
void |
consumeSite(Context ctx,
Event event) |
void |
end(Context ctx)
Signal that there are no more events queued in this event stream and
event processing for the preceding consume calls should be finished up.
|
void |
finish(Context ctx)
Finish - free any allocated resources.
|
void |
initialize()
Initialize - allocate any resources required to operate.
|
protected java.util.Deque<org.dspace.rdf.RDFConsumer.DSOIdentifier> toConvert
protected java.util.Deque<org.dspace.rdf.RDFConsumer.DSOIdentifier> toDelete
public void consume(Context ctx, Event event) throws java.sql.SQLException
Consumerpublic void consumeBitstream(Context ctx, Event event) throws java.sql.SQLException
java.sql.SQLExceptionpublic void consumeBundles(Context ctx, Event event) throws java.sql.SQLException
java.sql.SQLExceptionpublic void consumeCommunityCollectionItem(Context ctx, Event event) throws java.sql.SQLException
java.sql.SQLExceptionpublic void end(Context ctx) throws java.lang.Exception
Consumerpublic void finish(Context ctx) throws java.lang.Exception
Consumerpublic void initialize()
throws java.lang.Exception
Consumerinitialize in interface Consumerjava.lang.ExceptionCopyright © 2018 DuraSpace. All Rights Reserved.