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 _

U

uncache() - Method in class ostore.dataobj.Metadata
uncache routine.
UNINIT - Static variable in class ostore.mac.PartyInfo
Uninitiated State.
UNKNOWN_TREE - Static variable in class ostore.dtree.DTreeResp
An error code that indicates this node is not a member of the specified dissemination tree.
unpin(CacheablePinned) - Method in interface ostore.cache.DataCache
Unpin the pinned block; it is an error to call this function if the CacheablePinned has already been used for another unpin call.
unpin(CacheablePinned) - Method in class ostore.cache.BufferCache
 
unpin(CacheablePinned, DataCache) - Method in class ostore.dataobj.HandleStore
 
unpinAll(DataCache) - Method in class ostore.dataobj.HandleStore
 
UNREACHABLE - Static variable in class ostore.dtree.DTreeResp
An error code that indicates the dissemination tree was unreachable.
unrecordMapping(CacheablePinned) - Method in class ostore.dataobj.HandleStore
 
unset_modified() - Method in class ostore.cache.CachePolicy.Line
 
unset_referenced() - Method in class ostore.cache.CachePolicy.Line
 
unsetKey(SecureHash) - Method in class ostore.client.ClientCryptModule
 
unsubscribe(Filter) - Method in class ostore.dispatch.Classifier
Unsubscribe a Filter.
unsubscribe(SinkIF) - Method in class ostore.dispatch.Classifier
Unsubscribe a SinkIF, removing its Filters from the trie.
unsubscribeNotify(SinkIF) - Static method in class ostore.dispatch.TSink
Notifies all TSinks that a SinkIF has been unsubscribed from the Classifier.
update - Variable in class ostore.inner.UpdateRespMsg
 
Update - class ostore.update.Update.
All OceanStore updates are represented as an Update object.
UPDATE - Static variable in class ostore.util.DebugFlags
 
UPDATE_CREATOR - Static variable in class ostore.util.DebugFlags
 
update_digest() - Method in class ostore.inner.UpdateResp
 
update_priority(SemanticDistanceModel.Tuple, SemanticDistanceModel.BoundedPrioQueue) - Method in class ostore.introspect.WeightedAvgFilter
 
update_priority(SemanticDistanceModel.Tuple, SemanticDistanceModel.BoundedPrioQueue) - Method in interface ostore.introspect.SemanticDistanceModel.Filter
Recalcualte the priority of t.
update_resp - Variable in class ostore.inner.UpdateRespMsg
 
update_resp - Variable in class ostore.replica.ReplicaUpdateResp
The result of the update
UPDATE_STAGE - Static variable in class ostore.util.StageId
 
UPDATE_STAGE - Static variable in class ostore.util.DebugFlags
 
UPDATE_VERIFIABLE_BLOCKS_STAGE - Static variable in class ostore.util.StageId
 
update() - Method in class ostore.inner.UpdateReqMsg
 
Update(InputBuffer) - Constructor for class ostore.update.Update
 
Update(SecureHash, SecureHash) - Constructor for class ostore.update.Update
Create a new Update.
Update(SecureHash, SecureHash, UpdateTuple) - Constructor for class ostore.update.Update
Create a new Update containing the specified tuple.
Update(SecureHash, SecureHash, UpdateTuple[]) - Constructor for class ostore.update.Update
Create a new Update containing the specified tuples.
update(SemanticDistanceModel.Filter, QSVector) - Method in class ostore.introspect.SemanticDistanceModel.Table
Update the semantic distance table with the observations parameterized by type and time.
update(SemanticDistanceModel.Filter, QuickSerializable, SemanticDistanceModel.BoundedPrioQueue, Distance, int, Time) - Method in class ostore.introspect.SemanticDistanceModel.Table
Update one row of the semantic distance table with the distance values from the other table.
update(SemanticDistanceModel.Filter, QuickSerializable, Time) - Method in class ostore.introspect.SemanticDistanceModel.Table
Update the semantic distance table with the observation parameterized by type and time.
update(SemanticDistanceModel.Filter, SemanticDistanceModel.Table, boolean) - Method in class ostore.introspect.SemanticDistanceModel.Table
Update the semantic distance table with the distance values from the other table.
update(SemanticDistanceModel.Tuple) - Method in class ostore.introspect.SemanticDistanceModel.BoundedPrioQueue
Update (or add) the tuple <t,d,num>.
UpdateContinuation - class ostore.update.UpdateContinuation.
The UpdateContinuation is a package-internal class that records the progress of an update that was previously interrupted.
UpdateContinuation(UpdateException) - Constructor for class ostore.update.UpdateContinuation
 
updatePath(TreeKey, QSVector) - Method in class ostore.apps.qtree.impl.QTree
 
UpdateReject - class ostore.inner.UpdateReject.
 
UpdateReject(InputBuffer) - Constructor for class ostore.inner.UpdateReject
 
UpdateReject(SecureHash, byte, QSDate) - Constructor for class ostore.inner.UpdateReject
 
UpdateReqMsg - class ostore.inner.UpdateReqMsg.
 
UpdateReqMsg(InputBuffer) - Constructor for class ostore.inner.UpdateReqMsg
 
UpdateReqMsg(SignedQS, boolean, boolean, boolean, byte, byte, VirtualCoordinate) - Constructor for class ostore.inner.UpdateReqMsg
 
UpdateRequest - class ostore.update.UpdateRequest.
An UpdateRequest is a message used for internal communication between the InnerRing and the UpdateStage.
UpdateRequest(Update, SecureHash, GuidVersionMap, QSDate) - Constructor for class ostore.update.UpdateRequest
Create a new UpdateRequest.
UpdateResp - class ostore.inner.UpdateResp.
 
UpdateResp.UnsuccessfulException - exception ostore.inner.UpdateResp.UnsuccessfulException.
 
UpdateResp.UnsuccessfulException() - Constructor for class ostore.inner.UpdateResp.UnsuccessfulException
 
UpdateResp(InputBuffer) - Constructor for class ostore.inner.UpdateResp
 
UpdateResp(SecureHash, int, SecureHash, GuidVersionMap, SortedMap, QSDate) - Constructor for class ostore.inner.UpdateResp
 
UpdateResp(SecureHash, QSDate) - Constructor for class ostore.inner.UpdateResp
 
UpdateRespMsg - class ostore.inner.UpdateRespMsg.
The response to an update request.
UpdateRespMsg(InputBuffer) - Constructor for class ostore.inner.UpdateRespMsg
 
UpdateRespMsg(SignedQS, QSArray, Update) - Constructor for class ostore.inner.UpdateRespMsg
 
UpdateResult - class ostore.update.UpdateResult.
An UpdateResult is a message used for internal communication between the InnerRing and the UpdateStage.
UpdateStage - class ostore.update.UpdateStage.
The UpdateStage is responsible for evaluating and applying updates.
UpdateStage() - Constructor for class ostore.update.UpdateStage
 
UpdateTuple - class ostore.update.UpdateTuple.
The UpdateTuple, or tuple for short, is a container for a Predicate and an Action.
UpdateTuple() - Constructor for class ostore.update.UpdateTuple
 
UpdateTuple(InputBuffer) - Constructor for class ostore.update.UpdateTuple
 
