Class: DatahubShard

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/datahub/datahub-shard.rb

Instance Attribute Summary collapse

Instance Attribute Details

#begin_keyObject

Returns the value of attribute begin_key.



7
8
9
# File 'lib/fluent/plugin/datahub/datahub-shard.rb', line 7

def begin_key
  @begin_key
end

#closed_timeObject

Returns the value of attribute closed_time.



12
13
14
# File 'lib/fluent/plugin/datahub/datahub-shard.rb', line 12

def closed_time
  @closed_time
end

#end_keyObject

Returns the value of attribute end_key.



8
9
10
# File 'lib/fluent/plugin/datahub/datahub-shard.rb', line 8

def end_key
  @end_key
end

#left_shard_idObject

Returns the value of attribute left_shard_id.



10
11
12
# File 'lib/fluent/plugin/datahub/datahub-shard.rb', line 10

def left_shard_id
  @left_shard_id
end

#parent_shard_idsObject

Returns the value of attribute parent_shard_ids.



11
12
13
# File 'lib/fluent/plugin/datahub/datahub-shard.rb', line 11

def parent_shard_ids
  @parent_shard_ids
end

#right_shard_idObject

Returns the value of attribute right_shard_id.



9
10
11
# File 'lib/fluent/plugin/datahub/datahub-shard.rb', line 9

def right_shard_id
  @right_shard_id
end

#shard_idObject

Returns the value of attribute shard_id.



5
6
7
# File 'lib/fluent/plugin/datahub/datahub-shard.rb', line 5

def shard_id
  @shard_id
end

#stateObject

Returns the value of attribute state.



6
7
8
# File 'lib/fluent/plugin/datahub/datahub-shard.rb', line 6

def state
  @state
end