public abstract static class IndexNameFormatter.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IndexNameFormatter |
build() |
abstract IndexNameFormatter.Builder |
dateSeparator(char dateSeparator) |
abstract IndexNameFormatter.Builder |
index(String index) |
public abstract IndexNameFormatter.Builder index(String index)
public abstract IndexNameFormatter.Builder dateSeparator(char dateSeparator)
public final IndexNameFormatter build()
Copyright © 2015–2018 OpenZipkin. All rights reserved.