Packages

package kryo

Type Members

  1. class DefaultKeyProvider extends AnyRef

    Default encryption key provider that can be extended to provide encryption key differently.

  2. class DefaultKryoInitializer extends AnyRef

    Extensible strategy to configure and customize kryo instance.

  3. class DefaultQueueBuilder extends AnyRef

    Default queue builder that can be extended to use another type of queue.

    Default queue builder that can be extended to use another type of queue. Notice that it must be a multiple producer and multiple consumer queue type, you could use for example a bounded non-blocking queue.

  4. class EncryptionSettings extends AnyRef

    INTERNAL API - api may change at any point in time without any warning.

  5. class KryoCryptographer extends Transformer
  6. class KryoSerializationSettings extends AnyRef

    INTERNAL API - api may change at any point in time without any warning.

  7. class KryoSerializer extends Serializer with ByteBufferSerializer
  8. class LZ4KryoCompressor extends Transformer
  9. trait Transformer extends AnyRef
  10. class ZipKryoCompressor extends Transformer

Ungrouped