UpdateTuple(Predicate, Action) - Constructor for class ostore.update.UpdateTuple
Create an UpdateTuple with the specified Predicate and Action.
UpdateVerifiableBlocksReq - class ostore.archive.events.UpdateVerifiableBlocksReq.
UpdateVerifiableBlocksReq is an event class that request that a version of an object or be updated with FHASH's or the top of the VHashTree for each modified block.
UpdateVerifiableBlocksReq() - Constructor for class ostore.archive.events.UpdateVerifiableBlocksReq
Constructor: Initializes instance variables to null.
UpdateVerifiableBlocksReq(InputBuffer) - Constructor for class ostore.archive.events.UpdateVerifiableBlocksReq
Constructs a UpdateVerifiableBlocksReq from its serialized form.
UpdateVerifiableBlocksReq(VID, SecureHash, SecureHash, Map) - Constructor for class ostore.archive.events.UpdateVerifiableBlocksReq
Constructor.
UpdateVerifiableBlocksResp - class ostore.archive.events.UpdateVerifiableBlocksResp.
UpdateVerifiableBlocksResp is an event class that request that a version of an object or be updated with FHASH's or the top of the VHashTree for each modified block.
UpdateVerifiableBlocksResp() - Constructor for class ostore.archive.events.UpdateVerifiableBlocksResp
Constructor: Initializes instance variables to null.
UpdateVerifiableBlocksResp(InputBuffer) - Constructor for class ostore.archive.events.UpdateVerifiableBlocksResp
Constructs a UpdateVerifiableBlocksResp from its serialized form.
UpdateVerifiableBlocksResp(VID, SecureHash, SecureHash) - Constructor for class ostore.archive.events.UpdateVerifiableBlocksResp
Constructor.
UpdateVerifiableBlocksStage - class ostore.archive.UpdateVerifiableBlocksStage.
The UpdateVerifiableBlocksStage generates a checkpoint for a particular version.
UpdateVerifiableBlocksStage() - Constructor for class ostore.archive.UpdateVerifiableBlocksStage
 
UpDTreeMsg - class ostore.dtree.UpDTreeMsg.
Messages passed to the local DTreeNode containing an object to pass up a dissemination tree.
UpDTreeMsg(SecureHash, QuickSerializable) - Constructor for class ostore.dtree.UpDTreeMsg
Creates a new UpDTreeMsg.
UPSTREAM - Static variable in class ostore.dtree.DTreeMsg
Marks a message sent from a node to its parent in the tree.
USE_DISTANCE_METRIC - Static variable in class ostore.dtree.DTreeNode
A flag that determines whether to rejoin trees using the depth metric (tree hops) or distance metric (latency in ms).
usedKeys - Variable in class ostore.mac.PartyInfo
Keeps track of DH keys that have been used with this DH key pair as a protection against replay attacks.
user_data - Variable in class ostore.cache.StorageManager.GetBlock
 
user_data - Variable in class ostore.cache.StorageManager.PutBlock
 
user_data - Variable in class ostore.network.PingStage.PingFailure
 
user_data - Variable in class ostore.network.PingStage.PingSuccess
 
user_data - Variable in class ostore.network.PingStage.PingReq
 
user_data - Variable in class ostore.network.NetworkLatencyReq
 
user_data - Variable in class ostore.network.NetworkLatencyResp
 
user_data - Variable in class ostore.network.NetworkMessageResult
 
user_data - Variable in class ostore.network.ADns.LookupResp
 
user_data - Variable in class ostore.network.ADns.LookupReq
 
user_data - Variable in class ostore.network.NetworkMessage
A value to place in the NetworkMessageResult so that the calling stage can associate the result with this request.
user_data - Variable in class ostore.network.ClearBandwidthCountsResp
 
user_data - Variable in class ostore.network.ClearBandwidthCountsReq
 
user_data() - Method in class ostore.security.SignedQSTreePath
 
user_data() - Method in class ostore.security.SignedQSTree
 
user_data() - Method in class ostore.security.SignedQS
The data which this object signs.
user_data() - Method in class ostore.apps.qtree.impl.QTreeDownMsg
 
user_data() - Method in class ostore.apps.qtree.impl.QTreeUpMsg
 
userData - Variable in class ostore.cache.CachePinnedRequest
 
userData - Variable in class ostore.cache.CachePinnedReply
 
userData - Variable in class ostore.util.QueueElementRespIF
Requestor defined object to be returned in the resp.
userData - Variable in class ostore.util.QueueElementReqIF
Requestor defined object to be returned in the resp.
userData - Variable in class ostore.archive.events.ReconstructBlkReq
Requestor defined object to be returned in the response.
userData - Variable in class ostore.archive.events.RecoalesceBlkReq
Requestor defined object to be returned in the response.
userData - Variable in class ostore.archive.events.ReconstructBlkResp
Requestor defined object placed in the request and returned in the ReconstructBlkResp.
userData - Variable in class ostore.archive.events.GenerateFragsBlkResp
Requestor defined object, defined in the request, to be returned in this response.
userData - Variable in class ostore.archive.events.GenerateFragsBlkReq
Requestor defined object to be returned in the response.

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 _