class RabbitMQBuffer[T <: Serializable] extends Buffer[T]
Buffer using a RabbitMQ queue.
- T
Type of the data in this Buffer.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RabbitMQBuffer
- Buffer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
RabbitMQBuffer(pipeline: Pipeline, properties: Properties, relatedStageName: String)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.TypeTag[T])
- pipeline
The pipeline for which we use this Buffer.
- properties
The properties of this Buffer.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
createConfig(): RMQConnectionConfig
Create a RabbitMQ configuration using buffer properties and defaults.
Create a RabbitMQ configuration using buffer properties and defaults.
- returns
A RabbitMQ configuration.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getProperties: Properties
- Definition Classes
- Buffer
-
def
getSerializer(topic: String): AbstractSerde[T]
- Definition Classes
- Buffer
-
def
getSink: SinkFunction[T]
Get a RMQSink as sink to the buffer.
Get a RMQSink as sink to the buffer.
- returns
The SinkFunction created by this RMQSink.
- Definition Classes
- RabbitMQBuffer → Buffer
-
def
getSource: DataStream[T]
Get a RMQSource as source for a stage.
Get a RMQSource as source for a stage.
- returns
The DataStream retrieved from the buffer.
- Definition Classes
- RabbitMQBuffer → Buffer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
inputClassType: Class[T]
- Definition Classes
- Buffer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
val
typeInfo: TypeInformation[T]
- Definition Classes
- Buffer
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )