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 _

S

SafeBigInt - class ostore.security.SafeBigInt.
BigInteger is broken in two respects for use with our cryptographic code; this class makes it hard to run into such problems.
SafeBigInt(BigInteger) - Constructor for class ostore.security.SafeBigInt
 
SafeBigInt(byte[]) - Constructor for class ostore.security.SafeBigInt
Don't construct negative numbers.
SafeBigInt(InputBuffer) - Constructor for class ostore.security.SafeBigInt
 
SafeBigInt(int, byte[]) - Constructor for class ostore.security.SafeBigInt
 
SafeBigInt(int, int, Random) - Constructor for class ostore.security.SafeBigInt
 
SafeBigInt(int, Random) - Constructor for class ostore.security.SafeBigInt
 
SafeBigInt(String) - Constructor for class ostore.security.SafeBigInt
 
SafeBigInt(String, int) - Constructor for class ostore.security.SafeBigInt
 
saved - Variable in class ostore.cache.CacheLine
saved indicates whether this cacheline has (0) notBackedUp (not yet written to disk) (1) writingToDisk (currently writing to disk) (2) backedUp (finished writing to disk)
scale(double) - Method in class ostore.introspect.SimpleRealTime.Distance
 
scale(double) - Method in class ostore.introspect.Distance.InfiniteDistance
 
scale(double) - Method in interface ostore.introspect.Distance
 
schedule(long, QueueElementIF) - Method in interface ostore.dispatch.Classifier.TimerCB
dispatches a specified event some time in the future.
schedule(long, QueueElementIF) - Method in class ostore.dispatch.Classifier.DefaultTimerCB
 
Screen - class ostore.oil.Screen.
A model that filters a stream of QuickSerializable objects.
Screen() - Constructor for class ostore.oil.Screen
Construct a new Screen.
Screen(boolean) - Constructor for class ostore.oil.Screen
Construct a new Screen.
Screen(InputBuffer) - Constructor for class ostore.oil.Screen
Constructs a Screen from its serialized form.
SDMBuilder - class ostore.introspect.SDMBuilder.
Stage that accepts RecordEventReqs and builds a local model based on them.
SDMBuilder.InvalidTypeException - exception ostore.introspect.SDMBuilder.InvalidTypeException.
An exception thrown when a config file supplies the name of a class or field that does not satisfy type restrictions.
SDMBuilder.InvalidTypeException(String, String, Class, String) - Constructor for class ostore.introspect.SDMBuilder.InvalidTypeException
Constructs a new InvalidTypeException
SDMBuilder.UnsupportedConfigurationException - exception ostore.introspect.SDMBuilder.UnsupportedConfigurationException.
An exception thrown when a config file requests an operation (e.g. emit_predictions) that a particular Builder does not provide.
SDMBuilder.UnsupportedConfigurationException(String, String, String) - Constructor for class ostore.introspect.SDMBuilder.UnsupportedConfigurationException
Constructs a new UnsupportedConfigurationException
SDMBuilder() - Constructor for class ostore.introspect.SDMBuilder
 
SDMBuilderTest - class ostore.introspect.SDMBuilderTest.
Test for SDMBuilder.
SDMBuilderTest() - Constructor for class ostore.introspect.SDMBuilderTest
 
SEAN_DEBUG - Static variable in class ostore.mac.HMACDHHandler
 
search_versions(Date, Date, Long) - Method in class ostore.replica.Replica
Searches a replica's version history.
search(BtreeKey, HandleStore, DataCache) - Method in class ostore.dataobj.Btree
 
second - Variable in class ostore.util.QSPair
 
second - Variable in class ostore.util.Pair
 
second() - Method in class ostore.util.QSPair
Returns the second element of the pair.
second() - Method in class ostore.util.Triple
 
second() - Method in class ostore.util.Pair
Returns the second element of the pair.
secret - Variable in class ostore.mac.PartyInfo
Our little secret (generated from the DH handshake, acts as seed for other shared secrets, in this case the HMAC)
SecureHash - interface ostore.util.SecureHash.
SecureHash is the interface used to represent classes which are secure hashes An example is the SHA1 hash
SecureHashBuffer - class ostore.util.SecureHashBuffer.
A MessageDigest-like interface for building SecureHashes.
SecureHashBuffer() - Constructor for class ostore.util.SecureHashBuffer
 
SECURITY_THRESHOLD_SIGNATURE - Static variable in class ostore.util.DebugFlags
 
SegmentedModel - interface ostore.oil.SegmentedModel.
An interface for introspective models which participate as part of large, distributed models.
SegmentedModel.Segment - interface ostore.oil.SegmentedModel.Segment.
A single, tagged portion of the global Model state.
SegmentPager - class ostore.oil.SegmentPager.
A stage which fetches model segments to/from remote carriers.
SegmentPager.Request - class ostore.oil.SegmentPager.Request.
 
SegmentPager.Request(InputBuffer) - Constructor for class ostore.oil.SegmentPager.Request
Constructs a Request from its serialized form.
SegmentPager.Request(QuickSerializable) - Constructor for class ostore.oil.SegmentPager.Request
 
SegmentPager.ReverseRequest - class ostore.oil.SegmentPager.ReverseRequest.
 
SegmentPager.ReverseRequest(InputBuffer) - Constructor for class ostore.oil.SegmentPager.ReverseRequest
Constructs a ReverseRequest from its serialized form.
SegmentPager.ReverseRequest(QuickSerializable) - Constructor for class ostore.oil.SegmentPager.ReverseRequest
 
SegmentPager() - Constructor for class ostore.oil.SegmentPager
 
sel - Variable in class ostore.read.ReplicaReadReq
The portion of the DataObject to read, or null if none.
sel - Variable in class ostore.read.ReadReq
The portion of the DataObject to read.
select_victim(boolean) - Method in interface ostore.cache.CachePolicy
Select the most appropriate line to remove.
select_victim(boolean) - Method in class ostore.cache.ClockAlgorithm
 
Selection - interface ostore.dataobj.Selection.
An interface for objects which represent a portion of a DataObject.
self_node_id - Variable in class ostore.cache.BufferCache
 
selfRoot(TreeKey) - Method in class ostore.apps.qtree.impl.QTree
 
SelfTest - class ostore.cache.SelfTest.
 
selfTest() - Method in class ostore.mac.TestStage
 
SemanticDistanceModel - class ostore.introspect.SemanticDistanceModel.
Instrospective model that implements a semantic distance table (distance between events based on continuous time).
SemanticDistanceModel.BoundedPrioQueue - class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue.
Implementation of a priority queue of tuples (sorted by priority) which throws away stuff at the end when it gets larger than bound.
SemanticDistanceModel.BoundedPrioQueue.TupleComparator - class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue.TupleComparator.
 
SemanticDistanceModel.BoundedPrioQueue.TupleComparator() - Constructor for class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue.TupleComparator
 
SemanticDistanceModel.BoundedPrioQueue.TupleComparator(InputBuffer) - Constructor for class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue.TupleComparator
 
SemanticDistanceModel.BoundedPrioQueue(InputBuffer) - Constructor for class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue
 
SemanticDistanceModel.BoundedPrioQueue(int) - Constructor for class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue
New bounded prio queue
SemanticDistanceModel.Delta - class ostore.introspect.SemanticDistanceModel.Delta.
Implements Model.Delta for this model type.
SemanticDistanceModel.Delta(InputBuffer) - Constructor for class ostore.introspect.SemanticDistanceModel.Delta
 
SemanticDistanceModel.Delta(QSVector, SemanticDistanceModel.Filter, SemanticDistanceModel.Table) - Constructor for class ostore.introspect.SemanticDistanceModel.Delta
 
SemanticDistanceModel.Filter - interface ostore.introspect.SemanticDistanceModel.Filter.
A filter determines how to integrate new semantic distance values into the table.
SemanticDistanceModel.Prediction - class ostore.introspect.SemanticDistanceModel.Prediction.
Implements Model.Prediction for this model type.
SemanticDistanceModel.Prediction() - Constructor for class ostore.introspect.SemanticDistanceModel.Prediction
 
SemanticDistanceModel.Prediction(InputBuffer) - Constructor for class ostore.introspect.SemanticDistanceModel.Prediction
 
SemanticDistanceModel.Segment - class ostore.introspect.SemanticDistanceModel.Segment.
A Segment object contains the internal model state associated with a single state.
SemanticDistanceModel.Segment(InputBuffer) - Constructor for class ostore.introspect.SemanticDistanceModel.Segment
Constructs a Segment from its serialized form.
SemanticDistanceModel.Segment(QuickSerializable, SemanticDistanceModel.BoundedPrioQueue, Distance, int) - Constructor for class ostore.introspect.SemanticDistanceModel.Segment
Create a new Segment.
SemanticDistanceModel.Table - class ostore.introspect.SemanticDistanceModel.Table.
The actual semantic distance table.
SemanticDistanceModel.Table(InputBuffer) - Constructor for class ostore.introspect.SemanticDistanceModel.Table
 
SemanticDistanceModel.Table(int, Time) - Constructor for class ostore.introspect.SemanticDistanceModel.Table
Constructor.
SemanticDistanceModel.TestType - class ostore.introspect.SemanticDistanceModel.TestType.
 
SemanticDistanceModel.TestType(InputBuffer) - Constructor for class ostore.introspect.SemanticDistanceModel.TestType
 
SemanticDistanceModel.TestType(String) - Constructor for class ostore.introspect.SemanticDistanceModel.TestType
 
SemanticDistanceModel.Tuple - class ostore.introspect.SemanticDistanceModel.Tuple.
A <QuickSerializable obs,Distance d, int num> tuple.
SemanticDistanceModel.Tuple(InputBuffer) - Constructor for class ostore.introspect.SemanticDistanceModel.Tuple
 
SemanticDistanceModel.Tuple(QuickSerializable, Distance, int) - Constructor for class ostore.introspect.SemanticDistanceModel.Tuple
Constructor.
SemanticDistanceModel(InputBuffer) - Constructor for class ostore.introspect.SemanticDistanceModel
 
SemanticDistanceModel(int, Time, SemanticDistanceModel.Filter) - Constructor for class ostore.introspect.SemanticDistanceModel
Construct a new model.
SemanticDistanceModel(Time) - Constructor for class ostore.introspect.SemanticDistanceModel
Construct a new model with default filter WeightedAvgFilter().
send_message(NetworkMessage, ATcpConnection, NodeId) - Method in class ostore.network.Network
 
send_new_msg() - Method in class ostore.network.SimpleTest
 
send_new_msg(GenerateFragsBlkResp) - Method in class ostore.archive.LatGenerateFragsTest
 
send_new_msg(GenerateFragsChkptResp) - Method in class ostore.archive.LatGenerateChkptTest
 
send_new_msg(NodeId) - Method in class ostore.network.LatTest
 
send_new_put() - Method in class ostore.cache.StorageManagerTest
 
send(QueueElementIF, long) - Method in class ostore.dispatch.Resender
Dispatches the specified event, waits millis milliseconds, then stores the event in the trash pile.
send(QueueElementIF, long, Map, Object) - Method in class ostore.dispatch.Resender
Dispatches the specified event, waits millis milliseconds, then stores the event in the trash pile.
send(QueueElementIF, long, Map, Set) - Method in class ostore.dispatch.Resender
Dispatches the specified event, waits millis milliseconds, then stores the event in the trash pile.
sender - Variable in class ostore.dispatch.Classifier.SlowLink
The name of the sending stage
sender - Variable in class ostore.dtree.DTreeServiceReq
The sender's GUID.
sender - Variable in class ostore.network.NetworkMessage
DO NOT TOUCH THIS FIELD.
SENDER - Static variable in class ostore.network.LatTest
 
seq - Variable in class ostore.agree.ResultMsg
 
seq - Variable in class ostore.agree.PreprepareMsg
 
seq - Variable in class ostore.agree.PrepareMsg
 
seq - Variable in class ostore.agree.ForwardMsg
 
seq - Variable in class ostore.agree.CommitMsg
 
seq - Variable in class ostore.agree.AgreementState
 
seq - Variable in class ostore.apps.test.TapestryHowto.Pong
 
seq - Variable in class ostore.apps.test.TapestryHowto.Ping
 
seq_num - Variable in class ostore.inner.Heartbeat
The index of this version of the object.
serializable_types - Variable in class ostore.util.StandardStage
 
serialize(OutputBuffer) - Method in class ostore.agree.ResultMsg
 
serialize(OutputBuffer) - Method in class ostore.agree.PreprepareMsg
 
serialize(OutputBuffer) - Method in class ostore.agree.PrepareMsg
 
serialize(OutputBuffer) - Method in class ostore.agree.ForwardMsg
 
serialize(OutputBuffer) - Method in class ostore.agree.CommitMsg
 
serialize(OutputBuffer) - Method in class ostore.archive.RequestFragResponseMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.RequestFragQueryState
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.RequestFragQuery
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.RequestFragMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.GuidResult
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.GenerateFragsRespMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.GenerateFragsReqMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.FragmentTag
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.FragmentBucket
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.Fragment
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.ArchiverTag
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.ArchiverLocateRespMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.ArchiverLocateReqMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.ArchiverLocateQuery
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.cache.TestBlock
 
serialize(OutputBuffer) - Method in class ostore.cache.CacheableIdentity
 
serialize(OutputBuffer) - Method in class ostore.client.OSVersionPredicate
 
serialize(OutputBuffer) - Method in class ostore.client.OSVPVersionId
 
serialize(OutputBuffer) - Method in class ostore.client.OSVPTimed
 
serialize(OutputBuffer) - Method in class ostore.client.OSVPSeqNum
 
serialize(OutputBuffer) - Method in class ostore.client.OSVPOnNode
 
serialize(OutputBuffer) - Method in class ostore.client.OSVPLatest
 
serialize(OutputBuffer) - Method in class ostore.client.OSVPFresh
 
serialize(OutputBuffer) - Method in class ostore.client.OSVIDResult
 
serialize(OutputBuffer) - Method in class ostore.client.OSVIDRequest
 
serialize(OutputBuffer) - Method in class ostore.client.OSUpdateTuple
 
serialize(OutputBuffer) - Method in class ostore.client.OSUpdateResult
 
serialize(OutputBuffer) - Method in class ostore.client.OSUpdate
 
serialize(OutputBuffer) - Method in class ostore.client.OSSetAppPropertyRequest
 
serialize(OutputBuffer) - Method in class ostore.client.OSRequest
 
serialize(OutputBuffer) - Method in class ostore.client.OSRegisterAppResult
 
serialize(OutputBuffer) - Method in class ostore.client.OSRegisterAppRequest
 
serialize(OutputBuffer) - Method in class ostore.client.OSRead
 
serialize(OutputBuffer) - Method in class ostore.client.OSPredicateVersionId
 
serialize(OutputBuffer) - Method in class ostore.client.OSPredicateTrue
 
serialize(OutputBuffer) - Method in class ostore.client.OSPredicateFalse
 
serialize(OutputBuffer) - Method in class ostore.client.OSPredicateAnd
 
serialize(OutputBuffer) - Method in class ostore.client.OSPredicate
 
serialize(OutputBuffer) - Method in class ostore.client.OSOpenReplicaResult
 
serialize(OutputBuffer) - Method in class ostore.client.OSOpenReplicaRequest
 
serialize(OutputBuffer) - Method in class ostore.client.OSMetadataResult
 
serialize(OutputBuffer) - Method in class ostore.client.OSMetadataRequest
 
serialize(OutputBuffer) - Method in class ostore.client.OSMetadata
 
serialize(OutputBuffer) - Method in class ostore.client.OSCreateObjectResult
 
serialize(OutputBuffer) - Method in class ostore.client.OSCreateObjectRequest
 
serialize(OutputBuffer) - Method in class ostore.client.OSCloseReplicaResult
 
serialize(OutputBuffer) - Method in class ostore.client.OSCloseReplicaRequest
 
serialize(OutputBuffer) - Method in class ostore.client.OSActionTruncate
 
serialize(OutputBuffer) - Method in class ostore.client.OSActionSetMetadata
 
serialize(OutputBuffer) - Method in class ostore.client.OSActionReplace
 
serialize(OutputBuffer) - Method in class ostore.client.OSActionExpand
 
serialize(OutputBuffer) - Method in class ostore.client.OSActionAppend
 
serialize(OutputBuffer) - Method in class ostore.client.OSAction
 
serialize(OutputBuffer) - Method in class ostore.client.OSReadResult
 
serialize(OutputBuffer) - Method in class ostore.client.OSResult
 
serialize(OutputBuffer) - Method in class ostore.client.OSAppId
 
serialize(OutputBuffer) - Method in class ostore.dataobj.DataObject.DataBlock
 
serialize(OutputBuffer) - Method in class ostore.dataobj.Btree.InteriorNode
 
serialize(OutputBuffer) - Method in class ostore.dataobj.SHA1HashKey
 
serialize(OutputBuffer) - Method in class ostore.dataobj.Range
 
serialize(OutputBuffer) - Method in class ostore.dataobj.RPCert
 
serialize(OutputBuffer) - Method in class ostore.dataobj.PRCert
 
serialize(OutputBuffer) - Method in class ostore.dataobj.Metadata
 
serialize(OutputBuffer) - Method in class ostore.dataobj.LongKey
 
serialize(OutputBuffer) - Method in class ostore.dataobj.KeyedSelection
 
serialize(OutputBuffer) - Method in class ostore.dataobj.DataObject
 
serialize(OutputBuffer) - Method in class ostore.dataobj.CompositeSelection
 
serialize(OutputBuffer) - Method in class ostore.dataobj.Btree
 
serialize(OutputBuffer) - Method in class ostore.dataobj.All
 
serialize(OutputBuffer) - Method in class ostore.dataobj.Acl
 
serialize(OutputBuffer) - Method in class ostore.dtree.Test.StopMsg
 
serialize(OutputBuffer) - Method in class ostore.dtree.RemoteCacheRequestMessage
 
serialize(OutputBuffer) - Method in class ostore.dtree.RemoteCacheReplyMessage
 
serialize(OutputBuffer) - Method in class ostore.dtree.JoinTreeResp
 
serialize(OutputBuffer) - Method in class ostore.dtree.JoinTreeReq
 
serialize(OutputBuffer) - Method in class ostore.dtree.DTreeServiceResp
 
serialize(OutputBuffer) - Method in class ostore.dtree.DTreeServiceReq
 
serialize(OutputBuffer) - Method in class ostore.dtree.DTreeResp
 
serialize(OutputBuffer) - Method in class ostore.dtree.DTreeMsg
 
serialize(OutputBuffer) - Method in class ostore.dtree.DTreeLocateMsg
 
serialize(OutputBuffer) - Method in class ostore.dtree.DTreeReq
 
serialize(OutputBuffer) - Method in class ostore.inner.VGuidGenerationReq
 
serialize(OutputBuffer) - Method in class ostore.inner.VGuidGenerationReject
 
serialize(OutputBuffer) - Method in class ostore.inner.UpdateRespMsg
 
serialize(OutputBuffer) - Method in class ostore.inner.UpdateReqMsg
 
serialize(OutputBuffer) - Method in class ostore.inner.UpdateReject
 
serialize(OutputBuffer) - Method in class ostore.inner.TimedHeartbeatRespMsg
 
serialize(OutputBuffer) - Method in class ostore.inner.TimedHeartbeatReqMsg
 
serialize(OutputBuffer) - Method in class ostore.inner.TimedHeartbeatRejectMsg
 
serialize(OutputBuffer) - Method in class ostore.inner.RejectHint
 
serialize(OutputBuffer) - Method in class ostore.inner.LatestHeartbeatRespMsg
 
serialize(OutputBuffer) - Method in class ostore.inner.LatestHeartbeatResp
 
serialize(OutputBuffer) - Method in class ostore.inner.LatestHeartbeatReqMsg
 
serialize(OutputBuffer) - Method in class ostore.inner.LatestHeartbeatReq
 
serialize(OutputBuffer) - Method in class ostore.inner.LatestHeartbeatReject
 
