@PublicEvolving @FunctionalInterface public interface PartitionKeyGenerator<InputT> extends java.util.function.Function<InputT,String>, Serializable
accept()
method specifies how to convert from an
input element to the partition key, a string.andThen, apply, compose, identity
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.