Class

akka.cluster.ddata.protobuf

ReplicatedDataSerializer

Related Doc: package protobuf

Permalink

class ReplicatedDataSerializer extends SerializerWithStringManifest with SerializationSupport with BaseSerializer

Protobuf serializer of ReplicatedData.

Source
ReplicatedDataSerializer.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReplicatedDataSerializer
  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 ReplicatedDataSerializer(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 ReplicatedDataSerializer to any2stringadd[ReplicatedDataSerializer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ReplicatedDataSerializer, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. 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
  7. def addressFromProto(address: Address): Address

    Permalink
    Definition Classes
    SerializationSupport
  8. def addressProtocol: String

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def flagFromBinary(bytes: Array[Byte]): Flag

    Permalink
  22. def flagFromProto(flag: msg.ReplicatedDataMessages.Flag): Flag

    Permalink
  23. def flagToProto(flag: Flag): msg.ReplicatedDataMessages.Flag

    Permalink
  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatedDataSerializer to StringFormat[ReplicatedDataSerializer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. 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
    ReplicatedDataSerializerSerializerWithStringManifest
  26. 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
  27. 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
  28. final def fromBinary(bytes: Array[Byte]): AnyRef

    Permalink

    Java API: deserialize without type hint

    Java API: deserialize without type hint

    Definition Classes
    Serializer
  29. def gcounterFromBinary(bytes: Array[Byte]): GCounter

    Permalink
  30. def gcounterFromProto(gcounter: msg.ReplicatedDataMessages.GCounter): GCounter

    Permalink
  31. def gcounterToProto(gcounter: GCounter): msg.ReplicatedDataMessages.GCounter

    Permalink
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def gsetFromBinary(bytes: Array[Byte]): GSet[_]

    Permalink
  34. def gsetFromProto(gset: msg.ReplicatedDataMessages.GSet): GSet[Any]

    Permalink
  35. def gsetToProto(gset: GSet[_]): msg.ReplicatedDataMessages.GSet

    Permalink
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. 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
  38. 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
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. def keyIdFromBinary(bytes: Array[Byte]): String

    Permalink
  41. def keyIdToBinary(id: String): Array[Byte]

    Permalink
  42. def lwwRegisterFromBinary(bytes: Array[Byte]): LWWRegister[Any]

    Permalink
  43. def lwwRegisterFromProto(lwwRegister: msg.ReplicatedDataMessages.LWWRegister): LWWRegister[Any]

    Permalink
  44. def lwwRegisterToProto(lwwRegister: LWWRegister[_]): msg.ReplicatedDataMessages.LWWRegister

    Permalink
  45. def lwwmapFromBinary(bytes: Array[Byte]): LWWMap[Any]

    Permalink
  46. def lwwmapFromProto(lwwmap: msg.ReplicatedDataMessages.LWWMap): LWWMap[Any]

    Permalink
  47. def lwwmapToProto(lwwmap: LWWMap[_]): msg.ReplicatedDataMessages.LWWMap

    Permalink
  48. 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
    ReplicatedDataSerializerSerializerWithStringManifest
  49. def multimapFromBinary(bytes: Array[Byte]): ORMultiMap[Any]

    Permalink
  50. def multimapFromProto(multimap: msg.ReplicatedDataMessages.ORMultiMap): ORMultiMap[Any]

    Permalink
  51. def multimapToProto(multimap: ORMultiMap[_]): msg.ReplicatedDataMessages.ORMultiMap

    Permalink
  52. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  55. def ormapFromBinary(bytes: Array[Byte]): ORMap[ReplicatedData]

    Permalink
  56. def ormapFromProto(ormap: msg.ReplicatedDataMessages.ORMap): ORMap[ReplicatedData]

    Permalink
  57. def ormapToProto(ormap: ORMap[_]): msg.ReplicatedDataMessages.ORMap

    Permalink
  58. def orsetFromBinary(bytes: Array[Byte]): ORSet[Any]

    Permalink
  59. def orsetFromProto(orset: msg.ReplicatedDataMessages.ORSet): ORSet[Any]

    Permalink
  60. def orsetToProto(orset: ORSet[_]): msg.ReplicatedDataMessages.ORSet

    Permalink
  61. def otherMessageFromBinary(bytes: Array[Byte]): AnyRef

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

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

    Permalink
    Definition Classes
    SerializationSupport
  64. def pncounterFromBinary(bytes: Array[Byte]): PNCounter

    Permalink
  65. def pncounterFromProto(pncounter: msg.ReplicatedDataMessages.PNCounter): PNCounter

    Permalink
  66. def pncounterToProto(pncounter: PNCounter): msg.ReplicatedDataMessages.PNCounter

    Permalink
  67. def pncountermapFromBinary(bytes: Array[Byte]): PNCounterMap

    Permalink
  68. def pncountermapFromProto(pncountermap: msg.ReplicatedDataMessages.PNCounterMap): PNCounterMap

    Permalink
  69. def pncountermapToProto(pncountermap: PNCounterMap): msg.ReplicatedDataMessages.PNCounterMap

    Permalink
  70. def resolveActorRef(path: String): ActorRef

    Permalink
    Definition Classes
    SerializationSupport
  71. def serialization: Serialization

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

    Permalink
    Definition Classes
    AnyRef
  73. val system: ExtendedActorSystem

    Permalink

    Actor system which is required by most serializer implementations.

    Actor system which is required by most serializer implementations.

    Definition Classes
    ReplicatedDataSerializerBaseSerializerSerializationSupport
  74. 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
    ReplicatedDataSerializerSerializerWithStringManifestSerializer
  75. def toString(): String

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

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

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

    Permalink
    Definition Classes
    SerializationSupport
  79. def versionVectorFromBinary(bytes: Array[Byte]): VersionVector

    Permalink
  80. def versionVectorFromProto(versionVector: msg.ReplicatedDataMessages.VersionVector): VersionVector

    Permalink
  81. def versionVectorToProto(versionVector: VersionVector): msg.ReplicatedDataMessages.VersionVector

    Permalink
  82. final def wait(): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReplicatedDataSerializer to ArrowAssoc[ReplicatedDataSerializer] 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 ReplicatedDataSerializer to any2stringadd[ReplicatedDataSerializer]

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

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

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

Ungrouped