Documentation ¶
Index ¶
- Constants
- func GetDataRegistry() *data.Register
- func GetLogger() *logger.Logger
- func GetMembershipCoordinator() *membership.Coordinator
- func GetMembershipRegister() *membership.Register
- func GetPropertyAsBoolean(key string) bool
- func GetPropertyAsInteger(key string) int
- func GetPropertyAsString(key string) string
- func GetStorageKeyValueRegister() *storage.KeyValueRegister
- func GetSystemCoordinator() *system.Coordinator
- func Initialize(processID int, processGroupID int, processType string, ...) error
- func SetProperty(key string, value interface{})
Constants ¶
View Source
const ( PrimaryProcessType = "Primary" WorkerProcessType = "Worker" )
Variables ¶
This section is empty.
Functions ¶
func GetDataRegistry ¶
func GetMembershipCoordinator ¶
func GetMembershipCoordinator() *membership.Coordinator
func GetMembershipRegister ¶
func GetMembershipRegister() *membership.Register
func GetPropertyAsBoolean ¶
func GetPropertyAsInteger ¶
func GetPropertyAsString ¶
func GetStorageKeyValueRegister ¶
func GetStorageKeyValueRegister() *storage.KeyValueRegister
func GetSystemCoordinator ¶
func GetSystemCoordinator() *system.Coordinator
func Initialize ¶
func SetProperty ¶
func SetProperty(key string, value interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.