|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImmutableDataSpaceConfigMBean
Exposes a read-only view of the data space configuration.
Method Summary | |
---|---|
AccessControlConfig |
getAccessControlConfig()
|
java.util.Map<java.lang.String,java.lang.String> |
getAdministratorDefinedProperties()
Returns a not null map of the properties defined by the administrator. |
AuditConfig |
getAuditConfig()
|
DataCacheConfig |
getDataCacheConfig()
Returns the data cache configuration at the data space level. |
java.util.List<DataSourceId> |
getDataSourceIdsUsingServiceAccount(java.lang.String serviceAccountName)
Returns a non null list of all the data source id that use this service account. |
java.lang.String |
getDescription()
Returns the description set for this datasource. |
java.lang.String |
getId()
Returns the id of this data space. |
LoggingLevel |
getLoggingLevel()
Returns the logging level at the data space level. |
MemoryManagementConfig |
getMemoryManagementConfig()
Returns the memory management configuration for this dataspace. |
int |
getPlanCacheCapacity()
Returns the capacity of the plan capacity. |
SagaManagementConfig |
getSagaManagementConfig()
Returns the saga management configuration for this dataspace. |
ServiceAccountConfig |
getServiceAccount(java.lang.String serviceAccountName)
Returns a service account config with the passed name. |
java.util.Map<java.lang.String,ServiceAccountConfig.Type> |
getServiceAccountNames()
Returns a non null map of the names of all the service accounts defined in this dataspace, along with their type. |
java.util.Map<java.lang.String,ServiceAccountConfig> |
getServiceAccounts(java.util.Collection<java.lang.String> serviceAccountNames)
Returns a non null map of the service account config objects for the passed service account names. |
StreamingConfig |
getStreamingConfig()
Returns the streaming configuration for this dataspace. |
ThreadConfig |
getThreadConfig()
Returns the threads configuration for this data space. |
Method Detail |
---|
java.lang.String getId()
java.lang.String getDescription() throws java.lang.Exception
java.lang.Exception
int getPlanCacheCapacity() throws java.lang.Exception
java.lang.Exception
LoggingLevel getLoggingLevel() throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,java.lang.String> getAdministratorDefinedProperties() throws java.lang.Exception
java.lang.Exception
ThreadConfig getThreadConfig() throws java.lang.Exception
java.lang.Exception
MemoryManagementConfig getMemoryManagementConfig() throws java.lang.Exception
java.lang.Exception
StreamingConfig getStreamingConfig() throws java.lang.Exception
java.lang.Exception
SagaManagementConfig getSagaManagementConfig() throws java.lang.Exception
java.lang.Exception
DataCacheConfig getDataCacheConfig() throws java.lang.Exception
java.lang.Exception
AccessControlConfig getAccessControlConfig() throws java.lang.Exception
java.lang.Exception
AuditConfig getAuditConfig() throws java.lang.Exception
java.lang.Exception
java.util.Map<java.lang.String,ServiceAccountConfig.Type> getServiceAccountNames() throws java.lang.Exception
java.lang.Exception
ServiceAccountConfig getServiceAccount(java.lang.String serviceAccountName) throws java.lang.Exception
serviceAccountName
-
java.lang.Exception
java.util.Map<java.lang.String,ServiceAccountConfig> getServiceAccounts(java.util.Collection<java.lang.String> serviceAccountNames) throws java.lang.Exception
serviceAccountNames
-
java.lang.Exception
java.util.List<DataSourceId> getDataSourceIdsUsingServiceAccount(java.lang.String serviceAccountName) throws java.lang.Exception
serviceAccountName
-
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |