t
it.agilelab.bigdata.wasp.consumers.spark.plugins.parallel.catalog.entity
ParallelWriteEntity
Companion object ParallelWriteEntity
trait ParallelWriteEntity extends MicroserviceClient
An entity supporting parallel write use case
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParallelWriteEntity
- MicroserviceClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
baseUrl: URL
Each microservices has a base url.
Each microservices has a base url. This url serves as a prefix to every endpoint
- returns
microservice base url
- Definition Classes
- MicroserviceClient
- abstract def getDataCommitted(correlationId: CorrelationId): DataCommittedResponseBody
- abstract def getWriteExecutionPlan(requestBody: WriteExecutionPlanRequestBody, correlationId: CorrelationId): WriteExecutionPlanResponseBody
- abstract def postDataComplete(requestBody: DataCompleteRequestBody, correlationId: CorrelationId): Unit
- abstract def postDataStream(requestBody: DataStreamRequestBody, correlationId: CorrelationId): Unit
Concrete 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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get[A](url: URL, headers: Map[String, String])(implicit arg0: JsonFormat[A]): A
- A
Response body type
- url
Url
- headers
Header map
- returns
Response body casted to B
- Attributes
- protected
- Definition Classes
- MicroserviceClient
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
post[A, B](url: URL, body: Option[A], headers: Map[String, String])(implicit arg0: JsonFormat[A], arg1: JsonFormat[B]): B
- A
Request body type
- B
Response body type
- url
Url
- body
Request body
- headers
Header map
- returns
Response body casted to B
- Attributes
- protected
- Definition Classes
- MicroserviceClient
-
def
postComplete[A](url: URL, body: Option[A], headers: Map[String, String])(implicit arg0: JsonFormat[A]): Unit
- Attributes
- protected
- Definition Classes
- MicroserviceClient
-
def
postStream(url: URL, body: (BufferedSink) ⇒ Unit, headers: Map[String, String]): Unit
- Attributes
- protected
- Definition Classes
- MicroserviceClient
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... ) @native()