public interface ReplicaListTransformer
Modifier and Type | Method and Description |
---|---|
void |
transform(List<?> choices)
Transforms the passed in list of choices.
|
void transform(List<?> choices)
choices
- - a list of choices to transform, typically the choices are Replica
objects but choices
can also be String
objects such as URLs passed in via the ShardParams.SHARDS
parameter.Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.