Class: Backup::Configuration::Database::Riak

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/configuration/database/riak.rb

Class Attribute Summary collapse

Method Summary

Methods inherited from Base

defaults

Methods included from Helpers

#clear_defaults!, #load_defaults!

Class Attribute Details

Cookie is the Erlang cookie/shared secret used to connect to the node.



19
20
21
# File 'lib/backup/configuration/database/riak.rb', line 19

def cookie
  @cookie
end

.nameObject

Name is the name of the backup



11
12
13
# File 'lib/backup/configuration/database/riak.rb', line 11

def name
  @name
end

.nodeObject

Node is the node from which to perform the backup.



15
16
17
# File 'lib/backup/configuration/database/riak.rb', line 15

def node
  @node
end

.riak_admin_utilityObject

Path to riak-admin utility (optional)



23
24
25
# File 'lib/backup/configuration/database/riak.rb', line 23

def riak_admin_utility
  @riak_admin_utility
end