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 _

O

object - Variable in class ostore.cache.CacheLine
object cached in the CacheLine
OBJECT_CREATE_TIME - Static variable in class ostore.client.OSMetadata
 
OBJECT_CREATE_TIME - Static variable in class ostore.dataobj.Metadata
 
OBJECT_NOT_FOUND - Static variable in class ostore.replica.ReplicaResp
An error code that indicates a request failed because Tapestry could not find a replica of the data object.
ObjectCreateReq - class ostore.rp.ObjectCreateReq.
Message sent from the RP to the members of the IR to inform them that they are part of a ring for a new object.
ObjectCreateReq(InputBuffer) - Constructor for class ostore.rp.ObjectCreateReq
 
ObjectCreateReq(SignedQS, PRCert) - Constructor for class ostore.rp.ObjectCreateReq
 
ObjectCreateReqMsg - class ostore.rp.ObjectCreateReqMsg.
Message sent from the RP to the members of the IR to inform them that they are part of a ring for a new object.
ObjectCreateReqMsg(InputBuffer) - Constructor for class ostore.rp.ObjectCreateReqMsg
 
ObjectCreateReqMsg(SecureHash, SignedQS, QSArray, boolean, boolean, boolean) - Constructor for class ostore.rp.ObjectCreateReqMsg
 
observed_type - Variable in class ostore.oil.HMMStage
The type of events to observe.
offset() - Method in class ostore.util.ByteArrayOutputBuffer
 
OIL_ARRAY - Static variable in class ostore.util.DebugFlags
 
OIL_EVENTCOUNTSTAGE - Static variable in class ostore.util.DebugFlags
 
OIL_HMM - Static variable in class ostore.util.DebugFlags
 
OIL_HMMBUILDER - Static variable in class ostore.util.DebugFlags
 
OIL_HMMPREDICTOR - Static variable in class ostore.util.DebugFlags
 
OIL_MATRIX - Static variable in class ostore.util.DebugFlags
 
OIL_SCREEN - Static variable in class ostore.util.DebugFlags
 
OIL_SEGMENTPAGER - Static variable in class ostore.util.DebugFlags
 
old_msg - Variable in class ostore.archive.FragmentBucket
 
one_loop() - Method in class ostore.dispatch.Test
 
OPEN - Static variable in class ostore.apps.traces.TraceIterator
 
OPEN - Static variable in class ostore.apps.qtree.impl.QTreeGroupMsgAck
 
open_connections - Variable in class ostore.network.MultiplexedNetwork
For debugging.
open_connections_lock - Variable in class ostore.network.MultiplexedNetwork
 
open(String) - Static method in class ostore.util.Logger
Returns the Logger for the specified file.
OPENING - Static variable in class ostore.apps.qtree.impl.QTree
 
ordered_restrictions - Variable in class ostore.dispatch.Filter
A List containing all the restrictions in the order they were added.
orphan - Variable in class ostore.apps.qtree.impl.QTreeRepairMsg
 
OSAction - class ostore.client.OSAction.
The OSAction class is the abstract super class for all actions that appear in updates.
OSACTION_APPEND - Static variable in class ostore.util.DebugFlags
 
OSACTION_EXPAND - Static variable in class ostore.util.DebugFlags
 
OSACTION_REPLACE - Static variable in class ostore.util.DebugFlags
 
OSACTION_SET_METADATA - Static variable in class ostore.util.DebugFlags
 
OSACTION_TRUNCATE - Static variable in class ostore.util.DebugFlags
 
OSAction(InputBuffer) - Constructor for class ostore.client.OSAction
 
OSActionAppend - class ostore.client.OSActionAppend.
The OSActionAppend appends data to a data object.
OSActionAppend(InputBuffer) - Constructor for class ostore.client.OSActionAppend
 
OSActionAppend(SecureHash, int, byte[]) - Constructor for class ostore.client.OSActionAppend
Creates a new OSActionAppend.
OSActionExpand - class ostore.client.OSActionExpand.
The OSActionExpand action expands an object to a given length, zero-filling as necessary.
OSActionExpand(InputBuffer) - Constructor for class ostore.client.OSActionExpand
 
OSActionExpand(SecureHash, long) - Constructor for class ostore.client.OSActionExpand
Creates a new OSActionExpand.
OSActionReplace - class ostore.client.OSActionReplace.
The OSActionReplace replaces data in a data object.
OSActionReplace(InputBuffer) - Constructor for class ostore.client.OSActionReplace
 
