Class DatabeanVacuum<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

java.lang.Object
io.datarouter.storage.util.BaseNodeVacuum<PK,D>
io.datarouter.storage.util.DatabeanVacuum<PK,D>

public class DatabeanVacuum<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>> extends BaseNodeVacuum<PK,D>
  • Method Details

    • getKey

      protected PK getKey(D databean)
      Specified by:
      getKey in class BaseNodeVacuum<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>