public class BSet extends java.lang.Object implements java.lang.Comparable<BSet>
Filter
s (conjunctions of AttributeConstraint
s)
as well as Notifications
(messages) and their attributes.Modifier and Type | Field and Description |
---|---|
java.util.BitSet |
bits |
static int |
BLOOM_FILTER_SIZE |
Constructor and Description |
---|
BSet() |
BSet(BSet other) |
BSet(Filter f) |
BSet(Notification n) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BSet other) |
boolean |
covers(java.util.BitSet other) |
boolean |
covers(BSet other) |
void |
encodeConstraint(java.lang.String name,
AttributeConstraint cons) |
void |
encodeEquals(java.lang.String name,
AttributeValue value) |
void |
encodeExists(java.lang.String name,
AttributeValue value) |
void |
encodeFilter(Filter f) |
void |
encodeNotification(Notification n) |
void |
encodeNotificationAttribute(java.lang.String name,
AttributeValue value) |
boolean |
equals(BSet b) |
java.lang.String |
toString() |
public static int BLOOM_FILTER_SIZE
public java.util.BitSet bits
public BSet(Notification n)
public BSet(Filter f)
public BSet()
public BSet(BSet other)
public boolean covers(java.util.BitSet other)
public boolean covers(BSet other)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(BSet b)
public void encodeFilter(Filter f)
public void encodeNotification(Notification n)
public void encodeNotificationAttribute(java.lang.String name, AttributeValue value)
public void encodeConstraint(java.lang.String name, AttributeConstraint cons)
public void encodeEquals(java.lang.String name, AttributeValue value)
public void encodeExists(java.lang.String name, AttributeValue value)
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga