class IgnoreKeyAdaptor[Key, Source] extends Adaptor[Source, (Key, Source)]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IgnoreKeyAdaptor
- Adaptor
- Connector
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from IgnoreKeyAdaptor[Key, Source] to any2stringadd[IgnoreKeyAdaptor[Key, Source]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
+>(connector: Connector[(Key, Source)]): Connector[(Key, Source)]
- Definition Classes
- Connector
-
def
->[B](y: B): (IgnoreKeyAdaptor[Key, Source], B)
- Implicit
- This member is added by an implicit conversion from IgnoreKeyAdaptor[Key, Source] to ArrowAssoc[IgnoreKeyAdaptor[Key, Source]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
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
- @throws( ... )
-
var
downstreamConnectorOpt: Option[Connector[(Key, Source)]]
- Definition Classes
- Connector
-
def
ensuring(cond: (IgnoreKeyAdaptor[Key, Source]) ⇒ Boolean, msg: ⇒ Any): IgnoreKeyAdaptor[Key, Source]
- Implicit
- This member is added by an implicit conversion from IgnoreKeyAdaptor[Key, Source] to Ensuring[IgnoreKeyAdaptor[Key, Source]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (IgnoreKeyAdaptor[Key, Source]) ⇒ Boolean): IgnoreKeyAdaptor[Key, Source]
- Implicit
- This member is added by an implicit conversion from IgnoreKeyAdaptor[Key, Source] to Ensuring[IgnoreKeyAdaptor[Key, Source]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): IgnoreKeyAdaptor[Key, Source]
- Implicit
- This member is added by an implicit conversion from IgnoreKeyAdaptor[Key, Source] to Ensuring[IgnoreKeyAdaptor[Key, Source]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): IgnoreKeyAdaptor[Key, Source]
- Implicit
- This member is added by an implicit conversion from IgnoreKeyAdaptor[Key, Source] to Ensuring[IgnoreKeyAdaptor[Key, Source]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from IgnoreKeyAdaptor[Key, Source] to StringFormat[IgnoreKeyAdaptor[Key, Source]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getDownstream(): Connector[(Key, Source)]
- Definition Classes
- Connector
-
def
getUpstream(): Connector[(Key, Source)]
- Definition Classes
- Connector
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def init(conf: PipeConfig): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
persist(dataStore: DataStore[(Key, Source)]): Unit
- Definition Classes
- Connector
-
def
registerDownstreamConnector(connector: Connector[(Key, Source)]): Unit
- Definition Classes
- Connector
-
def
registerPlatform(platform: Platform): Unit
This connects the platform to the connector so the connector sends stuff to the platform.
This connects the platform to the connector so the connector sends stuff to the platform. As an implementation, this creates a dummy PlatformStub that's connected to the platform and makes that it's downstream connector.
- platform
The platform that is being connected.
- Definition Classes
- Connector
-
def
registerUpstreamConnector(connector: Connector[(Key, Source)]): Unit
- Definition Classes
- Connector
- def reportUp(status: Status, data: Seq[(Key, Source)]): Unit
-
def
reportUp(status: Status, data: (Key, Source)): Unit
- Definition Classes
- Connector
- def retrieveUp(): Seq[(Key, Source)]
- def sendDown(data: Seq[(Key, Source)]): Unit
-
def
sendDown(data: (Key, Source)): Unit
- Definition Classes
- Connector
- def sendDownModified(data: Seq[(Key, Source)]): Unit
-
def
sendDownModified(data: (Key, Source)): Unit
- Definition Classes
- Connector
-
def
signalDown(): Unit
- Definition Classes
- Connector
- def size(): Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def terminate(): Unit
-
def
toSource(target: (Key, Source)): Source
- Definition Classes
- IgnoreKeyAdaptor → Adaptor
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toTarget(source: Source): (Key, Source)
- Definition Classes
- IgnoreKeyAdaptor → Adaptor
-
var
upstreamConnectorOpt: Option[Connector[(Key, Source)]]
- Definition Classes
- Connector
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (IgnoreKeyAdaptor[Key, Source], B)
- Implicit
- This member is added by an implicit conversion from IgnoreKeyAdaptor[Key, Source] to ArrowAssoc[IgnoreKeyAdaptor[Key, Source]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc