A B C D E F G H I J K L M N O P Q R S T U V W Y Z _

E

elementAt(int) - Method in class ostore.util.QSVector
Returns the component at the specified index.
elementCount - Variable in class ostore.util.QSVector
The number of elements currently in the QSVector.
elementData - Variable in class ostore.util.QSVector
The array of objects stored in this QSVector.
elements() - Method in class ostore.util.IntHashtable
Returns an enumeration of the values in this hashtable.
Elen() - Method in class ostore.archive.cauchy.Parameters
Elen is the length of the encoding in words.
emissions - Variable in class ostore.oil.HMM.Segment
Estimated count of output emissions from this state.
emissions - Variable in class ostore.oil.HMM.Delta
Estimated count of state-output emissions.
emissions - Variable in class ostore.oil.HMM
 
emit_deltas - Variable in class ostore.introspect.SDMBuilder
true iff this Builder should publish Deltas for its Model whenever the model parameters are recalculated.
emit_deltas - Variable in class ostore.oil.HMMBuilder
true iff this Builder should publish Deltas for its Model whenever the model parameters are recalculated.
empty() - Method in interface ostore.cache.CachePolicy
Are there any lines in here?
empty() - Method in class ostore.cache.ClockAlgorithm
 
empty() - Method in class ostore.util.Queue
 
empty() - Method in class ostore.util.PriorityQueue
returns the number of objects currently in the queue (0 means empty).
enc_msg - Variable in class ostore.archive.FragmentBucket
 
encode(byte[], int[], int[], Stats) - Method in class ostore.archive.Erasure
encode encodes a object using an erasure code.
encode(byte[], int[], int[], Stats) - Method in class ostore.archive.cauchy.Cauchy
encode encodes an object using an erasure code.
encode(byte[], int[], int[], Stats) - Method in class ostore.archive.interleaved.Interleaved
encodes an object using an erasure code.
encode(int[], int[], Parameters) - Static method in class ostore.archive.cauchy.CauchyEncode
encode uses the cauchy erasure encoding method to encode a message into fragments.
encodeHandlerTime - Variable in class ostore.archive.GuidResult
encodeHandlerTime is the time of the encode handler method call.
encodeMethodTime - Variable in class ostore.archive.GuidResult
encodeMethodTime is the time of the encode method call.
encodeTime - Variable in class ostore.archive.GuidResult
encodeTime is the Erasure encode time only.
encodeTime - Variable in class ostore.archive.Stats
 
encodeTimeC - Variable in class ostore.archive.GuidResult
encodeTime is the Erasure encode time only, measured from the C level.
ENCODETYPE - Static variable in class ostore.archive.cauchy.Cauchy
 
ENCODETYPE - Static variable in class ostore.archive.interleaved.Interleaved
 
encodeTypeOffset - Static variable in class ostore.archive.Fragment
Offset for the type of encoding used to generate this fragment.
encrypt(SecureHash, byte[]) - Method in class ostore.client.ClientCryptModule
 
encryptedPrivateKey - Variable in class ostore.archive.events.DisseminateTombstoneReq
DeathCert = Signed (RP_private_key, Encrypted (RP_public_key, (PR_private_key, PR_public_key))) which is given to us by the RP at ring creation time
engine - Variable in class ostore.mac.HMACDHHandler.MacBuffer
 
engine - Variable in class ostore.security.SignedQS.SignatureBuffer
 
engineDigest() - Method in class ostore.util.SHA1NativeIF
engineDigest completes the hash computation by performing final operations such as padding.
engineDigest(byte[], int, int) - Method in class ostore.util.SHA1NativeIF
engineDigest completes the hash computation by performing final operations such as padding.
engineGetDigestLength() - Method in class ostore.util.SHA1NativeIF
engineGetDigestLength returns the digest length in bytes.
engineGetParameter(String) - Method in class ostore.security.RawNativeRSASignature_PKCS1_SHA1
 
engineGetParameter(String) - Method in class ostore.security.NativeRSASignature_PKCS1_SHA1
 
engineGetParameter(String) - Method in class ostore.security.thresh.ThresholdSignature
 
engineInit() - Method in class ostore.util.SHA1NativeIF
engineInit initializes the digest for further use.
engineInitSign(PrivateKey) - Method in class ostore.security.RawNativeRSASignature_PKCS1_SHA1
Initializes this signature object for signing, using the given private key.
engineInitSign(PrivateKey) - Method in class ostore.security.NativeRSASignature_PKCS1_SHA1
Initializes this signature object for signing, using the given private key.
engineInitSign(PrivateKey) - Method in class ostore.security.thresh.ThresholdSignature
 
engineInitSign(PrivateKey, SecureRandom) - Method in class ostore.security.RawNativeRSASignature_PKCS1_SHA1
 
engineInitSign(PrivateKey, SecureRandom) - Method in class ostore.security.NativeRSASignature_PKCS1_SHA1
 
engineInitVerify(PublicKey) - Method in class ostore.security.RawNativeRSASignature_PKCS1_SHA1
Initializes this signature object for verification, using the given public key.
engineInitVerify(PublicKey) - Method in class ostore.security.NativeRSASignature_PKCS1_SHA1
Initializes this signature object for verification, using the given public key.
engineInitVerify(PublicKey) - Method in class ostore.security.thresh.ThresholdSignature
 
engineReset() - Method in class ostore.util.SHA1NativeIF
engineReset resets the digest for further use.
engines - Variable in class ostore.dtree.DTreeNode
A QSSignature->Signature map for storing verification engines for the various signature algorithms used.
engineSetParameter(AlgorithmParameterSpec) - Method in class ostore.security.RawNativeRSASignature_PKCS1_SHA1
 
engineSetParameter(AlgorithmParameterSpec) - Method in class ostore.security.NativeRSASignature_PKCS1_SHA1
 
engineSetParameter(String, Object) - Method in class ostore.security.RawNativeRSASignature_PKCS1_SHA1
 
engineSetParameter(String, Object) - Method in class ostore.security.NativeRSASignature_PKCS1_SHA1
 
engineSetParameter(String, Object) - Method in class ostore.security.thresh.ThresholdSignature
 
engineSign() - Method in class ostore.security.NativeRSASignature_PKCS1_SHA1
Terminates the update process and returns the signature bytes of all the data signed so far.
engineSign() - Method in class ostore.security.thresh.ThresholdSignature
 
engineSign(SecureHash) - Method in class ostore.security.RawNativeRSASignature_PKCS1_SHA1
Terminates the update process and returns the signature bytes of all the data signed so far.
engineUpdate(byte) - Method in class ostore.security.NativeRSASignature_PKCS1_SHA1
Updates the data to be signed or verified, using one byte.
engineUpdate(byte) - Method in class ostore.util.SHA1NativeIF
engineUpdate updates the digest using the specified byte.
engineUpdate(byte) - Method in class ostore.security.thresh.ThresholdSignature
 
engineUpdate(byte[], int, int) - Method in class ostore.security.NativeRSASignature_PKCS1_SHA1
Updates the data to be signed or verified, using the specified sub-array of bytes, starting at the specified offset.
engineUpdate(byte[], int, int) - Method in class ostore.util.SHA1NativeIF
engineUpdate updates the digest using the specified array of bytes, starting at the specified offset.
engineUpdate(byte[], int, int) - Method in class ostore.security.thresh.ThresholdSignature
 
engineUpdateAndDigest(byte[], int, int, byte[], int, int) - Method in class ostore.util.SHA1NativeIF
engineUpdateAndDigest in one call updates the digest using the specified array of bytes, starting at the specified offset.
engineVerify(byte[]) - Method in class ostore.security.NativeRSASignature_PKCS1_SHA1
Terminates the update process and verifies that the passed signature equals that of a generated one based on the updated data so far.
engineVerify(byte[]) - Method in class ostore.security.thresh.ThresholdSignature
 
engineVerify(byte[], SecureHash) - Method in class ostore.security.RawNativeRSASignature_PKCS1_SHA1
Terminates the update process and verifies that the passed signature equals that of a generated one based on the updated data so far.
enqueue_commit(Object) - Method in class ostore.dispatch.Test.Sink
 
enqueue_lossy(QueueElementIF) - Method in class ostore.dispatch.Test.Sink
 
enqueue_msg(ATcpConnection, NetworkMessage) - Method in class ostore.network.MultiplexedNetwork
 
enqueue_prepare(QueueElementIF[]) - Method in class ostore.dispatch.Test.Sink
 
enqueue_prepare(QueueElementIF[]) - Method in class ostore.dispatch.Test.DeadSink
 
enqueue(ATcpConnection) - Method in class ostore.dataobj.ArchiveOutputBuffer
 
