public class EventStreamPersistenceAdminService
extends org.wso2.carbon.core.AbstractAdmin
| Constructor and Description |
|---|
EventStreamPersistenceAdminService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnalyticsTable(AnalyticsTable analyticsTable)
This method will create a deployable artifact for given AnalyticsTable information.
|
AnalyticsTable |
getAnalyticsTable(String streamName,
String version)
This method is use to get Analytics table information for given stream name without considering the version
|
boolean |
isBackendServicePresent()
This method use to check whether back-end is available for the UI to show analytics table related operation
|
String[] |
listRecordStoreNames()
This method will return all the available records store names;
|
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamppublic boolean isBackendServicePresent()
public AnalyticsTable getAnalyticsTable(String streamName, String version) throws EventStreamPersistenceAdminServiceException
streamName - stream nameversion - stream versionEventStreamPersistenceAdminServiceExceptionpublic void addAnalyticsTable(AnalyticsTable analyticsTable) throws EventStreamPersistenceAdminServiceException
analyticsTable - AnalyticsTable object with index and type informationEventStreamPersistenceAdminServiceExceptionpublic String[] listRecordStoreNames()
Copyright © 2019 WSO2. All rights reserved.