Serialized Form


Package org.edg.data.util

Class org.edg.data.util.BloomFilter implements Serializable

Serialized Fields

m_numBits

int m_numBits
the number of bits in the filter


m_bits

byte[] m_bits
the actual bits of the filter


m_entries

int m_entries
the number of entries currently stored. The bloom filter is "full" if m_entries > m_optimalNumKeys


m_optimalNumKeys

int m_optimalNumKeys

m_hash

HashFunction m_hash

Class org.edg.data.util.CommandLineException implements Serializable

Serialized Fields

m_cmd

Command m_cmd

Class org.edg.data.util.ConnectionException implements Serializable

Class org.edg.data.util.CountingBloomFilter implements Serializable

Serialized Fields

m_counts

byte[] m_counts
the counts of the number of times the corresponding bit has been set. These are used on the server which creates the bloom filter to make sure that the are no false negatives when we do deletions from the bloom filter.

Class org.edg.data.util.DataError implements Serializable

Class org.edg.data.util.DataException implements Serializable

Class org.edg.data.util.FaultableException implements Serializable

Class org.edg.data.util.InternalServerException implements Serializable

Class org.edg.data.util.InvalidCatalogEntryException implements Serializable

Serialized Fields

m_entryName

java.lang.String m_entryName

Class org.edg.data.util.InvalidCatalogException implements Serializable

Serialized Fields

m_name

java.lang.String m_name
The name of the catalog which is invalid


m_vendor

java.lang.String m_vendor
The vendor of the catalog which is invalid

Class org.edg.data.util.InvalidConfigurationException implements Serializable

Serialized Fields

m_configResource

java.lang.String m_configResource

Class org.edg.data.util.InvalidConnectionException implements Serializable

Serialized Fields

m_connection

java.lang.String m_connection

Class org.edg.data.util.InvalidFileTypeException implements Serializable

Class org.edg.data.util.InvalidRegExpException implements Serializable

Class org.edg.data.util.LoadableStack implements Serializable

Class org.edg.data.util.MissingReplacementValueException implements Serializable

Serialized Fields

m_key

java.lang.String m_key

Class org.edg.data.util.SimpleBloomFilter implements Serializable


Package org.edg.data.util.attribute

Class org.edg.data.util.attribute.AttributeDefinitionExistsException implements Serializable

Serialized Fields

m_attrDesc

java.lang.String m_attrDesc

Class org.edg.data.util.attribute.EntryExistsException implements Serializable

Serialized Fields

m_entry

java.lang.String m_entry

Class org.edg.data.util.attribute.InvalidNameException implements Serializable

Serialized Fields

m_name

java.lang.String m_name

Class org.edg.data.util.attribute.InvalidQueryException implements Serializable

Serialized Fields

m_reason

java.lang.String m_reason

Class org.edg.data.util.attribute.NoSuchAttributeDefinitionException implements Serializable

Serialized Fields

m_attr

java.lang.String m_attr

Class org.edg.data.util.attribute.NoSuchGuidException implements Serializable

Serialized Fields

m_guid

java.lang.String m_guid

Class org.edg.data.util.attribute.UnappropriateAttributeTypeException implements Serializable

Serialized Fields

m_attrType

java.lang.String m_attrType

m_attrName

java.lang.String m_attrName

Class org.edg.data.util.attribute.UnsupportedAttributeTypeException implements Serializable

Serialized Fields

m_attrType

java.lang.String m_attrType

Class org.edg.data.util.attribute.ValueTooLongException implements Serializable

Serialized Fields

m_name

java.lang.String m_name