enqueue(ATcpConnection) - Method in class ostore.network.NetworkOutputBuffer
 
enqueue(Object) - Method in class ostore.util.Queue
 
enqueue(QueueElementIF) - Method in class ostore.dispatch.Classifier.SlowLink
Place the event on the receiver's sink in delay milliseconds.
enqueue(QueueElementIF) - Method in class ostore.dispatch.Test.Sink
 
enqueue(QueueElementIF) - Method in class ostore.dispatch.TSink
Enqueues the event in the SinkIF corresponding to this TSink's VQueue.
enqueue(QueueElementIF) - Method in class ostore.dispatch.Classifier
Dispatches an event, just like dispatch.
enqueue(QueueElementIF, SinkIF) - Method in class ostore.util.StandardStage
 
enqueue(SinkIF, QueueElementIF) - Method in class ostore.network.PingStage
 
enqueueWOChecks(QueueElementIF) - Method in class ostore.dispatch.TSink
Enqueues the event without doing the checks.
ensureCapacity(int) - Method in class ostore.util.QSVector
Grow the storage array if necessary.
epoch - Variable in class ostore.apps.qtree.impl.TreeKey
 
Epoch - class ostore.apps.qtree.impl.Epoch.
 
Epoch(InputBuffer) - Constructor for class ostore.apps.qtree.impl.Epoch
 
Epoch(long, long) - Constructor for class ostore.apps.qtree.impl.Epoch
 
equals(BtreeKey) - Method in class ostore.dataobj.SHA1HashKey
 
equals(BtreeKey) - Method in class ostore.dataobj.LongKey
 
equals(BtreeKey) - Method in interface ostore.dataobj.BtreeKey
 
equals(byte[], byte[]) - Static method in class ostore.util.ByteUtils
Determines whether two arrays of bytes contain the same contents.
equals(Object) - Method in class ostore.archive.FragmentTag
Compares this FragmentTag with another tag, and returns true iff they are the same type of tag.
equals(Object) - Method in class ostore.cache.CacheablePinned
Compares this CacheablePinned with another , and returns true iff they are the same object.
equals(Object) - Method in class ostore.cache.CacheableIdentity
Tests for complete equality with other CacheableIdentitys.
equals(Object) - Method in class ostore.cache.CacheableHandle
Compares this CacheablePinned with another , and returns true iff they are the same object.
equals(Object) - Method in class ostore.client.OSAppId
 
equals(Object) - Method in class ostore.dataobj.Range
 
equals(Object) - Method in class ostore.dataobj.RPCert
 
equals(Object) - Method in class ostore.dataobj.PRCert
 
equals(Object) - Method in class ostore.dataobj.KeyedSelection
 
equals(Object) - Method in class ostore.dataobj.CompositeSelection
 
equals(Object) - Method in class ostore.dataobj.All
 
equals(Object) - Method in class ostore.inner.Heartbeat
 
equals(Object) - Method in class ostore.introspect.SimpleRealTime.Distance
 
equals(Object) - Method in class ostore.introspect.RecordEventReq.EventId
 
equals(Object) - Method in class ostore.introspect.SemanticDistanceModel.TestType
 
equals(Object) - Method in class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue.TupleComparator
 
equals(Object) - Method in class ostore.introspect.SemanticDistanceModel.Tuple
 
equals(Object) - Method in class ostore.introspect.Distance.InfiniteDistance
 
equals(Object) - Method in class ostore.introspect.Time.NeverTime
 
equals(Object) - Method in class ostore.introspect.SimpleRealTime
 
equals(Object) - Method in interface ostore.introspect.Distance
 
equals(Object) - Method in class ostore.replica.ReplicaTag
Tests whether this tag is equivalent to another.
equals(Object) - Method in class ostore.security.SignedQSTree.Root
 
equals(Object) - Method in class ostore.security.SafeBigInt
 
equals(Object) - Method in class ostore.security.QSSha1RsaSignature
 
equals(Object) - Method in class ostore.security.QSRsaPublicKey
 
equals(Object) - Method in class ostore.security.QSDHPublicKey
 
equals(Object) - Method in class ostore.util.QSList
 
equals(Object) - Method in class ostore.util.QSBigInteger
 
equals(Object) - Method in class ostore.util.QSPair
 
equals(Object) - Method in class ostore.util.Triple
 
