replication-impl
Module Contents
alltypes
Module Contents
open class DateSerializer
open class ReplicationFactory
Module Contents
ReplicationFactory()
open static fun create(values: MutableMap<String!, Any!>!, types: MutableMap<String!, ValueType!>!): ReplicationMessage!
open static fun create(dataMap: MutableMap<String!, Any!>!): ReplicationMessage!
open static fun createErrorReplicationMessage(t: Throwable!): ReplicationMessage!
open static fun createReplicationMessage(source: Optional<String!>!, partition: Optional<Int!>!, offset: Optional<Long!>!, transactionId: String!, timestamp: Long, operation: Operation!, primaryKeys: MutableList<String!>!, types: MutableMap<String!, ValueType!>!, values: MutableMap<String!, Any!>!, subMessageMap: MutableMap<String!, ImmutableMessage!>!, subMessageListMap: MutableMap<String!, MutableList<ImmutableMessage!>!>!, commitAction: Optional<Runnable!>!, paramMessage: Optional<ImmutableMessage!>!): ReplicationMessage!
open static fun createReplicationMessage(source: Optional<String!>!, partition: Optional<Int!>!, offset: Optional<Long!>!, transactionId: String!, timestamp: Long, operation: Operation!, primaryKeys: MutableList<String!>!, message: ImmutableMessage!, commitAction: Optional<Runnable!>!, paramMessage: Optional<ImmutableMessage!>!): ReplicationMessage!
open static fun empty(): ReplicationMessage!
open static fun fromMap(key: String!, values: MutableMap<String!, Any!>!, types: MutableMap<String!, ValueType!>!): ReplicationMessage!
open static fun getInstance(): ReplicationMessageParser!
open static fun setInstance(parser: ReplicationMessageParser!): Unit
open static fun standardMessage(msg: ImmutableMessage!): ReplicationMessage!
open class ReplicationImmutableMessageImpl : ReplicationMessage
Module Contents
ReplicationImmutableMessageImpl(source: Optional<String!>!, partition: Optional<Int!>!, offset: Optional<Long!>!, transactionId: String!, operation: Operation!, timestamp: Long, values: MutableMap<String!, Any!>!, types: MutableMap<String!, ValueType!>!, submessage: MutableMap<String!, ImmutableMessage!>!, submessages: MutableMap<String!, MutableList<ImmutableMessage!>!>!, primaryKeys: MutableList<String!>!, commitAction: Optional<Runnable!>!, paramMessage: Optional<ImmutableMessage!>!)
ReplicationImmutableMessageImpl(source: Optional<String!>!, partition: Optional<Int!>!, offset: Optional<Long!>!, transactionId: String!, operation: Operation!, timestamp: Long, parentMessage: ImmutableMessage!, primaryKeys: MutableList<String!>!, commitAction: Optional<Runnable!>!, paramMessage: Optional<ImmutableMessage!>!)
ReplicationImmutableMessageImpl(t: Throwable!)
ReplicationImmutableMessageImpl(initial: MutableMap<String!, Any!>!)
open fun atTime(timestamp: Long): ReplicationMessage!
open fun columnNames(): MutableSet<String!>!
open fun columnType(name: String!): ValueType!
open fun equals(other: Any?): Boolean
open fun equalsByKey(other: ReplicationMessage!): Boolean
open fun equalsToMessage(c: ReplicationMessage!): Boolean
open fun flatValueMap(ignoreNull: Boolean, ignore: MutableSet<String!>!, prefix: String!): MutableMap<String!, Any!>!
open fun hashCode(): Int
open fun isErrorMessage(): Boolean
open fun message(): ImmutableMessage!
open fun now(): ReplicationMessage!
open fun operation(): Operation!
open fun paramMessage(): Optional<ImmutableMessage!>!
open fun primaryKeys(): MutableList<String!>!
open fun queueKey(): String!
open fun rename(columnName: String!, newName: String!): ReplicationMessage!
open fun source(): Optional<String!>!
open fun subMessage(field: String!): Optional<ImmutableMessage!>!
open fun subMessageListNames(): MutableSet<String!>!
open fun subMessages(field: String!): Optional<MutableList<ImmutableMessage!>!>!
open fun timestamp(): Long
open fun toBytes(c: ReplicationMessageParser!): ByteArray!
open fun toFlatString(parser: ReplicationMessageParser!): String!
open fun toString(): String
open fun transactionId(): String!
open fun value(columnName: String!): Optional<Any!>!
open fun valueMap(ignoreNull: Boolean, ignore: MutableSet<String!>!): MutableMap<String!, Any!>!
open fun valueMap(ignoreNull: Boolean, ignore: MutableSet<String!>!, currentPath: MutableList<String!>!): MutableMap<String!, Any!>!
open fun values(): MutableMap<String!, Any!>!
open fun with(key: String!, value: Any!, type: ValueType!): ReplicationMessage!
open fun withAddedSubMessage(field: String!, message: ImmutableMessage!): ReplicationMessage!
open fun withImmutableMessage(msg: ImmutableMessage!): ReplicationMessage!
open fun withOperation(operation: Operation!): ReplicationMessage!
open fun without(columnName: String!): ReplicationMessage!
open fun without(columns: MutableList<String!>!): ReplicationMessage!
open fun withoutParamMessage(): ReplicationMessage!
open fun withoutSubMessage(field: String!): ReplicationMessage!
open fun withoutSubMessageInList(field: String!, selector: Predicate<ImmutableMessage!>!): ReplicationMessage!
open fun withoutSubMessages(field: String!): ReplicationMessage!
open fun withParamMessage(msg: ImmutableMessage!): ReplicationMessage!
open fun withPrimaryKeys(primary: MutableList<String!>!): ReplicationMessage!
open fun withSubMessage(field: String!, message: ImmutableMessage!): ReplicationMessage!
open fun withSubMessages(field: String!, message: MutableList<ImmutableMessage!>!): ReplicationMessage!
package io.floodplain.replication.factory
Module Contents
open class DateSerializer
open class ReplicationFactory
Module Contents
ReplicationFactory()
open static fun create(values: MutableMap<String!, Any!>!, types: MutableMap<String!, ValueType!>!): ReplicationMessage!
open static fun create(dataMap: MutableMap<String!, Any!>!): ReplicationMessage!
open static fun createErrorReplicationMessage(t: Throwable!): ReplicationMessage!
open static fun createReplicationMessage(source: Optional<String!>!, partition: Optional<Int!>!, offset: Optional<Long!>!, transactionId: String!, timestamp: Long, operation: Operation!, primaryKeys: MutableList<String!>!, types: MutableMap<String!, ValueType!>!, values: MutableMap<String!, Any!>!, subMessageMap: MutableMap<String!, ImmutableMessage!>!, subMessageListMap: MutableMap<String!, MutableList<ImmutableMessage!>!>!, commitAction: Optional<Runnable!>!, paramMessage: Optional<ImmutableMessage!>!): ReplicationMessage!
open static fun createReplicationMessage(source: Optional<String!>!, partition: Optional<Int!>!, offset: Optional<Long!>!, transactionId: String!, timestamp: Long, operation: Operation!, primaryKeys: MutableList<String!>!, message: ImmutableMessage!, commitAction: Optional<Runnable!>!, paramMessage: Optional<ImmutableMessage!>!): ReplicationMessage!
open static fun empty(): ReplicationMessage!
open static fun fromMap(key: String!, values: MutableMap<String!, Any!>!, types: MutableMap<String!, ValueType!>!): ReplicationMessage!
open static fun getInstance(): ReplicationMessageParser!
open static fun setInstance(parser: ReplicationMessageParser!): Unit
open static fun standardMessage(msg: ImmutableMessage!): ReplicationMessage!
package io.floodplain.replication.impl
Module Contents
open class ReplicationImmutableMessageImpl : ReplicationMessage
Module Contents
ReplicationImmutableMessageImpl(source: Optional<String!>!, partition: Optional<Int!>!, offset: Optional<Long!>!, transactionId: String!, operation: Operation!, timestamp: Long, values: MutableMap<String!, Any!>!, types: MutableMap<String!, ValueType!>!, submessage: MutableMap<String!, ImmutableMessage!>!, submessages: MutableMap<String!, MutableList<ImmutableMessage!>!>!, primaryKeys: MutableList<String!>!, commitAction: Optional<Runnable!>!, paramMessage: Optional<ImmutableMessage!>!)
ReplicationImmutableMessageImpl(source: Optional<String!>!, partition: Optional<Int!>!, offset: Optional<Long!>!, transactionId: String!, operation: Operation!, timestamp: Long, parentMessage: ImmutableMessage!, primaryKeys: MutableList<String!>!, commitAction: Optional<Runnable!>!, paramMessage: Optional<ImmutableMessage!>!)
ReplicationImmutableMessageImpl(t: Throwable!)
ReplicationImmutableMessageImpl(initial: MutableMap<String!, Any!>!)
open fun atTime(timestamp: Long): ReplicationMessage!
open fun columnNames(): MutableSet<String!>!
open fun columnType(name: String!): ValueType!
open fun equals(other: Any?): Boolean
open fun equalsByKey(other: ReplicationMessage!): Boolean
open fun equalsToMessage(c: ReplicationMessage!): Boolean
open fun flatValueMap(ignoreNull: Boolean, ignore: MutableSet<String!>!, prefix: String!): MutableMap<String!, Any!>!
open fun hashCode(): Int
open fun isErrorMessage(): Boolean
open fun message(): ImmutableMessage!
open fun now(): ReplicationMessage!
open fun operation(): Operation!
open fun paramMessage(): Optional<ImmutableMessage!>!
open fun primaryKeys(): MutableList<String!>!
open fun queueKey(): String!
open fun rename(columnName: String!, newName: String!): ReplicationMessage!
open fun source(): Optional<String!>!
open fun subMessage(field: String!): Optional<ImmutableMessage!>!
open fun subMessageListNames(): MutableSet<String!>!
open fun subMessages(field: String!): Optional<MutableList<ImmutableMessage!>!>!
open fun timestamp(): Long
open fun toBytes(c: ReplicationMessageParser!): ByteArray!
open fun toFlatString(parser: ReplicationMessageParser!): String!
open fun toString(): String
open fun transactionId(): String!
open fun value(columnName: String!): Optional<Any!>!
open fun valueMap(ignoreNull: Boolean, ignore: MutableSet<String!>!): MutableMap<String!, Any!>!
open fun valueMap(ignoreNull: Boolean, ignore: MutableSet<String!>!, currentPath: MutableList<String!>!): MutableMap<String!, Any!>!
open fun values(): MutableMap<String!, Any!>!
open fun with(key: String!, value: Any!, type: ValueType!): ReplicationMessage!
open fun withAddedSubMessage(field: String!, message: ImmutableMessage!): ReplicationMessage!
open fun withImmutableMessage(msg: ImmutableMessage!): ReplicationMessage!
open fun withOperation(operation: Operation!): ReplicationMessage!
open fun without(columnName: String!): ReplicationMessage!
open fun without(columns: MutableList<String!>!): ReplicationMessage!
open fun withoutParamMessage(): ReplicationMessage!
open fun withoutSubMessage(field: String!): ReplicationMessage!
open fun withoutSubMessageInList(field: String!, selector: Predicate<ImmutableMessage!>!): ReplicationMessage!
open fun withoutSubMessages(field: String!): ReplicationMessage!
open fun withParamMessage(msg: ImmutableMessage!): ReplicationMessage!
open fun withPrimaryKeys(primary: MutableList<String!>!): ReplicationMessage!
open fun withSubMessage(field: String!, message: ImmutableMessage!): ReplicationMessage!
open fun withSubMessages(field: String!, message: MutableList<ImmutableMessage!>!): ReplicationMessage!