Class DatabaseBlobKey

java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<PK>
io.datarouter.model.key.primary.BasePrimaryKey<PK>
io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatabaseBlobKey>
io.datarouter.storage.file.DatabaseBlobKey
All Implemented Interfaces:
io.datarouter.model.field.FieldSet<DatabaseBlobKey>, io.datarouter.model.key.entity.EntityKey<DatabaseBlobKey>, io.datarouter.model.key.Key<DatabaseBlobKey>, io.datarouter.model.key.primary.EntityPrimaryKey<DatabaseBlobKey,DatabaseBlobKey>, io.datarouter.model.key.primary.PrimaryKey<DatabaseBlobKey>, io.datarouter.model.key.primary.RegularPrimaryKey<DatabaseBlobKey>, io.datarouter.model.key.unique.UniqueKey<DatabaseBlobKey>, io.datarouter.model.serialize.fielder.Fielder<DatabaseBlobKey>, io.datarouter.model.serialize.fielder.PrimaryKeyFielder<DatabaseBlobKey>, Comparable<io.datarouter.model.field.FieldSet<DatabaseBlobKey>>

public class DatabaseBlobKey extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatabaseBlobKey>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class io.datarouter.model.key.BaseKey

    NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<io.datarouter.model.field.Field<?>>
     
     
     

    Methods inherited from class io.datarouter.model.key.primary.base.BaseRegularPrimaryKey

    getEntityKey, getEntityKeyFields, getPostEntityKeyFields, prefixFromEntityKey

    Methods inherited from class io.datarouter.model.field.BaseFieldSet

    compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Comparable

    compareTo

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

    getFields

    Methods inherited from interface io.datarouter.model.field.FieldSet

    getFieldNames, getFieldValue, getFieldValues
  • Constructor Details

    • DatabaseBlobKey

      public DatabaseBlobKey()
    • DatabaseBlobKey

      public DatabaseBlobKey(PathbeanKey key)
  • Method Details

    • getFields

      public List<io.datarouter.model.field.Field<?>> getFields()
    • getPathAndFile

      public String getPathAndFile()
    • toString

      public String toString()
      Overrides:
      toString in class io.datarouter.model.field.BaseFieldSet<DatabaseBlobKey>