Class: Kaltura::KalturaIndexJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaIndexJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#filter ⇒ Object
The filter should return the list of objects that need to be reindexed.
-
#last_index_id ⇒ Object
Indicates the last id that reindexed, used when the batch crached, to re-run from the last crash point.
-
#should_update ⇒ Object
Indicates that the object columns and attributes values should be recalculated before reindexed.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#filter ⇒ Object
The filter should return the list of objects that need to be reindexed.
7530 7531 7532 |
# File 'lib/kaltura_client.rb', line 7530 def filter @filter end |
#last_index_id ⇒ Object
Indicates the last id that reindexed, used when the batch crached, to re-run from the last crash point.
7533 7534 7535 |
# File 'lib/kaltura_client.rb', line 7533 def last_index_id @last_index_id end |
#should_update ⇒ Object
Indicates that the object columns and attributes values should be recalculated before reindexed.
7536 7537 7538 |
# File 'lib/kaltura_client.rb', line 7536 def should_update @should_update end |