- getArrayType() - Method in class org.apache.jackrabbit.oak.api.Type
-
Determine the array type which has this type as base type
- getAttribute(String) - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Returns the attribute with the given name or null if no attribute
with that attributeName exists.
- getAttributeNames() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Returns the attribute names associated with this instance.
- getAuthInfo() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
-
This methods provides access to information related to authentication
and authorization of this content session.
- getAuthInfo() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getAverageLoadPenalty() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the average time spent loading new values.
- getBackupStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.FileStoreBackupRestoreMBean
-
Backup status
- getBackupStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryManagementMBean
-
Backup status
- getBaseType() - Method in class org.apache.jackrabbit.oak.api.Type
-
Determine the base type of array types
- getBindVariableNames(String, String, Map<String, String>) - Method in interface org.apache.jackrabbit.oak.api.QueryEngine
-
Parse the query (check if it's valid) and get the list of bind variable names.
- getBlob(String) - Method in interface org.apache.jackrabbit.oak.api.Root
-
Get a blob by its reference.
- getBroadcastRecvRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getCacheStats() - Method in interface org.apache.jackrabbit.oak.api.jmx.ConsolidatedCacheStatsMBean
-
- getCacheStats() - Method in interface org.apache.jackrabbit.oak.api.jmx.ConsolidatedDataStoreCacheStatsMBean
-
- getChild(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get a possibly non existing child of this Tree.
- getChildren() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
All accessible children of this Tree instance.
- getChildrenCount(long) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Determine the number of children of this Tree instance taking
access restrictions into account.
- getCode() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Returns the type-specific error code of this exception.
- getColumnNames() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the list of column names.
- getColumnSelectorNames() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the distinct selector names of all columns.
- getConsecutiveFailedExecutions() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- getConsolidatedExecutionStats() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Returns the consolidated execution stats since last reset
- getContentIdentity() - Method in interface org.apache.jackrabbit.oak.api.Blob
-
A unique identifier of the content of this value.
- getContentSession() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Get the ContentSession from which this root was acquired
- getDataStoreGCStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryManagementMBean
-
Data store garbage collection status
- getDescriptors() - Method in interface org.apache.jackrabbit.oak.api.ContentRepository
-
Returns the repository descriptors which contain all or a subset of the descriptors defined in
Repository.
- getDone() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- getElementCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Get the number of elements/objects in the cache.
- getEvictionCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times an entry has been evicted.
- getExecutionCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Returns the number of executions as a org.apache.jackrabbit.api.stats.TimeSeries.
- getExecutionTime() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Deprecated.
- getFailingIndexStats() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- getFailingSince() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- getFailTraversal() - Method in interface org.apache.jackrabbit.oak.api.jmx.QueryEngineSettingsMBean
-
Whether queries that don't use an index will fail (throw an exception).
- getHitCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times com.google.common.cache.Cache lookup methods have returned a cached value.
- getHitPercentageHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getHitRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the ratio of cache requests which were hits.
- getHitRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getIndexedNodesCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Returns the number of indexed nodes as a org.apache.jackrabbit.api.stats.TimeSeries.
- getInitStackTrace() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getInvalidateAllRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getInvalidateOneRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getKeys() - Method in interface org.apache.jackrabbit.oak.api.Descriptors
-
Returns a string array holding all descriptor keys available for this
implementation, both the standard descriptors defined by the string
constants in this interface and any implementation-specific descriptors.
- getLastFailedSave() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLastIndexedTime() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- getLastReadAccess() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLastRefresh() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLastSave() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLastWriteAccess() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLatestError() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- getLatestErrorTime() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- getLatestRoot() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
-
The current head root as seen by this content session.
- getLimitInMemory() - Method in interface org.apache.jackrabbit.oak.api.jmx.QueryEngineSettingsMBean
-
Get the limit on how many nodes a query may read at most into memory, for
"order by" and "distinct" queries.
- getLimitReads() - Method in interface org.apache.jackrabbit.oak.api.jmx.QueryEngineSettingsMBean
-
Get the limit on how many nodes a query may read at most (raw read
operations, including skipped nodes).
- getLoadCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the total number of times that com.google.common.cache.Cache lookup methods attempted to load new
values.
- getLoadExceptionCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times com.google.common.cache.Cache lookup methods threw an exception while loading a
new value.
- getLoadExceptionRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the ratio of cache loading attempts which threw exceptions.
- getLoadExceptionRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getLoadRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getLoadSuccessCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times com.google.common.cache.Cache lookup methods have successfully loaded a new value.
- getLoginTimeStamp() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getMaxTotalWeight() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
The maximum weight of entries the cache may contain.
- getMissCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times com.google.common.cache.Cache lookup methods have returned an uncached (newly
loaded) value, or null.
- getMissRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the ratio of cache requests which were misses.
- getName() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
- getName() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Name of the async indexing lane
- getName() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
- getName() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- getNewStream() - Method in interface org.apache.jackrabbit.oak.api.Blob
-
Returns a new stream for this blob.
- getNodesReadCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Returns the number of which have been read so far.
- getObservationEventAverage() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#OBSERVATION_EVENT_AVERAGE
- getObservationEventCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#OBSERVATION_EVENT_COUNTER
- getObservationEventDuration() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#OBSERVATION_EVENT_DURATION
- getObservationQueueMaxLength() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
Maximum length of observation queue in the respective time period.
- getOldestCheckpointCreationDate() - Method in interface org.apache.jackrabbit.oak.api.jmx.CheckpointMBean
-
- getOldestCheckpointCreationTimestamp() - Method in interface org.apache.jackrabbit.oak.api.jmx.CheckpointMBean
-
- getParent() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- getPath() - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
The path, assuming there is only one selector.
- getPath(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
The path for the given selector name.
- getPath() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- getPrincipals() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Returns the set of principals associated with this AuthInfo instance.
- getProcessedCheckpoint() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Returns the processed checkpoint used by the async indexer.
- getProperties() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
All accessible property states.
- getProperty(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get a property state
- getPropertyCount() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Determine the number of properties accessible to the current content session.
- getPropertyIndexAsyncReindexStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryManagementMBean
-
Asynchronous Property Index reindexing status
- getPropertyStatus(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get the Status of a property state or null.
- getPutRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getPutRejectedAlreadyPersistedRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getPutRejectedAsCachedInSecRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getPutRejectedEntryNotUsedRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getPutRejectedQueueFullRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getQueryAverage() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#QUERY_AVERAGE
- getQueryCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#QUERY_COUNT
- getQueryDuration() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#QUERY_DURATION
- getQueryEngine() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Get the query engine.
- getReadCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getReadRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getReference() - Method in interface org.apache.jackrabbit.oak.api.Blob
-
Returns a secure reference to this blob, or null if such
a reference is not available.
- getReferenceCheckpoint() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Returns the current reference checkpoint used by the async indexer
- getRefreshCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getRefreshPending() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getRefreshRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getRefreshStrategy() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getRequestCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times com.google.common.cache.Cache lookup methods have returned either a cached or
uncached value.
- getRequestRateHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getRestoreStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.FileStoreBackupRestoreMBean
-
Restore status
- getRestoreStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryManagementMBean
-
Restore status
- getRevisionGCStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryManagementMBean
-
Revision garbage collection status
- getRevisionGCStatusForRole(String) - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryManagementMBean
-
Revision garbage collection status for a given role.
- getRows() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the rows.
- getSaveCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getSaveRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getSelectorNames() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the list of selector names.
- getSessionAttributes() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getSessionCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#SESSION_COUNT
- getSessionLogin() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#SESSION_LOGIN_COUNTER
- getSessionReadAverage() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#SESSION_READ_AVERAGE
- getSessionReadCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#SESSION_READ_COUNTER
- getSessionReadDuration() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#SESSION_READ_DURATION
- getSessionWriteAverage() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#SESSION_WRITE_AVERAGE
- getSessionWriteCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#SESSION_WRITE_COUNTER
- getSessionWriteDuration() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
-
See org.apache.jackrabbit.api.stats.RepositoryStatistics.Type#SESSION_READ_DURATION
- getSize() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the number of rows, if known.
- getSize(Result.SizePrecision, long) - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the number of rows, if known.
- getSource() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Returns the name of the source of this exception.
- getStart() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- getStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.CopyOnWriteStoreMBean
-
Returns the copy-on-write status
- getStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Returns the current status of the indexing job
- getStatus() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get the Status of this tree instance.
- getSupportedQueryLanguages() - Method in interface org.apache.jackrabbit.oak.api.QueryEngine
-
Get the set of supported query languages.
- getTemporaryCheckpoints() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Temporary checkpoints represent old checkpoints that have been processed
but the cleanup was not successful of did not happen at all (like in the
event the system was forcibly stopped).
- getTotalLoadTime() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the total number of nanoseconds the cache has spent loading new values.
- getTree(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
The tree for the given selector name.
- getTree(String) - Method in interface org.apache.jackrabbit.oak.api.Root
-
Retrieve the possible non existing Tree at the given absolute path.
- getType() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Return the name of the type of this exception.
- getType() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Determine the type of this property
- getType() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Determine the type of this value
- getUpdates() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Returns the number of updates from the current run cycle.
- getUsedSpaceHistory() - Method in interface org.apache.jackrabbit.oak.api.jmx.PersistentCacheStatsMBean
-
- getUserID() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Return the user ID to be exposed on the JCR Session object.
- getValue(String) - Method in interface org.apache.jackrabbit.oak.api.Descriptors
-
The value of a single-value descriptor is found by passing the key for
that descriptor to this method.
- getValue(Type<T>) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Value of this property.
- getValue(Type<T>, int) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Value at the given index.
- getValue(Type<T>) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Value of this object.
- getValue(Type<T>, int) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Value at the given index.
- getValue(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
The property value.
- getValues(String) - Method in interface org.apache.jackrabbit.oak.api.Descriptors
-
The value array of a multi-value descriptor is found by passing the key
for that descriptor to this method.
- getValues() - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
Get the list of values.
- getWorkspaceName() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
-
The name of the workspace this ContentSession instance has
been created for.
- getWriteCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getWriteRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-