OSActionReplace(SecureHash, int, int, byte[]) - Constructor for class ostore.client.OSActionReplace
Creates a new OSActionReplace.
OSActionSetMetadata - class ostore.client.OSActionSetMetadata.
The OSActionSetMetadata action is used to assign a value to a field in the metadata.
OSActionSetMetadata(InputBuffer) - Constructor for class ostore.client.OSActionSetMetadata
 
OSActionSetMetadata(SecureHash, int, Object) - Constructor for class ostore.client.OSActionSetMetadata
Creates a new OSActionSetMetadata.
OSActionSetMetadata(SecureHash, String, Object) - Constructor for class ostore.client.OSActionSetMetadata
 
OSActionTruncate - class ostore.client.OSActionTruncate.
The OSActionTruncate truncates a data object to zero length.
OSActionTruncate(InputBuffer) - Constructor for class ostore.client.OSActionTruncate
 
OSActionTruncate(SecureHash) - Constructor for class ostore.client.OSActionTruncate
Creates a new OSActionTruncate.
OSAppId - class ostore.client.OSAppId.
 
OSAppId() - Constructor for class ostore.client.OSAppId
 
OSAppId(InputBuffer) - Constructor for class ostore.client.OSAppId
 
OSApplicationHowTo - class ostore.apps.test.OSApplicationHowTo.
The OSApplicationHowTo is a simple application that demonstrates how to use the OceanStore client API to write an application that connects to OceanStore.
OSApplicationHowTo() - Constructor for class ostore.apps.test.OSApplicationHowTo
 
OSCloseReplicaRequest - class ostore.client.OSCloseReplicaRequest.
 
OSCloseReplicaRequest(InputBuffer) - Constructor for class ostore.client.OSCloseReplicaRequest
 
OSCloseReplicaRequest(OSAppId, SecureHash) - Constructor for class ostore.client.OSCloseReplicaRequest
Create a new OSCloseReplicaRequest for an object of the given aguid.
OSCloseReplicaResult - class ostore.client.OSCloseReplicaResult.
 
OSCloseReplicaResult(InputBuffer) - Constructor for class ostore.client.OSCloseReplicaResult
 
OSCreateObjectRequest - class ostore.client.OSCreateObjectRequest.
An application uses the OSCreateObjectRequest to create a new data object in OceanStore.
OSCreateObjectRequest(InputBuffer) - Constructor for class ostore.client.OSCreateObjectRequest
 
OSCreateObjectRequest(OSAppId, QSPublicKey, QSPrivateKey, QSPublicKey, String) - Constructor for class ostore.client.OSCreateObjectRequest
 
OSCreateObjectRequest(OSAppId, QSPublicKey, QSPrivateKey, QSPublicKey, String, byte[]) - Constructor for class ostore.client.OSCreateObjectRequest
 
OSCreateObjectRequest(OSAppId, QSPublicKey, QSPrivateKey, QSPublicKey, String, Pair) - Constructor for class ostore.client.OSCreateObjectRequest
Create a new OSCreateObjectRequest.
OSCreateObjectRequest(OSAppId, QSPublicKey, QSPrivateKey, QSPublicKey, String, Pair, byte[]) - Constructor for class ostore.client.OSCreateObjectRequest
Create a new OSCreateObjectRequest and append some initial data onto it immediately after creation.
OSCreateObjectResult - class ostore.client.OSCreateObjectResult.
The OSCreateObjectResult reports the outcome of an OSCreateObjectRequest.
OSCreateObjectResult(InputBuffer) - Constructor for class ostore.client.OSCreateObjectResult
 
OSIllegalArgumentException - exception ostore.client.OSIllegalArgumentException.
 
OSIllegalArgumentException() - Constructor for class ostore.client.OSIllegalArgumentException
 
OSIllegalArgumentException(String) - Constructor for class ostore.client.OSIllegalArgumentException
 
OSInitError - error ostore.client.OSInitError.
 
OSMetadata - class ostore.client.OSMetadata.
The OSMetadata class provides the application-level interface to metadata that is visible at the user level.
OSMETADATA_REQUEST - Static variable in class ostore.util.DebugFlags
 
OSMETADATA_RESULT - Static variable in class ostore.util.DebugFlags
 
OSMetadata(InputBuffer) - Constructor for class ostore.client.OSMetadata
 
OSMetadataRequest - class ostore.client.OSMetadataRequest.
The OSMetadataRequest object is a request for reading object metadata.
OSMetadataRequest(InputBuffer) - Constructor for class ostore.client.OSMetadataRequest
 
OSMetadataRequest(OSAppId, SecureHash, OSVersionPredicate) - Constructor for class ostore.client.OSMetadataRequest
Creates a new OSMetadataRequest request.
OSMetadataRequest(OSAppId, SecureHash, QSPrivateKey, SecureHash, OSVersionPredicate) - Constructor for class ostore.client.OSMetadataRequest
Creates a new OSMetadataRequest request.
OSMetadataResult - class ostore.client.OSMetadataResult.
OSMetadataResult.
OSMetadataResult(InputBuffer) - Constructor for class ostore.client.OSMetadataResult
 
OSOpenReplicaRequest - class ostore.client.OSOpenReplicaRequest.
 
OSOpenReplicaRequest(InputBuffer) - Constructor for class ostore.client.OSOpenReplicaRequest
 
OSOpenReplicaRequest(OSAppId, SecureHash) - Constructor for class ostore.client.OSOpenReplicaRequest
Create a new OSOpenReplicaRequest for an object of the given aguid.
OSOpenReplicaRequest(OSAppId, SecureHash, int) - Constructor for class ostore.client.OSOpenReplicaRequest
Create a new OSOpenReplicaRequest for an object on a remote node.
OSOpenReplicaRequest(OSAppId, SecureHash, SecureHash, int) - Constructor for class ostore.client.OSOpenReplicaRequest
Create a new OSOpenReplicaRequest for an object on a remote node.
OSOpenReplicaResult - class ostore.client.OSOpenReplicaResult.
 
OSOpenReplicaResult(InputBuffer) - Constructor for class ostore.client.OSOpenReplicaResult
 
OSPredicate - class ostore.client.OSPredicate.
The OSPredicate class is the abstract super class for all predicates that appear in updates.
OSPredicate(InputBuffer) - Constructor for class ostore.client.OSPredicate
 
OSPredicateAnd - class ostore.client.OSPredicateAnd.
The OSPredicateAnd evaluates to the logical AND of its subpredicates.
OSPredicateAnd(InputBuffer) - Constructor for class ostore.client.OSPredicateAnd
 
OSPredicateAnd(OSPredicate, OSPredicate) - Constructor for class ostore.client.OSPredicateAnd
 
OSPredicateFalse - class ostore.client.OSPredicateFalse.
The OSPredicateFalse always evaluates to false.
OSPredicateFalse() - Constructor for class ostore.client.OSPredicateFalse
Creates a new OSPredicateFalse.
OSPredicateFalse(InputBuffer) - Constructor for class ostore.client.OSPredicateFalse
 
OSPredicateTrue - class ostore.client.OSPredicateTrue.
The OSPredicateTrue always evaluates to true.
OSPredicateTrue() - Constructor for class ostore.client.OSPredicateTrue
Creates a new OSPredicateTrue.
OSPredicateTrue(InputBuffer) - Constructor for class ostore.client.OSPredicateTrue
 
OSPredicateVersionId - class ostore.client.OSPredicateVersionId.
The OSPredicateVersionId predicate evaluates to true when the current version identifier for the object matches the version identifier given to the predicate.
OSPredicateVersionId(InputBuffer) - Constructor for class ostore.client.OSPredicateVersionId
 
OSPredicateVersionId(SecureHash, VID) - Constructor for class ostore.client.OSPredicateVersionId
Creates a new OSPredicateVersionId.
OSRead - class ostore.client.OSRead.
The OSRead object is a request for reading objects....
OSREAD - Static variable in class ostore.util.DebugFlags
 
OSRead(InputBuffer) - Constructor for class ostore.client.OSRead
 
OSRead(OSAppId, SecureHash, OSVersionPredicate, Selection) - Constructor for class ostore.client.OSRead
Creates a new OSRead request.
OSRead(OSAppId, SecureHash, QSPrivateKey, SecureHash, OSVersionPredicate, Selection) - Constructor for class ostore.client.OSRead
Creates a new OSRead request.
OSReadResult - class ostore.client.OSReadResult.
OSReadResult.java
OSReadResult(InputBuffer) - Constructor for class ostore.client.OSReadResult
 
OSReadResult(OSRead, ReplicaBytesReadResp) - Constructor for class ostore.client.OSReadResult
 
OSRegisterAppRequest - class ostore.client.OSRegisterAppRequest.
The OSRegisterAppRequest request registers the application with the ClientStage.
OSRegisterAppRequest(InputBuffer) - Constructor for class ostore.client.OSRegisterAppRequest
 
OSRegisterAppRequest(long) - Constructor for class ostore.client.OSRegisterAppRequest
 
OSRegisterAppResult - class ostore.client.OSRegisterAppResult.
The OSRegisterAppResult is sent by the ClientStage to the application in response to a OSRegisterAppRequest.
OSRegisterAppResult(InputBuffer) - Constructor for class ostore.client.OSRegisterAppResult
 
OSRequest - class ostore.client.OSRequest.
The OSRequest is the abstract super class for all OceanStore API requests.
OSRequest(InputBuffer) - Constructor for class ostore.client.OSRequest
 
OSResult - class ostore.client.OSResult.
The OSResult is the abstract super class for all OceanStore API results.
OSSetAppPropertyRequest - class ostore.client.OSSetAppPropertyRequest.
 
OSSetAppPropertyRequest(InputBuffer) - Constructor for class ostore.client.OSSetAppPropertyRequest
 
OSSetAppPropertyRequest(OSAppId, int, QuickSerializable) - Constructor for class ostore.client.OSSetAppPropertyRequest
 
OSTestBranching - class ostore.apps.test.OSTestBranching.
The OSApplicationHowTo is a simple application that demonstrates how to use the OceanStore client API to write an application that connects to OceanStore.
OSTestBranching() - Constructor for class ostore.apps.test.OSTestBranching
 
ostore.agree - package ostore.agree
 
ostore.apps.qtree.api - package ostore.apps.qtree.api
 
ostore.apps.qtree.impl - package ostore.apps.qtree.impl
 
ostore.apps.test - package ostore.apps.test
 
ostore.apps.traces - package ostore.apps.traces
 
ostore.archive - package ostore.archive
 
ostore.archive.cauchy - package ostore.archive.cauchy
 
ostore.archive.dissemination - package ostore.archive.dissemination
 
ostore.archive.events - package ostore.archive.events
 
ostore.archive.interleaved - package ostore.archive.interleaved
 
ostore.cache - package ostore.cache
 
ostore.client - package ostore.client
 
ostore.dataobj - package ostore.dataobj
 
ostore.dispatch - package ostore.dispatch
 
ostore.dtree - package ostore.dtree
 
ostore.inner - package ostore.inner
 
ostore.introspect - package ostore.introspect
 
ostore.mac - package ostore.mac
 
ostore.network - package ostore.network
 
ostore.oil - package ostore.oil
 
ostore.read - package ostore.read
 
ostore.replica - package ostore.replica
 
ostore.rp - package ostore.rp
 
ostore.security - package ostore.security
 
ostore.security.thresh - package ostore.security.thresh
 
ostore.update - package ostore.update
 
ostore.util - package ostore.util
 
OSUpdate - class ostore.client.OSUpdate.
An application uses the OSUpdate to modify a data object in OceanStore.
OSUpdate(InputBuffer) - Constructor for class ostore.client.OSUpdate
 
OSUpdate(OSAppId, SecureHash, QSPrivateKey) - Constructor for class ostore.client.OSUpdate
Creates a new OSUpdate.
OSUpdate(OSAppId, SecureHash, QSPrivateKey, OSUpdateTuple) - Constructor for class ostore.client.OSUpdate
Creates a new OSUpdate and inserts one tuple into the update.
OSUpdate(OSAppId, SecureHash, QSPrivateKey, OSUpdateTuple, boolean) - Constructor for class ostore.client.OSUpdate
 
OSUpdateResult - class ostore.client.OSUpdateResult.
The OSUpdateResult reports the outcome of an OSUpdate.
OSUpdateResult(InputBuffer) - Constructor for class ostore.client.OSUpdateResult
 
OSUpdateTuple - class ostore.client.OSUpdateTuple.
The OSUpdateTuple represents a tuple in an OSUpdate.
OSUpdateTuple(InputBuffer) - Constructor for class ostore.client.OSUpdateTuple
 
OSUpdateTuple(OSPredicate, OSAction) - Constructor for class ostore.client.OSUpdateTuple
Creates a new OSUpdateTuple that contains the given predicate and action.
OSVersionPredicate - class ostore.client.OSVersionPredicate.
The OSVersionPredicate class is the abstract super class for all version predicates that are used in read requests to specify requirements of the versions to be read.
OSVersionPredicate(InputBuffer) - Constructor for class ostore.client.OSVersionPredicate
 
OSVIDRequest - class ostore.client.OSVIDRequest.
 
OSVIDRequest(InputBuffer) - Constructor for class ostore.client.OSVIDRequest
 
OSVIDRequest(OSAppId, SecureHash, OSVersionPredicate) - Constructor for class ostore.client.OSVIDRequest
Creates a new OSVIDRequest request.
OSVIDResult - class ostore.client.OSVIDResult.
OSVIDResult.
OSVIDResult(InputBuffer) - Constructor for class ostore.client.OSVIDResult
 
