public interface ITemporalWorkspaceStatistics
extends java.io.Serializable
Description: 'Provides access to properties and methods needed to manage message rate statistics in workspace.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID052ac5b2_cdc1_479d_b69e_479e34a2c071 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getAllMessageRates()
Indicates message rate for each TemporalFeatureClass under the workspace or workspace factory.
|
IPropertySet |
getAllSampleSizes()
Indicates sample size used for calculating message rate for each TemporalFeatureClass under the workspace or workspace factory.
|
IPropertySet |
getAllTotalFeatureCounts()
Indicates the total number of features logged for each TemporalFeatureClass under the workspace or workspace factory.
|
IPropertySet |
getAllTrackCounts()
Indicates track count for each TemporalFeatureClass under the workspace or workspace factory.
|
IPropertySet |
getConnectionStatus()
Indicates the connection status of each workspace under the workspace factory
|
IPropertySet |
getCurrentDiscardedMessageCounts()
Indicates current number of messages discarded.
|
IPropertySet |
getDiscardedMessageCounts()
Indicates total number of messages discarded.
|
IPropertySet |
getPulledMessageCounts()
Indicates total number of messages pulled.
|
IPropertySet |
getQueuedMessageCounts()
Indicates total number of messages queued.
|
IPropertySet |
getReceivedMessageCounts()
Indicates total number of messages received.
|
void |
resetAllFeatureCounts()
Resets total feature count for each TemporalFeatureClass under the workspace or workspace factory.
|
void |
resetAllMessageRates()
Resets message rate for each TemporalFeatureClass under the workspace or workspace factory.
|
void |
setAllSampleSizes(int lSampleSize)
Sets sample size for each TemporalFeatureClass under the workspace or workspace factory.
|
static final int IID052ac5b2_cdc1_479d_b69e_479e34a2c071
static final int xxDummy
static final java.lang.String IID
IPropertySet getAllTrackCounts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getAllMessageRates() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getAllSampleSizes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getAllTotalFeatureCounts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getConnectionStatus() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getReceivedMessageCounts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getPulledMessageCounts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getDiscardedMessageCounts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getCurrentDiscardedMessageCounts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getQueuedMessageCounts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void resetAllFeatureCounts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void resetAllMessageRates() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllSampleSizes(int lSampleSize) throws java.io.IOException, AutomationException
lSampleSize
- The lSampleSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.