public class ForwardIndexNode
extends org.gcube.common.core.porttypes.GCUBEPortType
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FACTORY |
protected static String |
SERVICE_CLASS |
protected static String |
SERVICE_NAME |
protected static int |
TIMEOUT |
| Constructor and Description |
|---|
ForwardIndexNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addKeyDescription(org.gcube.index.forwardindexnode.stubs.KeyDescriptionArray kda) |
Long |
collectionCount(String collectionID) |
boolean |
deleteCollection(String collectionID) |
boolean |
destroyNode(org.gcube.common.core.types.VOID voidType) |
static HashMap<String,Set<String>> |
discover(String serviceName,
String serviceClass,
List<String> scopes,
String clusterID) |
static HashMap<String,Set<String>> |
discoverByIndexID(String serviceName,
String serviceClass,
List<String> scopes,
String indexID,
String epr) |
static HashMap<String,Set<String>> |
discoverForwardIndexNodes(List<String> scopes,
String clusterID) |
boolean |
feedLocator(String resultSetLocation) |
boolean |
feedLocatorUnit(String resultSetLocation) |
boolean |
flush(org.gcube.common.core.types.VOID v) |
org.gcube.index.forwardindexnode.stubs.StringArray |
getCollectionsOfIndex(String indexName) |
org.gcube.index.forwardindexnode.stubs.GetIndexInformationResponse |
getIndexInformation(org.gcube.common.core.types.VOID request) |
org.gcube.index.forwardindexnode.stubs.StringArray |
getIndicesOfCollection(String collectionID) |
protected ServiceContext |
getServiceContext() |
static void |
main(String[] args) |
protected void |
onReady() |
String |
query(String queryString) |
boolean |
rebuildMetaIndex(org.gcube.common.core.types.VOID voidType) |
boolean |
refresh(org.gcube.common.core.types.VOID voidType) |
boolean |
setCollections(org.gcube.index.forwardindexnode.stubs.StringArray collectionIDs) |
boolean |
setFields(org.gcube.index.forwardindexnode.stubs.StringArray fields) |
boolean |
setKeyDescription(org.gcube.index.forwardindexnode.stubs.KeyDescriptionArray kda) |
boolean |
shutdown(String nothing) |
protected static final String FACTORY
protected static final String SERVICE_NAME
protected static final String SERVICE_CLASS
protected static final int TIMEOUT
protected void onReady()
throws Exception
onReady in class org.gcube.common.core.porttypes.GCUBEPortTypeExceptionprotected ServiceContext getServiceContext()
getServiceContext in class org.gcube.common.core.porttypes.GCUBEPortTypepublic org.gcube.index.forwardindexnode.stubs.GetIndexInformationResponse getIndexInformation(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic org.gcube.index.forwardindexnode.stubs.StringArray getCollectionsOfIndex(String indexName)
public org.gcube.index.forwardindexnode.stubs.StringArray getIndicesOfCollection(String collectionID)
public boolean feedLocator(String resultSetLocation)
public boolean feedLocatorUnit(String resultSetLocation)
public boolean flush(org.gcube.common.core.types.VOID v)
public boolean shutdown(String nothing)
public boolean deleteCollection(String collectionID)
public boolean destroyNode(org.gcube.common.core.types.VOID voidType)
public boolean refresh(org.gcube.common.core.types.VOID voidType)
public boolean rebuildMetaIndex(org.gcube.common.core.types.VOID voidType)
public boolean setCollections(org.gcube.index.forwardindexnode.stubs.StringArray collectionIDs)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic boolean setFields(org.gcube.index.forwardindexnode.stubs.StringArray fields)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic boolean addKeyDescription(org.gcube.index.forwardindexnode.stubs.KeyDescriptionArray kda)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic boolean setKeyDescription(org.gcube.index.forwardindexnode.stubs.KeyDescriptionArray kda)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic static HashMap<String,Set<String>> discover(String serviceName, String serviceClass, List<String> scopes, String clusterID)
public static HashMap<String,Set<String>> discoverByIndexID(String serviceName, String serviceClass, List<String> scopes, String indexID, String epr)
public static HashMap<String,Set<String>> discoverForwardIndexNodes(List<String> scopes, String clusterID)
public static void main(String[] args)
Copyright © 2014. All Rights Reserved.