serialize(OutputBuffer) - Method in class ostore.inner.InnerRingTag
 
serialize(OutputBuffer) - Method in class ostore.inner.InnerRingQueryState
 
serialize(OutputBuffer) - Method in class ostore.inner.InnerRingQuery
 
serialize(OutputBuffer) - Method in class ostore.inner.UpdateResp
 
serialize(OutputBuffer) - Method in class ostore.inner.CreateObjectRespMsg
 
serialize(OutputBuffer) - Method in class ostore.inner.CreateObjectResp
 
serialize(OutputBuffer) - Method in class ostore.inner.CreateObjectReject
 
serialize(OutputBuffer) - Method in class ostore.inner.BlockReadRespMsg
 
serialize(OutputBuffer) - Method in class ostore.inner.BlockReadReqMsg
 
serialize(OutputBuffer) - Method in class ostore.inner.Heartbeat
 
serialize(OutputBuffer) - Method in class ostore.introspect.SimpleRealTime.Distance
 
serialize(OutputBuffer) - Method in class ostore.introspect.RecordEventReq.EventId
 
serialize(OutputBuffer) - Method in class ostore.introspect.WeightedAvgFilter
 
serialize(OutputBuffer) - Method in class ostore.introspect.RecordEventReq
 
serialize(OutputBuffer) - Method in class ostore.introspect.SemanticDistanceModel.TestType
 
serialize(OutputBuffer) - Method in class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue.TupleComparator
 
serialize(OutputBuffer) - Method in class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue
 
serialize(OutputBuffer) - Method in class ostore.introspect.SemanticDistanceModel.Table
 
serialize(OutputBuffer) - Method in class ostore.introspect.SemanticDistanceModel.Tuple
 
serialize(OutputBuffer) - Method in class ostore.introspect.SemanticDistanceModel.Prediction
 
serialize(OutputBuffer) - Method in class ostore.introspect.SemanticDistanceModel.Segment
 
serialize(OutputBuffer) - Method in class ostore.introspect.SemanticDistanceModel.Delta
 
serialize(OutputBuffer) - Method in class ostore.introspect.Distance.InfiniteDistance
 
serialize(OutputBuffer) - Method in class ostore.introspect.Time.NeverTime
 
serialize(OutputBuffer) - Method in class ostore.introspect.SimpleRealTime
 
serialize(OutputBuffer) - Method in class ostore.introspect.SemanticDistanceModel
 
serialize(OutputBuffer) - Method in class ostore.mac.STSVerify
 
serialize(OutputBuffer) - Method in class ostore.mac.QSHMACMD5
 
serialize(OutputBuffer) - Method in class ostore.mac.DHMessage
 
serialize(OutputBuffer) - Method in class ostore.network.TputTest.Msg
 
serialize(OutputBuffer) - Method in class ostore.network.SimpleTest.Msg
 
serialize(OutputBuffer) - Method in class ostore.network.LatTest.Msg
 
serialize(OutputBuffer) - Method in class ostore.network.VirtualizedNetCert
 
serialize(OutputBuffer) - Method in class ostore.network.AuthenticationMsg
 
serialize(OutputBuffer) - Method in class ostore.network.NetworkMessage
 
serialize(OutputBuffer) - Method in class ostore.network.IdentityMessage
 
serialize(OutputBuffer) - Method in class ostore.oil.SegmentPager.ReverseRequest
 
serialize(OutputBuffer) - Method in class ostore.oil.SegmentPager.Request
 
serialize(OutputBuffer) - Method in class ostore.oil.HMM.Segment
 
serialize(OutputBuffer) - Method in class ostore.oil.HMM.Prediction
 
serialize(OutputBuffer) - Method in class ostore.oil.HMM.Delta
 
serialize(OutputBuffer) - Method in class ostore.oil.Screen
 
serialize(OutputBuffer) - Method in class ostore.oil.Matrix
 
serialize(OutputBuffer) - Method in class ostore.oil.HMM
 
serialize(OutputBuffer) - Method in class ostore.oil.Array
 
serialize(OutputBuffer) - Method in class ostore.read.VIDPredicate
 
serialize(OutputBuffer) - Method in class ostore.read.SliceReadResp
 
serialize(OutputBuffer) - Method in class ostore.read.ReplicaSliceReadResp
 
serialize(OutputBuffer) - Method in class ostore.read.ReplicaReadResp
 
serialize(OutputBuffer) - Method in class ostore.read.ReplicaReadReq
 
serialize(OutputBuffer) - Method in class ostore.read.ReplicaMetadataReadResp
 
serialize(OutputBuffer) - Method in class ostore.read.ReplicaBytesReadResp
 
serialize(OutputBuffer) - Method in class ostore.read.ReadResp
 
serialize(OutputBuffer) - Method in class ostore.read.NumberPredicate
 
serialize(OutputBuffer) - Method in class ostore.read.HeadPredicate
 
serialize(OutputBuffer) - Method in class ostore.read.HandleStoreReadResp
 
serialize(OutputBuffer) - Method in class ostore.read.HandleStoreReadReq
 
serialize(OutputBuffer) - Method in class ostore.read.FreshPredicate
 
serialize(OutputBuffer) - Method in class ostore.read.DatePredicate
 
serialize(OutputBuffer) - Method in class ostore.read.BytesReadResp
 
serialize(OutputBuffer) - Method in class ostore.read.BytesReadReq
 
serialize(OutputBuffer) - Method in class ostore.read.ReadReq
 
serialize(OutputBuffer) - Method in class ostore.replica.ReplicaUpdateResp
 
serialize(OutputBuffer) - Method in class ostore.replica.ReplicaUpdateReq
 
serialize(OutputBuffer) - Method in class ostore.replica.ReplicaTag
 
serialize(OutputBuffer) - Method in class ostore.replica.ReplicaResp
 
serialize(OutputBuffer) - Method in class ostore.replica.ReplicaQuery
 
serialize(OutputBuffer) - Method in class ostore.replica.ReplicaOpenResp
 
serialize(OutputBuffer) - Method in class ostore.replica.ReplicaOpenReq
 
serialize(OutputBuffer) - Method in class ostore.replica.ReplicaCreateResp
 
serialize(OutputBuffer) - Method in class ostore.replica.ReplicaCreateReq
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaUpdateResp
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaUpdateReq
Serialize to buffer.
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaUpdateReception
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaProbeQueryState
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaProbeQuery
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaProbe
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaOpenResp
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaOpenReq
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaCreateResp
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaCreateReq
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaCreateReception
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaCloseAllResp
 
serialize(OutputBuffer) - Method in class ostore.replica.RemoteReplicaCloseAllReq
 
serialize(OutputBuffer) - Method in class ostore.replica.ReplicaReq
 
serialize(OutputBuffer) - Method in class ostore.rp.ObjectCreateReqMsg
 
serialize(OutputBuffer) - Method in class ostore.rp.ObjectCreateReq
 
serialize(OutputBuffer) - Method in class ostore.rp.InnerRingKeyRespMsg
 
serialize(OutputBuffer) - Method in class ostore.rp.InnerRingKeyReqMsg
 
serialize(OutputBuffer) - Method in class ostore.rp.InnerRingCreateRespMsg
 
serialize(OutputBuffer) - Method in class ostore.rp.InnerRingCreateReqMsg
 
serialize(OutputBuffer) - Method in class ostore.rp.CreateObjectReqMsg
 
serialize(OutputBuffer) - Method in class ostore.rp.CreateObjectReq
 
serialize(OutputBuffer) - Method in class ostore.security.SignedQSTree.Root
 
serialize(OutputBuffer) - Method in class ostore.security.SignedQSTreePath
 
serialize(OutputBuffer) - Method in class ostore.security.SignedQSTree
 
serialize(OutputBuffer) - Method in class ostore.security.SignedQS
 
serialize(OutputBuffer) - Method in class ostore.security.SafeBigInt
 
serialize(OutputBuffer) - Method in class ostore.security.QSSha1RsaSignature
 
serialize(OutputBuffer) - Method in class ostore.security.QSRsaPublicKey
 
serialize(OutputBuffer) - Method in class ostore.security.QSRsaPrivateKey
 
serialize(OutputBuffer) - Method in class ostore.security.QSDHPublicKey
 
serialize(OutputBuffer) - Method in class ostore.update.UpdateTuple
 
serialize(OutputBuffer) - Method in class ostore.update.PredicateVersionId
 
serialize(OutputBuffer) - Method in class ostore.update.PredicateTrue
 
serialize(OutputBuffer) - Method in class ostore.update.PredicateFalse
 
serialize(OutputBuffer) - Method in class ostore.update.PredicateCompareBytes
 
serialize(OutputBuffer) - Method in class ostore.update.PredicateAnd
 
serialize(OutputBuffer) - Method in class ostore.update.Predicate
 
serialize(OutputBuffer) - Method in class ostore.update.ActionTruncate
 
serialize(OutputBuffer) - Method in class ostore.update.ActionSetMetadata
 
serialize(OutputBuffer) - Method in class ostore.update.ActionReplaceBlocks
 
serialize(OutputBuffer) - Method in class ostore.update.ActionExpand
 
serialize(OutputBuffer) - Method in class ostore.update.ActionAppendBlocks
 
serialize(OutputBuffer) - Method in class ostore.update.Action
 
serialize(OutputBuffer) - Method in class ostore.update.Update
 
serialize(OutputBuffer) - Method in class ostore.util.QSList
 
serialize(OutputBuffer) - Method in class ostore.util.QSBigInteger
 
serialize(OutputBuffer) - Method in class ostore.util.NonceMsg
 
serialize(OutputBuffer) - Method in class ostore.util.QSPair
 
serialize(OutputBuffer) - Method in class ostore.util.QSHashMap
As specified by {link ostore.util.QuickSerializable}.
serialize(OutputBuffer) - Method in class ostore.util.NonceAckMsg
 
serialize(OutputBuffer) - Method in class ostore.util.VerifiableBlockTag
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.util.VID
 
serialize(OutputBuffer) - Method in class ostore.util.StatRecorder
 
