public class FetchKey extends Object implements Serializable
| Constructor and Description |
|---|
FetchKey() |
FetchKey(String fetcherName,
String fetchKey) |
FetchKey(String fetcherName,
String fetchKey,
long rangeStart,
long rangeEnd) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFetcherName() |
String |
getFetchKey() |
long |
getRangeEnd() |
long |
getRangeStart() |
int |
hashCode() |
boolean |
hasRange() |
String |
toString() |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.