Package | Description |
---|---|
com.bigdata.bop.engine | |
com.bigdata.bop.fed | |
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.concurrent |
This package supports concurrency control using exclusive locks on resources.
|
com.bigdata.counters |
Package supports declaration, collection, and interchange of performance counters
for both hosts and processes on supported platforms.
|
com.bigdata.counters.httpd |
A httpd service for performance counters, including both live counters
and post-mortem counters read from an XML interchange format.
|
com.bigdata.counters.linux |
Package provides performance counter collection on Linux platforms using the
sysstat suite.
|
com.bigdata.counters.osx |
Package provides performance counter collection on OSX.
|
com.bigdata.counters.query | |
com.bigdata.counters.render | |
com.bigdata.counters.store |
This package provides a persistence mechanism for performance
counters.
|
com.bigdata.counters.striped | |
com.bigdata.counters.win |
Package provides collection of performance counters on Windows platforms.
|
com.bigdata.htree | |
com.bigdata.io | |
com.bigdata.io.writecache |
Low-level write cache service.
|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rawstore |
A set of interfaces and some simple implementations for a read-write
store without atomic commit or transactions.
|
com.bigdata.rdf.load |
Support for concurrent loading of RDF data across one or more clients from
a variety of input sources.
|
com.bigdata.rdf.rio |
This package provides an integration with the openrdf RIO parser that supports
fast data loads.
|
com.bigdata.rdf.sail.webapp.lbs.policy.counters | |
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 | |
com.bigdata.rwstore.sector | |
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
com.bigdata.service.geospatial | |
com.bigdata.service.ndx | |
com.bigdata.service.ndx.pipeline | |
com.bigdata.stream | |
com.bigdata.util.concurrent |
Utility classes related to java.util.concurrent.
|
Modifier and Type | Method and Description |
---|---|
CounterSet |
QueryEngine.getCounters()
Return a
CounterSet which reports various statistics for the
QueryEngine . |
CounterSet |
QueryEngineCounters.getCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
FederatedQueryEngineCounters.getCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
BTreeCounters.getCounters()
Return a
CounterSet reporting on the various counters tracked in
the instance fields of this class. |
CounterSet |
DelegateIndex.getCounters() |
CounterSet |
IndexSegmentStore.getCounters() |
CounterSet |
IIndex.getCounters()
Return performance counters.
|
CounterSet |
ReadCommittedView.getCounters() |
CounterSet |
UnisolatedReadWriteIndex.getCounters() |
CounterSet |
AbstractBTree.getCounters()
Return performance counters.
|
Modifier and Type | Method and Description |
---|---|
CounterSet |
FusedView.getCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
NonBlockingLockManagerWithNewDesign.getCounters()
Note: You MUST submit
NonBlockingLockManagerWithNewDesign.statisticsTask to a
ScheduledExecutorService in order counter values which report
moving averages to be maintained. |
CounterSet |
NonBlockingLockManager.getCounters() |
CounterSet |
LockManager.getCounters()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CounterSet |
ICounterSetAccess.getCounters()
Return performance counters.
|
CounterSet |
AbstractStatisticsCollector.getCounters()
Return the counter hierarchy.
|
static CounterSet |
AbstractStatisticsCollector.getMemoryCounterSet()
Return the
memory counter set . |
CounterSet |
CounterSet.makePath(String path)
Adds any necessary
CounterSet s described in the path (ala
mkdirs). |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractStatisticsCollector.addBasicServiceOrClientCounters(CounterSet serviceRoot,
String serviceName,
Class serviceIface,
Properties properties)
Adds the Info and Memory counter sets under the serviceRoot.
|
static void |
AbstractStatisticsCollector.addGarbageCollectorMXBeanCounters(CounterSet counterSet)
Adds/updates counters relating to JVM Garbage Collection.
|
static void |
AbstractStatisticsCollector.addMemoryPoolMXBeanCounters(CounterSet counterSet)
Adds/updates counters relating to JVM Memory Pools.
|
static void |
AbstractStatisticsCollector.addServiceProperties(CounterSet serviceInfoSet,
Properties properties)
Lists out all of the properties and then report each property using a
OneShotInstrument . |
void |
XMLUtility.readXML(CounterSet root,
InputStream is,
ICounterSet.IInstrumentFactory instrumentFactory,
Pattern filter) |
void |
XMLUtility.writeXML(CounterSet root,
Writer w,
Pattern filter)
Serializes an
ICounterSet as XML. |
Constructor and Description |
---|
AbstractCounterSet(String name,
CounterSet parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
TestCounterSetHTTPDServer.setUp(CounterSet root)
Invoked during server startup to allow customization of the
CounterSet exposed by the httpd server. |
Modifier and Type | Method and Description |
---|---|
CounterSet |
VMStatCollector.getCounters()
Declares the counters that we will collect
|
CounterSet |
PIDStatCollector.getCounters() |
CounterSet |
SarCpuUtilizationCollector.getCounters() |
CounterSet |
StatisticsCollectorForLinux.getCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
IOStatCollector.getCounters() |
CounterSet |
VMStatCollector.getCounters() |
CounterSet |
StatisticsCollectorForOSX.getCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
CounterSetSelector.getRoot() |
Modifier and Type | Method and Description |
---|---|
static void |
QueryUtil.readCountersFromFile(File file,
CounterSet counterSet,
Pattern filter,
ICounterSet.IInstrumentFactory instrumentFactory)
Read counters matching the optional filter from the file into the given
CounterSet . |
static void |
QueryUtil.readCountersFromFile(File file,
CounterSet counterSet,
Pattern filter,
int nslots,
PeriodEnum unit)
Read counters matching the optional filter from the file into the given
CounterSet . |
Constructor and Description |
---|
CounterSetSelector(CounterSet counterSet) |
QueryUtil.ReadCounterSetXMLFileTask(File file,
CounterSet counterSet,
int nsamples,
PeriodEnum period,
Pattern regex) |
Modifier and Type | Method and Description |
---|---|
protected void |
XHTMLRenderer.writeCounterSet(Writer w,
CounterSet counterSet,
int depth)
Writes all counters in the hierarchy starting with the specified
CounterSet in a single table (this is the navigational view of
the counter set hierarchy). |
Modifier and Type | Method and Description |
---|---|
CounterSet |
CounterSetBTree.rangeIterator(long fromTime,
long toTime,
TimeUnit unit,
Pattern filter,
int depth)
The toTime needs to be ONE (1) unit beyond the time of
interest since the minutes come first in the key.
|
Modifier and Type | Method and Description |
---|---|
CounterSet |
StripedCounters.getCounters()
Return a new, empty
CounterSet . |
Modifier and Type | Method and Description |
---|---|
CounterSet |
TypeperfCollector.getCounters()
Declares the performance counters to be collected from the Windows
platform.
|
CounterSet |
StatisticsCollectorForWindows.getCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
AbstractHTree.getCounters() |
Modifier and Type | Method and Description |
---|---|
static CounterSet |
DirectBufferPool.getCounters()
Return the
CounterSet for the DirectBufferPool . |
Modifier and Type | Method and Description |
---|---|
CounterSet |
WriteCache.getCounters()
Return the performance counters for the write cacher.
|
CounterSet |
WriteCacheServiceCounters.getCounters() |
CounterSet |
WriteCacheCounters.getCounters() |
CounterSet |
WriteCacheService.getCounters()
Return the performance counters for the
WriteCacheService . |
Modifier and Type | Method and Description |
---|---|
CounterSet |
WORMStrategy.getCounters()
Return interesting information about the write cache and file operations.
|
CounterSet |
WORMStrategy.StoreCounters.getCounters() |
CounterSet |
JournalDelegate.getCounters() |
CounterSet |
DiskOnlyStrategy.getCounters()
Deprecated.
Return interesting information about the write cache and file operations.
|
CounterSet |
BasicBufferStrategy.getCounters()
FIXME Counters need to be added here for the
DirectBufferStrategy ,
MappedBufferStrategy , and TransientBufferStrategy . |
CounterSet |
IResourceManager.getCounters()
Statistics about the
IResourceManager . |
CounterSet |
ConcurrencyManager.getCounters()
Return the
CounterSet . |
CounterSet |
Journal.getCounters()
Return counters reporting on various aspects of the journal.
|
CounterSet |
AbstractJournal.getCounters()
Return counters reporting on various aspects of the journal.
|
CounterSet |
TemporaryRawStore.getCounters() |
CounterSet |
AbstractLocalTransactionManager.getCounters()
Return interesting statistics about the transaction manager.
|
CounterSet |
IBufferStrategy.getCounters()
Return the performance counter hierarchy.
|
CounterSet |
RWStrategy.getCounters() |
protected CounterSet |
AbstractJournal.getIndexCounters()
Return a
CounterSet reflecting the named indices that are open or
which have been recently opened. |
protected CounterSet |
Name2Addr.getIndexCounters(CounterSet counterSet,
Set<String> found)
Return a
CounterSet reflecting the named indices that are
currently open (more accurately, those open named indices whose
references are in Name2Addr s internal Name2Addr.indexCache ). |
Modifier and Type | Method and Description |
---|---|
protected CounterSet |
Name2Addr.getIndexCounters(CounterSet counterSet,
Set<String> found)
Return a
CounterSet reflecting the named indices that are
currently open (more accurately, those open named indices whose
references are in Name2Addr s internal Name2Addr.indexCache ). |
Modifier and Type | Method and Description |
---|---|
CounterSet |
SimpleFileRawStore.getCounters() |
CounterSet |
SimpleMemoryRawStore.getCounters() |
CounterSet |
RawStoreDelegate.getCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
RDFLoadTaskFactory.getCounters()
Sets up some additional counters for reporting by the client to the
ILoadBalancerService . |
Modifier and Type | Method and Description |
---|---|
CounterSet |
StatementBuffer.getCounters() |
CounterSet |
IAsynchronousWriteStatementBufferFactory.getCounters()
Return performance counters defined by this factory.
|
CounterSet |
AsynchronousStatementBufferFactory.getCounters() |
Constructor and Description |
---|
CounterSetHostMetricsWrapper(CounterSet counterSet) |
Modifier and Type | Method and Description |
---|---|
CounterSet |
AbstractResourceManagerTestCase.MockFederation.getCounters() |
CounterSet |
OverflowCounters.getCounters() |
CounterSet |
ResourceManager.getCounters() |
CounterSet |
AbstractResourceManagerTestCase.MockFederation.getHostCounterSet() |
CounterSet |
IndexManager.getIndexCounters()
Return a
CounterSet reflecting use of the named indices. |
CounterSet |
AbstractResourceManagerTestCase.MockFederation.getServiceCounterSet() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
RWStore.getCounters()
Return interesting information about the write cache and file operations.
|
CounterSet |
RWStore.StoreCounters.getCounters() |
CounterSet |
RWStore.getWriteCacheCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
MemStore.getCounters() |
CounterSet |
AllocationContext.getCounters() |
CounterSet |
MemStrategy.getCounters() |
CounterSet |
MemoryManager.getCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
AbstractTransactionService.getCounters()
Return the
CounterSet . |
CounterSet |
AbstractFederation.getCounters()
The
CounterSet which the client will use report its statistics to
the ILoadBalancerService . |
CounterSet |
ResourceService.Counters.getCounters() |
CounterSet |
IBigdataFederation.getCounters()
The
CounterSet which the client will use report its statistics to
the ILoadBalancerService . |
CounterSet |
DistributedTransactionService.getCounters()
Adds counters for the
LockManager . |
CounterSet |
AbstractFederation.getHostCounterSet() |
CounterSet |
IBigdataFederation.getHostCounterSet()
The node in
IBigdataFederation.getCounters() corresponding to the root of the
host on which the client or service is executing. |
CounterSet |
AbstractFederation.getServiceCounterSet() |
CounterSet |
IBigdataFederation.getServiceCounterSet()
The node in
IBigdataFederation.getCounters() corresponding to the root of the
client or service connected using this federation. |
Modifier and Type | Method and Description |
---|---|
CounterSet |
GeoSpatialCounters.getCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
AbstractScaleOutClientIndexView.getCounters()
Return a new
CounterSet backed by the ScaleOutIndexCounters
for this scale-out index. |
CounterSet |
ScaleOutIndexCounters.getCounters()
Return a new
CounterSet reporting both the
IndexSyncRPCCounters and the IndexAsyncWriteStats for
this index. |
CounterSet |
IndexSyncRPCCounters.getCounters() |
CounterSet |
ClientIndexView.getCounters()
Return a new
CounterSet backed by the ScaleOutIndexCounters
for this scale-out index. |
Modifier and Type | Method and Description |
---|---|
CounterSet |
AbstractPendingSetMasterStats.getCounters() |
CounterSet |
AbstractRunnableMasterStats.getCounterSet()
Return a
CounterSet which may be used to report the statistics on
the index write operation. |
CounterSet |
AbstractMasterStats.getCounterSet()
Return a
CounterSet which may be used to report the statistics on
the index write operation. |
Modifier and Type | Method and Description |
---|---|
CounterSet |
Stream.getCounters() |
Modifier and Type | Method and Description |
---|---|
CounterSet |
TaskCounters.getCounters()
Note: The elapsed time counters (
TaskCounters.queueWaitingNanoTime ,
TaskCounters.serviceNanoTime , and TaskCounters.queuingNanoTime ) are reported as
cumulative milliseconds by this method. |
CounterSet |
ThreadPoolExecutorBaseStatisticsTask.getCounters()
Return the moving averages and various other counters sampled and
reported by this class.
|
CounterSet |
ThreadPoolExecutorStatisticsTask.getCounters()
Adds counters for all innate variables defined for a
ThreadPoolExecutor and for each of the variables computed by this
class. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.