Class RandomValue.RandomValueFielder

java.lang.Object
io.datarouter.model.serialize.fielder.BaseDatabeanFielder<RandomValueKey,​RandomValue>
io.datarouter.loadtest.storage.RandomValue.RandomValueFielder
All Implemented Interfaces:
io.datarouter.model.serialize.fielder.DatabeanFielder<RandomValueKey,​RandomValue>
Enclosing class:
RandomValue

public static class RandomValue.RandomValueFielder
extends io.datarouter.model.serialize.fielder.BaseDatabeanFielder<RandomValueKey,​RandomValue>
  • Constructor Summary

    Constructors
    Constructor Description
    RandomValueFielder()  
  • Method Summary

    Modifier and Type Method Description
    List<io.datarouter.model.field.Field<?>> getNonKeyFields​(RandomValue databean)  

    Methods inherited from class io.datarouter.model.serialize.fielder.BaseDatabeanFielder

    addOption, getFields, getKeyFielder, getKeyFields, getOption, getOptions, getStringDatabeanCodec, getStringDatabeanCodecClass, getTtlMs, getUniqueIndexes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.datarouter.model.serialize.fielder.DatabeanFielder

    configure
  • Constructor Details

    • RandomValueFielder

      public RandomValueFielder()
  • Method Details

    • getNonKeyFields

      public List<io.datarouter.model.field.Field<?>> getNonKeyFields​(RandomValue databean)