Uses of Class
org.apache.accumulo.server.conf.codec.VersionedPropCodec
-
Packages that use VersionedPropCodec Package Description org.apache.accumulo.server.conf.codec org.apache.accumulo.server.conf.store.impl -
-
Uses of VersionedPropCodec in org.apache.accumulo.server.conf.codec
Subclasses of VersionedPropCodec in org.apache.accumulo.server.conf.codec Modifier and Type Class Description classVersionedPropGzipCodecInitial property encoding that (optionally) uses gzip to compress the property map.Methods in org.apache.accumulo.server.conf.codec that return VersionedPropCodec Modifier and Type Method Description static VersionedPropCodecVersionedPropGzipCodec. codec(boolean compress)static VersionedPropCodecVersionedPropCodec. getDefault() -
Uses of VersionedPropCodec in org.apache.accumulo.server.conf.store.impl
Constructors in org.apache.accumulo.server.conf.store.impl with parameters of type VersionedPropCodec Constructor Description ZooPropLoader(ZooReaderWriter zrw, VersionedPropCodec propCodec, PropStoreWatcher propStoreWatcher, PropStoreMetrics metrics)
-