public abstract class BinaryFilter extends Object implements Filter, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
left |
protected Filter |
right |
| Modifier | Constructor and Description |
|---|---|
|
BinaryFilter() |
protected |
BinaryFilter(Filter left,
Filter right) |
| Modifier and Type | Method and Description |
|---|---|
abstract Filter |
copy() |
void |
deserialize(ByteBuffer buffer) |
boolean |
equals(Object obj) |
Filter |
getLeft() |
Filter |
getRight() |
int |
hashCode() |
void |
serialize(DataOutputStream outputStream) |
void |
setLeft(Filter left) |
void |
setRight(Filter right) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainStartEndTime, getSerializeId, satisfy, satisfy, satisfyStartEndTime, serializepublic void setLeft(Filter left)
public Filter getLeft()
public void setRight(Filter right)
public Filter getRight()
public void serialize(DataOutputStream outputStream)
public void deserialize(ByteBuffer buffer)
deserialize in interface FilterCopyright © 2022 The Apache Software Foundation. All rights reserved.