serialize(OutputBuffer) - Method in class ostore.util.SHA1Hash
 
serialize(OutputBuffer) - Method in interface ostore.util.QuickSerializable
Add the object to the buffer.
serialize(OutputBuffer) - Method in class ostore.util.QSWindow
Specified by the QuickSerializable interface.
serialize(OutputBuffer) - Method in class ostore.util.QSVector
 
serialize(OutputBuffer) - Method in class ostore.util.QSTreeSet
 
serialize(OutputBuffer) - Method in class ostore.util.QSString
 
serialize(OutputBuffer) - Method in class ostore.util.QSLong
 
serialize(OutputBuffer) - Method in class ostore.util.QSInt
 
serialize(OutputBuffer) - Method in class ostore.util.QSDate
 
serialize(OutputBuffer) - Method in class ostore.util.QSByteArray
 
serialize(OutputBuffer) - Method in class ostore.util.QSBool
 
serialize(OutputBuffer) - Method in class ostore.util.QSArray
 
serialize(OutputBuffer) - Method in class ostore.util.NodeId
 
serialize(OutputBuffer) - Method in class ostore.archive.events.UpdateVerifiableBlocksResp
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.UpdateVerifiableBlocksReq
Specified by QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.ResurrectTombResp
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.ResurrectTombReq
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.ReconstructBlkReq
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.ReconstructBlkCancel
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.RecoalesceBlkReq
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.RecoalesceBlkCancel
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.QueryResp
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.ReconstructBlkResp
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.GenerateFragsChkptResp
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.GenerateFragsChkptReq
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.GenerateFragsBlkResp
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.GenerateFragsBlkReqContinuation
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.GenerateFragsBlkReq
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.DisseminateTombstoneResp
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.DisseminateTombstoneReq
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.DisseminateFragsResp
Specified by ostore.util.Serializable
serialize(OutputBuffer) - Method in class ostore.archive.events.DisseminateFragsReq
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.BucketsToDisseminateEvent
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.events.QueryReq
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.dissemination.DisseminationSetPredicate
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.dissemination.TypeResponseMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.dissemination.TypeRequestMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.dissemination.RequestDisseminationSetResponseMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.dissemination.RequestDisseminationSetQuery
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.dissemination.RequestDisseminationSetMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.dissemination.DisseminationSetCreatorTag
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.archive.dissemination.DisseminateFragMsg
Specified by ostore.util.QuickSerialize
serialize(OutputBuffer) - Method in class ostore.archive.dissemination.DisseminateFragAckMsg
Specified by ostore.util.QuickSerializable
serialize(OutputBuffer) - Method in class ostore.security.thresh.Verifier
 
serialize(OutputBuffer) - Method in class ostore.security.thresh.ThresholdSignature
 
serialize(OutputBuffer) - Method in class ostore.security.thresh.ThresholdPublicKey
 
serialize(OutputBuffer) - Method in class ostore.security.thresh.KeyShare
 
serialize(OutputBuffer) - Method in class ostore.security.thresh.SigShare
 
serialize(OutputBuffer) - Method in class ostore.apps.test.TapestryHowto.Pong
 
serialize(OutputBuffer) - Method in class ostore.apps.test.TapestryHowto.Ping
A serialization function.
serialize(OutputBuffer) - Method in class ostore.apps.test.TputMicroBenchmarkMessage
 
serialize(OutputBuffer) - Method in class ostore.apps.test.TagMicroBenchmarkMessage
 
serialize(OutputBuffer) - Method in class ostore.apps.test.StreamMicroBenchmarkMessage
 
serialize(OutputBuffer) - Method in class ostore.apps.traces.TraceClient.MasterQuery
 
serialize(OutputBuffer) - Method in class ostore.apps.traces.TraceClient.MasterTag
 
serialize(OutputBuffer) - Method in class ostore.apps.traces.TraceClient.ToClientMsg
 
serialize(OutputBuffer) - Method in class ostore.apps.traces.TraceClient.LocateMasterMsg
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.api.QTreeUp
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.api.QTreeStateMsg
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.api.QTreeDown
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.QTreeCloseMsgAck
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.QTreeCloseMsg
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.Epoch
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.QTreeDownMsgAck
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.QTreeUpMsgAck
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.QTreeRepairMsg
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.TreeKey
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.QTreeGroupMsgAck
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.QTreeGroupMsg
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.QTreeDownMsg
 
serialize(OutputBuffer) - Method in class ostore.apps.qtree.impl.QTreeUpMsg
 
serialize(OutputBuffer, HashMap) - Method in class ostore.oil.Array
Serializes the Array using a compression map.
serialize(OutputBuffer, HashMap, HashMap) - Method in class ostore.oil.Matrix
 
serializedSize() - Method in class ostore.dataobj.SHA1HashKey
 
serializedSize() - Method in class ostore.dataobj.LongKey
 
serializedSize() - Method in interface ostore.dataobj.BtreeKey
 
server_closed - Variable in class ostore.network.MultiplexedNetwork.ConnectionState
 
server_conn - Variable in class ostore.network.MultiplexedNetwork.ConnectionState
 
server_is - Variable in class ostore.network.MultiplexedNetwork.ConnectionState
 
sessionRetries - Variable in class ostore.mac.PartyInfo
A counter for number of restarts during a handshake session.
set_all_data_added() - Method in class ostore.dataobj.RabinFingerprint
 
set_cb(Clock.ClockCB) - Static method in class ostore.util.Clock
 
SET_CREATOR_STAGE - Static variable in class ostore.util.StageId
 
set_default(double) - Method in class ostore.oil.Array
Defines the value that this Array should return for unknown IDs.
set_dtree_status(int) - Method in class ostore.replica.Replica
Sets the current level for dissemination tree connectivity.
set_local_flag(boolean) - Method in class ostore.replica.Replica
Sets the local_only flag.
set_modified() - Method in class ostore.cache.CachePolicy.Line
 
set_next(CachePolicy.Line) - Method in class ostore.cache.CachePolicy.Line
 
set_open_flag(boolean) - Method in class ostore.replica.Replica
Sets the open_locally flag.
set_overall_result_digest(int, SecureHash) - Method in class ostore.agree.AgreementState
 
set_overall_result(QuickSerializable) - Method in class ostore.agree.AgreementState
 
set_preprepare_info(QSArray, QSDate) - Method in class ostore.agree.AgreementState
 
set_prev(CachePolicy.Line) - Method in class ostore.cache.CachePolicy.Line
 
set_primary_flag(boolean) - Method in class ostore.replica.Replica
Sets the is_primary flag.
set_referenced() - Method in class ostore.cache.CachePolicy.Line
 
set_req(QuickSerializable, SecureHash, SecureHash) - Method in class ostore.agree.AgreementState
 
set_result(SecureHash, QuickSerializable) - Method in class ostore.agree.AgreementState
 
set_signed_overall_result(SignedQS) - Method in class ostore.agree.AgreementState
 
set_sigshare(int, SigShare) - Method in class ostore.agree.AgreementState
 
set_timer_cb(Classifier.TimerCB) - Method in class ostore.dispatch.Classifier
Allows the timer callback to be changed; this is used by the simulator to install a timer using simulated time rather than operating system timers based on real time.
set(int, QuickSerializable) - Method in class ostore.util.QSVector
Insert the specified object at the specified index.
set(int, QuickSerializable) - Method in class ostore.util.QSArray
 
set(SecureHash, SecureHash) - Method in class ostore.archive.ArchiveObjBucket
set adds a recoalesced obj to the growing obj hash table.
setAcceptanceRate(double) - Method in class ostore.dispatch.Filter
Name the fraction of qualifying events which the Classifier should pass through the Filter.
setAckRecv(int) - Method in class ostore.archive.FragmentBucket
Receive an acknowledgement
setAckRecv(int) - Method in interface ostore.archive.DisseminatableBucket
setAckRecv set that an acknowledgement has been received at specified index.
setAguid(SecureHash) - Method in class ostore.cache.CachePinnedRequest
setAguid sets A-GUID of the object that the block belongs.
setAguid(SecureHash) - Method in class ostore.cache.CacheBlockRequestMessage
setAguid sets A-GUID of the object that the block belongs.
setArchiveInterpretFlag(boolean) - Method in class ostore.archive.FragmentBucket
set's archive interpret decode block flag.
SETATTR - Static variable in class ostore.apps.traces.TraceIterator
 
setBlockId(Object, Object) - Method in class ostore.archive.ArchiveObjBucket
setDisseminateGuid adds a map entry of fhash associated to blkVHash of block just archived.
setBlockSize(int) - Method in class ostore.archive.Fragment
Sets the block_size of this Fragment.
setBlockSize(int) - Method in class ostore.archive.ArchiveObjBucket
setBlockSize sets the block size used for each block, except the topblock can be larger or smaller.
setBlockSize(int, byte[]) - Static method in class ostore.archive.Fragment
Sets the block_size of this Fragment.
setBlockType(long) - Method in class ostore.archive.FragmentBucket
setBlockType sets the type of block that we are encoding or decoding.
setBound(int) - Method in class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue
Set the max number of elements allowed in the queue.
setCacheSize(DataCache, int) - Static method in class ostore.cache.LRUCache
A hack; only the BTreeTest and DataObjectTest use this function.
setChildGuid(int, SecureHash) - Method in class ostore.dataobj.Btree.InteriorNode
 
setChildVhash(int, SecureHash) - Method in class ostore.dataobj.Btree.InteriorNode
 
setChkpt(SecureHash) - Method in class ostore.archive.ArchiveObjBucket
getChkpt sets the guid of the checkpoint.
setClients(int) - Method in class ostore.introspect.SemanticDistanceModel.Table
Set the number of clients represented by this model
setClients(int) - Method in class ostore.introspect.SemanticDistanceModel
Set the number of clients represented by this model
setCommit(boolean) - Method in class ostore.archive.ArchiveObjBucket
 
SetCreatorStage - class ostore.archive.dissemination.SetCreatorStage.
The SetCreatorStage creates dissemination sets, sets of StorageServers that fail together with low correlation.
SetCreatorStage() - Constructor for class ostore.archive.dissemination.SetCreatorStage
 
