Class: Rdkafka::Admin::CreatePartitionsHandle
- Inherits:
-
Rdkafka::AbstractHandle
- Object
- FFI::Struct
- Rdkafka::AbstractHandle
- Rdkafka::Admin::CreatePartitionsHandle
- Defined in:
- lib/rdkafka/admin/create_partitions_handle.rb
Overview
Handle for create partitions operation
Constant Summary
Constants inherited from Rdkafka::AbstractHandle
Rdkafka::AbstractHandle::REGISTRY
Instance Attribute Summary
Attributes inherited from Rdkafka::AbstractHandle
Instance Method Summary collapse
-
#operation_name ⇒ String
The name of the operation.
Methods inherited from Rdkafka::AbstractHandle
#create_result, #initialize, #pending?, #prepared_result, #raise_error, register, remove, #unlock, #wait
Methods included from Helpers::Time
#monotonic_now, #monotonic_now_ms
Constructor Details
This class inherits a constructor from Rdkafka::AbstractHandle
Instance Method Details
#operation_name ⇒ String
Returns the name of the operation.
9 10 11 |
# File 'lib/rdkafka/admin/create_partitions_handle.rb', line 9 def operation_name "create partitions" end |