T - comparable data typepublic abstract class UnaryFilter<T extends Comparable<T>> extends Object implements Filter, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected FilterType |
filterType |
protected T |
value |
| Modifier | Constructor and Description |
|---|---|
|
UnaryFilter() |
protected |
UnaryFilter(T value,
FilterType filterType) |
| Modifier and Type | Method and Description |
|---|---|
abstract Filter |
copy() |
void |
deserialize(ByteBuffer buffer) |
boolean |
equals(Object obj) |
FilterType |
getFilterType() |
T |
getValue() |
int |
hashCode() |
void |
serialize(DataOutputStream outputStream) |
void |
setValue(T value) |
abstract String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainStartEndTime, getSerializeId, satisfy, satisfy, satisfyStartEndTime, serializeprotected T extends Comparable<T> value
protected FilterType filterType
public UnaryFilter()
protected UnaryFilter(T value, FilterType filterType)
public T getValue()
public void setValue(T value)
public FilterType getFilterType()
public void serialize(DataOutputStream outputStream)
public void deserialize(ByteBuffer buffer)
deserialize in interface FilterCopyright © 2022 The Apache Software Foundation. All rights reserved.