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
MissingPlatformPropertiesConfigurationException
PlatformPropertiesConfigurationException
ConfigurationException
String getFilesystemRoot() throws ConfigurationException
MissingPlatformPropertiesConfigurationException
PlatformPropertiesConfigurationException
ConfigurationException
String getKafkaBoostrapServers() throws ConfigurationException
PlatformPropertiesConfigurationException
MissingPlatformPropertiesConfigurationException
ConfigurationException
String getKafkaClusterName() throws ConfigurationException
MissingPlatformPropertiesConfigurationException
PlatformPropertiesConfigurationException
ConfigurationException
String getName()
Set<String> getServerNames() throws ConfigurationException
MissingPlatformPropertiesConfigurationException
PlatformPropertiesConfigurationException
ConfigurationException
Set<String> getWorkersServerNames() throws ConfigurationException
MissingPlatformPropertiesConfigurationException
PlatformPropertiesConfigurationException
ConfigurationException
String getCommandTopic() throws ConfigurationException
MissingPlatformPropertiesConfigurationException
PlatformPropertiesConfigurationException
ConfigurationException
String getAssignementTopic() throws ConfigurationException
PlatformPropertiesConfigurationException
MissingPlatformPropertiesConfigurationException
ConfigurationException
Copyright © 2014–2023. All rights reserved.