Package org.apache.hadoop.hdfs.server.federation.store.records


@Private @Evolving package org.apache.hadoop.hdfs.server.federation.store.records
Contains the abstract definitions of the state store data records. The state store supports multiple multiple data records.

Data records inherit from a common class BaseRecord. Data records are serialized when written to the data store using a modular serialization implementation. The default is profobuf serialization. Data is stored as rows of records of the same type with each data member in a record representing a column.