Class: LS4::DSConfigService

Inherits:
GWConfigService show all
Defined in:
lib/ls4/service/config_ds.rb

Instance Attribute Summary collapse

Attributes inherited from GWConfigService

#cs_address, #http_gateway_address, #http_gateway_error_template_file, #read_only_version, #self_location

Attributes inherited from ConfigService

#fault_path, #log_path, #membership_path, #weight_path

Instance Method Summary collapse

Methods inherited from GWConfigService

#initialize

Methods inherited from Service

init

Methods included from EventBus::SingletonMixin

#ebus_bind!, #ebus_connect, extended

Methods included from EventBus::BusMixin

#ebus_all_slots, #ebus_disconnect!

Methods included from EventBus::DeclarerBase::Methods

#connect, #ebus_all_slots, #ebus_call_log, #ebus_call_slots, #ebus_signal_error, #ebus_signal_log, #ebus_signal_slots

Methods included from EventBus::DeclarerBase

#call_slot, #signal_slot

Constructor Details

This class inherits a constructor from LS4::GWConfigService

Instance Attribute Details

#http_redirect_path_formatObject

Returns the value of attribute http_redirect_path_format.



35
36
37
# File 'lib/ls4/service/config_ds.rb', line 35

def http_redirect_path_format
  @http_redirect_path_format
end

#http_redirect_portObject

Returns the value of attribute http_redirect_port.



34
35
36
# File 'lib/ls4/service/config_ds.rb', line 34

def http_redirect_port
  @http_redirect_port
end

#rts_pathObject

Returns the value of attribute rts_path.



32
33
34
# File 'lib/ls4/service/config_ds.rb', line 32

def rts_path
  @rts_path
end

#self_addressObject

Returns the value of attribute self_address.



28
29
30
# File 'lib/ls4/service/config_ds.rb', line 28

def self_address
  @self_address
end

#self_nameObject

Returns the value of attribute self_name.



27
28
29
# File 'lib/ls4/service/config_ds.rb', line 27

def self_name
  @self_name
end

#self_nidObject

Returns the value of attribute self_nid.



26
27
28
# File 'lib/ls4/service/config_ds.rb', line 26

def self_nid
  @self_nid
end

#self_nodeObject (readonly)

Returns the value of attribute self_node.



37
38
39
# File 'lib/ls4/service/config_ds.rb', line 37

def self_node
  @self_node
end

#self_rsidsObject

Returns the value of attribute self_rsids.



29
30
31
# File 'lib/ls4/service/config_ds.rb', line 29

def self_rsids
  @self_rsids
end

#storage_pathObject

Returns the value of attribute storage_path.



30
31
32
# File 'lib/ls4/service/config_ds.rb', line 30

def storage_path
  @storage_path
end

#ulog_pathObject

Returns the value of attribute ulog_path.



31
32
33
# File 'lib/ls4/service/config_ds.rb', line 31

def ulog_path
  @ulog_path
end

Instance Method Details

#runObject



22
23
24
# File 'lib/ls4/service/config_ds.rb', line 22

def run
	@self_node = Node.new(@self_nid, @self_address, @self_name, @self_rsids, @self_location)
end