Class RedisBlobCodec<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>>

java.lang.Object
io.datarouter.client.redis.RedisBlobCodec<PK,​D,​F>

public class RedisBlobCodec<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>>
extends Object
  • Constructor Details

    • RedisBlobCodec

      public RedisBlobCodec​(io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,​D,​F> fieldInfo, int nodeVersion)
  • Method Details

    • encodeKey

      public byte[] encodeKey​(io.datarouter.storage.file.PathbeanKey pk)