equals(Object) - Method in class ostore.util.QSHashMap
Compare this QSHashMap to another Object.
equals(Object) - Method in class ostore.util.VID
Tests for equality (type and id).
equals(Object) - Method in class ostore.util.SHA1Hash
Compares this SecureHash with another hash, and returns true iff they are the same type of hash and have the same byte representation
equals(Object) - Method in class ostore.util.QSVector
Compare this QSVector to another Object.
equals(Object) - Method in class ostore.util.QSTreeSet
Compare this QSTreeSet to another Object.
equals(Object) - Method in class ostore.util.QSString
 
equals(Object) - Method in class ostore.util.QSLong
 
equals(Object) - Method in class ostore.util.QSInt
 
equals(Object) - Method in class ostore.util.QSDate
 
equals(Object) - Method in class ostore.util.QSByteArray
 
equals(Object) - Method in class ostore.util.QSBool
 
equals(Object) - Method in class ostore.util.QSArray
 
equals(Object) - Method in class ostore.util.Pair
 
equals(Object) - Method in class ostore.util.NodeId
 
equals(Object) - Method in interface ostore.util.SecureHash
Compares this SecureHash with another hash, and returns true iff they are the same type of hash and have the same byte representation
equals(Object) - Method in class ostore.security.thresh.Verifier
 
equals(Object) - Method in class ostore.security.thresh.ThresholdSignature
 
equals(Object) - Method in class ostore.security.thresh.SigShare
 
equals(Object) - Method in class ostore.apps.qtree.impl.QTreeCloseMsgAck
 
equals(Object) - Method in class ostore.apps.qtree.impl.QTreeCloseMsg
 
equals(Object) - Method in class ostore.apps.qtree.impl.Epoch
 
equals(Object) - Method in class ostore.apps.qtree.impl.QTreeDownMsgAck
 
equals(Object) - Method in class ostore.apps.qtree.impl.QTreeUpMsgAck
 
equals(Object) - Method in class ostore.apps.qtree.impl.QTreeRepairMsg
 
equals(Object) - Method in class ostore.apps.qtree.impl.TreeKey
 
equals(Object) - Method in class ostore.apps.qtree.impl.QTreeGroupMsgAck
 
equals(Object) - Method in class ostore.apps.qtree.impl.QTreeGroupMsg
 
equals(Object) - Method in class ostore.apps.qtree.impl.QTreeDownMsg
 
equals(Object) - Method in class ostore.apps.qtree.impl.QTreeUpMsg
 
Erasure - class ostore.archive.Erasure.
the Erasure class is an abstract class (interface) for all erasure codes For example, Cauchy-Reed-Solomon, Interleaved-Reed-Solomon, or Tornado codes.
Erasure(int) - Constructor for class ostore.archive.Erasure
CONSTRUCTOR: initializes the the erasure class according to the specified parameters.
Erasure(int, int) - Constructor for class ostore.archive.Erasure
CONSTRUCTOR: initializes the the erasure class according to the specified parameters.
Erasure(int, int, int, boolean, NodeId) - Constructor for class ostore.archive.Erasure
CONSTRUCTOR initializes the the erasure class according to the specified parameters.
erasureBlockSize - Variable in class ostore.archive.GuidResult
erasureBlockSize is the size of the array of bytes used in the Erasure code in bytes.
ErasureDecodeException - exception ostore.archive.ErasureDecodeException.
The ErasureDecodeException is an ErasureException that is thrown if an exception condition occurs during an erasure decode process.
ErasureDecodeException(int, int) - Constructor for class ostore.archive.ErasureDecodeException
CONSTRUCTOR: Initialize ErasureDecodeException class by specified parameters.
ErasureDecodeException(String) - Constructor for class ostore.archive.ErasureDecodeException
CONSTRUCTOR: Initialize ErasureDecodeException class by specified parameters.
ErasureEncodeException - exception ostore.archive.ErasureEncodeException.
The ErasureEncodeException is an ErasureException that is thrown if an exception condition occurs during an erasure encode process.
ErasureEncodeException(String) - Constructor for class ostore.archive.ErasureEncodeException
CONSTRUCTOR: Initialize ErasureEncodeException class by specified parameters.
ErasureException - exception ostore.archive.ErasureException.
The ErasureException is thrown if an exception condition occurs during an erasure process.
ErasureException(String) - Constructor for class ostore.archive.ErasureException
CONSTRUCTOR: Initialize ErasureException class with specified parameters.
erasureType - Variable in class ostore.archive.events.GenerateFragsChkptReq
erasureType == code for the type of erasure code to use.
erasureType - Variable in class ostore.archive.events.GenerateFragsBlkReq
erasureType == code for the type of erasure code to use.
error - Variable in class ostore.util.QueueElementRespIF
One of the error codes defined by the subclass (or QueueElementRespIF.NO_ERROR).
error_code - Variable in class ostore.dtree.DTreeResp
One of the error codes above (or NO_ERROR).
error_code - Variable in class ostore.read.ReadResp
One of the error codes above (or NO_ERROR).
error_code - Variable in class ostore.replica.ReplicaResp
One of the error codes above (or NO_ERROR).
error(PingStage.PingReq) - Method in class ostore.network.PingStage
 
