public class FixedSegmentNamingStrategy extends Object implements SegmentNamingStrategy
| Modifier and Type | Field and Description |
|---|---|
private String |
fixedName |
private static org.apache.commons.logging.Log |
logger |
NAME_OVERRIDE_KEY| Constructor and Description |
|---|
FixedSegmentNamingStrategy(String fixedName) |
| Modifier and Type | Method and Description |
|---|---|
String |
nameForRequest(String host) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOverrideNameprivate static final org.apache.commons.logging.Log logger
private String fixedName
public FixedSegmentNamingStrategy(String fixedName)
public String nameForRequest(String host)
nameForRequest in interface SegmentNamingStrategyCopyright © 2017. All rights reserved.