Package org.apache.accumulo.server.conf.codec
package org.apache.accumulo.server.conf.codec
-
ClassesClassDescriptionSerialization metadata to allow for evolution of the encoding used for property storage.Abstract class to provide encoding / decoding of versioned properties.Version properties maintain a
Map<String,String>
; of property k,v pairs along with versioning information metadata.Initial property encoding that (optionally) uses gzip to compress the property map.