Package com.yahoo.prelude.query
Class PredicateQueryItem.Entry
- java.lang.Object
-
- com.yahoo.prelude.query.PredicateQueryItem.EntryBase
-
- com.yahoo.prelude.query.PredicateQueryItem.Entry
-
- Enclosing class:
- PredicateQueryItem
public static class PredicateQueryItem.Entry extends PredicateQueryItem.EntryBase
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
encode(java.nio.ByteBuffer buffer)
java.lang.String
getValue()
-
Methods inherited from class com.yahoo.prelude.query.PredicateQueryItem.EntryBase
getKey, getSubQueryBitmap, setSubQueryBitmap
-
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
encode
public void encode(java.nio.ByteBuffer buffer)
- Specified by:
encode
in classPredicateQueryItem.EntryBase
-
-