public interface Extractor<T> extends Serializable
Extractor
turns a record into a byte array for writing data. For use with CompressWriters
.Modifier and Type | Method and Description |
---|---|
byte[] |
extract(T element) |
byte[] extract(T element)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.