|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.indexmanagement.forwardindexlookup.ForwardIndexLookupService
public class ForwardIndexLookupService
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 | |
---|---|
ForwardIndexLookupService()
Constructor - sets up some variables and creates a logging instance |
Method Summary | |
---|---|
DestroyPartiallyResponse |
destroyPartially(DestroyPartially empty)
Removes the index resource from the container without removing any data stored by the resource (e.g. |
java.lang.String |
getAll(GetAll key)
Gets all from the DB. |
int |
getCount(java.lang.String keyName)
Gets the count for a specific KeyName. |
java.lang.String |
getEQ(GetEQ key)
Gets the key and value pairs where keys are equal the input key. |
java.lang.String |
getGE(GetGE key)
Gets the key and value pairs where keys are GE the input key |
java.lang.String |
getGEandLE(GetGEandLE key)
Gets the key and value pairs where keys are GE the input key1 and LE the input key2 |
java.lang.String |
getGEandLT(GetGEandLT key)
Gets the key and value pairs where keys are GE the input key1 and LT the input key2. |
java.lang.String |
getGT(GetGT key)
Gets the key and value pairs where keys are GT the input key. |
java.lang.String |
getGTandLE(GetGTandLE key)
Gets the key and value pairs where keys are GT the input key1 and LE the input key2. |
java.lang.String |
getGTandLT(GetGTandLT key)
Gets the key and value pairs where keys are GT the input key1 and LT the input key2. |
java.lang.String |
getLE(GetLE key)
Gets the key and value pairs where keys are LE the input key. |
java.lang.String |
getLT(GetLT key)
Gets the key and value pairs where keys are LT the input key. |
java.lang.String |
query(java.lang.String query)
Performs a multiField query and returns the results. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForwardIndexLookupService() throws java.rmi.RemoteException
java.rmi.RemoteException
- in case of an error.Method Detail |
---|
public java.lang.String getEQ(GetEQ key) throws GCUBEFault
key
- - the lookup key.
ForwardIndexException
- in case of failure.
GCUBEFault
public java.lang.String getGE(GetGE key) throws GCUBEFault
key
- - the lookup key.
ForwardIndexException
- in case of failure.
GCUBEFault
public java.lang.String getGT(GetGT key) throws GCUBEFault
key
- - the lookup key.
ForwardIndexException
- in case of failure.
GCUBEFault
public java.lang.String getLE(GetLE key) throws GCUBEFault
key
- - contains the key.
ForwardIndexException
- in case of failure.
GCUBEFault
public java.lang.String getLT(GetLT key) throws GCUBEFault
key
- - contains the key.
ForwardIndexException
- in case of failure.
GCUBEFault
public java.lang.String getGEandLE(GetGEandLE key) throws GCUBEFault
key-
- contains the keys.
ForwardIndexException
- in case of failure.
GCUBEFault
public java.lang.String getGTandLE(GetGTandLE key) throws GCUBEFault
key
- - contains the keys.
ForwardIndexException
- in case of failure.
GCUBEFault
public java.lang.String getGEandLT(GetGEandLT key) throws GCUBEFault
key
- - contains the keys.
ForwardIndexException
- exception in case of failure.
GCUBEFault
public java.lang.String getGTandLT(GetGTandLT key) throws GCUBEFault
key
- - contains the keys.
ForwardIndexException
- in case of failure.
GCUBEFault
public java.lang.String getAll(GetAll key) throws GCUBEFault
key
- - contains info for result format and ascending-descending order.
ForwardIndexException
- in case of failure.
GCUBEFault
public java.lang.String query(java.lang.String query) throws GCUBEFault
query
- - the query to be answered.
ForwardIndexException
- in case of failure.
GCUBEFault
public int getCount(java.lang.String keyName) throws GCUBEFault
keyName
- - the keyName.
ForwardIndexException
- in case of failure.
GCUBEFault
public DestroyPartiallyResponse destroyPartially(DestroyPartially empty) throws GCUBEFault
empty
- empty stub request
GCUBEFault
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |