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 _

F

FAIL - Static variable in class ostore.read.ReplicaReadReq
A value for fault_mode instructing the ReplicaStage to give up completely.
FAIL - Static variable in class ostore.read.ReadReq
A value for fault_mode instructing the ReadStage to give up completely.
FAILURE - Static variable in class ostore.apps.qtree.impl.QTreeGroupMsgAck
 
FAKE_REQUESTOR_DISSEMINATOR_STAGE - Static variable in class ostore.util.StageId
 
FakeClient - class ostore.client.FakeClient.
The ClientStage serves as the main translator between application code which speaks using the application programmer interfaces and the OceanStore system code which speaks using OceanStores internal messages.
FakeClient() - Constructor for class ostore.client.FakeClient
 
FakeInner - class ostore.inner.FakeInner.
The "business rules" of the inner ring.
FakeInner.FinishedExecuting - class ostore.inner.FakeInner.FinishedExecuting.
 
FakeInner.FinishedExecuting() - Constructor for class ostore.inner.FakeInner.FinishedExecuting
 
FakeInner() - Constructor for class ostore.inner.FakeInner
 
FakeRequestorDisseminatorStage - class ostore.archive.FakeRequestorDisseminatorStage.
The FakeRequestorDisseminatorStage fakes disseminating and requesting Disseminatables to the wide-area.
FakeRequestorDisseminatorStage() - Constructor for class ostore.archive.FakeRequestorDisseminatorStage
 
fault_mode - Variable in class ostore.read.ReplicaReadReq
Specifies what the ReplicaStage should do if any required blocks from the DataObject are missing from the memory cache.
fault_mode - Variable in class ostore.read.ReadReq
Specifies what the ReadStage should do if any required blocks from the DataObject are missing from the memory cache.
FETCH_ALL - Static variable in class ostore.read.ReplicaReadReq
A value for fault_mode instructing the ReplicaStage to fetch missing blocks through the block manager (memory cache).
FETCH_ALL - Static variable in class ostore.read.ReadReq
A value for fault_mode instructing the ReadStage to fetch missing blocks through the block manager (memory cache).
FEtoExp - Static variable in class ostore.archive.cauchy.InitField
 
fhash - Variable in class ostore.archive.GuidResult
fhash is the fragmentHash or the top fragment hash of the VHashTree.
fields - Variable in class ostore.dispatch.TrieNode
Contains the set of Fields checked by this node's children.
file - Variable in class ostore.util.RandomAccessFileOutputBuffer
 
file - Variable in class ostore.util.RandomAccessFileInputBuffer
 
filename - Variable in class ostore.oil.TestFileEvent
The name of the file operated on.
fill_queue() - Method in class ostore.archive.TputGenerateFragsTest
 
fill_queue() - Method in class ostore.archive.TputGenerateChkptTest
 
fill_queue() - Method in class ostore.network.TputTest
 
Filter - class ostore.dispatch.Filter.
A specification for an event class.
Filter() - Constructor for class ostore.dispatch.Filter
 
FINALIZE - Static variable in class ostore.mac.DHMessage
 
finalize() - Method in class ostore.cache.CacheablePinned
If debug has been turned on, the programmer must unpin the CacheablePinned object.
find_cache_item(CacheableIdentity) - Method in class ostore.cache.BufferCache
 
findCandidateOrphans(TreeKey, int, QSVector) - Method in class ostore.apps.qtree.impl.QTree
 
findOrphans(TreeKey, QSVector, int) - Method in class ostore.apps.qtree.impl.QTree
A wrapper for findCandidateOrphans.
FiniteStack - class ostore.util.FiniteStack.
A simple Stack of finite size.
FiniteStack(int) - Constructor for class ostore.util.FiniteStack
Constructs a new Stack.
first - Variable in class ostore.util.QSPair
 
first - Variable in class ostore.util.Pair
 
FIRST_HASH - Static variable in class ostore.util.SHA1Hash
This is first hash SHA1
first() - Method in class ostore.util.QSPair
Returns the first element of the pair.
first() - Method in class ostore.util.Triple
 
first() - Method in class ostore.util.QSTreeSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class ostore.util.Pair
Returns the first element of the pair.
FLAT_OBJECT - Static variable in class ostore.dataobj.DataObject
A constant to refer to the type of DataObject's that do not include an index.
flush_block(BufferCache.CacheItem) - Method in class ostore.cache.BufferCache
 
flush() - Method in class ostore.dataobj.Metadata
flush routine.
flush() - Method in class ostore.util.Logger
Flushes the log to disk.
FLUSHING_TO_DISK - Static variable in class ostore.cache.CacheNotify
 
ForwardMsg - class ostore.agree.ForwardMsg.
 
ForwardMsg(InputBuffer) - Constructor for class ostore.agree.ForwardMsg
 
ForwardMsg(SecureHash, SecureHash, SecureHash, QuickSerializable, long, long, boolean, boolean, boolean) - Constructor for class ostore.agree.ForwardMsg
 
FRACTION - Variable in class ostore.dataobj.RabinFingerprint
 
Fragment - class ostore.archive.Fragment.
The Fragment class is a class to store Erasure encoded fragments.
FRAGMENT_STORE - Static variable in class ostore.util.DebugFlags
 
Fragment() - Constructor for class ostore.archive.Fragment
Default constructor: The Fragment has no data, and no verification info.
Fragment(byte[], int, int, int[], int, int) - Constructor for class ostore.archive.Fragment
Constructor: FIXME: This comment needs filling in.
Fragment(Erasure, int[], int, int) - Constructor for class ostore.archive.Fragment
Constructor: Initializes a Fragment with all of its data.
Fragment(InputBuffer) - Constructor for class ostore.archive.Fragment
Constructs a Fragment from its serialized form.
Fragment(int) - Constructor for class ostore.archive.Fragment
Constructor.
FragmentBucket - class ostore.archive.FragmentBucket.
FragmentBucket is a class to store all or a subset of the fragments for a single OceanStore block.
FragmentBucket(InputBuffer) - Constructor for class ostore.archive.FragmentBucket
Constructs a FragmentBucket from its serialized form.
FragmentBucket(int, NodeId, SecureHash) - Constructor for class ostore.archive.FragmentBucket
Constructor: initializes FragmentBucket to contain a number of fragments.
FragmentBucket(NodeId, SecureHash) - Constructor for class ostore.archive.FragmentBucket
Default constructor
fragmentDataLength() - Method in class ostore.archive.Erasure
fragmentDataLength is the Fragment length in bytes of each Fragment excluding the overhead for storing the index.
fragmentDataLength() - Method in class ostore.archive.cauchy.Cauchy
fragmentDataLength is the fragment length in bytes of each fragment excluding the overhead for storing the index.
fragmentDataLength() - Method in class ostore.archive.interleaved.Interleaved
fragmentDataLength is the fragment length in bytes of each fragment excluding the overhead for storing the index.
fragmentIndexLength() - Method in class ostore.archive.Erasure
fragmentIndexLength is the overhead for storing the index in bytes
fragmentIndexLength() - Method in class ostore.archive.cauchy.Cauchy
fragmentIndexLength is the overhead for storing the index.
fragmentIndexLength() - Method in class ostore.archive.interleaved.Interleaved
fragmentIndexLength is the overhead for storing the index.
FragmentTag - class ostore.archive.FragmentTag.
FragmentTag is the DDThresholdTag for archival Fragments.
FragmentTag(InputBuffer) - Constructor for class ostore.archive.FragmentTag
Constructs a FragmentTag from its serialized form.
FragmentTag(short) - Constructor for class ostore.archive.FragmentTag
Constructor: Creates a new FragmentTag.
fragmentTotalLength() - Method in class ostore.archive.Erasure
fragmentTotalLength is the Fragment length in bytes including the overhead for storing the index after encoding.
fragmentTotalLength() - Method in class ostore.archive.cauchy.Cauchy
fragmentTotalLength is the fragment length in bytes including the overhead for storing the index after encoding.
fragmentTotalLength() - Method in class ostore.archive.interleaved.Interleaved
fragmentTotalLength is the fragment length in bytes including the overhead for storing the index after encoding.
free_agreement_state(AgreementState) - Method in class ostore.agree.RingState
Deallocate an AgreementState object.
FreshPredicate - class ostore.read.FreshPredicate.
A VersionPredicate that requires a version whose expiration date has not yet been reached.
FreshPredicate() - Constructor for class ostore.read.FreshPredicate
Constructs a new FreshPredicate.
FreshPredicate(InputBuffer) - Constructor for class ostore.read.FreshPredicate
Constructs a FreshPredicate from its serialized form.
FromBytesInputBuffer - class ostore.util.FromBytesInputBuffer.
For help in porting.
FromBytesInputBuffer(byte[], int[]) - Constructor for class ostore.util.FromBytesInputBuffer
 
fromGuidBytes(byte[], int[]) - Static method in class ostore.dataobj.DataObject.DataBlock
 
fromGuidBytes(byte[], int[]) - Static method in class ostore.dataobj.Btree.InteriorNode
 
fromGuidBytes(byte[], int[]) - Static method in class ostore.dataobj.DataObject
 
fromGuidBytes(byte[], int[]) - Static method in class ostore.dataobj.Btree
 
fromGuidBytes(InputBuffer) - Static method in class ostore.dataobj.DataObject.DataBlock
 
fromGuidBytes(InputBuffer) - Static method in class ostore.dataobj.Btree.InteriorNode
 
fromGuidBytes(InputBuffer) - Static method in class ostore.dataobj.Btree
 
full_size() - Method in class ostore.oil.Matrix
Returns the full size of the Matrix.
fullString() - Method in class ostore.util.SHA1Hash
Converts all bytes of this SecureHash to a human-readable String
fullString() - Method in interface ostore.util.SecureHash
Converts all bytes of this SecureHash to a human-readable String
fullString(SecureHash, int) - Method in class ostore.cache.CacheToDisk
Converts all bytes of this SecureHash to a human-readable String

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 _