OSVPFresh - class ostore.client.OSVPFresh.
The OSVPFresh object is a version predicate for use in OSReads that is satisfied by any version that has not yet expired.
OSVPFresh() - Constructor for class ostore.client.OSVPFresh
Creates a new OSVPFresh version predicate.
OSVPFresh(InputBuffer) - Constructor for class ostore.client.OSVPFresh
 
OSVPLatest - class ostore.client.OSVPLatest.
The OSVPLatest object is a version predicate for use in OSReads that is satisfied by the most recent version known by node in OceanStore.
OSVPLatest() - Constructor for class ostore.client.OSVPLatest
Creates a new OSVPLatest version predicate.
OSVPLatest(Date) - Constructor for class ostore.client.OSVPLatest
 
OSVPLatest(InputBuffer) - Constructor for class ostore.client.OSVPLatest
 
OSVPOnNode - class ostore.client.OSVPOnNode.
The OSVPOnNode object is a version predicate that requests the most recent version of an object that is on node.
OSVPOnNode() - Constructor for class ostore.client.OSVPOnNode
Creates a new OSVPOnNode version predicate.
OSVPOnNode(InputBuffer) - Constructor for class ostore.client.OSVPOnNode
 
OSVPSeqNum - class ostore.client.OSVPSeqNum.
The OSVPSeqNum is a version predicate that specifies a version based on its version sequence number.
OSVPSeqNum(InputBuffer) - Constructor for class ostore.client.OSVPSeqNum
 
OSVPSeqNum(long) - Constructor for class ostore.client.OSVPSeqNum
 
OSVPSeqNum(long, long) - Constructor for class ostore.client.OSVPSeqNum
 
OSVPTimed - class ostore.client.OSVPTimed.
The OSVPTimed object is a version predicate for use in OSReads that is satisfied by the versions that were current in the given time range.
OSVPTimed(Date) - Constructor for class ostore.client.OSVPTimed
Creates a new OSVPTimed version predicate.
OSVPTimed(Date, Date) - Constructor for class ostore.client.OSVPTimed
 
OSVPTimed(InputBuffer) - Constructor for class ostore.client.OSVPTimed
 
OSVPVersionId - class ostore.client.OSVPVersionId.
The OSVPVersionId is a version predicate that is satisfied only by the version identifier specified in the predicate.
OSVPVersionId(byte, SecureHash) - Constructor for class ostore.client.OSVPVersionId
 
OSVPVersionId(InputBuffer) - Constructor for class ostore.client.OSVPVersionId
 
OSVPVersionId(VID) - Constructor for class ostore.client.OSVPVersionId
 
out(String) - Static method in class ostore.util.Carp
Print a message to standard out.
outb - Variable in class ostore.network.MultiplexedNetwork.DelayWrapper
 
outb_msg_types - Variable in class ostore.util.StandardStage
 
outbound_bw - Variable in class ostore.network.Network
 
outliers() - Method in class ostore.introspect.SemanticDistanceModel
 
outliers() - Method in class ostore.oil.Screen
 
outliers() - Method in interface ostore.oil.Model
Returns the recent observations which the model assigns the lowest likelihood.
outliers() - Method in class ostore.oil.HMM
 
OutputBuffer - interface ostore.util.OutputBuffer.
A buffer into which QuickSerializable objects can be written.
OutputBufferImpl - class ostore.util.OutputBufferImpl.
A buffer into which QuickSerializable objects can be written.
OutputBufferImpl() - Constructor for class ostore.util.OutputBufferImpl
 
outstanding_observations() - Method in class ostore.introspect.SemanticDistanceModel
Return the number of observations recorded but not yet incorporated into the model.
overall_digest() - Method in class ostore.agree.PreprepareMsg
 
overall_digest() - Method in class ostore.agree.AgreementState
 
overall_digest(QSArray) - Static method in class ostore.agree.PreprepareMsg
 
overall_result - Variable in class ostore.agree.SignatureStage.ThresholdSignatureRequest
 
overall_result_digest() - Method in class ostore.agree.AgreementState
 
overall_result_digest(int) - Method in class ostore.agree.AgreementState
 
overall_result() - Method in class ostore.agree.AgreementState
 
overhead - Static variable in class ostore.dataobj.DataObject.DataBlock
 
OVERHEAD - Static variable in class ostore.archive.Fragment
Overhead storage requirement for a fragment (in bytes).
OVERHEAD(int) - Static method in class ostore.archive.FragmentBucket
overhead of a fragment bucket (in bytes).
overwrite(int, int) - Method in class ostore.dataobj.ArchiveOutputBuffer
 
overwrite(int, int) - Method in class ostore.network.NetworkOutputBuffer
 

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 _