setData(byte[], int, int, int) - Method in class ostore.archive.Fragment
Sets a portion of this Fragment's data.
setDecoded(boolean) - Method in class ostore.archive.FragmentBucket
Set successfullyDecoded ...
setDecoded(boolean) - Method in interface ostore.archive.DisseminatableBucket
setDecoded sets successfully decoded to specified decoded.
setDiss(SecureHash) - Method in class ostore.cache.TestBlock
 
setDissBucket(SecureHash) - Method in class ostore.cache.TestBlock
 
setDisseminateBucket(Object, DisseminatableBucket) - Method in class ostore.archive.ArchiveObjBucket
setDisseminateBucket adds a map entry of blkVHash to Dissemination Bucket.
setDisseminateGuid(Object, Object) - Method in class ostore.archive.ArchiveObjBucket
setDisseminateGuid adds a map entry of Guid of Dissemination Bucket to disseminate and that block type.
setDistance(Distance) - Method in class ostore.introspect.SemanticDistanceModel.Tuple
Set the distance value.
setDistance(SemanticDistanceModel.Filter, QuickSerializable, QuickSerializable, Distance) - Method in class ostore.introspect.SemanticDistanceModel.Table
Explicitly set the distance between observation type from and to.
setEncodeType(int) - Method in class ostore.archive.Fragment
Sets the encodeType.
setEncodeType(int, byte[]) - Static method in class ostore.archive.Fragment
Sets the encodeType.
setEncrypt(boolean) - Method in class ostore.client.OSUpdate
Sets the value of the encryption flag.
setEndTime(long) - Method in class ostore.archive.FragmentBucket
setEndTime sets the time the Bucket was destroyed(removed from table).
setEndTime(long) - Method in interface ostore.archive.DisseminatableBucket
setEndTime sets the time the Bucket was destroyed (i.e. removed from table).
setEndTime(long) - Method in class ostore.archive.ArchiveObjBucket
setEndTime set the endTime of the archiving or recoalescing process.
setFhash(SecureHash) - Method in class ostore.dataobj.DataObject.DataBlock
 
setFhash(SecureHash) - Method in class ostore.dataobj.Btree.InteriorNode
 
setFhash(SecureHash) - Method in class ostore.dataobj.DataObject
 
setFhash(SecureHash) - Method in class ostore.dataobj.Btree
 
setFhash(SecureHash) - Method in interface ostore.util.VerifiableBlock
Record the secure hash at the root of the verification tree constructed from the erasure-encoded fragments of a block.
setFilter(SemanticDistanceModel.Filter) - Method in class ostore.introspect.SemanticDistanceModel.Delta
Set the filter used for this delta's computations
setFirst(Object) - Method in class ostore.util.Triple
 
setFragmentMetadata(byte[], int, int) - Method in class ostore.archive.Fragment
Sets the index of this Fragment.
setGuid(SecureHash) - Method in class ostore.cache.TestBlock
 
setHandle(CacheablePinned) - Method in class ostore.archive.events.ReconstructBlkResp
setHandle sets the handle associated with the blockId.
setHandleStore(HandleStore) - Method in class ostore.archive.events.GenerateFragsChkptReq
setHandleStore sets the HandleStore belonging to the VerifiableBlocks to Fragment.
setID(CacheableIdentity) - Method in class ostore.cache.CachePinnedRequest
set the CacheableIdentity id
setID(CacheableIdentity) - Method in class ostore.cache.CacheBlockRequestMessage
set the CacheableIdentity id
setIndex(int) - Method in class ostore.archive.Fragment
Sets the index of this Fragment.
setIndex(int, byte[]) - Static method in class ostore.archive.Fragment
Sets the index of this Fragment.
setInMetadata(int, QuickSerializable) - Method in class ostore.dataobj.DataObject
 
setInMetadata(String, QuickSerializable) - Method in class ostore.dataobj.DataObject
 
setInverseRate(int) - Method in class ostore.archive.Fragment
Sets the rate field in this Fragment.
setInverseRate(int, byte[]) - Static method in class ostore.archive.Fragment
Sets the rate field in this Fragment.
setKey(int, BtreeKey) - Method in class ostore.dataobj.Btree.InteriorNode
 
setKey(SecureHash, Key) - Method in class ostore.client.ClientCryptModule
 
setLeaf(boolean) - Method in class ostore.dataobj.Btree.InteriorNode
 
setLfield(int) - Method in class ostore.archive.cauchy.Parameters
Lfield (length of field) must be (1 <= Lfield <= 16) otherwise function returns false and Lfield stays default.
setMaxRelations(int) - Method in class ostore.introspect.SemanticDistanceModel.Table
Set the maximum number of distances to keep for each observation type.
setMaxRelations(int) - Method in class ostore.introspect.SemanticDistanceModel
Set the maximum number of distances to keep for each observation type.
setMemoryHandle(CacheablePinned) - Method in class ostore.update.UpdateContinuation
 
setModifiedVHash(Object, Object) - Method in class ostore.archive.ArchiveObjBucket
sets a map entry of a modified blocks vhash and corresponding guid or Collection of interested blocks.
setNextBucket(SecureHash) - Method in class ostore.archive.FragmentBucket
Set the next Bucket in this chain.
setNextBucket(SecureHash) - Method in interface ostore.archive.DisseminatableBucket
setNextBucket sets the next SecureHash of the next Bucket in this chain.
setNonce(int) - Method in class ostore.util.NonceMsg
 
setNsegs(int) - Method in class ostore.archive.cauchy.Parameters
Nsegs is the number of segments in each fragment in which to perform the Galois Field operations.
setNum(int) - Method in class ostore.introspect.SemanticDistanceModel.Tuple
Set the approx number of measurements incorporated into this distance approximation.
setNumberOfFragments(int) - Method in class ostore.archive.Fragment
Sets the number of fragments field in this Fragment.
setNumberOfFragments(int, byte[]) - Static method in class ostore.archive.Fragment
Sets the number of fragments field in this Fragment.
setOnNodeFlag() - Method in class ostore.client.OSRead
NOT FOR GENERAL USE
setOutlier(Distance) - Method in class ostore.introspect.WeightedAvgFilter
Set the outlier value.
setPath(QSVector) - Method in class ostore.apps.qtree.impl.QTreeGroupMsg
 
setPendingBlk(SecureHash, Object) - Method in class ostore.archive.ArchiveObjBucket
setPendingBlk adds an entry block GUID=>parent block to the list of pending blks.
setPredicate(OSPredicate) - Method in class ostore.client.OSUpdateTuple
Sets the tuple's predicate.
setPredicate(Predicate) - Method in class ostore.update.UpdateTuple
Sets the predicate of this tuple.
setPriority(Distance) - Method in class ostore.introspect.SemanticDistanceModel.Tuple
Set the priority of this tuple in a queue.
setReadResp(BytesReadResp) - Method in class ostore.update.UpdateContinuation
 
setRefGuid(SecureHash) - Method in class ostore.archive.FragmentBucket
Set GUID that refers to this bucket (in some higher-level hashtable).
setRefGuid(SecureHash) - Method in interface ostore.archive.DisseminatableBucket
setRefGuid sets the GUID that refers to this bucket (in some higher-level hashtable).
setReqVersion(SecureHash) - Method in class ostore.archive.ArchiveObjBucket
getReqVersion sets the guid of the requested obj.
setReservedBlocks(LinkedList) - Method in class ostore.dataobj.DataObjectReplaceException
 
setRoot(Btree.InteriorNode) - Method in class ostore.dataobj.Btree
 
setSecond(Object) - Method in class ostore.util.Triple
 
setSize(int) - Method in class ostore.archive.Fragment
Sets the size of the data array, erasing all data.
setStageId(short) - Method in class ostore.util.NonceAckMsg
 
setStartTime(long) - Method in class ostore.archive.FragmentBucket
setStartTime sets the time the Bucket was created(put on table).
setStartTime(long) - Method in interface ostore.archive.DisseminatableBucket
setStartTime sets the time the Bucket was created (i.e. put on table).
setStartTime(long) - Method in class ostore.archive.ArchiveObjBucket
setStartTime set the startTime of the archiving or recoalescing process.
setThird(Object) - Method in class ostore.util.Triple
 
setThrowException(boolean) - Static method in class ostore.util.Carp
Sets the flag that controls whether croak and die should throw a RuntimeException (true) or call System.exit (false).
setTime(QuickSerializable, Time) - Method in class ostore.introspect.SemanticDistanceModel.Table
Set the last time we saw this observation
setTopBlockId(CacheableIdentity) - Method in class ostore.archive.ArchiveObjBucket
 
setTreeId(SecureHash) - Method in class ostore.apps.qtree.api.QTreeUp
 
setTreeId(SecureHash) - Method in class ostore.apps.qtree.api.QTreeDown
 
setTreeId(SecureHash) - Method in class ostore.apps.qtree.impl.QTreeDownMsgAck
 
setTreeId(SecureHash) - Method in class ostore.apps.qtree.impl.QTreeUpMsgAck
 
setTreeId(SecureHash) - Method in class ostore.apps.qtree.impl.QTreeDownMsg
 
setTreeId(SecureHash) - Method in class ostore.apps.qtree.impl.QTreeUpMsg
 
setTreeId(TreeKey) - Method in class ostore.apps.qtree.impl.QTreeGroupMsg
 
setType(SecureHash, long) - Method in class ostore.archive.ArchiveObjBucket
setType add type of block associated with guid.
SetupIterator - class ostore.apps.traces.SetupIterator.
A TraceIterator that generates only TraceIterator.CREATE requests.
SetupIterator(Integer, String[]) - Constructor for class ostore.apps.traces.SetupIterator
Constructs a SetupIterator.
setUsed(int) - Method in class ostore.dataobj.Btree.InteriorNode
 
