Package | Description |
---|---|
com.bigdata.btree |
The
BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
com.bigdata.btree.view | |
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.mdi |
This package provides a metadata index and range partitioned indices
managed by that metadata index.
|
com.bigdata.rawstore |
A set of interfaces and some simple implementations for a read-write
store without atomic commit or transactions.
|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
com.bigdata.rwstore.sector | |
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
com.bigdata.service.ndx |
Modifier and Type | Method and Description |
---|---|
IResourceMetadata[] |
DelegateIndex.getResourceMetadata() |
IResourceMetadata |
IndexSegmentStore.getResourceMetadata() |
IResourceMetadata[] |
IIndex.getResourceMetadata()
The description of the resources comprising the index view.
|
IResourceMetadata[] |
ReadCommittedView.getResourceMetadata() |
IResourceMetadata[] |
UnisolatedReadWriteIndex.getResourceMetadata() |
IResourceMetadata[] |
ReadOnlyIndex.getResourceMetadata()
IResourceMetadata [] is cloned to disallow modification (the
IResourceMetadata instances in the array are all dynamically
created so changes to them do not propagate back to the index). |
IResourceMetadata[] |
AbstractBTree.getResourceMetadata() |
IResourceMetadata |
IndexSegmentBuilder.getSegmentMetadata()
The description of the constructed
IndexSegment resource. |
IResourceMetadata[] |
ResultSet.getSources()
Return the ordered array of sources from which the iterator read and the
ResultSet was populated. |
Modifier and Type | Method and Description |
---|---|
IResourceMetadata[] |
FusedView.getResourceMetadata() |
Modifier and Type | Method and Description |
---|---|
IResourceMetadata |
JournalDelegate.getResourceMetadata() |
IResourceMetadata |
AbstractJournal.getResourceMetadata() |
IResourceMetadata |
TemporaryRawStore.getResourceMetadata()
Note: Temporary stores do not have persistent resource descriptions.
|
IResourceMetadata |
AbstractBufferStrategy.getResourceMetadata()
Not supported - this is available on the
AbstractJournal . |
IResourceMetadata |
RWStrategy.getResourceMetadata()
Not supported - this is available on the
AbstractJournal . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceMetadata
Base class for
IResourceMetadata implementations. |
class |
JournalMetadata
Metadata required to locate a
Journal resource. |
class |
SegmentMetadata
Metadata for a single
IndexSegment . |
Modifier and Type | Method and Description |
---|---|
IResourceMetadata[] |
LocalPartitionMetadata.getResources()
Description of the resources required to materialize a view of the index
partition (optional, but required for a
BTree ). |
Modifier and Type | Method and Description |
---|---|
boolean |
IResourceMetadata.equals(IResourceMetadata o)
Compares two resource metadata objects for consistent state.
|
boolean |
AbstractResourceMetadata.equals(IResourceMetadata o)
Compares two resource metadata objects for consistent state.
|
Constructor and Description |
---|
LocalPartitionMetadata(int partitionId,
int sourcePartitionId,
byte[] leftSeparatorKey,
byte[] rightSeparatorKey,
IResourceMetadata[] resources,
IndexPartitionCause cause) |
Modifier and Type | Class and Description |
---|---|
class |
TransientResourceMetadata
Static class since must be
Serializable . |
Modifier and Type | Method and Description |
---|---|
IResourceMetadata |
SimpleFileRawStore.getResourceMetadata() |
IResourceMetadata |
SimpleMemoryRawStore.getResourceMetadata() |
IResourceMetadata |
RawStoreDelegate.getResourceMetadata() |
IResourceMetadata |
IRawStore.getResourceMetadata()
A description of this store in support of the scale-out architecture.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransientResourceMetadata.equals(IResourceMetadata o) |
Modifier and Type | Field and Description |
---|---|
IResourceMetadata[] |
BuildResult.sources
The sources in the view from which the
IndexSegment was built. |
Modifier and Type | Method and Description |
---|---|
protected IResourceMetadata[] |
IncrementalBuildTask.AtomicUpdateIncrementalBuildTask.doTask()
Atomic update.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StoreManager.addResource(IResourceMetadata resourceMetadata,
File file)
Notify the resource manager of a new resource.
|
IBlock |
AbstractResourceManagerTestCase.MockMetadataService.readBlock(IResourceMetadata resource,
long addr) |
Modifier and Type | Method and Description |
---|---|
IResourceMetadata |
MemStore.getResourceMetadata() |
IResourceMetadata |
MemStrategy.getResourceMetadata() |
Modifier and Type | Method and Description |
---|---|
IBlock |
IDataService.readBlock(IResourceMetadata resource,
long addr)
Deprecated.
This was a first try at adding support for reading low-level records
from a journal or index segment in support of the
BigdataFileSystem .
The API should provide a means to obtain a socket from which record data may be streamed. The client sends the resource identifier (UUID of the journal or index segment) and the address of the record and the data service sends the record data. This is designed for streaming reads of up to 64M or more (a record recorded on the store as identified by the address). |
IBlock |
DataService.readBlock(IResourceMetadata resource,
long addr) |
Modifier and Type | Method and Description |
---|---|
IResourceMetadata[] |
AbstractScaleOutClientIndexView.getResourceMetadata()
This operation is not supported - the resource description of a scale-out
index would include all "live" resources in the corresponding
MetadataIndex . |
IResourceMetadata[] |
ClientIndexView.getResourceMetadata()
This operation is not supported - the resource description of a scale-out
index would include all "live" resources in the corresponding
MetadataIndex . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.