error(String) - Static method in class ostore.util.Carp
Print a message and current stack trace to standard error.
error(Throwable) - Static method in class ostore.util.Carp
Print an exception's message and stack trace to standard error.
est_rtt_ms - Variable in class ostore.network.NetworkMessage
The sending node's estimate of the round trip time between it and the receiving node, or -1 if this information is not available.
establish(SecureHash) - Method in class ostore.mac.MacHandler
Establish a connection between the guid and this instance of sandstorm

Once a connection is established, the MacHandler will broadcast a MacHandler.KeyEstablished announcement.
establish(SecureHash) - Method in class ostore.mac.HMACDHHandler
Establish a connection between the guid and this instance of sandstorm

Once a connection is established, the MacHandler will broadcast a MacHandler.KeyEstablished announcement.
ESTABLISHED - Static variable in class ostore.mac.PartyInfo
A connection has been established and secret ready for use.
establishedParties - Variable in class ostore.mac.HMACDHHandler
 
evaluate(UpdateRequest, UpdateContinuation, DataCache) - Method in class ostore.update.UpdateTuple
Evaluate the predicate of this tuple.
event_types - Variable in class ostore.util.StandardStage
 
EventCountMsg - class ostore.oil.EventCountMsg.
EventCountMsg is an event that tells you how many times a specified event has been counted by EventCountStage.
EventCountMsg(String, int) - Constructor for class ostore.oil.EventCountMsg
 
EventCountRequestMsg - class ostore.oil.EventCountRequestMsg.
EventCountRequestMsg is an event requesting to know how many times a certain event has been counted by EventCountStage.
EventCountRequestMsg(String) - Constructor for class ostore.oil.EventCountRequestMsg
 
EventCountStage - class ostore.oil.EventCountStage.
EventCountStage watches for events of certain types, and counts them.
EventCountStage() - Constructor for class ostore.oil.EventCountStage
 
events_in_queue() - Method in class ostore.cache.StorageManager
 
execute(UpdateRequest, UpdateContinuation, DataCache) - Method in class ostore.update.UpdateTuple
Perform the actions in this tuple.
EXECUTED_STATE - Static variable in class ostore.agree.AgreementState
 
executeRemoveGuids(CacheableIdentity, TputGenerateChkptTest.RemoveGuidsHelper, HandleStore, DataCache, String, String, SecureHash, NodeId) - Static method in class ostore.archive.TputGenerateChkptTest
executeRemoveGuids removes all guids from all blocks named by the topBlockId.
EXECUTING_STATE - Static variable in class ostore.agree.AgreementState
 
EXPAND - Static variable in class ostore.apps.traces.TraceIterator
 
expiration_date - Variable in class ostore.inner.Heartbeat
The official time that this version will expire.
EXPIRATION_DATE - Static variable in class ostore.client.OSMetadata
 
EXPIRATION_DATE - Static variable in class ostore.dataobj.Metadata
 
ExptoFE - Static variable in class ostore.archive.cauchy.InitField
 
extract_hb(SignedQS, SecureHash) - Static method in class ostore.inner.Heartbeat
 
extract(boolean) - Method in class ostore.util.PriorityQueue
extract() returns the object with the smallest priority in the queue and removes it from the queue.
extractFragments(int[], int[], int, int, int, int, int) - Method in class ostore.archive.interleaved.Interleaved
copies fragments from a larger array of them to a smaller one
extractMessage(int[], int[], int, int, int) - Method in class ostore.archive.interleaved.Interleaved
copies a message from a larger message, starting at an offset specified by interIndex

A B C D E F G H I J K L M N O P Q R S T U V W Y Z _