|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.indexmanagement.forwardindexmanagement.impl.ForwardIndexManagementService
public class ForwardIndexManagementService
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 | |
---|---|
ForwardIndexManagementService()
Constructor - sets up some variables and creates a logging instance |
Method Summary | |
---|---|
VOID |
addCollections(StringArray collectionIDs)
Adds a String id to the collectionID resource property |
VOID |
addFields(StringArray fields)
Adds a String field to the Fields resource property |
DestroyPartiallyResponse |
destroyPartially(DestroyPartially empty)
Removes the index resource from the container without removing any data stored by the resource (e.g. |
GetIndexInformationResponse |
getIndexInformation(GetIndexInformation empty)
Method to get the index information. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForwardIndexManagementService()
IndexException
- in case of an error.Method Detail |
---|
public GetIndexInformationResponse getIndexInformation(GetIndexInformation empty) throws GCUBEFault
empty
- - the empty request.
GetIndexInformationResponse
the index information
IndexInformation
- - in case of failure.
GCUBEFault
public DestroyPartiallyResponse destroyPartially(DestroyPartially empty) throws GCUBEFault
empty
- empty stub request
GCUBEFault
public VOID addCollections(StringArray collectionIDs) throws GCUBEFault
collectionIDs
- StringArray
-the IDs to be added
AddCollectionsResponse
- empty instance
GCUBEFault
public VOID addFields(StringArray fields) throws GCUBEFault
fields
- StringArray
-the fields to be added
AddFieldsResponse
- empty instance
GCUBEFault
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |