|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.indexmanagement.forwardindexupdater.ForwardIndexUpdaterService
public class ForwardIndexUpdaterService
The ForwardIndex Service is the implementation of the ForwardIndex wsdl interface. It implements methods for creating indexes, and for adding data in the rowset format to an index.
Constructor Summary | |
---|---|
ForwardIndexUpdaterService()
Constructor - sets up some variables and creates a logging instance |
Method Summary | |
---|---|
DeletePairResponse |
deletePair(int key)
Deleted a tuple stored in the database. |
InsertPairResponse |
insertPair(InsertPair insertPair)
Insert a key and value pair in the database. |
ProcessResponse |
process(java.lang.String rowset)
Processes the keys and values from a row set. |
ProcessResultSetResponse |
processResultSet(java.lang.String resultSetLocation)
Process a ResultSet that contains ROWSETS information into an index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForwardIndexUpdaterService() throws IndexException
IndexException
- in case of an error.Method Detail |
---|
public DeletePairResponse deletePair(int key) throws GCUBEFault
key
- to delete.
ForwardIndexException
- in case of failure.
GCUBEFault
public InsertPairResponse insertPair(InsertPair insertPair) throws GCUBEFault
insertPair
- - key and value pair to insert in the database.
ForwardIndexException
- in case of failure.
GCUBEFault
public ProcessResponse process(java.lang.String rowset) throws GCUBEFault
rowSet
- - the row set that contains te keys.
ForwardIndexException
- in case of failure.
GCUBEFault
public ProcessResultSetResponse processResultSet(java.lang.String resultSetLocation) throws GCUBEFault
resultSetLocation
- String
- a String representation of the ResultSet EPR
ProcessResultSetResponse
- empty object.
ForwardIndexException
- - in case of error
GCUBEFault
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |