public class IndexResource
extends org.gcube.rest.commons.resourceawareservice.resources.StatefulResource
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexResource.SupportedRelations |
| Modifier and Type | Field and Description |
|---|---|
static String |
BROWSE_EQUALS |
static String |
EQUALS |
| Constructor and Description |
|---|
IndexResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterID() |
List<String> |
getCollections() |
String |
getEsTransportAddress() |
List<String> |
getFields() |
String |
getHostname() |
String |
getIndexID() |
String |
getScope() |
Set<String> |
getSupportedRelations() |
static Set<String> |
getSupportedRelationsSet() |
void |
onClose() |
void |
onDestroy() |
void |
onLoad() |
void |
setClusterID(String clusterID) |
void |
setCollections(List<String> collections) |
void |
setEsTransportAddress(String esTransportAddress) |
void |
setFields(List<String> fields) |
void |
setHostname(String hostname) |
void |
setIndexID(String indexID) |
void |
setScope(String scope) |
void |
setSupportedRelations(Set<String> supportedRelations) |
getCreated, getLastUpdated, setCreated, setLastUpdated, toJSON, toJSON, toXML, toXMLpublic static final String EQUALS
public static final String BROWSE_EQUALS
public String getEsTransportAddress()
public void setEsTransportAddress(String esTransportAddress)
public String getClusterID()
public void setClusterID(String clusterID)
public String getScope()
public void setScope(String scope)
public String getIndexID()
public void setIndexID(String indexID)
public String getHostname()
public void setHostname(String hostname)
public void onLoad()
throws org.gcube.rest.commons.resourceawareservice.resources.exceptions.StatefulResourceException
onLoad in class org.gcube.rest.commons.resourceawareservice.resources.StatefulResourceorg.gcube.rest.commons.resourceawareservice.resources.exceptions.StatefulResourceExceptionpublic void onClose()
throws org.gcube.rest.commons.resourceawareservice.resources.exceptions.StatefulResourceException
onClose in class org.gcube.rest.commons.resourceawareservice.resources.StatefulResourceorg.gcube.rest.commons.resourceawareservice.resources.exceptions.StatefulResourceExceptionpublic void onDestroy()
throws org.gcube.rest.commons.resourceawareservice.resources.exceptions.StatefulResourceException
onDestroy in class org.gcube.rest.commons.resourceawareservice.resources.StatefulResourceorg.gcube.rest.commons.resourceawareservice.resources.exceptions.StatefulResourceExceptionCopyright © 2016. All Rights Reserved.