Class

akka.cluster.ddata.protobuf

ReplicatorMessageSerializer

Related Doc: package protobuf

Permalink

class ReplicatorMessageSerializer extends SerializerWithStringManifest with SerializationSupport with BaseSerializer

Protobuf serializer of ReplicatorMessage messages.

Source
ReplicatorMessageSerializer.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReplicatorMessageSerializer
  2. BaseSerializer
  3. SerializationSupport
  4. SerializerWithStringManifest
  5. Serializer
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReplicatorMessageSerializer(system: ExtendedActorSystem)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorMessageSerializer to any2stringadd[ReplicatorMessageSerializer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ReplicatorMessageSerializer, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorMessageSerializer to ArrowAssoc[ReplicatorMessageSerializer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val ChangedManifest: String

    Permalink
  7. val DataEnvelopeManifest: String

    Permalink
  8. val GetFailureManifest: String

    Permalink
  9. val GetManifest: String

    Permalink
  10. val GetSuccessManifest: String

    Permalink
  11. val GossipManifest: String

    Permalink
  12. val NotFoundManifest: String

    Permalink
  13. val ReadManifest: String

    Permalink
  14. val ReadResultManifest: String

    Permalink
  15. final val SerializationIdentifiers: String("akka.actor.serialization-identifiers")

    Permalink

    Configuration namespace of serialization identifiers in the reference.conf.

    Configuration namespace of serialization identifiers in the reference.conf.

    Each serializer implementation must have an entry in the following format: akka.actor.serialization-identifiers."FQCN" = ID where FQCN is fully qualified class name of the serializer implementation and ID is globally unique serializer identifier number.

    Definition Classes
    BaseSerializer
  16. val StatusManifest: String

    Permalink
  17. val SubscribeManifest: String

    Permalink
  18. val UnsubscribeManifest: String

    Permalink
  19. val WriteAckManifest: String

    Permalink
  20. val WriteManifest: String

    Permalink
  21. def addressFromProto(address: Address): Address

    Permalink
    Definition Classes
    SerializationSupport
  22. def addressProtocol: String

    Permalink
    Definition Classes
    SerializationSupport
  23. def addressToProto(address: Address): Builder

    Permalink
    Definition Classes
    SerializationSupport
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def compress(msg: MessageLite): Array[Byte]

    Permalink
    Definition Classes
    SerializationSupport
  27. def decompress(bytes: Array[Byte]): Array[Byte]

    Permalink
    Definition Classes
    SerializationSupport
  28. def ensuring(cond: (ReplicatorMessageSerializer) ⇒ Boolean, msg: ⇒ Any): ReplicatorMessageSerializer

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorMessageSerializer to Ensuring[ReplicatorMessageSerializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: (ReplicatorMessageSerializer) ⇒ Boolean): ReplicatorMessageSerializer

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorMessageSerializer to Ensuring[ReplicatorMessageSerializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean, msg: ⇒ Any): ReplicatorMessageSerializer

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorMessageSerializer to Ensuring[ReplicatorMessageSerializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean): ReplicatorMessageSerializer

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorMessageSerializer to Ensuring[ReplicatorMessageSerializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorMessageSerializer to StringFormat[ReplicatorMessageSerializer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. def fromBinary(bytes: Array[Byte], manifest: String): AnyRef

    Permalink

    Produces an object from an array of bytes, with an optional type-hint; the class should be loaded using ActorSystem.dynamicAccess.

    Produces an object from an array of bytes, with an optional type-hint; the class should be loaded using ActorSystem.dynamicAccess.

    Definition Classes
    ReplicatorMessageSerializerSerializerWithStringManifest
  37. final def fromBinary(bytes: Array[Byte], manifest: Option[Class[_]]): AnyRef

    Permalink

    Produces an object from an array of bytes, with an optional type-hint; the class should be loaded using ActorSystem.dynamicAccess.

    Produces an object from an array of bytes, with an optional type-hint; the class should be loaded using ActorSystem.dynamicAccess.

    Definition Classes
    SerializerWithStringManifestSerializer
  38. final def fromBinary(bytes: Array[Byte], clazz: Class[_]): AnyRef

    Permalink

    Java API: deserialize with type hint

    Java API: deserialize with type hint

    Definition Classes
    Serializer
  39. final def fromBinary(bytes: Array[Byte]): AnyRef

    Permalink

    Java API: deserialize without type hint

    Java API: deserialize without type hint

    Definition Classes
    Serializer
  40. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  41. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  42. val identifier: Int

    Permalink

    Globally unique serialization identifier configured in the reference.conf.

    Globally unique serialization identifier configured in the reference.conf.

    See Serializer#identifier().

    Definition Classes
    BaseSerializerSerializer
  43. final def includeManifest: Boolean

    Permalink

    Returns whether this serializer needs a manifest in the fromBinary method

    Returns whether this serializer needs a manifest in the fromBinary method

    Definition Classes
    SerializerWithStringManifestSerializer
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. def manifest(obj: AnyRef): String

    Permalink

    Return the manifest (type hint) that will be provided in the fromBinary method.

    Return the manifest (type hint) that will be provided in the fromBinary method. Use "" if manifest is not needed.

    Definition Classes
    ReplicatorMessageSerializerSerializerWithStringManifest
  46. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. def otherMessageFromBinary(bytes: Array[Byte]): AnyRef

    Permalink
    Definition Classes
    SerializationSupport
  50. def otherMessageFromProto(other: OtherMessage): AnyRef

    Permalink
    Definition Classes
    SerializationSupport
  51. def otherMessageToProto(msg: Any): OtherMessage

    Permalink
    Definition Classes
    SerializationSupport
  52. def resolveActorRef(path: String): ActorRef

    Permalink
    Definition Classes
    SerializationSupport
  53. def serialization: Serialization

    Permalink
    Definition Classes
    SerializationSupport
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  55. val system: ExtendedActorSystem

    Permalink

    Actor system which is required by most serializer implementations.

    Actor system which is required by most serializer implementations.

    Definition Classes
    ReplicatorMessageSerializerBaseSerializerSerializationSupport
  56. def toBinary(obj: AnyRef): Array[Byte]

    Permalink

    Serializes the given object into an Array of Byte

    Serializes the given object into an Array of Byte

    Definition Classes
    ReplicatorMessageSerializerSerializerWithStringManifestSerializer
  57. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  58. def transportInformation: Information

    Permalink
    Definition Classes
    SerializationSupport
  59. def uniqueAddressFromProto(uniqueAddress: msg.ReplicatorMessages.UniqueAddress): UniqueAddress

    Permalink
    Definition Classes
    SerializationSupport
  60. def uniqueAddressToProto(uniqueAddress: UniqueAddress): Builder

    Permalink
    Definition Classes
    SerializationSupport
  61. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. def [B](y: B): (ReplicatorMessageSerializer, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatorMessageSerializer to ArrowAssoc[ReplicatorMessageSerializer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from BaseSerializer

Inherited from SerializationSupport

Inherited from Serializer

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ReplicatorMessageSerializer to any2stringadd[ReplicatorMessageSerializer]

Inherited by implicit conversion StringFormat from ReplicatorMessageSerializer to StringFormat[ReplicatorMessageSerializer]

Inherited by implicit conversion Ensuring from ReplicatorMessageSerializer to Ensuring[ReplicatorMessageSerializer]

Inherited by implicit conversion ArrowAssoc from ReplicatorMessageSerializer to ArrowAssoc[ReplicatorMessageSerializer]

Ungrouped