Serialized Form


Package net.obsearch.cache

Class net.obsearch.cache.AbstractOBCache extends LinkedHashMap<K,O> implements Serializable

Serialized Fields

cacheSize

int cacheSize

Class net.obsearch.cache.OBCacheByteArray extends AbstractOBCache<ByteArrayKey,O> implements Serializable

Serialized Fields

handler

OBCacheHandlerByteArray<O> handler

Class net.obsearch.cache.OBCacheLong extends AbstractOBCache<Long,O> implements Serializable

Serialized Fields

handler

OBCacheHandlerLong<O> handler

Package net.obsearch.example

Class net.obsearch.example.HelpException extends Exception implements Serializable

serialVersionUID: 3846185455280774496L

Class net.obsearch.example.SliceAST extends antlr.BaseAST implements Serializable

serialVersionUID: -7669115912647058933L

Serialized Fields

decendants

int decendants
Number of children this node has.


text

String text
The text of this node.

Class net.obsearch.example.SliceParseException extends OBException implements Serializable

serialVersionUID: 3774865697155505953L


Package net.obsearch.exception

Class net.obsearch.exception.AlreadyFrozenException extends OBException implements Serializable

Class net.obsearch.exception.BoxNotAvailableException extends OBException implements Serializable

Class net.obsearch.exception.ClusteringFailedException extends OBException implements Serializable

Class net.obsearch.exception.IllegalIdException extends OBException implements Serializable

Serialized Fields

id

long id

idbytes

byte[] idbytes

Class net.obsearch.exception.IllegalKException extends OBException implements Serializable

Class net.obsearch.exception.KMeansException extends OBException implements Serializable

Class net.obsearch.exception.KMeansHungUpException extends OBException implements Serializable

Class net.obsearch.exception.NotFrozenException extends OBException implements Serializable

Class net.obsearch.exception.OBException extends Exception implements Serializable

Class net.obsearch.exception.OBStorageException extends OBException implements Serializable

Class net.obsearch.exception.OutOfRangeException extends OBException implements Serializable

Serialized Fields

message

String message

Class net.obsearch.exception.PivotsUnavailableException extends Exception implements Serializable

Class net.obsearch.exception.UndefinedPivotsException extends Exception implements Serializable

Class net.obsearch.exception.UnsupportedStorageException extends Exception implements Serializable


Package net.obsearch.index.bucket

Class net.obsearch.index.bucket.SimpleBloomFilter extends Object implements Serializable

serialVersionUID: 3527833617516722215L

Serialized Fields

k

int k

bitSet

BitSet bitSet

bitArraySize

int bitArraySize

expectedElements

int expectedElements

Package net.obsearch.index.ghs

Class net.obsearch.index.ghs.CBitVector extends cern.colt.bitvector.BitVector implements Serializable

serialVersionUID: 1L


Package net.obsearch.utils

Class net.obsearch.utils.BloomFilter64bit extends Object implements Serializable

serialVersionUID: 2317000663009608403L

Serialized Fields

m

long m
The number of bits in this filter.


d

int d
The number of hash functions used by this filter.


bits

long[] bits
The underlying bit vector.


weight

long[][] weight
The random integers used to generate the hash functions.


size

int size
The number of elements currently in the filter. It may be smaller than the actual number of additions of distinct character sequences because of false positives.


converter

ByteBuffer converter
Convert longs into byte[] to speed up computation.



Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.