setUseDisk(boolean) - Method in class ostore.cache.CachePinnedRequest
setUseDisk returns true if cache should automatically go to disk.
setUseDisk(boolean) - Method in class ostore.cache.CacheBlockRequestMessage
setUseDisk returns true if cache should automatically go to disk.
setUseNetwork(boolean) - Method in class ostore.cache.CachePinnedRequest
setUseNetwork returns true if cache should automatically go to network.
setUseNetwork(boolean) - Method in class ostore.cache.CacheBlockRequestMessage
setUseNetwork returns true if cache should automatically go to network.
setUserTag(QuickSerializable) - Method in class ostore.client.OSRequest
Sets the user tag.
setVerifiers(SafeBigInt, SafeBigInt) - Method in class ostore.security.thresh.KeyShare
 
setVerify(SecureHash, int) - Method in class ostore.archive.Fragment
Sets one of the hashes in the verification information.
setVerifySize(int) - Method in class ostore.archive.Fragment
Sets the size of the verification information (in other words, how many levels of the verification tree exist between this Fragment's hash and the top-most hash.
setVGuid(SecureHash) - Method in class ostore.archive.ArchiveObjBucket
 
setVHash(SecureHash) - Method in class ostore.cache.TestBlock
 
SHA1Hash - class ostore.util.SHA1Hash.
SHA1Hash is the hash class used by all entities which are SHA1 hashes.
SHA1Hash() - Constructor for class ostore.util.SHA1Hash
default constructor (creates null hash)
SHA1Hash(byte[]) - Constructor for class ostore.util.SHA1Hash
hashes the given buffer to create a new SHA1Hash
SHA1Hash(byte[], boolean) - Constructor for class ostore.util.SHA1Hash
takes the byte array and just uses it. way to control what your guids look like
SHA1Hash(byte[], int, int) - Constructor for class ostore.util.SHA1Hash
hashes the given buffer to create a new SHA1Hash
SHA1Hash(InputBuffer) - Constructor for class ostore.util.SHA1Hash
Construct out of an input buffer.
SHA1Hash(QuickSerializable) - Constructor for class ostore.util.SHA1Hash
hashes over the input object
SHA1Hash(SHA1Hash) - Constructor for class ostore.util.SHA1Hash
copy constructor (creates new hash with value of old hash)
SHA1Hash(SHA1HashBuffer) - Constructor for class ostore.util.SHA1Hash
Computes and returns the digest of the specified buffer.
SHA1Hash(String) - Constructor for class ostore.util.SHA1Hash
hashes over the bytes of the input String
SHA1HashBuffer - class ostore.util.SHA1HashBuffer.
A SecureHashBuffer that produces SHA1Hashs.
SHA1HashBuffer() - Constructor for class ostore.util.SHA1HashBuffer
Constructs a new SHA1HashBuffer.
SHA1HashKey - class ostore.dataobj.SHA1HashKey.
 
SHA1HashKey() - Constructor for class ostore.dataobj.SHA1HashKey
 
SHA1HashKey(InputBuffer) - Constructor for class ostore.dataobj.SHA1HashKey
 
SHA1HashKey(String) - Constructor for class ostore.dataobj.SHA1HashKey
 
SHA1NativeIF - class ostore.util.SHA1NativeIF.
SHA1HashNativeIF is an interface to a native C implementation of a SHA-1 MessageDigest.
SHA1NativeIF() - Constructor for class ostore.util.SHA1NativeIF
Construct according to the given fields.
SHA1NativeProvider - class ostore.util.SHA1NativeProvider.
SHA1HashNativeProvider is the Provider for the SHA-1 native implementation in C.
SHA1NativeProvider() - Constructor for class ostore.util.SHA1NativeProvider
Construct according to the given fields.
share_info - Variable in class ostore.agree.AgreementState
 
shiftLeft(int) - Method in class ostore.security.SafeBigInt
 
shortToBytes(short, byte[], int[]) - Static method in class ostore.util.ByteUtils
Write the bytes representing s into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.
shouldPin() - Method in class ostore.cache.CacheInsertMessage
 
sig_share - Variable in class ostore.agree.SignatureStage.ThresholdSignatureResponse
 
sigkey - Variable in class ostore.mac.DHMessage
 
sign_using_c_helper(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger[], boolean) - Static method in class ostore.security.thresh.NativeIF
 
sign_using_c(SafeBigInt, SafeBigInt, SafeBigInt, boolean) - Method in class ostore.security.thresh.KeyShare
 
sign(byte[]) - Method in class ostore.security.thresh.KeyShare
Create a SigShare and a Verifier for byte[] b
Refer to Shoup pg. 8
signal - Variable in class ostore.introspect.SDMBuilderTest
Signal handler.
signal - Variable in class ostore.introspect.SDMBuilder
Signal Handler
Signal - class ostore.dispatch.Signal.
Contains a few static methods to mimic UNIX signals.
signal_lossy(int, String) - Method in class ostore.dispatch.Signal
Dispatches a signal of the specified type with the specified target.
Signal.AlarmSignal - class ostore.dispatch.Signal.AlarmSignal.
The OceanStore equivalent of SIGALRM
Signal.AlarmSignal(String) - Constructor for class ostore.dispatch.Signal.AlarmSignal
 
Signal.RebuildSignal - class ostore.dispatch.Signal.RebuildSignal.
This signal tells the receivers to resynchronize/optimize their internal data structures.
Signal.RebuildSignal(String) - Constructor for class ostore.dispatch.Signal.RebuildSignal
 
signal(int, String) - Method in class ostore.dispatch.Signal
Dispatches a signal of the specified type with the specified target.
Signal(NodeId) - Constructor for class ostore.dispatch.Signal
 
SignatureStage - class ostore.agree.SignatureStage.
Performs RSA-based threshold signatures by request.
SignatureStage.ThresholdSignatureRequest - class ostore.agree.SignatureStage.ThresholdSignatureRequest.
 
SignatureStage.ThresholdSignatureResponse - class ostore.agree.SignatureStage.ThresholdSignatureResponse.
 
SignatureStage() - Constructor for class ostore.agree.SignatureStage
 
signed_client_req - Variable in class ostore.rp.ObjectCreateReq
 
signed_hb - Variable in class ostore.dtree.JoinTreeResp
The most recent heartbeat for the tree's data object, signed.
signed_hb - Variable in class ostore.dtree.DTreeServiceResp
The most recent heartbeat for the tree's data object, signed, or null.
signed_hb - Variable in class ostore.inner.TimedHeartbeatRespMsg
This could be any one of a number of things.
signed_overall_result() - Method in class ostore.agree.AgreementState
 
signed_pr_cert - Variable in class ostore.inner.CreateObjectResp
The primary ring certificate, signed by the responsible party.
signed_req - Variable in class ostore.inner.LatestHeartbeatReqMsg
 
signed_req - Variable in class ostore.rp.ObjectCreateReqMsg
 
signed_req - Variable in class ostore.rp.CreateObjectReqMsg
 
signed_resp - Variable in class ostore.agree.AgreementSuccess
 
signed_resp - Variable in class ostore.dtree.JoinTreeResp
The signed CreateObjectResp containing the certificates required to check signatures on objects sent down the new tree.
signed_resp - Variable in class ostore.dtree.DTreeServiceResp
If this response is initiating new service, this field has the signed CreateObjectResp containing the certificates required to check signatures on objects sent down the new tree.
signed_resp - Variable in class ostore.dtree.CreateTreeReq
The signed CreateObjectResp that contains the certificates necessary to verify the signatures of the messages that will be sent down the new tree.
signed_result - Variable in class ostore.agree.ResultMsg
 
SIGNED_STATE - Static variable in class ostore.agree.AgreementState
 
signed_update - Variable in class ostore.inner.UpdateReqMsg
 
SignedQS - class ostore.security.SignedQS.
A class to provide the same basic functionality as java.security.SignedObject, but using OceanStore's QuickSerializable class rather than the Java serialization mechanism.
SignedQS.SignatureBuffer - class ostore.security.SignedQS.SignatureBuffer.
 
SignedQS.SignatureBuffer(Signature) - Constructor for class ostore.security.SignedQS.SignatureBuffer
 
SignedQS() - Constructor for class ostore.security.SignedQS
 
SignedQS(InputBuffer) - Constructor for class ostore.security.SignedQS
 
SignedQS(QuickSerializable, QSSignature, PrivateKey, SecureRandom, Signature) - Constructor for class ostore.security.SignedQS
The standard constructor.
SignedQS(QuickSerializable, SecureHash, PrivateKey, RawNativeRSASignature_PKCS1_SHA1) - Constructor for class ostore.security.SignedQS
 
SignedQSTree - class ostore.security.SignedQSTree.
SignedQSTree
SignedQSTree.Root - class ostore.security.SignedQSTree.Root.
 
SignedQSTree.Root(InputBuffer) - Constructor for class ostore.security.SignedQSTree.Root
 
SignedQSTree() - Constructor for class ostore.security.SignedQSTree
 
SignedQSTree(InputBuffer) - Constructor for class ostore.security.SignedQSTree
 
SignedQSTree(QSArray, QSSignature, PrivateKey, SecureRandom, Signature) - Constructor for class ostore.security.SignedQSTree
 
SignedQSTreePath - class ostore.security.SignedQSTreePath.
SignedQSTree
SignedQSTreePath(InputBuffer) - Constructor for class ostore.security.SignedQSTreePath
 
SignedQSTreePath(SignedQSTree, int) - Constructor for class ostore.security.SignedQSTreePath
 
SIGNING_STATE - Static variable in class ostore.agree.AgreementState
 
sigpub - Variable in class ostore.mac.PartyInfo
Their public signature key
sigshare - Variable in class ostore.agree.ResultMsg
 
SigShare - class ostore.security.thresh.SigShare.
Signature Shares Class.
sigshare_count() - Method in class ostore.agree.AgreementState
 
sigshare_invalid(int) - Method in class ostore.agree.AgreementState
 
sigshare_state(int) - Method in class ostore.agree.AgreementState
 
sigshare_unchecked(int) - Method in class ostore.agree.AgreementState
 
SigShare(InputBuffer) - Constructor for class ostore.security.thresh.SigShare
 
sigshare(int) - Method in class ostore.agree.AgreementState
 
SigShare(int, SafeBigInt, Verifier) - Constructor for class ostore.security.thresh.SigShare
 
sim_running - Variable in class ostore.util.StandardStage
 
SimpleRealTime - class ostore.introspect.SimpleRealTime.
Implements time with real time.
SimpleRealTime.Distance - class ostore.introspect.SimpleRealTime.Distance.
Metric distance between two SimpleRealTimes.
SimpleRealTime.Distance(double) - Constructor for class ostore.introspect.SimpleRealTime.Distance
Constructor
SimpleRealTime.Distance(InputBuffer) - Constructor for class ostore.introspect.SimpleRealTime.Distance
 
SimpleRealTime(Date) - Constructor for class ostore.introspect.SimpleRealTime
Constructor.
SimpleRealTime(InputBuffer) - Constructor for class ostore.introspect.SimpleRealTime
 
SimpleRealTime(long) - Constructor for class ostore.introspect.SimpleRealTime
Constructor.
SimpleRealTime(NodeId) - Constructor for class ostore.introspect.SimpleRealTime
Construct a time for now.
SimpleRealTime(QSDate) - Constructor for class ostore.introspect.SimpleRealTime
Constructor.
SimpleTest - class ostore.network.SimpleTest.
TODO
SimpleTest.Msg - class ostore.network.SimpleTest.Msg.
 
SimpleTest.Msg(InputBuffer) - Constructor for class ostore.network.SimpleTest.Msg
 
SimpleTest.Msg(NodeId, int) - Constructor for class ostore.network.SimpleTest.Msg
 
SimpleTest() - Constructor for class ostore.network.SimpleTest
 
sink - Variable in class ostore.agree.SignatureStage
 
sink - Variable in class ostore.cache.CachePinnedRequest
 
sink - Variable in class ostore.dispatch.Classifier.SlowLink
The SinkIF for the receiver TODO: allow more than one sink?
sink - Variable in class ostore.network.PingStage.TestHarness
 
sink - Variable in class ostore.network.PingStage
 
sink - Variable in class ostore.util.QueueElementReqIF
Requestor sink to return resp.
sink - Variable in class ostore.archive.events.ReconstructBlkReq
Requestor sink to use to return the response.
sink - Variable in class ostore.archive.events.RecoalesceBlkReq
Requestor sink to use to return the response.
sink - Variable in class ostore.archive.events.GenerateFragsBlkReq
Requestor sink to use to return the response.
sinks - Variable in class ostore.dispatch.TrieNode
Contains all of the SinkIFs to receive events which satisfy this node's requirement.
size - Variable in class ostore.cache.StorageManager.GetBlockCompleted
 
size - Variable in class ostore.network.TputTest.Msg
 
size - Variable in class ostore.network.LatTest.Msg
 
SIZE - Static variable in class ostore.dataobj.Metadata
These are standard constants for use with Metadata.
SIZE_BOOL - Static variable in class ostore.util.ByteUtils
 
SIZE_DOUBLE - Static variable in class ostore.util.ByteUtils
 
SIZE_INT - Static variable in class ostore.util.ByteUtils
 
SIZE_LONG - Static variable in class ostore.util.ByteUtils
 
SIZE_SHORT - Static variable in class ostore.util.ByteUtils
 
size() - Method in class ostore.archive.ArchiveCountBuffer
Returns the number of bytes added to this buffer since its creation.
size() - Method in interface ostore.cache.CachePolicy
How many lines are in here?
size() - Method in class ostore.cache.ClockAlgorithm
 
size() - Method in class ostore.dataobj.ArchiveOutputBuffer
 
size() - Method in class ostore.inner.InnerRingQueryState
 
size() - Method in class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue
Number of elements in the queue
size() - Method in class ostore.network.NetworkOutputBuffer
 
size() - Method in class ostore.oil.Matrix
Returns the size of the Matrix.
size() - Method in class ostore.oil.Array
Returns the size of the Array.
size() - Method in class ostore.replica.Replica
Returns the number of versions currently stored in the history chain.
size() - Method in class ostore.util.LruMap
Specified by java.util.Map
size() - Method in class ostore.util.MultiMap
Number of values in map.
size() - Method in class ostore.util.QSHashMap
Returns the number of mappings in this map.
size() - Method in class ostore.util.SHA1Hash
Return the number of bytes used in the representation of this hash (for example, SHA1 uses 20 bytes)
size() - Method in class ostore.util.Queue
 
size() - Method in class ostore.util.QSVector
Return the number of elements in this QSVector
size() - Method in class ostore.util.QSTreeSet
Returns the number of elements in this set (its cardinality).
size() - Method in class ostore.util.PriorityQueue
returns the number of objects currently in the queue (0 means empty).
size() - Method in class ostore.util.IntHashtable
Returns the number of keys in this hashtable.
size() - Method in class ostore.util.FiniteStack
 
size() - Method in class ostore.util.CountBuffer
Returns the number of bytes added to this buffer since its creation.
size() - Method in class ostore.util.ByteArrayOutputBuffer
 
size() - Method in interface ostore.util.SecureHash
Return the number of bytes used in the representation of this hash (for example, SHA1 uses 20 bytes)
sizeOfLong - Static variable in class ostore.archive.Erasure
sizeOfLong is the symbol size (we use the native machine size.
sizeType() - Method in class ostore.archive.ArchiveObjBucket
sizeType returns the size of the the type map.
skipBytes(int) - Method in class ostore.network.NetworkInputBuffer
 
skipBytes(int) - Method in class ostore.util.FromBytesInputBuffer
 
skipBytes(int) - Method in class ostore.util.ByteArrayInputBuffer
 
SliceReadReq - class ostore.read.SliceReadReq.
Events sent from the ReplicaStage to the ReadStage requesting the latter to read a portion of a DataObject and return the blocks from the entire slice required to verify the read.
SliceReadReq(InputBuffer) - Constructor for class ostore.read.SliceReadReq
Constructs a SliceReadReq from its serialized form.
SliceReadReq(VID, SecureHash, Selection, byte) - Constructor for class ostore.read.SliceReadReq
Constructs a new SliceReadReq.
SliceReadResp - class ostore.read.SliceReadResp.
Events sent from the ReadStage to the ReplicaStage responding to SliceReadReq events.
SliceReadResp(InputBuffer) - Constructor for class ostore.read.SliceReadResp
Constructs a SliceReadResp from its serialized form.
SliceReadResp(ReadReq, int) - Constructor for class ostore.read.SliceReadResp
Constructs a new (failed) SliceReadResp.
SliceReadResp(ReadReq, Selection, Selection, Map) - Constructor for class ostore.read.SliceReadResp
Constructs a new (successful) SliceReadResp.
SMultField() - Method in class ostore.archive.cauchy.Parameters
SMultField is the size of the multiplicative field (2^{Lfield}-1) == TableLength - 1.
snapshot_name - Variable in class ostore.introspect.SDMBuilder
The name of the snapshot file to write, if write_snapshots == true.
snapshot_name - Variable in class ostore.oil.HMMBuilder
The name of the snapshot file to write, if write_snapshots == true.
source - Variable in class ostore.dtree.DTreeMsg
The source (root) of this message.
source - Variable in class ostore.apps.qtree.impl.QTreeUpMsgAck
 
source - Variable in class ostore.apps.qtree.impl.QTreeUpMsg
 
source_node - Variable in class ostore.apps.qtree.impl.QTreeDownMsgAck
 
source_node - Variable in class ostore.apps.qtree.impl.QTreeDownMsg
 
space_available(Object) - Method in class ostore.cache.BufferCache
 
spare_blocks - Variable in class ostore.read.HandleStoreReadReq
A VID->block map containing blocks that the ReadStage may use in addition to those found in the memory cache, or null if none.
spare_blocks - Variable in class ostore.read.BytesReadReq
A VID->block map containing blocks that the ReadStage may use in addition to those found in the memory cache, or null if none.
sparsify(int) - Method in class ostore.oil.Array
Shrinks this Array to new_size, keeping only the largest elements.
split(Object) - Method in class ostore.util.StopWatch
Return the time elapsed so far, in milliseconds.
src - Variable in class ostore.agree.ForwardMsg
 
src - Variable in class ostore.agree.AgreementInit
 
src - Variable in class ostore.agree.AgreementForward
 
src - Variable in class ostore.agree.AgreementExecuteReq
 
src(int) - Method in class ostore.agree.AgreementState
 
STABLE - Static variable in class ostore.apps.qtree.impl.QTree
 
stage_id - Variable in class ostore.util.NonceAckMsg
 
StageId - class ostore.util.StageId.
This class stores contants by which to refer to stages in the running system.
StageId() - Constructor for class ostore.util.StageId
 
stageOn - Variable in class ostore.apps.qtree.api.QTreeState
 
StageTester - class ostore.mac.StageTester.
StageTester allows me (Gifford) to test a stage and watch it for effects.
StageTester() - Constructor for class ostore.mac.StageTester
 
StandardStage - class ostore.util.StandardStage.
Implements functionality common to most stages.
StandardStage() - Constructor for class ostore.util.StandardStage
 
start - Variable in class ostore.archive.TputGenerateFragsTest
 
start - Variable in class ostore.archive.LatGenerateFragsTest
 
start - Variable in class ostore.network.TputTest
 
start - Variable in class ostore.network.SimpleTest
 
start_time - Variable in class ostore.archive.TputGenerateFragsTest
 
start_time - Variable in class ostore.archive.TputGenerateChkptTest
 
start_time - Variable in class ostore.archive.LatGenerateFragsTest
 
start_time - Variable in class ostore.archive.LatGenerateChkptTest
 
start_time - Variable in class ostore.network.TputTest
 
start_time - Variable in class ostore.network.LatTest
 
start(Object) - Method in class ostore.util.StopWatch
Start a new timer.
STARTREK_FEDERATION - Static variable in class ostore.util.DebugFlags
 
STARTREK_TCLIENT - Static variable in class ostore.util.DebugFlags
 
state - Variable in class ostore.agree.AgreementState
 
state - Variable in class ostore.cache.CacheNotify
State of object in the cache.
state - Variable in class ostore.mac.PartyInfo
The my current state during the handshake
state - Variable in class ostore.oil.HMM.Segment
The ID for the state whose information is stored in Segment.
STATE_DESTROYED - Static variable in class ostore.dtree.DTreeServiceReq
Denotes the destruction of the tree.
STATE_DISCONNECTED - Static variable in class ostore.dtree.DTreeServiceReq
Denotes the state in which nothing is forwarded to the child - the parent is free to forget the child.
STATE_DISK_ONLY - Static variable in class ostore.cache.BufferCache
 
STATE_FLUSHING_TO_DISK - Static variable in class ostore.cache.BufferCache
 
STATE_FULLY_CONNECTED - Static variable in class ostore.dtree.DTreeServiceReq
Denotes the state in which all messages are forwarded to the child.
STATE_INVALIDATIONS_ONLY - Static variable in class ostore.dtree.DTreeServiceReq
Denotes the state in which only heartbeats are forwarded to the child.
STATE_LOADING_FROM_DISK - Static variable in class ostore.cache.BufferCache
 
STATE_MEM_AND_DISK - Static variable in class ostore.cache.BufferCache
 
STATE_MEM_ONLY - Static variable in class ostore.cache.BufferCache
 
STATE_MODIFIED_DURING_FLUSH - Static variable in class ostore.cache.BufferCache
 
STATE_REMOVED - Static variable in class ostore.cache.BufferCache
 
STATE_STR - Static variable in class ostore.cache.CacheNotify
 
state_string - Static variable in class ostore.agree.AgreementState
 
STATE_STRING - Static variable in class ostore.archive.ArchiverStage
 
state_to_string - Static variable in class ostore.cache.BufferCache
 
states - Variable in class ostore.oil.HMM.Prediction
The states predicted to occur soon.
states - Variable in class ostore.oil.HMM.Delta
The set of states referenced in the sufficient statistics.
states - Variable in class ostore.oil.HMM
 
StatRecorder - class ostore.util.StatRecorder.
The StatRecorder class is a utility for recording and analyzing a number of samples for a measurement.
StatRecorder(InputBuffer) - Constructor for class ostore.util.StatRecorder
 
StatRecorder(String) - Constructor for class ostore.util.StatRecorder
 
StatRecorder(String, String) - Constructor for class ostore.util.StatRecorder
 
Stats - class ostore.archive.Stats.
Stats keeps track of vital statistics used to measure performance of archive package.
Stats() - Constructor for class ostore.archive.Stats
 
stop(Object) - Method in class ostore.util.StopWatch
Stop a timer and return the time elapsed, in milliseconds.
StopWatch - class ostore.util.StopWatch.
StopWatch provides timing utilities for profiling code performance.
StorageManager - class ostore.cache.StorageManager.
An asynchronous interface to BerkeleyDB for use by the BufferCache.
StorageManager.GetBlock - class ostore.cache.StorageManager.GetBlock.
Get a block from the cache; one or more of id or vhash must be non-null.
StorageManager.GetBlock(Object, SecureHash, SecureHash, int, long) - Constructor for class ostore.cache.StorageManager.GetBlock
 
StorageManager.GetBlockCompleted - class ostore.cache.StorageManager.GetBlockCompleted.
The result of any type of get.
StorageManager.GetBlockCompleted(StorageManager.GetBlock, int, Cacheable) - Constructor for class ostore.cache.StorageManager.GetBlockCompleted
 
StorageManager.PutBlock - class ostore.cache.StorageManager.PutBlock.
Add a data block to the cache, with or without a guid.
StorageManager.PutBlock(Object, SecureHash, SecureHash, Cacheable, int, long) - Constructor for class ostore.cache.StorageManager.PutBlock
 
StorageManager.PutBlockCompleted - class ostore.cache.StorageManager.PutBlockCompleted.
Dispatched whenever a request is finished.
StorageManager.PutBlockCompleted(StorageManager.PutBlock) - Constructor for class ostore.cache.StorageManager.PutBlockCompleted
 
StorageManager() - Constructor for class ostore.cache.StorageManager
 
StorageManagerTest - class ostore.cache.StorageManagerTest.
 
StorageManagerTest() - Constructor for class ostore.cache.StorageManagerTest
 
stream - Variable in class ostore.util.StreamOutputBuffer
 
stream - Variable in class ostore.util.StreamInputBuffer
 
stream(ATcpConnection) - Method in class ostore.network.MultiplexedNetwork.ConnectionState
 
StreamInputBuffer - class ostore.util.StreamInputBuffer.
For use in testing only; not efficient at all, and not completely implemented either.
StreamInputBuffer(InputStream) - Constructor for class ostore.util.StreamInputBuffer
 
StreamMicroBenchmark - class ostore.apps.test.StreamMicroBenchmark.
 
StreamMicroBenchmark() - Constructor for class ostore.apps.test.StreamMicroBenchmark
 
StreamMicroBenchmarkMaster - class ostore.apps.test.StreamMicroBenchmarkMaster.
 
StreamMicroBenchmarkMaster() - Constructor for class ostore.apps.test.StreamMicroBenchmarkMaster
 
StreamMicroBenchmarkMessage - class ostore.apps.test.StreamMicroBenchmarkMessage.
 
StreamMicroBenchmarkMessage(InputBuffer) - Constructor for class ostore.apps.test.StreamMicroBenchmarkMessage
 
StreamMicroBenchmarkMessage(NodeId, String) - Constructor for class ostore.apps.test.StreamMicroBenchmarkMessage
 
StreamOutputBuffer - class ostore.util.StreamOutputBuffer.
For use in testing only; not efficient at all, and not completely implemented either.
StreamOutputBuffer(OutputStream) - Constructor for class ostore.util.StreamOutputBuffer
 
STRING - Static variable in class ostore.util.VID
 
STRING_TYPE - Static variable in class ostore.dataobj.Metadata
 
stringToBytes(String, byte[], int[]) - Static method in class ostore.util.ByteUtils
Write the bytes representing s into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.
STSVerify - class ostore.mac.STSVerify.
Specifically made for the Station-to-Station Protocol to send public keys back and forth.
STSVerify(InputBuffer) - Constructor for class ostore.mac.STSVerify
Note, since STSVerify is only used to transport the digest , all this will decode is digest and nothing more

The deserialization constructor.
STSVerify(QSDHPublicKey, QSDHPublicKey) - Constructor for class ostore.mac.STSVerify
Constructor.
subBuffer(int) - Method in class ostore.network.NetworkInputBuffer
 
subBuffer(int) - Method in class ostore.util.QSClone.QSCloneBuffer
 
subBuffer(int) - Method in class ostore.util.StreamInputBuffer
 
subBuffer(int) - Method in class ostore.util.RandomAccessFileInputBuffer
 
subBuffer(int) - Method in interface ostore.util.InputBuffer
Create a new input buffer from the read point at this one, containing the next length bytes.
subBuffer(int) - Method in class ostore.util.FromBytesInputBuffer
 
subBuffer(int) - Method in class ostore.util.ByteArrayInputBuffer
 
subclasses - Variable in class ostore.dispatch.TrieRoot
The children of this node's type in the event class hierarchy.
subscribe(Filter, SinkIF) - Method in class ostore.dispatch.Classifier
Subscribe a normal priority SinkIF to an event stream defined by a Filter.
subscribe(Filter, SinkIF, Integer) - Method in class ostore.dispatch.Classifier
Subscribes a SinkIF to an event stream defined by a Filter.
subscribedTo(Class) - Method in class ostore.dispatch.Classifier
Returns Boolean.TRUE if type has been subscribed to.
subscribeNotify(Filter, SinkIF, Integer) - Method in class ostore.dispatch.TSink
Notifies all TSinks that a SinkIF has subscribed to a certain type of event via the Classifier.
subSet(QuickSerializable, QuickSerializable) - Method in class ostore.util.QSTreeSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
success - Variable in class ostore.network.NetworkLatencyResp
 
success - Variable in class ostore.network.NetworkMessageResult
 
success() - Method in class ostore.inner.UpdateResp
 
successful() - Method in class ostore.dtree.DTreeResp
Returns true iff error_code() == NO_ERROR.
successful() - Method in class ostore.read.ReadResp
Returns true iff error_code() == NO_ERROR.
successful() - Method in class ostore.replica.ReplicaResp
Returns true iff error_code() == NO_ERROR.
successful() - Method in class ostore.util.QueueElementRespIF
successful returns true iff QueueElementRespIF.getErrorCode() == QueueElementRespIF.NO_ERROR.
sum(Distance) - Method in class ostore.introspect.SimpleRealTime.Distance
 
sum(Distance) - Method in class ostore.introspect.Distance.InfiniteDistance
 
sum(Distance) - Method in interface ostore.introspect.Distance
 
sum(Distance, Distance) - Method in class ostore.introspect.WeightedAvgFilter
 
sum(Distance, Distance) - Method in interface ostore.introspect.SemanticDistanceModel.Filter
Update the age of the model as a function of the current_age of this model and the addum_age of the table we are incorporating into this model.
sum(Model.Delta) - Method in class ostore.introspect.SemanticDistanceModel.Delta
 
sum(Model.Delta) - Method in class ostore.oil.HMM.Delta
 
sum(Model.Delta) - Method in interface ostore.oil.Model.Delta
Produce the sum of this and another Delta.
sum(SemanticDistanceModel.Tuple, Distance, int, SemanticDistanceModel.Tuple, Distance, int) - Method in class ostore.introspect.WeightedAvgFilter
 
sum(SemanticDistanceModel.Tuple, Distance, int, SemanticDistanceModel.Tuple, Distance, int) - Method in interface ostore.introspect.SemanticDistanceModel.Filter
Recalculate the semantic distance and weight of a tuple given a new distance value from another semantic distance table.
superclass - Variable in class ostore.dispatch.TrieRoot
The parent of this node's type in the event class hierarchy.
SURGE_CLIENT - Static variable in class ostore.util.DebugFlags
 
SURGE_POP - Static variable in class ostore.util.DebugFlags
 
SurgeIterator - class ostore.apps.traces.SurgeIterator.
A test client that submits read requests using traces built by SURGE
SurgeIterator(Integer, String[]) - Constructor for class ostore.apps.traces.SurgeIterator
 

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 _