public interface IShivaCluster
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignementTopic() |
String |
getCommandTopic() |
String |
getFilesystemRoot()
Simple shiva "cluster" can run on one node and rely on the local filesystem.
|
String |
getKafkaBoostrapServers() |
String |
getKafkaClusterName() |
String |
getName()
The logical name of the cluster.
|
Set<String> |
getServerNames()
Get the set of Shiva server hostnames
|
Set<String> |
getWorkersServerNames()
Get the set of Shiva workers server hostnames
|
boolean |
isLocalFileSystemDaemon()
Simple shiva "cluster" can run on one node and rely on the local filesystem.
|
boolean isLocalFileSystemDaemon()
throws ConfigurationException
MissingPlatformPropertiesConfigurationExceptionPlatformPropertiesConfigurationExceptionConfigurationExceptionString getFilesystemRoot() throws ConfigurationException
MissingPlatformPropertiesConfigurationExceptionPlatformPropertiesConfigurationExceptionConfigurationExceptionString getKafkaBoostrapServers() throws ConfigurationException
PlatformPropertiesConfigurationExceptionMissingPlatformPropertiesConfigurationExceptionConfigurationExceptionString getKafkaClusterName() throws ConfigurationException
MissingPlatformPropertiesConfigurationExceptionPlatformPropertiesConfigurationExceptionConfigurationExceptionString getName()
Set<String> getServerNames() throws ConfigurationException
MissingPlatformPropertiesConfigurationExceptionPlatformPropertiesConfigurationExceptionConfigurationExceptionSet<String> getWorkersServerNames() throws ConfigurationException
MissingPlatformPropertiesConfigurationExceptionPlatformPropertiesConfigurationExceptionConfigurationExceptionString getCommandTopic() throws ConfigurationException
MissingPlatformPropertiesConfigurationExceptionPlatformPropertiesConfigurationExceptionConfigurationExceptionString getAssignementTopic() throws ConfigurationException
PlatformPropertiesConfigurationExceptionMissingPlatformPropertiesConfigurationExceptionConfigurationExceptionCopyright © 2014–2023. All rights reserved.