Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abandonTransfer(String) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
- abort() - Method in class org.yamcs.parameterarchive.RealtimeArchiveFiller
-
Called when risking running out of memory, drop all data
- ABORTED - Enum constant in enum class org.yamcs.protobuf.ExecutionStatus
-
ABORTED = 4;
- ABORTED_VALUE - Static variable in enum class org.yamcs.protobuf.ExecutionStatus
-
ABORTED = 4;
- ABORTONINVALID_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SubscribeParametersRequest
- ABS - Enum constant in enum class org.yamcs.xtce.MathOperator
-
absolute value (x1 -- abs(x1))
- ABSOLUTE - Enum constant in enum class org.yamcs.tctm.ccsds.TcManagedParameters.PriorityScheme
- AbsolutePathConverter() - Constructor for class org.yamcs.YamcsServerOptions.AbsolutePathConverter
- AbsoluteTimeArgumentType - Class in org.yamcs.xtce
- AbsoluteTimeArgumentType(String) - Constructor for class org.yamcs.xtce.AbsoluteTimeArgumentType
- AbsoluteTimeArgumentType(AbsoluteTimeArgumentType) - Constructor for class org.yamcs.xtce.AbsoluteTimeArgumentType
-
Copy constructor
- AbsoluteTimeArgumentType(AbsoluteTimeArgumentType.Builder) - Constructor for class org.yamcs.xtce.AbsoluteTimeArgumentType
- AbsoluteTimeArgumentType.Builder - Class in org.yamcs.xtce
- AbsoluteTimeDataType - Class in org.yamcs.xtce
-
Used to contain an absolute time.
- AbsoluteTimeDataType(String) - Constructor for class org.yamcs.xtce.AbsoluteTimeDataType
- AbsoluteTimeDataType(AbsoluteTimeDataType) - Constructor for class org.yamcs.xtce.AbsoluteTimeDataType
- AbsoluteTimeDataType(AbsoluteTimeDataType.Builder<?>) - Constructor for class org.yamcs.xtce.AbsoluteTimeDataType
- AbsoluteTimeDataType.Builder<T extends AbsoluteTimeDataType.Builder<T>> - Class in org.yamcs.xtce
- ABSOLUTETIMEINFO_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- AbsoluteTimeParameterType - Class in org.yamcs.xtce
- AbsoluteTimeParameterType(String) - Constructor for class org.yamcs.xtce.AbsoluteTimeParameterType
- AbsoluteTimeParameterType(AbsoluteTimeParameterType) - Constructor for class org.yamcs.xtce.AbsoluteTimeParameterType
-
Creates a shallow copy of the parameter type, giving it a new name.
- AbsoluteTimeParameterType(AbsoluteTimeParameterType.Builder) - Constructor for class org.yamcs.xtce.AbsoluteTimeParameterType
- AbsoluteTimeParameterType.Builder - Class in org.yamcs.xtce
- ABSTRACT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandInfo
- AbstractActivitiesApi<T> - Class in org.yamcs.protobuf.activities
- AbstractActivitiesApi() - Constructor for class org.yamcs.protobuf.activities.AbstractActivitiesApi
- AbstractAlarmsApi<T> - Class in org.yamcs.protobuf.alarms
- AbstractAlarmsApi() - Constructor for class org.yamcs.protobuf.alarms.AbstractAlarmsApi
- AbstractAlarmServer<S,
T> - Class in org.yamcs.alarms - AbstractAlarmServer(String) - Constructor for class org.yamcs.alarms.AbstractAlarmServer
- AbstractAlgorithmExecutor - Class in org.yamcs.algorithms
-
Skeleton implementation for algorithms conforming to the XTCE
Algorithm
definition. - AbstractAlgorithmExecutor(Algorithm, AlgorithmExecutionContext) - Constructor for class org.yamcs.algorithms.AbstractAlgorithmExecutor
- AbstractAuditApi<T> - Class in org.yamcs.protobuf.audit
- AbstractAuditApi() - Constructor for class org.yamcs.protobuf.audit.AbstractAuditApi
- AbstractBucketsApi<T> - Class in org.yamcs.protobuf
-
Methods related to object storage.
- AbstractBucketsApi() - Constructor for class org.yamcs.protobuf.AbstractBucketsApi
- AbstractClearanceApi<T> - Class in org.yamcs.protobuf
- AbstractClearanceApi() - Constructor for class org.yamcs.protobuf.AbstractClearanceApi
- AbstractCommandPostProcessor - Class in org.yamcs.tctm
- AbstractCommandPostProcessor() - Constructor for class org.yamcs.tctm.AbstractCommandPostProcessor
- AbstractCommandsApi<T> - Class in org.yamcs.protobuf
- AbstractCommandsApi() - Constructor for class org.yamcs.protobuf.AbstractCommandsApi
- AbstractCop1Api<T> - Class in org.yamcs.protobuf
-
Methods for virtual channel TC links that have ``useCop1: true``.
- AbstractCop1Api() - Constructor for class org.yamcs.protobuf.AbstractCop1Api
- AbstractDatabaseApi<T> - Class in org.yamcs.protobuf
- AbstractDatabaseApi() - Constructor for class org.yamcs.protobuf.AbstractDatabaseApi
- AbstractDataDecoder - Class in org.yamcs.mdb
-
stubbed implementation of DataDecoder that "removes" all the AlgorithmExecutor methods - to be used until the data decoders will work as algorithms, or for data decoders that do not need any input parameters
- AbstractDataDecoder() - Constructor for class org.yamcs.mdb.AbstractDataDecoder
- AbstractDataEncoder - Class in org.yamcs.mdb
-
stubbed implementation of DataEncoder that "removes" all the AlgorithmExecutor methods - to be used until the data decoders will work as algorithms, or for data decoders that do not need any input parameters
- AbstractDataEncoder() - Constructor for class org.yamcs.mdb.AbstractDataEncoder
- AbstractDbIterator - Class in org.yamcs.yarch.rocksdb
- AbstractDbIterator(RocksIterator) - Constructor for class org.yamcs.yarch.rocksdb.AbstractDbIterator
- AbstractEventProducer - Class in org.yamcs.events
-
Default implementation of an EventProducer that provides shortcut methods for sending message of different severity types.
- AbstractEventProducer() - Constructor for class org.yamcs.events.AbstractEventProducer
- AbstractEventsApi<T> - Class in org.yamcs.protobuf
- AbstractEventsApi() - Constructor for class org.yamcs.protobuf.AbstractEventsApi
- AbstractFileLoader - Class in org.yamcs.mdb
-
Abstract class for MDB loaders that load data from files (or directories with files)
- AbstractFileLoader(String) - Constructor for class org.yamcs.mdb.AbstractFileLoader
- AbstractFileTransferApi<T> - Class in org.yamcs.protobuf
- AbstractFileTransferApi() - Constructor for class org.yamcs.protobuf.AbstractFileTransferApi
- AbstractFileTransferService - Class in org.yamcs.filetransfer
- AbstractFileTransferService() - Constructor for class org.yamcs.filetransfer.AbstractFileTransferService
- AbstractHttpRequestAuthModule - Class in org.yamcs.security
-
Base class for an
AuthModule
that identifies users based on an incoming HTTP request. - AbstractHttpRequestAuthModule() - Constructor for class org.yamcs.security.AbstractHttpRequestAuthModule
- AbstractHttpRequestAuthModule.HttpRequestToken - Class in org.yamcs.security
-
Data holder for passing an
HttpRequest
to a login call. - AbstractHttpService - Class in org.yamcs.http
-
An HTTP-specific subservice whose lifecycle is managed by
HttpServer
. - AbstractHttpService() - Constructor for class org.yamcs.http.AbstractHttpService
- AbstractIamApi<T> - Class in org.yamcs.protobuf
-
Handles incoming requests related to Identity and Access Management (IAM)
- AbstractIamApi() - Constructor for class org.yamcs.protobuf.AbstractIamApi
- AbstractIndexesApi<T> - Class in org.yamcs.protobuf
- AbstractIndexesApi() - Constructor for class org.yamcs.protobuf.AbstractIndexesApi
- AbstractInstancesApi<T> - Class in org.yamcs.protobuf
- AbstractInstancesApi() - Constructor for class org.yamcs.protobuf.AbstractInstancesApi
- AbstractIntegrationTest - Class in org.yamcs.tests
- AbstractIntegrationTest() - Constructor for class org.yamcs.tests.AbstractIntegrationTest
- AbstractIntegrationTest.PacketProvider - Class in org.yamcs.tests
- AbstractIntegrationTest.ParameterProvider - Class in org.yamcs.tests
- AbstractIntegrationTest.TcDataLink - Class in org.yamcs.tests
- AbstractJavaExprExecutor - Class in org.yamcs.algorithms
- AbstractJavaExprExecutor(Algorithm, AlgorithmExecutionContext) - Constructor for class org.yamcs.algorithms.AbstractJavaExprExecutor
- AbstractLink - Class in org.yamcs.tctm
-
Abstract link implementation as a
Service
handling the basic enable/disable getConfig operations and data in/out counts - AbstractLink() - Constructor for class org.yamcs.tctm.AbstractLink
- AbstractLinksApi<T> - Class in org.yamcs.protobuf.links
- AbstractLinksApi() - Constructor for class org.yamcs.protobuf.links.AbstractLinksApi
- AbstractMdbApi<T> - Class in org.yamcs.protobuf
- AbstractMdbApi() - Constructor for class org.yamcs.protobuf.AbstractMdbApi
- AbstractMdbOverrideApi<T> - Class in org.yamcs.protobuf
-
Groups operations that support runtime changes to some parts of the MDB.
- AbstractMdbOverrideApi() - Constructor for class org.yamcs.protobuf.AbstractMdbOverrideApi
- AbstractPacketPreprocessor - Class in org.yamcs.tctm
-
This class provides some common facilities for the packet preprocessors.
- AbstractPacketPreprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.AbstractPacketPreprocessor
- AbstractPacketPreprocessor.TimeDecoderType - Enum Class in org.yamcs.tctm
- AbstractPacketPreprocessor.TimeEpochs - Enum Class in org.yamcs.tctm
- AbstractPacketsApi<T> - Class in org.yamcs.protobuf
- AbstractPacketsApi() - Constructor for class org.yamcs.protobuf.AbstractPacketsApi
- AbstractPage<RequestT extends com.google.protobuf.Message,
ResponseT extends com.google.protobuf.Message, ItemT> - Class in org.yamcs.client.base - AbstractPage(RequestT, String) - Constructor for class org.yamcs.client.base.AbstractPage
- AbstractPaginatedParameterRetrievalConsumer - Class in org.yamcs.http.api
-
Expected class type for use with
ReplayFactory
Adds functionality for stopping a replay, and has support for pagination - AbstractPaginatedParameterRetrievalConsumer() - Constructor for class org.yamcs.http.api.AbstractPaginatedParameterRetrievalConsumer
- AbstractPaginatedParameterRetrievalConsumer(long, int) - Constructor for class org.yamcs.http.api.AbstractPaginatedParameterRetrievalConsumer
- AbstractParameterArchiveApi<T> - Class in org.yamcs.protobuf
- AbstractParameterArchiveApi() - Constructor for class org.yamcs.protobuf.AbstractParameterArchiveApi
- AbstractParameterDataLink - Class in org.yamcs.tctm
- AbstractParameterDataLink() - Constructor for class org.yamcs.tctm.AbstractParameterDataLink
- AbstractParameterListsApi<T> - Class in org.yamcs.protobuf.plists
- AbstractParameterListsApi() - Constructor for class org.yamcs.protobuf.plists.AbstractParameterListsApi
- AbstractParameterValuesApi<T> - Class in org.yamcs.protobuf
- AbstractParameterValuesApi() - Constructor for class org.yamcs.protobuf.AbstractParameterValuesApi
- AbstractPlugin - Class in org.yamcs
- AbstractPlugin() - Constructor for class org.yamcs.AbstractPlugin
- AbstractProcessingApi<T> - Class in org.yamcs.protobuf
- AbstractProcessingApi() - Constructor for class org.yamcs.protobuf.AbstractProcessingApi
- AbstractProcessorService - Class in org.yamcs
- AbstractProcessorService() - Constructor for class org.yamcs.AbstractProcessorService
- AbstractPusService - Class in org.yamcs.simulator.pus
- AbstractPusService(PusSimulator, int) - Constructor for class org.yamcs.simulator.pus.AbstractPusService
- AbstractQueuesApi<T> - Class in org.yamcs.protobuf
- AbstractQueuesApi() - Constructor for class org.yamcs.protobuf.AbstractQueuesApi
- AbstractReplicationApi<T> - Class in org.yamcs.protobuf
- AbstractReplicationApi() - Constructor for class org.yamcs.protobuf.AbstractReplicationApi
- AbstractRocksDbApi<T> - Class in org.yamcs.protobuf
- AbstractRocksDbApi() - Constructor for class org.yamcs.protobuf.AbstractRocksDbApi
- AbstractServerApi<T> - Class in org.yamcs.protobuf
-
Handles incoming requests related to api routes
- AbstractServerApi() - Constructor for class org.yamcs.protobuf.AbstractServerApi
- AbstractServicesApi<T> - Class in org.yamcs.protobuf
- AbstractServicesApi() - Constructor for class org.yamcs.protobuf.AbstractServicesApi
- AbstractSessionsApi<T> - Class in org.yamcs.protobuf
- AbstractSessionsApi() - Constructor for class org.yamcs.protobuf.AbstractSessionsApi
- AbstractSimulator - Class in org.yamcs.simulator
- AbstractSimulator() - Constructor for class org.yamcs.simulator.AbstractSimulator
- AbstractStaxReader - Class in org.yamcs.xtce.xml
-
Abstract class for XML readers
- AbstractStaxReader(String) - Constructor for class org.yamcs.xtce.xml.AbstractStaxReader
- AbstractStreamArchiveApi<T> - Class in org.yamcs.protobuf
- AbstractStreamArchiveApi() - Constructor for class org.yamcs.protobuf.AbstractStreamArchiveApi
- AbstractStreamSender<ItemT extends com.google.protobuf.Message,
ResponseT> - Class in org.yamcs.client.base - AbstractStreamSender(BulkRestDataSender) - Constructor for class org.yamcs.client.base.AbstractStreamSender
- AbstractSubscription<C extends com.google.protobuf.Message,
S extends com.google.protobuf.Message> - Class in org.yamcs.client.base -
Default base class for a
Subscription
. - AbstractSubscription(MethodHandler, String, Class<S>) - Constructor for class org.yamcs.client.base.AbstractSubscription
- AbstractTableApi<T> - Class in org.yamcs.protobuf
-
Service for reading and writing to Yamcs tables and streams
- AbstractTableApi() - Constructor for class org.yamcs.protobuf.AbstractTableApi
- AbstractTableWalker - Class in org.yamcs.yarch
-
Iterator through a table.
- AbstractTableWalker(ExecutionContext, TableDefinition, boolean, boolean) - Constructor for class org.yamcs.yarch.AbstractTableWalker
- AbstractTcDataLink - Class in org.yamcs.tctm
-
Base implementation for a TC data link that initialises a post processor and implements basic methods.
- AbstractTcDataLink() - Constructor for class org.yamcs.tctm.AbstractTcDataLink
- AbstractTcFrameLink - Class in org.yamcs.tctm.ccsds
-
Sends TC as TC frames (CCSDS 232.0-B-3) or TC frames embedded in CLTU (CCSDS 231.0-B-3).
- AbstractTcFrameLink() - Constructor for class org.yamcs.tctm.ccsds.AbstractTcFrameLink
- AbstractTcTmParamLink - Class in org.yamcs.tctm
-
Base class for TM/TC/parameter links.
- AbstractTcTmParamLink() - Constructor for class org.yamcs.tctm.AbstractTcTmParamLink
- AbstractThreadedTcDataLink - Class in org.yamcs.tctm
-
Abstract link that starts a thread when it's enabled and stops it when it's disabled.
- AbstractThreadedTcDataLink() - Constructor for class org.yamcs.tctm.AbstractThreadedTcDataLink
- AbstractTimeApi<T> - Class in org.yamcs.protobuf
- AbstractTimeApi() - Constructor for class org.yamcs.protobuf.AbstractTimeApi
- AbstractTimeCorrelationApi<T> - Class in org.yamcs.protobuf
-
Methods related to the Time Correlation Service.
- AbstractTimeCorrelationApi() - Constructor for class org.yamcs.protobuf.AbstractTimeCorrelationApi
- AbstractTimelineApi<T> - Class in org.yamcs.protobuf
-
Methods related to the Timeline Service.
- AbstractTimelineApi() - Constructor for class org.yamcs.protobuf.AbstractTimelineApi
- AbstractTmDataLink - Class in org.yamcs.tctm
- AbstractTmDataLink() - Constructor for class org.yamcs.tctm.AbstractTmDataLink
- AbstractTmFrameLink - Class in org.yamcs.tctm.ccsds
- AbstractTmFrameLink() - Constructor for class org.yamcs.tctm.ccsds.AbstractTmFrameLink
- AbstractWebApi<T> - Class in org.yamcs.web.api
- AbstractWebApi() - Constructor for class org.yamcs.web.api.AbstractWebApi
- AbstractYamcsService - Class in org.yamcs
- AbstractYamcsService() - Constructor for class org.yamcs.AbstractYamcsService
- accept(int, int, long, Yamcs.Value) - Method in interface org.yamcs.parameterarchive.ValueConsumer
- accept(ParameterValueArray) - Method in class org.yamcs.http.api.Downsampler
- accept(ParameterValueArray) - Method in class org.yamcs.http.api.ParameterRanger
- accept(T) - Method in interface org.yamcs.client.StreamReceiver
- acceptCommand(String, String) - Method in class org.yamcs.client.processor.ProcessorClient
- acceptCommand(Void, AcceptCommandRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.QueuesApiClient
-
Accept a queued command
- acceptCommand(Context, AcceptCommandRequest, Observer<Empty>) - Method in class org.yamcs.http.api.QueuesApi
- acceptCommand(T, AcceptCommandRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractQueuesApi
-
Accept a queued command
- AcceptCommandRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.AcceptCommandRequest
- AcceptCommandRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.AcceptCommandRequest
- AcceptCommandRequestOrBuilder - Interface in org.yamcs.protobuf
- ACCEPTEDCOMMANDSCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandQueueInfo
- acceptParameter(String) - Method in class org.yamcs.http.auth.FormData
- acceptParameters(String...) - Method in class org.yamcs.http.auth.FormData
- ACCESS_TOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TokenResponse
- accessToken - Variable in class org.yamcs.security.OpenIDAuthenticationInfo
- Account - Class in org.yamcs.security
-
A
User
or anServiceAccount
- Account(String, Account) - Constructor for class org.yamcs.security.Account
- ACCOUNT_CNAME_ACTIVE - Static variable in class org.yamcs.security.DirectoryDb
- ACCOUNT_CNAME_CONFIRMATION_TIME - Static variable in class org.yamcs.security.DirectoryDb
- ACCOUNT_CNAME_CREATED_BY - Static variable in class org.yamcs.security.DirectoryDb
- ACCOUNT_CNAME_CREATION_TIME - Static variable in class org.yamcs.security.DirectoryDb
- ACCOUNT_CNAME_DISPLAY_NAME - Static variable in class org.yamcs.security.DirectoryDb
- ACCOUNT_CNAME_ID - Static variable in class org.yamcs.security.DirectoryDb
- ACCOUNT_CNAME_LAST_LOGIN_TIME - Static variable in class org.yamcs.security.DirectoryDb
- ACCOUNT_CNAME_NAME - Static variable in class org.yamcs.security.DirectoryDb
- ACCOUNT_CNAME_SERVICE_DETAIL - Static variable in class org.yamcs.security.DirectoryDb
- ACCOUNT_CNAME_USER_DETAIL - Static variable in class org.yamcs.security.DirectoryDb
- AccountCollection - Class in org.yamcs.security.protobuf
-
Protobuf type
AccountCollection
- AccountCollection.Builder - Class in org.yamcs.security.protobuf
-
Protobuf type
AccountCollection
- AccountCollectionOrBuilder - Interface in org.yamcs.security.protobuf
- AccountRecord - Class in org.yamcs.security.protobuf
-
Protobuf type
AccountRecord
- AccountRecord.AccountTypeCase - Enum Class in org.yamcs.security.protobuf
- AccountRecord.Builder - Class in org.yamcs.security.protobuf
-
Protobuf type
AccountRecord
- AccountRecordOrBuilder - Interface in org.yamcs.security.protobuf
- ACCOUNTTYPE_NOT_SET - Enum constant in enum class org.yamcs.security.protobuf.AccountRecord.AccountTypeCase
- ACCURACY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TcoConfig
- ack(PusTcPacket, int) - Static method in class org.yamcs.simulator.pus.PusSimulator
- ACK - Enum constant in enum class org.yamcs.cfdp.pdu.FileDirectiveCode
- ACK_ALARM - Enum constant in enum class org.yamcs.alarms.AlarmState
- ack_completion(PusTcPacket) - Method in class org.yamcs.simulator.pus.AbstractPusService
- ACK_LIMIT_REACHED - Enum constant in enum class org.yamcs.cfdp.pdu.ConditionCode
- ack_start(PusTcPacket) - Method in class org.yamcs.simulator.pus.AbstractPusService
- ackBypassFrame(TcTransferFrame) - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
-
Ack the BD frames Note: the AD frames are acknowledged in the when the COP1 ack is received
- ackCommand(Commanding.CommandId) - Method in class org.yamcs.tctm.AbstractTcDataLink
-
send an ack in the command history that the command has been sent out of the link
- ackCommand(Commanding.CommandId) - Method in class org.yamcs.tctm.AbstractTcTmParamLink
-
send an ack in the command history that the command has been sent out of the link
- acknowledge(ActiveAlarm<T>, String, long, String) - Method in class org.yamcs.alarms.AlarmServer
-
Acknowledges an active alarm instance.
- acknowledgeAlarm(Void, AcknowledgeAlarmRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.alarms.AlarmsApiClient
-
Acknowledge an alarm
- acknowledgeAlarm(Context, AcknowledgeAlarmRequest, Observer<Empty>) - Method in class org.yamcs.http.api.AlarmsApi
- acknowledgeAlarm(T, AcknowledgeAlarmRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.alarms.AbstractAlarmsApi
-
Acknowledge an alarm
- AcknowledgeAlarmRequest - Class in org.yamcs.protobuf.alarms
-
Protobuf type
yamcs.protobuf.alarms.AcknowledgeAlarmRequest
- AcknowledgeAlarmRequest.Builder - Class in org.yamcs.protobuf.alarms
-
Protobuf type
yamcs.protobuf.alarms.AcknowledgeAlarmRequest
- AcknowledgeAlarmRequestOrBuilder - Interface in org.yamcs.protobuf.alarms
- acknowledged - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
- ACKNOWLEDGED - Enum constant in enum class org.yamcs.alarms.AlarmNotificationType
- ACKNOWLEDGED - Enum constant in enum class org.yamcs.cfdp.pdu.CfdpPacket.TransmissionMode
- ACKNOWLEDGED - Enum constant in enum class org.yamcs.protobuf.AlarmNotificationType
-
Whenever somebody acknowledged an alarm (it could be that it is still OOL)
- ACKNOWLEDGED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlarmData
- ACKNOWLEDGED_VALUE - Static variable in enum class org.yamcs.protobuf.AlarmNotificationType
-
Whenever somebody acknowledged an alarm (it could be that it is still OOL)
- ACKNOWLEDGEDACTIVE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.GlobalAlarmStatus
- ACKNOWLEDGEDBY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AcknowledgeInfo
- ACKNOWLEDGEDCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.GlobalAlarmStatus
- ACKNOWLEDGEDSEVERITY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.GlobalAlarmStatus
- AcknowledgeInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.alarms.AcknowledgeInfo
- ACKNOWLEDGEINFO_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlarmData
- AcknowledgeInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.alarms.AcknowledgeInfo
- AcknowledgeInfoOrBuilder - Interface in org.yamcs.protobuf
- ACKNOWLEDGEMESSAGE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AcknowledgeInfo
- AcknowledgeQueued_KEY - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
- AcknowledgeReleased_KEY - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
- AcknowledgeSent_KEY - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
-
Used by the links to add entries in the command history when the command has been sent via the link.
- ACKNOWLEDGETIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AcknowledgeInfo
- Acknowledgment - Class in org.yamcs.client
- Acknowledgment - Class in org.yamcs.commanding
-
Meta information for a globally available acknowledgment.
- Acknowledgment(String) - Constructor for class org.yamcs.commanding.Acknowledgment
- Acknowledgment(String, String) - Constructor for class org.yamcs.commanding.Acknowledgment
- AcknowledgmentInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.yamcsManagement.AcknowledgmentInfo
- AcknowledgmentInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.yamcsManagement.AcknowledgmentInfo
- AcknowledgmentInfoOrBuilder - Interface in org.yamcs.protobuf
- ACKNOWLEDGMENTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ProcessorInfo
- ackPacket(ColumbusCcsdsPacket, int, int) - Method in class org.yamcs.simulator.ColSimulator
- AckPacket - Class in org.yamcs.cfdp.pdu
- AckPacket(FileDirectiveCode, AckPacket.FileDirectiveSubtypeCode, ConditionCode, AckPacket.TransactionStatus, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.AckPacket
- AckPacket.FileDirectiveSubtypeCode - Enum Class in org.yamcs.cfdp.pdu
- AckPacket.TransactionStatus - Enum Class in org.yamcs.cfdp.pdu
- ACOS - Enum constant in enum class org.yamcs.xtce.MathOperator
-
arccosine (x -- acos\(x)) radians
- acosh(double) - Static method in class org.yamcs.utils.MathUtil
- ACOSH - Enum constant in enum class org.yamcs.xtce.MathOperator
-
hyperbolic arccosine (x -- acosh\(x))
- ACQSTATUS_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterStatus
- ACQSTATUS_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
- ACQUIRED - Enum constant in enum class org.yamcs.protobuf.Pvalue.AcquisitionStatus
-
OK!
- ACQUIRED_VALUE - Static variable in enum class org.yamcs.protobuf.Pvalue.AcquisitionStatus
-
OK!
- acquisitionStatus - Variable in class org.yamcs.algorithms.ValueBinding
- ACQUISITIONSTATUS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.ParameterValue
- ACQUISITIONSTATUS_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterStatus
- ACQUISITIONSTATUS_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
- acquisitionTime() - Method in class org.yamcs.algorithms.ValueBinding
- ACQUISITIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.ParameterValue
- ACQUISITIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
- acquisitionTimeMillis - Variable in class org.yamcs.algorithms.ValueBinding
- action() - Method in class org.yamcs.yarch.TableVisitor.Action
- Action<T> - Class in org.yamcs.actions
- Action(String, String) - Constructor for class org.yamcs.actions.Action
- Action(String, String, Action.ActionStyle) - Constructor for class org.yamcs.actions.Action
- ACTION_CONTINUE - Static variable in interface org.yamcs.yarch.TableVisitor
- ACTION_DELETE - Static variable in interface org.yamcs.yarch.TableVisitor
- ACTION_DELETE_STOP - Static variable in interface org.yamcs.yarch.TableVisitor
- ACTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.links.RunActionRequest
- ACTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RunFileActionRequest
- ACTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SubscribeParametersRequest
- ACTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateAlgorithmRequest
- ACTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateParameterRequest
- ACTION_STOP - Static variable in interface org.yamcs.yarch.TableVisitor
- ACTION_UPDATE - Static variable in interface org.yamcs.yarch.TableVisitor
- ACTION_UPDATE_STOP - Static variable in interface org.yamcs.yarch.TableVisitor
- Action.ActionStyle - Enum Class in org.yamcs.actions
- ActionChangeListener - Interface in org.yamcs.actions
- ActionHelper - Class in org.yamcs.actions
- ActionHelper() - Constructor for class org.yamcs.actions.ActionHelper
- ActionInfo - Class in org.yamcs.protobuf.actions
-
Protobuf type
yamcs.protobuf.actions.ActionInfo
- ActionInfo.Builder - Class in org.yamcs.protobuf.actions
-
Protobuf type
yamcs.protobuf.actions.ActionInfo
- ActionInfoOrBuilder - Interface in org.yamcs.protobuf.actions
- actionPerformed(ActionEvent) - Method in class org.yamcs.ui.packetviewer.ConnectDialog
- actionPerformed(ActionEvent) - Method in class org.yamcs.ui.packetviewer.GoToPacketDialog
- actionPerformed(ActionEvent) - Method in class org.yamcs.ui.packetviewer.OpenFileDialog
- actionPerformed(ActionEvent) - Method in class org.yamcs.ui.packetviewer.PacketViewer
- ActionResult - Class in org.yamcs.actions
- ActionResult() - Constructor for class org.yamcs.actions.ActionResult
- actions - Variable in class org.yamcs.xtce.util.NameReference
- ACTIONS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.links.LinkInfo
- ActionsProto - Class in org.yamcs.protobuf.actions
- activateAlgorithm(Algorithm, AlgorithmExecutionContext) - Method in class org.yamcs.algorithms.AlgorithmManager
-
Activate an algorithm in a context.
- active - Variable in class org.yamcs.security.Account
- ACTIVE - Enum constant in enum class org.yamcs.cfdp.pdu.AckPacket.TransactionStatus
- ACTIVE - Enum constant in enum class org.yamcs.protobuf.AlarmNotificationType
-
Initial active alarms at the moment of request
- ACTIVE - Enum constant in enum class org.yamcs.protobuf.Cop1State
-
ACTIVE = 1;
- ACTIVE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlgorithmStatus
- ACTIVE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ClientConnectionInfo
- ACTIVE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ServiceAccountInfo
- ACTIVE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateUserRequest
- ACTIVE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UserInfo
- ACTIVE_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
- ACTIVE_VALUE - Static variable in enum class org.yamcs.protobuf.AlarmNotificationType
-
Initial active alarms at the moment of request
- ACTIVE_VALUE - Static variable in enum class org.yamcs.protobuf.Cop1State
-
ACTIVE = 1;
- ActiveAlarm<T> - Class in org.yamcs.alarms
-
Keeps track of the alarm for one parameter or event.
- activeAlarms - Variable in class org.yamcs.alarms.AbstractAlarmServer
- ActiveAlgorithm - Class in org.yamcs.algorithms
-
This class stores some info related to one active algorithm
- ActiveAlgorithm(Algorithm, AlgorithmExecutionContext, AlgorithmExecutor) - Constructor for class org.yamcs.algorithms.ActiveAlgorithm
- ActiveCommand - Class in org.yamcs.commanding
-
A command which is just being sent (maybe in the queue) or that has been sent and command verifiers are pending.
- ActiveCommand(Processor, PreparedCommand) - Constructor for class org.yamcs.commanding.ActiveCommand
- ACTIVITIES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.ListActivitiesResponse
- ActivitiesApi - Class in org.yamcs.http.api
- ActivitiesApi() - Constructor for class org.yamcs.http.api.ActivitiesApi
- ActivitiesApiClient - Class in org.yamcs.protobuf.activities
- ActivitiesApiClient(MethodHandler) - Constructor for class org.yamcs.protobuf.activities.ActivitiesApiClient
- ActivitiesProto - Class in org.yamcs.activities.protobuf
- ActivitiesProto - Class in org.yamcs.protobuf.activities
- ActivitiesServiceProto - Class in org.yamcs.protobuf.activities
- activity - Variable in class org.yamcs.activities.ActivityExecution
- Activity - Class in org.yamcs.activities
- Activity(UUID, long, int, String, Map<String, Object>, User) - Constructor for class org.yamcs.activities.Activity
- Activity(Tuple) - Constructor for class org.yamcs.activities.Activity
- ACTIVITY - Enum constant in enum class org.yamcs.protobuf.TimelineItemType
-
Unlike events, activities have an execution status
- ACTIVITY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.CancelActivityRequest
- ACTIVITY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.CompleteManualActivityRequest
- ACTIVITY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.GetActivityLogRequest
- ACTIVITY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.GetActivityRequest
- ACTIVITY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest
- ACTIVITY_GROUP - Enum constant in enum class org.yamcs.protobuf.TimelineItemType
-
A grouping of activities.
- ACTIVITY_GROUP_VALUE - Static variable in enum class org.yamcs.protobuf.TimelineItemType
-
A grouping of activities.
- ACTIVITY_TYPE_MANUAL - Static variable in class org.yamcs.activities.ActivityService
- ACTIVITY_VALUE - Static variable in enum class org.yamcs.protobuf.TimelineItemType
-
Unlike events, activities have an execution status
- ActivityDb - Class in org.yamcs.activities
- ActivityDb(String) - Constructor for class org.yamcs.activities.ActivityDb
- activityDefinition - Variable in class org.yamcs.timeline.TimelineActivity
- ActivityDefinition - Class in org.yamcs.activities.protobuf
-
Protobuf type
ActivityDefinition
- ACTIVITYDEFINITION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.StartActivityRequest
- ACTIVITYDEFINITION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateItemRequest
- ACTIVITYDEFINITION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TimelineItem
- ActivityDefinition.Builder - Class in org.yamcs.activities.protobuf
-
Protobuf type
ActivityDefinition
- ActivityDefinitionInfo - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.ActivityDefinitionInfo
- ActivityDefinitionInfo.Builder - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.ActivityDefinitionInfo
- ActivityDefinitionInfoOrBuilder - Interface in org.yamcs.protobuf.activities
- ActivityDefinitionOrBuilder - Interface in org.yamcs.activities.protobuf
- ActivityExecution - Class in org.yamcs.activities
- ActivityExecution(ActivityService, ActivityExecutor, Activity) - Constructor for class org.yamcs.activities.ActivityExecution
- ActivityExecutor - Interface in org.yamcs.activities
-
An executor capable of executing any amount of activities of a specified type.
- ActivityGroup - Class in org.yamcs.timeline
- ActivityGroup(UUID) - Constructor for class org.yamcs.timeline.ActivityGroup
- ActivityInfo - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.ActivityInfo
- ActivityInfo.Builder - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.ActivityInfo
- ActivityInfoOrBuilder - Interface in org.yamcs.protobuf.activities
- ActivityListener - Interface in org.yamcs.activities
- ActivityLog - Class in org.yamcs.activities
- ActivityLog(long, UUID, String, ActivityLogLevel, String) - Constructor for class org.yamcs.activities.ActivityLog
- ActivityLog(Tuple) - Constructor for class org.yamcs.activities.ActivityLog
- ActivityLogDb - Class in org.yamcs.activities
- ActivityLogDb(String) - Constructor for class org.yamcs.activities.ActivityLogDb
- ActivityLogInfo - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.ActivityLogInfo
- ActivityLogInfo.Builder - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.ActivityLogInfo
- ActivityLogInfoOrBuilder - Interface in org.yamcs.protobuf.activities
- ActivityLogLevel - Enum Class in org.yamcs.activities
- ActivityLogLevel - Enum Class in org.yamcs.protobuf.activities
-
Protobuf enum
yamcs.protobuf.activities.ActivityLogLevel
- ActivityLogListener - Interface in org.yamcs.activities
- ActivityReceiver - Interface in org.yamcs.activities
- ActivityScheduler - Class in org.yamcs.timeline
-
Schedules activities in the timeline
- ActivityScheduler() - Constructor for class org.yamcs.timeline.ActivityScheduler
- activityService - Variable in class org.yamcs.activities.ActivityExecution
- ActivityService - Class in org.yamcs.activities
-
Yamcs service for executing activities.
- ActivityService() - Constructor for class org.yamcs.activities.ActivityService
- ActivityStatus - Enum Class in org.yamcs.activities
- ActivityStatus - Enum Class in org.yamcs.protobuf.activities
-
Protobuf enum
yamcs.protobuf.activities.ActivityStatus
- add(boolean) - Method in class org.yamcs.utils.BooleanArray
-
Add value at the end of the array
- add(byte) - Method in class org.yamcs.utils.ByteArray
-
add value to the array
- add(byte[]) - Method in class org.yamcs.utils.ByteArray
- add(double) - Method in class org.yamcs.utils.DoubleArray
-
add value to the array
- add(float) - Method in class org.yamcs.utils.FloatArray
-
add value to the array
- add(int) - Method in class me.lemire.integercompression.IntWrapper
-
add the provided value to the integer
- add(int) - Method in class org.yamcs.parameter.SubscriptionArray
-
add subscription id to the array If it's already in the array, the operation has no effect
- add(int) - Method in class org.yamcs.utils.IntArray
-
add value to the array
- add(int) - Method in class org.yamcs.utils.IntHashSet
-
Adds a value to the set if it is not already present.
- add(int, boolean) - Method in class org.yamcs.utils.BooleanArray
-
Inserts the given value in the specified position in the array.
- add(int, double) - Method in class org.yamcs.utils.DoubleArray
- add(int, float) - Method in class org.yamcs.utils.FloatArray
- add(int, int) - Method in class org.yamcs.utils.IntArray
- add(int, long) - Method in class org.yamcs.utils.LongArray
- add(int, E) - Method in class org.yamcs.parameterarchive.ObjectSegment
- add(int, ParameterValue) - Method in class org.yamcs.parameterarchive.ParameterIdValueList
- add(long) - Method in class org.yamcs.parameterarchive.SortedTimeSegment
-
Insert instant into the array and return the position at which it has been inserted.
- add(long) - Method in class org.yamcs.utils.LongArray
-
add value to the array
- add(long, String) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader.EnumerationDefinition
- add(E) - Method in class org.yamcs.parameterarchive.ObjectSegment
-
add element to the end of the segment
- add(Object, Partition) - Method in class org.yamcs.yarch.PartitionManager.Interval
-
Add a partition
- add(List<Yamcs.NamedObjectId>) - Method in class org.yamcs.client.ParameterSubscription
-
Extends the ongoing subscription with the provided identifiers.
- add(K, V) - Method in class org.yamcs.utils.IndexedList
- add(ActiveCommand) - Method in class org.yamcs.commanding.CommandQueue
- add(ParameterValue) - Method in class org.yamcs.parameter.LastValueCache
-
Adds a new value.
- add(ParameterValue) - Method in class org.yamcs.parameter.ParameterValueList
- add(Value) - Method in class org.yamcs.parameterarchive.BinaryValueSegment
- add(Value) - Method in class org.yamcs.parameterarchive.BooleanValueSegment
- add(Value) - Method in class org.yamcs.parameterarchive.DoubleValueSegment
- add(Value) - Method in class org.yamcs.parameterarchive.FloatValueSegment
- add(Value) - Method in class org.yamcs.parameterarchive.IntValueSegment
- add(Value) - Method in class org.yamcs.parameterarchive.LongValueSegment
- add(Value) - Method in class org.yamcs.parameterarchive.StringValueSegment
- add(Value) - Method in interface org.yamcs.parameterarchive.ValueSegment
-
Add data at the end of the segment.
- add(Value, boolean) - Method in class org.yamcs.http.api.ParameterRanger.MultiRange
- add(Value, boolean) - Method in class org.yamcs.http.api.ParameterRanger.Range
- add(Value, boolean) - Method in class org.yamcs.http.api.ParameterRanger.SingleRange
- add(T) - Method in class org.yamcs.xtce.NamedDescriptionIndex
- ADD - Enum constant in enum class org.yamcs.protobuf.SubscribeParametersRequest.Action
-
The parameter identifiers specified with ``id`` are added to any that were previously subscribed to on this call.
- ADD_VALUE - Static variable in enum class org.yamcs.protobuf.SubscribeParametersRequest.Action
-
The parameter identifiers specified with ``id`` are added to any that were previously subscribed to on this call.
- addAccount(Account) - Method in class org.yamcs.security.DirectoryDb
- addAcknowledgment(Acknowledgment) - Method in class org.yamcs.Processor
-
Add a globally available acknowledgment (in addition to Acknowledge_Queued, Acknowledge_Released and Acknowledge_Sent).
- addAcknowledgments(int, AcknowledgmentInfo) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
Globally available acknowledgments (in addition to Acknowledge_Queued, Acknowledge_Released and Acknowledge_Sent)
- addAcknowledgments(int, AcknowledgmentInfo.Builder) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
Globally available acknowledgments (in addition to Acknowledge_Queued, Acknowledge_Released and Acknowledge_Sent)
- addAcknowledgments(AcknowledgmentInfo) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
Globally available acknowledgments (in addition to Acknowledge_Queued, Acknowledge_Released and Acknowledge_Sent)
- addAcknowledgments(AcknowledgmentInfo.Builder) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
Globally available acknowledgments (in addition to Acknowledge_Queued, Acknowledge_Released and Acknowledge_Sent)
- addAcknowledgmentsBuilder() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
Globally available acknowledgments (in addition to Acknowledge_Queued, Acknowledge_Released and Acknowledge_Sent)
- addAcknowledgmentsBuilder(int) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
Globally available acknowledgments (in addition to Acknowledge_Queued, Acknowledge_Released and Acknowledge_Sent)
- addAction(LinkAction) - Method in class org.yamcs.tctm.AbstractLink
- addActionListener(ActionListener) - Method in class org.yamcs.ui.packetviewer.ImageIconButton
- addActions(int, ActionInfo) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Custom actions
- addActions(int, ActionInfo.Builder) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Custom actions
- addActions(ActionInfo) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Custom actions
- addActions(ActionInfo.Builder) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Custom actions
- addActionsBuilder() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Custom actions
- addActionsBuilder(int) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Custom actions
- addActiveAlarmFromTuple(Mdb, Tuple, Map<EventId, ActiveAlarm<Db.Event>>) - Method in class org.yamcs.alarms.EventAlarmServer
- addActiveAlarmFromTuple(Mdb, Tuple, Map<Parameter, ActiveAlarm<ParameterValue>>) - Method in class org.yamcs.alarms.ParameterAlarmServer
- addActiveAlarmFromTuple(Mdb, Tuple, Map<S, ActiveAlarm<T>>) - Method in class org.yamcs.alarms.AbstractAlarmServer
- addActivities(int, ActivityInfo) - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
-
Resulting activities, possibly limited
- addActivities(int, ActivityInfo.Builder) - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
-
Resulting activities, possibly limited
- addActivities(ActivityInfo) - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
-
Resulting activities, possibly limited
- addActivities(ActivityInfo.Builder) - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
-
Resulting activities, possibly limited
- addActivitiesBuilder() - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
-
Resulting activities, possibly limited
- addActivitiesBuilder(int) - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
-
Resulting activities, possibly limited
- addActivityListener(ActivityListener) - Method in class org.yamcs.activities.ActivityService
- addActivityLogListener(ActivityLogListener) - Method in class org.yamcs.activities.ActivityService
- addAdditionalBindings(int, HttpRoute) - Method in class org.yamcs.api.HttpRoute.Builder
-
repeated .yamcs.api.HttpRoute additional_bindings = 11;
- addAdditionalBindings(int, HttpRoute.Builder) - Method in class org.yamcs.api.HttpRoute.Builder
-
repeated .yamcs.api.HttpRoute additional_bindings = 11;
- addAdditionalBindings(int, WebSocketTopic) - Method in class org.yamcs.api.WebSocketTopic.Builder
-
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
- addAdditionalBindings(int, WebSocketTopic.Builder) - Method in class org.yamcs.api.WebSocketTopic.Builder
-
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
- addAdditionalBindings(HttpRoute) - Method in class org.yamcs.api.HttpRoute.Builder
-
repeated .yamcs.api.HttpRoute additional_bindings = 11;
- addAdditionalBindings(HttpRoute.Builder) - Method in class org.yamcs.api.HttpRoute.Builder
-
repeated .yamcs.api.HttpRoute additional_bindings = 11;
- addAdditionalBindings(WebSocketTopic) - Method in class org.yamcs.api.WebSocketTopic.Builder
-
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
- addAdditionalBindings(WebSocketTopic.Builder) - Method in class org.yamcs.api.WebSocketTopic.Builder
-
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
- addAdditionalBindingsBuilder() - Method in class org.yamcs.api.HttpRoute.Builder
-
repeated .yamcs.api.HttpRoute additional_bindings = 11;
- addAdditionalBindingsBuilder() - Method in class org.yamcs.api.WebSocketTopic.Builder
-
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
- addAdditionalBindingsBuilder(int) - Method in class org.yamcs.api.HttpRoute.Builder
-
repeated .yamcs.api.HttpRoute additional_bindings = 11;
- addAdditionalBindingsBuilder(int) - Method in class org.yamcs.api.WebSocketTopic.Builder
-
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
- addAlarm(String, AlarmLevels) - Method in class org.yamcs.xtce.EnumerationAlarm
- addAlarm(MatchCriteria, String, AlarmLevels) - Method in class org.yamcs.xtce.EnumeratedParameterType.Builder
-
Adds a new contextual alarm for the specified value
- addAlarmListener(AlarmListener<T>) - Method in class org.yamcs.alarms.AbstractAlarmServer
-
Register for alarm notices
- addAlarmRange(int, Mdb.AlarmRange) - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRange(int, Mdb.AlarmRange) - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
context-dependent ranges
- addAlarmRange(int, Mdb.AlarmRange) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRange(int, Mdb.AlarmRange.Builder) - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRange(int, Mdb.AlarmRange.Builder) - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
context-dependent ranges
- addAlarmRange(int, Mdb.AlarmRange.Builder) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRange(Mdb.AlarmRange) - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRange(Mdb.AlarmRange) - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
context-dependent ranges
- addAlarmRange(Mdb.AlarmRange) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRange(Mdb.AlarmRange.Builder) - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRange(Mdb.AlarmRange.Builder) - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
context-dependent ranges
- addAlarmRange(Mdb.AlarmRange.Builder) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRange(MatchCriteria, DoubleRange, AlarmLevels) - Method in class org.yamcs.xtce.FloatParameterType.Builder
-
Adds a new, or unions with an existing range for the specified context and level
- addAlarmRange(MatchCriteria, DoubleRange, AlarmLevels) - Method in class org.yamcs.xtce.IntegerParameterType.Builder
-
Adds a new, or unions with an existing range for the specified context and level
- addAlarmRangeBuilder() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRangeBuilder() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
context-dependent ranges
- addAlarmRangeBuilder() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRangeBuilder(int) - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRangeBuilder(int) - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
context-dependent ranges
- addAlarmRangeBuilder(int) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
Context-dependent ranges
- addAlarmRanges(List<Mdb.AlarmRange>) - Method in class org.yamcs.parameter.BasicParameterValue
- addAlarms(int, AlarmData) - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarms(int, AlarmData) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarms(int, AlarmData.Builder) - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarms(int, AlarmData.Builder) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarms(AlarmData) - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarms(AlarmData) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarms(AlarmData.Builder) - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarms(AlarmData.Builder) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarmsBuilder() - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarmsBuilder() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarmsBuilder(int) - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlarmsBuilder(int) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAlgorithm(int, Mdb.AlgorithmInfo) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
- addAlgorithm(int, Mdb.AlgorithmInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
- addAlgorithm(ActiveAlgorithm) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
- addAlgorithm(Mdb.AlgorithmInfo) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
- addAlgorithm(Mdb.AlgorithmInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
- addAlgorithm(Algorithm) - Method in class org.yamcs.xtce.SpaceSystem
- addAlgorithmBuilder() - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
- addAlgorithmBuilder(int) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
- addAlgorithms(int, Mdb.AlgorithmInfo) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching algorithms
- addAlgorithms(int, Mdb.AlgorithmInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching algorithms
- addAlgorithms(Mdb.AlgorithmInfo) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching algorithms
- addAlgorithms(Mdb.AlgorithmInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching algorithms
- addAlgorithmsBuilder() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching algorithms
- addAlgorithmsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching algorithms
- addAlgorithmTextListener(AlgorithmTextListener) - Method in class org.yamcs.algorithms.AlgorithmManager
- addAlias(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 20;
- addAlias(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 16;
- addAlias(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 20;
- addAlias(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 16;
- addAlias(String, String) - Method in class org.yamcs.xtce.NameDescription
- addAlias(String, String) - Method in class org.yamcs.xtce.NameDescription.Builder
- addAlias(String, String) - Method in class org.yamcs.xtce.xml.XtceAliasSet
-
Add alias name, only one name per namespace is possible
- addAlias(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 20;
- addAlias(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 16;
- addAlias(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAlias(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 20;
- addAlias(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 16;
- addAliasBuilder() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder() - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 20;
- addAliasBuilder() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 16;
- addAliasBuilder(int) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder(int) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder(int) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder(int) - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAliasBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 20;
- addAliasBuilder(int) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 16;
- addAliases(String) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Additional names that can be used for this option
- addAliases(XtceAliasSet) - Method in class org.yamcs.xtce.NameDescription
-
Adds all aliases to the existing aliases.
- addAliasesBytes(ByteString) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Additional names that can be used for this option
- addAll(Collection<? extends ParameterValue>) - Method in class org.yamcs.parameter.ParameterValueList
-
Adds all element to this collection
- addAll(Collection<ParameterValue>) - Method in class org.yamcs.parameter.LastValueCache
-
Add all parameters to the cache
- addAll(SequenceContainer) - Method in class org.yamcs.mdb.Subscription
-
Called in the cases when seq is part of other containers through aggregation.
- addAllAcknowledgments(Iterable<? extends AcknowledgmentInfo>) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
Globally available acknowledgments (in addition to Acknowledge_Queued, Acknowledge_Released and Acknowledge_Sent)
- addAllActions(Iterable<? extends ActionInfo>) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Custom actions
- addAllActivities(Iterable<? extends ActivityInfo>) - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
-
Resulting activities, possibly limited
- addAllAdditionalBindings(Iterable<? extends HttpRoute>) - Method in class org.yamcs.api.HttpRoute.Builder
-
repeated .yamcs.api.HttpRoute additional_bindings = 11;
- addAllAdditionalBindings(Iterable<? extends WebSocketTopic>) - Method in class org.yamcs.api.WebSocketTopic.Builder
-
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
- addAllAlarmRange(Iterable<? extends Mdb.AlarmRange>) - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Context-dependent ranges
- addAllAlarmRange(Iterable<? extends Mdb.AlarmRange>) - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
context-dependent ranges
- addAllAlarmRange(Iterable<? extends Mdb.AlarmRange>) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
Context-dependent ranges
- addAllAlarms(Iterable<? extends AlarmData>) - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAllAlarms(Iterable<? extends AlarmData>) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- addAllAlgorithm(Iterable<? extends Mdb.AlgorithmInfo>) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
- addAllAlgorithms(Iterable<? extends Mdb.AlgorithmInfo>) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching algorithms
- addAllAlias(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAllAlias(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAllAlias(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAllAlias(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAllAlias(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAllAlias(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAllAlias(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- addAllAlias(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 20;
- addAllAlias(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 16;
- addAllAliases(Iterable<String>) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Additional names that can be used for this option
- addAllArgument(Iterable<? extends Mdb.ArgumentInfo>) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentInfo argument = 8;
- addAllArgumentAssignment(Iterable<? extends Mdb.ArgumentAssignmentInfo>) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentAssignmentInfo argumentAssignment = 9;
- addAllArguments(Iterable<String>) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Arguments of the process.
- addAllArrayValue(Iterable<? extends Yamcs.Value>) - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
repeated .yamcs.protobuf.Value arrayValue = 13;
- addAllAssignment(Iterable<? extends Cmdhistory.Assignment>) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
-
repeated .Assignment assignment = 1;
- addAllAssignments(Iterable<? extends Commanding.CommandAssignment>) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
- addAllAssignments(Iterable<? extends Commanding.CommandAssignment>) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;
- addAllAssignments(Iterable<? extends Commanding.CommandAssignment>) - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
The name/value assignments for this command
- addAllAttr(Iterable<? extends Commanding.CommandHistoryAttribute>) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
- addAllAttributes(Iterable<? extends Commanding.CommandHistoryAttribute>) - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;
- addAllBands(Iterable<? extends TimelineBand>) - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
- addAllBands(Iterable<? extends TimelineBand>) - Method in class org.yamcs.protobuf.TimelineView.Builder
-
array of bands
- addAllBands(Iterable<String>) - Method in class org.yamcs.protobuf.AddViewRequest.Builder
-
The bands belonging to this view
- addAllBands(Iterable<String>) - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
-
The bands belonging to this view
- addAllBuckets(Iterable<? extends BucketInfo>) - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
-
repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;
- addAllCalls(Iterable<? extends State.CallInfo>) - Method in class org.yamcs.protobuf.State.Builder
-
repeated .yamcs.api.State.CallInfo calls = 1;
- addAllCapabilities(Iterable<String>) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
Feature capability hints for client use
- addAllCells(Iterable<? extends Table.Row.Cell>) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- addAllChildren(Iterable<? extends ProcessInfo>) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Direct children of the process.
- addAllChoices(Iterable<? extends Value>) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Allowed values for this option
- addAllChoices(Iterable<String>) - Method in class org.yamcs.protobuf.TemplateVariable.Builder
-
List of valid choices
- addAllClearances(Iterable<? extends ClearanceInfo>) - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
-
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
- addAllClients(Iterable<String>) - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
repeated string clients = 8;
- addAllCoefficient(Iterable<? extends Double>) - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
-
Deprecated.
- addAllCoefficients(Iterable<? extends Double>) - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
-
repeated double coefficients = 2;
- addAllCols(Iterable<String>) - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
-
The columns to be included in the result.
- addAllCols(Iterable<String>) - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
-
The columns to be included in the result.
- addAllColumn(Iterable<? extends Table.ColumnData>) - Method in class org.yamcs.protobuf.Table.StreamData.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 2;
- addAllColumn(Iterable<? extends Table.ColumnData>) - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 1;
- addAllColumn(Iterable<? extends Table.ColumnInfo>) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Deprecated.
- addAllColumnName(Iterable<String>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
-
repeated string columnName = 1;
- addAllColumns(Iterable<? extends Table.ColumnInfo>) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
- addAllColumns(Iterable<? extends Table.ColumnInfo>) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
- addAllColumns(Iterable<? extends Table.Row.ColumnInfo>) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
the column info is only present for new columns in a stream of Row messages
- addAllColumns(Iterable<? extends ColumnInfo>) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
-
repeated .ColumnInfo columns = 3;
- addAllCommandOptions(Iterable<? extends GetServerInfoResponse.CommandOptionInfo>) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Additional options available to commands
- addAllCommands(Iterable<? extends Commanding.CommandHistoryEntry>) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Page of matching commands
- addAllCommands(Iterable<? extends Commanding.CommandQueueEntry>) - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
- addAllCommands(Iterable<? extends Mdb.CommandInfo>) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching commands
- addAllComparison(Iterable<? extends Mdb.ComparisonInfo>) - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addAllComparison(Iterable<? extends Mdb.ComparisonInfo>) - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addAllConnections(Iterable<? extends ClientConnectionInfo>) - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
- addAllConstraint(Iterable<? extends Mdb.TransmissionConstraintInfo>) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.TransmissionConstraintInfo constraint = 11;
- addAllContainer(Iterable<? extends Mdb.ContainerInfo>) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
- addAllContainers(Iterable<? extends Mdb.ContainerInfo>) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching containers
- addAllContextAlarm(Iterable<? extends Mdb.ContextAlarmInfo>) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Contextual alarms
- addAllContextAlarm(Iterable<? extends Mdb.ContextAlarmInfo>) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_ALARMS
- addAllContextAlarms(Iterable<? extends Mdb.ContextAlarmInfo>) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Contextual alarms
- addAllContextAlarms(Iterable<? extends Mdb.ContextAlarmInfo>) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Alarm properties under specific context
- addAllContextCalibrator(Iterable<? extends Mdb.ContextCalibratorInfo>) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
Deprecated.
- addAllContextCalibrator(Iterable<? extends Mdb.ContextCalibratorInfo>) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_CALIBRATORS
- addAllContextCalibrators(Iterable<? extends Mdb.ContextCalibratorInfo>) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 8;
- addAllContextCalibrators(Iterable<? extends Mdb.ContextCalibratorInfo>) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Calibrators under specific context
- addAllCounts(Iterable<? extends Integer>) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
Array of same length as ``engValues``, with respective value counts within this range.
- addAllCriteria(Iterable<? extends ItemFilter.FilterCriterion>) - Method in class org.yamcs.protobuf.ItemFilter.Builder
-
repeated .yamcs.protobuf.timeline.ItemFilter.FilterCriterion criteria = 1;
- addAllCriteria(Iterable<? extends BandFilter.FilterCriterion>) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
-
repeated .BandFilter.FilterCriterion criteria = 1;
- addAllDatabases(Iterable<? extends DatabaseInfo>) - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;
- addAllDatabases(Iterable<? extends RocksDbDatabaseInfo>) - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 1;
- addAllDatabases(Iterable<? extends RocksDbDatabaseInfo>) - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
- addAllDescription(Iterable<String>) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Description, each list entry represents a paragraph
- addAllDimensions(Iterable<? extends Mdb.ArgumentDimensionInfo>) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Length of each dimension (only used by array arguments)
- addAllDimensions(Iterable<? extends Mdb.ParameterDimensionInfo>) - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterDimensionInfo dimensions = 3;
- addAllEngValues(Iterable<? extends Yamcs.Value>) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
The ``minRange`` option on the request allows to specify the minimum length of returned ranges.
- addAllEntries() - Method in class org.yamcs.mdb.SubscribedContainer
- addAllEntries(Iterable<? extends Commanding.CommandQueueEntry>) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Currently pending (queued) commands
- addAllEntries(Iterable<? extends LogEntry>) - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
-
item (change) log
- addAllEntry(Iterable<? extends Commanding.CommandHistoryEntry>) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Deprecated.
- addAllEntry(Iterable<? extends IndexEntry>) - Method in class org.yamcs.protobuf.IndexGroup.Builder
-
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
- addAllEntry(Iterable<? extends Mdb.SequenceEntryInfo>) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
- addAllEntry(Iterable<? extends Mdb.SequenceEntryInfo>) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
- addAllEnumerationAlarm(Iterable<? extends Mdb.EnumerationAlarm>) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addAllEnumerationAlarms(Iterable<? extends Mdb.EnumerationAlarm>) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.EnumerationAlarm enumerationAlarms = 5;
- addAllEnumerationValues(Iterable<? extends Mdb.EnumValue>) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Enumeration values.
- addAllEnumRanges(Iterable<? extends Mdb.EnumRange>) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Range-to-label mappings if this is an enumeration type
- addAllEnumRanges(Iterable<? extends Mdb.EnumRange>) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration ranges, in case this concerns an enumerated parameter
- addAllEnumValue(Iterable<? extends Mdb.EnumValue>) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Enumeration states (only used by enumerated arguments)
- addAllEnumValue(Iterable<? extends Mdb.EnumValue>) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Deprecated.
- addAllEnumValue(Iterable<? extends Table.EnumValue>) - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
- addAllEnumValue(Iterable<? extends Tablespace.TableColumnInfo.EnumValue>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
repeated .TableColumnInfo.EnumValue enumValue = 3;
- addAllEnumValues(Iterable<? extends Mdb.EnumValue>) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Value-to-label mappings if this is an enumeration type
- addAllEnumValues(Iterable<? extends Mdb.EnumValue>) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration states, in case this concerns an enumerated parameter
- addAllEvent(Iterable<? extends Event>) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Deprecated.
- addAllEvents(Iterable<? extends Event>) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Page with matching events
- addAllExecutors(Iterable<? extends ExecutorInfo>) - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
-
Yamcs instance name
- addAllExtra(Iterable<String>) - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Extra columns added to the CSV output: * ``raw``: Raw parameter values * ``monitoring``: Monitoring status
- addAllFileActions(Iterable<? extends ActionInfo>) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional actions that may be executed on remote files
- addAllFileListExtraColumns(Iterable<? extends ExtraColumnInfo>) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional columns to show in a file listing, where id is a key of ``RemoteFile.extra``
- addAllFiles(Iterable<? extends RemoteFile>) - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
- addAllFilter(Iterable<String>) - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
-
repeated string filter = 1;
- addAllFilters(Iterable<? extends ItemFilter>) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
A query filter which can be used to limit additionally the items which are part of the band
- addAllFilters(Iterable<? extends ItemFilter>) - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
If the band is not specified, these filters and the source above will be used
- addAllFilters(Iterable<? extends ItemFilter>) - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
The filters are to be considered in an AND manner.
- addAllFilters(Iterable<? extends ItemFilter>) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Filters to apply when retrieving items
- addAllFilters(Iterable<? extends BandFilter.ItemFilter>) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
-
repeated .BandFilter.ItemFilter filters = 1;
- addAllFinished(Iterable<? extends SubscribeBackfillingData.BackfillFinishedInfo>) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
-
Recently finished backfills (bundled over a 5 second interval)
- addAllGids(Iterable<? extends Integer>) - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
-
the groups which this parameter is part of
- addAllGroup(Iterable<? extends IndexGroup>) - Method in class org.yamcs.protobuf.IndexResponse.Builder
-
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
- addAllGroup(Iterable<String>) - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
-
Filter on specific parameter groups.
- addAllGroupNameExclude(Iterable<String>) - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
-
exclude the parameters from these groups this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
- addAllGroupNameFilter(Iterable<String>) - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
-
No filter, means all pp groups are sent
- addAllGroups(Iterable<? extends GroupInfo>) - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
-
repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
- addAllGroups(Iterable<? extends GroupInfo>) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Groups that this user is member of
- addAllGroups(Iterable<String>) - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
-
Parameter group names
- addAllGroups(Iterable<String>) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands that are issued by one of the users who belongs to any of these groups.
- addAllHistogramColumn(Iterable<String>) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated string histogramColumn = 5;
- addAllHistogramColumn(Iterable<String>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated string histogramColumn = 5;
- addAllHistory(Iterable<? extends Mdb.HistoryInfo>) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.HistoryInfo history = 14;
- addAllId(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
Parameter identifiers.
- addAllId(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
-
repeated .yamcs.protobuf.NamedObjectId id = 1;
- addAllId(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Parameter identifiers.
- addAllIdentities(Iterable<? extends ExternalIdentityInfo>) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
External identities
- addAllIdentities(Iterable<? extends ExternalIdentity>) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated .ExternalIdentity identities = 4;
- addAllIds(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Parameter identifiers.
- addAllInputParameter(Iterable<? extends Mdb.InputParameterInfo>) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- addAllInputs(Iterable<? extends Pvalue.ParameterValue>) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of input parameters for this run
- addAllInstances(Iterable<? extends YamcsInstance>) - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
-
repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;
- addAllIntervals(Iterable<? extends TofInterval>) - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
-
intervals for time of flight calculation
- addAllInvalid(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Parameter identifiers that were subscribed to, but that cannot be matched against the Mission Database.
- addAllItems(Iterable<? extends TimelineItem>) - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
-
items
- addAllKeyColumn(Iterable<? extends Table.ColumnInfo>) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
- addAllKeyColumn(Iterable<? extends Tablespace.TableColumnInfo>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo keyColumn = 2;
- addAllKeys(Iterable<String>) - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
-
Option keys
- addAllLinks(Iterable<? extends LinkInfo>) - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
-
Detail for all links
- addAllLinks(Iterable<? extends LinkInfo>) - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
-
repeated .yamcs.protobuf.links.LinkInfo links = 1;
- addAllLinks(Iterable<String>) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Known link names.
- addAllList(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
-
repeated .yamcs.protobuf.NamedObjectId list = 1;
- addAllLists(Iterable<? extends ParameterListInfo>) - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
-
List of lists, sorted by name The returned items include the patterns, however does not resolve them.
- addAllLocalEntities(Iterable<? extends EntityInfo>) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo localEntities = 3;
- addAllLogs(Iterable<? extends ActivityLogInfo>) - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
-
Log entries
- addAllLogs(Iterable<? extends AlgorithmTrace.Log>) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest log entries
- addAllMasters(Iterable<? extends ReplicationMasterInfo>) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
- addAllMatch(Iterable<? extends Mdb.ParameterInfo>) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Parameters matching any of the name patterns.
- addAllMathElements(Iterable<? extends Mdb.MathElement>) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Operands and operators in Reverse Polish Notation if type ``MATH``.
- addAllMember(Iterable<? extends Mdb.ArgumentMemberInfo>) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Member information (only used by aggregate arguments)
- addAllMember(Iterable<? extends Mdb.MemberInfo>) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.MemberInfo member = 8;
- addAllMemberId(Iterable<? extends Integer>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for PARCHIVE_AGGARR_INFO
- addAllMembers(Iterable<? extends Integer>) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
-
repeated int32 members = 4;
- addAllMessages(Iterable<String>) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Messages generated during packet extraction
- addAllName(Iterable<String>) - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
-
Command names to include.
- addAllName(Iterable<String>) - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
-
The archived name of the packets.
- addAllName(Iterable<String>) - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
-
Filter on a specific command
- addAllName(Iterable<String>) - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
-
Filter on specific packet names.
- addAllName(Iterable<String>) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Deprecated.
- addAllName(Iterable<String>) - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
The archived name of the packets.
- addAllName(Iterable<String>) - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
-
Command names to include.
- addAllName(Iterable<String>) - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
-
repeated string name = 4;
- addAllName(Iterable<String>) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated string name = 1;
- addAllNameFilter(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
-
No filter, means all command history entries are sent
- addAllNameFilter(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
No filter, means all packets for which privileges exist, are sent
- addAllNameFilter(Iterable<? extends Yamcs.NamedObjectId>) - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
-
At least 1 filter is required
- addAllNames(Iterable<String>) - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
-
Filter on specific packet names
- addAllNames(Iterable<String>) - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
-
Container names to subscribe to.
- addAllObjectPrivileges(Iterable<? extends ObjectPrivilegeInfo>) - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Object privileges
- addAllObjectPrivileges(Iterable<? extends ObjectPrivilegeInfo>) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Object privileges
- addAllObjects(Iterable<? extends ObjectInfo>) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
The list of objects
- addAllObjects(Iterable<String>) - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
-
Objects of this type
- addAllOnParameterUpdate(Iterable<? extends Mdb.ParameterInfo>) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- addAllOnPeriodicRate(Iterable<? extends Long>) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated int64 onPeriodicRate = 12;
- addAllOptions(Iterable<? extends OptionInfo>) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Options for this specification
- addAllOutputParameter(Iterable<? extends Mdb.OutputParameterInfo>) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- addAllOutputs(Iterable<? extends Pvalue.ParameterValue>) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of output parameters for this run
- addAllOverrides(Iterable<? extends MdbOverrideInfo>) - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
-
repeated .yamcs.protobuf.processing.MdbOverrideInfo overrides = 1;
- addAllPacket(Iterable<? extends TmPacketData>) - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
-
repeated .yamcs.protobuf.packets.TmPacketData packet = 1;
- addAllPackets(Iterable<String>) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Known packet names.
- addAllParameter(Iterable<? extends Pvalue.ParameterValue>) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addAllParameter(Iterable<? extends Pvalue.ParameterValue>) - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addAllParameters(Iterable<? extends ArchivedParameterInfo>) - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
-
Parameters belonging to the group
- addAllParameters(Iterable<? extends ArchivedParameterInfo>) - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchivedParameterInfo parameters = 1;
- addAllParameters(Iterable<? extends Mdb.ParameterInfo>) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching parameters
- addAllParameters(Iterable<String>) - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
The parameters to add to the export.
- addAllParameters(Iterable<String>) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
System parameters generated by this link
- addAllParameterTypes(Iterable<? extends Mdb.ParameterTypeInfo>) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching parameter types
- addAllParameterValues(Iterable<? extends ExtractedParameterValue>) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Contained entries
- addAllPath(Iterable<String>) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.
- addAllPatterns(Iterable<String>) - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
-
Parameter names (either exact match or glob pattern)
- addAllPatterns(Iterable<String>) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Name patterns (glob)
- addAllPatterns(Iterable<String>) - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
-
Parameter names (either exact match or glob pattern)
- addAllPlugins(Iterable<? extends GetServerInfoResponse.PluginInfo>) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Plugins loaded within this server instance
- addAllPoint(Iterable<? extends Mdb.SplineCalibratorInfo.SplinePointInfo>) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
Deprecated.
- addAllPoints(Iterable<? extends Mdb.SplineCalibratorInfo.SplinePointInfo>) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;
- addAllPolCoef(Iterable<? extends Double>) - Method in class org.yamcs.protobuf.TofInterval.Builder
-
repeated double polCoef = 3;
- addAllPrefixes(Iterable<String>) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
Object name prefixes for objects that matched the request but were excluded from ``objects`` because of a delimiter.
- addAllProcessors(Iterable<? extends ProcessorInfo>) - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 1;
- addAllProcessors(Iterable<? extends ProcessorInfo>) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
- addAllQueries(Iterable<? extends QueryInfo>) - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
-
Matching queries
- addAllQueues(Iterable<? extends Commanding.CommandQueueInfo>) - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
- addAllRange(Iterable<? extends Pvalue.Ranges.Range>) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
-
repeated .yamcs.protobuf.pvalue.Ranges.Range range = 1;
- addAllRanges(Iterable<? extends LeapSecondsTable.ValidityRange>) - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
-
repeated .yamcs.protobuf.time.LeapSecondsTable.ValidityRange ranges = 1;
- addAllRecord(Iterable<? extends Table.TableData.TableRecord>) - Method in class org.yamcs.protobuf.Table.TableData.Builder
-
repeated .yamcs.protobuf.table.TableData.TableRecord record = 1;
- addAllRecords(Iterable<? extends AuditRecord>) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
-
Page with matching records
- addAllRecords(Iterable<? extends AccountRecord>) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
-
repeated .AccountRecord records = 2;
- addAllRecords(Iterable<? extends GroupRecord>) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
-
repeated .GroupRecord records = 2;
- addAllRemoteEntities(Iterable<? extends EntityInfo>) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo remoteEntities = 4;
- addAllRequest(Iterable<? extends BatchSetParameterValuesRequest.SetParameterValueRequest>) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
-
Requests, one for each new value
- addAllRequiredKeys(Iterable<String>) - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
-
Option keys that must be specified, if the condition is satisfied
- addAllRequiredOneOf(Iterable<? extends OptionGroupInfo>) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a groups of options.
- addAllRequireTogether(Iterable<? extends OptionGroupInfo>) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a group of options.
- addAllResponse(Iterable<? extends Mdb.BatchGetParametersResponse.GetParameterResponse>) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
-
repeated .yamcs.protobuf.mdb.BatchGetParametersResponse.GetParameterResponse response = 1;
- addAllRestrictionCriteria(Iterable<? extends Mdb.ComparisonInfo>) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
Deprecated.
- addAllRoles(Iterable<? extends RoleInfo>) - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
-
repeated .yamcs.protobuf.iam.RoleInfo roles = 1;
- addAllRoles(Iterable<? extends RoleInfo>) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Assigned roles
- addAllRoles(Iterable<String>) - Method in class org.yamcs.protobuf.RoleAssignment.Builder
-
repeated string roles = 1;
- addAllRoles(Iterable<String>) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated string roles = 5;
- addAllRootDirectories(Iterable<? extends RootDirectory>) - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Root directories, each corresponding to a distinct file hierarchy.
- addAllRoutes(Iterable<? extends RouteInfo>) - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
-
repeated .yamcs.protobuf.server.RouteInfo routes = 1;
- addAllRows(Iterable<? extends Table.ListValue>) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ListValue rows = 2;
- addAllRuns(Iterable<? extends AlgorithmTrace.Run>) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest algorithm runs
- addAllRuns(Iterable<String>) - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
Identifiers of activity runs matching this item.
- addAllSample(Iterable<? extends Pvalue.TimeSeries.Sample>) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
-
List of samples.
- addAllSamples(Iterable<? extends TcoSample>) - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
- addAllScripts(Iterable<String>) - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
-
repeated string scripts = 1;
- addAllSecondaryIndex(Iterable<? extends Tablespace.SecondaryIndex>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .SecondaryIndex secondaryIndex = 11;
- addAllSegments(Iterable<? extends ArchiveParameterSegmentInfo>) - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;
- addAllServiceAccounts(Iterable<? extends ServiceAccountInfo>) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Service accounts that are member of this group
- addAllServiceAccounts(Iterable<? extends ServiceAccountInfo>) - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
-
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
- addAllServiceAccounts(Iterable<String>) - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
-
Names of service accounts that should be added as member
- addAllServiceAccounts(Iterable<String>) - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
-
repeated string serviceAccounts = 2;
- addAllServices(Iterable<? extends FileTransferServiceInfo>) - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferServiceInfo services = 1;
- addAllServices(Iterable<? extends ServiceInfo>) - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 1;
- addAllServices(Iterable<? extends ServiceInfo>) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 16;
- addAllSessions(Iterable<? extends SessionInfo>) - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
-
repeated .yamcs.protobuf.iam.SessionInfo sessions = 1;
- addAllSlaves(Iterable<? extends ReplicationSlaveInfo>) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
- addAllSource(Iterable<String>) - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
The source of the events.
- addAllSource(Iterable<String>) - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
-
Filter on specific sources.
- addAllSource(Iterable<String>) - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
-
Deprecated.
- addAllSource(Iterable<String>) - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
The source of the events.
- addAllSource(Iterable<String>) - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
-
Event sources to include.
- addAllSources(Iterable<String>) - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
-
Known event sources
- addAllSpaceSystem(Iterable<? extends Mdb.SpaceSystemInfo>) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
Deprecated.
- addAllSpaceSystems(Iterable<? extends Mdb.SpaceSystemInfo>) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
-
Matching space systems
- addAllSpaceSystems(Iterable<? extends Mdb.SpaceSystemInfo>) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 11;
- addAllSpaceSystems(Iterable<String>) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Deprecated.
- addAllSpaceSystems(Iterable<String>) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Deprecated.
- addAllSpaceSystems(Iterable<String>) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Deprecated.
- addAllSpaceSystems(Iterable<String>) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Deprecated.
- addAllSpaceSystems(Iterable<String>) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Deprecated.
- addAllState(Iterable<? extends TransferState>) - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
Filter by transfer state.
- addAllStaticAlarmRange(Iterable<? extends Mdb.AlarmRange>) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addAllStaticAlarmRanges(Iterable<? extends Mdb.AlarmRange>) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlarmRange staticAlarmRanges = 4;
- addAllStatus(Iterable<String>) - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
Filter on activity status
- addAllStreams(Iterable<? extends Table.StreamInfo>) - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
-
repeated .yamcs.protobuf.table.StreamInfo streams = 1;
- addAllStreams(Iterable<String>) - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
Names of the streams in this database
- addAllStreams(Iterable<String>) - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
repeated string streams = 2;
- addAllStreams(Iterable<String>) - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
-
repeated string streams = 2;
- addAllSub(Iterable<? extends Mdb.SpaceSystemInfo>) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo sub = 15;
- addAllSubscribers(Iterable<String>) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Subscribers represented in the format ``className@hashCode``.
- addAllSystemPrivileges(Iterable<String>) - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
-
repeated string systemPrivileges = 1;
- addAllSystemPrivileges(Iterable<String>) - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
System privileges
- addAllSystemPrivileges(Iterable<String>) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
System privileges
- addAllSystems(Iterable<? extends Mdb.SpaceSystemInfo>) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addAllSystems(Iterable<? extends Mdb.SpaceSystemInfo>) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addAllSystems(Iterable<? extends Mdb.SpaceSystemInfo>) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addAllSystems(Iterable<? extends Mdb.SpaceSystemInfo>) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addAllSystems(Iterable<? extends Mdb.SpaceSystemInfo>) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addAllTables(Iterable<? extends Table.TableInfo>) - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
-
repeated .yamcs.protobuf.table.TableInfo tables = 1;
- addAllTables(Iterable<String>) - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
Names of the tables in this database
- addAllTablespaces(Iterable<? extends RocksDbTablespaceInfo>) - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbTablespaceInfo tablespaces = 1;
- addAllTags(Iterable<String>) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
Deprecated.
- addAllTags(Iterable<String>) - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Tags
- addAllTags(Iterable<String>) - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
-
repeated string tags = 1;
- addAllTags(Iterable<String>) - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
Deprecated.
- addAllTags(Iterable<String>) - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
repeated string tags = 6;
- addAllTags(Iterable<String>) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Items containing these tags will be part of the timeline
- addAllTags(Iterable<String>) - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
New tags
- addAllTcPatterns(Iterable<String>) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands whose qualified name matches any of the regular expressions in this list.
- addAllTcStreams(Iterable<String>) - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
-
Command-related streams
- addAllTemplates(Iterable<? extends InstanceTemplate>) - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
-
repeated .yamcs.protobuf.instances.InstanceTemplate templates = 1;
- addAllThreads(Iterable<? extends ThreadInfo>) - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
-
repeated .yamcs.protobuf.server.ThreadInfo threads = 1;
- addAllTmLinks(Iterable<String>) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Since version 5.4.0, Yamcs records the name of the TM link on which a TM packet is received together with the packet (in the tm table).
- addAllTmLinks(Iterable<String>) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
if specified, only replay packets originally received on one of those links
- addAllTmstats(Iterable<? extends TmStatistics>) - Method in class org.yamcs.protobuf.Statistics.Builder
-
repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3;
- addAllTopics(Iterable<? extends TopicInfo>) - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
-
repeated .yamcs.protobuf.server.TopicInfo topics = 1;
- addAllTrace(Iterable<? extends TraceElementInfo>) - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
- addAllTransferOptions(Iterable<? extends FileTransferOption>) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferOption transferOptions = 6;
- addAllTransfers(Iterable<? extends TransferInfo>) - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.TransferInfo transfers = 1;
- addAllType(Iterable<String>) - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
The type of activity.
- addAllType(Iterable<String>) - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
The parameter types to be included in the result.
- addAllTypes(Iterable<String>) - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
-
repeated string types = 1;
- addAllUnits(Collection<UnitType>) - Method in class org.yamcs.xtce.BaseDataType.Builder
- addAllUnitSet(Iterable<? extends Mdb.UnitInfo>) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addAllUnitSet(Iterable<? extends Mdb.UnitInfo>) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addAllUsedBy(Iterable<? extends Mdb.ParameterInfo>) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Which parameters this type is used by.
- addAllUsers(Iterable<? extends UserInfo>) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Users that are member of this group
- addAllUsers(Iterable<? extends UserInfo>) - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
-
repeated .yamcs.protobuf.iam.UserInfo users = 1;
- addAllUsers(Iterable<String>) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands that are issued by one of the users in this list.
- addAllUsers(Iterable<String>) - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
-
Usernames of users that should be added as member
- addAllUsers(Iterable<String>) - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
-
repeated string users = 1;
- addAllValue(Iterable<? extends Pvalue.ParameterValue>) - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue value = 1;
- addAllValue(Iterable<? extends Yamcs.Value>) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated .yamcs.protobuf.Value value = 2;
- addAllValueColumn(Iterable<? extends Table.ColumnInfo>) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
- addAllValueColumn(Iterable<? extends Tablespace.TableColumnInfo>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo valueColumn = 3;
- addAllValues(Iterable<? extends FileTransferOption.Value>) - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Values for potential dropdown menu
- addAllValues(Iterable<? extends ParameterValueUpdate>) - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
-
A group of values, and their properties
- addAllValues(Iterable<? extends Pvalue.ParameterValue>) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Values of updated parameters.
- addAllValues(Iterable<? extends Yamcs.Value>) - Method in class org.yamcs.protobuf.Table.ListValue.Builder
-
repeated .yamcs.protobuf.Value values = 1;
- addAllVariables(Iterable<? extends TemplateVariable>) - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
-
List of variables that this template may expect
- addAllVerifier(Iterable<? extends Mdb.VerifierInfo>) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.VerifierInfo verifier = 14;
- addAllViews(Iterable<? extends TimelineView>) - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineView views = 1;
- addAllWhenConditions(Iterable<? extends WhenConditionInfo>) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Conditional constraints on a group of options
- addAncillaryData(AncillaryData) - Method in class org.yamcs.xtce.NameDescription
-
Stores the given ancillary data.
- addAncillaryData(AncillaryData) - Method in class org.yamcs.xtce.SequenceContainer
- addAndGetEnumValue(String, String) - Method in class org.yamcs.yarch.TableDefinition
-
get the enum value corresponding to a column, creating it if it does not exist
- addApi(Api<Context>) - Method in class org.yamcs.http.HttpServer
- addArgument(int, Mdb.ArgumentInfo) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentInfo argument = 8;
- addArgument(int, Mdb.ArgumentInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentInfo argument = 8;
- addArgument(Mdb.ArgumentInfo) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentInfo argument = 8;
- addArgument(Mdb.ArgumentInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentInfo argument = 8;
- addArgument(Argument) - Method in class org.yamcs.xtce.MetaCommand
-
Adds an argument to the command.
- addArgumentAssignment(int, Mdb.ArgumentAssignmentInfo) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentAssignmentInfo argumentAssignment = 9;
- addArgumentAssignment(int, Mdb.ArgumentAssignmentInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentAssignmentInfo argumentAssignment = 9;
- addArgumentAssignment(Mdb.ArgumentAssignmentInfo) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentAssignmentInfo argumentAssignment = 9;
- addArgumentAssignment(Mdb.ArgumentAssignmentInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentAssignmentInfo argumentAssignment = 9;
- addArgumentAssignment(ArgumentAssignment) - Method in class org.yamcs.xtce.MetaCommand
- addArgumentAssignmentBuilder() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentAssignmentInfo argumentAssignment = 9;
- addArgumentAssignmentBuilder(int) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentAssignmentInfo argumentAssignment = 9;
- addArgumentBuilder() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentInfo argument = 8;
- addArgumentBuilder(int) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentInfo argument = 8;
- addArguments(String) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Arguments of the process.
- addArgumentsBytes(ByteString) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Arguments of the process.
- addArgumentType(ArgumentType) - Method in class org.yamcs.xtce.SpaceSystem
- addArgumentValue(Argument, Value) - Method in class org.yamcs.mdb.TcProcessingContext
- addArrayValue(int, Yamcs.Value) - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
repeated .yamcs.protobuf.Value arrayValue = 13;
- addArrayValue(int, Yamcs.Value.Builder) - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
repeated .yamcs.protobuf.Value arrayValue = 13;
- addArrayValue(Yamcs.Value) - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
repeated .yamcs.protobuf.Value arrayValue = 13;
- addArrayValue(Yamcs.Value.Builder) - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
repeated .yamcs.protobuf.Value arrayValue = 13;
- addArrayValueBuilder() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
repeated .yamcs.protobuf.Value arrayValue = 13;
- addArrayValueBuilder(int) - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
repeated .yamcs.protobuf.Value arrayValue = 13;
- addAssignment(int, Cmdhistory.Assignment) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
-
repeated .Assignment assignment = 1;
- addAssignment(int, Cmdhistory.Assignment.Builder) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
-
repeated .Assignment assignment = 1;
- addAssignment(Cmdhistory.Assignment) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
-
repeated .Assignment assignment = 1;
- addAssignment(Cmdhistory.Assignment.Builder) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
-
repeated .Assignment assignment = 1;
- addAssignment(Argument, String) - Method in class org.yamcs.activities.StackedCommand
- addAssignmentBuilder() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
-
repeated .Assignment assignment = 1;
- addAssignmentBuilder(int) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
-
repeated .Assignment assignment = 1;
- addAssignments(int, Commanding.CommandAssignment) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
- addAssignments(int, Commanding.CommandAssignment) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;
- addAssignments(int, Commanding.CommandAssignment) - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
The name/value assignments for this command
- addAssignments(int, Commanding.CommandAssignment.Builder) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
- addAssignments(int, Commanding.CommandAssignment.Builder) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;
- addAssignments(int, Commanding.CommandAssignment.Builder) - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
The name/value assignments for this command
- addAssignments(Commanding.CommandAssignment) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
- addAssignments(Commanding.CommandAssignment) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;
- addAssignments(Commanding.CommandAssignment) - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
The name/value assignments for this command
- addAssignments(Commanding.CommandAssignment.Builder) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
- addAssignments(Commanding.CommandAssignment.Builder) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;
- addAssignments(Commanding.CommandAssignment.Builder) - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
The name/value assignments for this command
- addAssignmentsBuilder() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
- addAssignmentsBuilder() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;
- addAssignmentsBuilder() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
The name/value assignments for this command
- addAssignmentsBuilder(int) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
- addAssignmentsBuilder(int) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;
- addAssignmentsBuilder(int) - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
The name/value assignments for this command
- addAttr(int, Commanding.CommandHistoryAttribute) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
- addAttr(int, Commanding.CommandHistoryAttribute.Builder) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
- addAttr(Commanding.CommandHistoryAttribute) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
- addAttr(Commanding.CommandHistoryAttribute.Builder) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
- addAttrBuilder() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
- addAttrBuilder(int) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
- addAttribute(Commanding.CommandHistoryAttribute) - Method in class org.yamcs.commanding.PreparedCommand
- addAttributes(int, Commanding.CommandHistoryAttribute) - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;
- addAttributes(int, Commanding.CommandHistoryAttribute.Builder) - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;
- addAttributes(Commanding.CommandHistoryAttribute) - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;
- addAttributes(Commanding.CommandHistoryAttribute.Builder) - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;
- addAttributesBuilder() - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;
- addAttributesBuilder(int) - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;
- addBand(Void, AddBandRequest, Observer<TimelineBand>) - Method in class org.yamcs.protobuf.TimelineApiClient
-
Add a band
- addBand(Context, AddBandRequest, Observer<TimelineBand>) - Method in class org.yamcs.http.api.TimelineApi
- addBand(TimelineBand) - Method in class org.yamcs.client.timeline.TimelineClient
- addBand(TimelineBand) - Method in class org.yamcs.timeline.TimelineBandDb
- addBand(T, AddBandRequest, Observer<TimelineBand>) - Method in class org.yamcs.protobuf.AbstractTimelineApi
-
Add a band
- AddBandRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.AddBandRequest
- AddBandRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.AddBandRequest
- AddBandRequestOrBuilder - Interface in org.yamcs.protobuf
- addBands(int, TimelineBand) - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
- addBands(int, TimelineBand) - Method in class org.yamcs.protobuf.TimelineView.Builder
-
array of bands
- addBands(int, TimelineBand.Builder) - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
- addBands(int, TimelineBand.Builder) - Method in class org.yamcs.protobuf.TimelineView.Builder
-
array of bands
- addBands(String) - Method in class org.yamcs.protobuf.AddViewRequest.Builder
-
The bands belonging to this view
- addBands(String) - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
-
The bands belonging to this view
- addBands(TimelineBand) - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
- addBands(TimelineBand) - Method in class org.yamcs.protobuf.TimelineView.Builder
-
array of bands
- addBands(TimelineBand.Builder) - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
- addBands(TimelineBand.Builder) - Method in class org.yamcs.protobuf.TimelineView.Builder
-
array of bands
- addBandsBuilder() - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
- addBandsBuilder() - Method in class org.yamcs.protobuf.TimelineView.Builder
-
array of bands
- addBandsBuilder(int) - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
- addBandsBuilder(int) - Method in class org.yamcs.protobuf.TimelineView.Builder
-
array of bands
- addBandsBytes(ByteString) - Method in class org.yamcs.protobuf.AddViewRequest.Builder
-
The bands belonging to this view
- addBandsBytes(ByteString) - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
-
The bands belonging to this view
- addBinaryField(String, Function<T, byte[]>) - Method in class org.yamcs.utils.parser.Filter
- addBinaryField(String, Function<T, byte[]>) - Method in class org.yamcs.utils.parser.FilterParser
- addBooleanField(String, Function<T, Boolean>) - Method in class org.yamcs.utils.parser.Filter
- addBooleanField(String, Function<T, Boolean>) - Method in class org.yamcs.utils.parser.FilterParser
- addBuckets(int, BucketInfo) - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
-
repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;
- addBuckets(int, BucketInfo.Builder) - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
-
repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;
- addBuckets(BucketInfo) - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
-
repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;
- addBuckets(BucketInfo.Builder) - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
-
repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;
- addBucketsBuilder() - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
-
repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;
- addBucketsBuilder(int) - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
-
repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;
- addCalls(int, State.CallInfo) - Method in class org.yamcs.protobuf.State.Builder
-
repeated .yamcs.api.State.CallInfo calls = 1;
- addCalls(int, State.CallInfo.Builder) - Method in class org.yamcs.protobuf.State.Builder
-
repeated .yamcs.api.State.CallInfo calls = 1;
- addCalls(State.CallInfo) - Method in class org.yamcs.protobuf.State.Builder
-
repeated .yamcs.api.State.CallInfo calls = 1;
- addCalls(State.CallInfo.Builder) - Method in class org.yamcs.protobuf.State.Builder
-
repeated .yamcs.api.State.CallInfo calls = 1;
- addCallsBuilder() - Method in class org.yamcs.protobuf.State.Builder
-
repeated .yamcs.api.State.CallInfo calls = 1;
- addCallsBuilder(int) - Method in class org.yamcs.protobuf.State.Builder
-
repeated .yamcs.api.State.CallInfo calls = 1;
- addCapabilities(String) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
Feature capability hints for client use
- addCapabilities(FileTransferCapabilities.Builder) - Method in class org.yamcs.cfdp.CfdpService
- addCapabilities(FileTransferCapabilities.Builder) - Method in class org.yamcs.filetransfer.AbstractFileTransferService
- addCapabilitiesBytes(ByteString) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
Feature capability hints for client use
- addCells(int, Table.Row.Cell) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- addCells(int, Table.Row.Cell.Builder) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- addCells(Table.Row.Cell) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- addCells(Table.Row.Cell.Builder) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- addCellsBuilder() - Method in class org.yamcs.protobuf.Table.Row.Builder
-
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- addCellsBuilder(int) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- addChangeListener(ActionChangeListener) - Method in class org.yamcs.actions.Action
-
Add a listener that will get notified whenever one of the action properties has changed.
- addChildren(int, ProcessInfo) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Direct children of the process.
- addChildren(int, ProcessInfo.Builder) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Direct children of the process.
- addChildren(ProcessInfo) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Direct children of the process.
- addChildren(ProcessInfo.Builder) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Direct children of the process.
- addChildrenBuilder() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Direct children of the process.
- addChildrenBuilder(int) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Direct children of the process.
- addChoices(int, Value) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Allowed values for this option
- addChoices(int, Value.Builder) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Allowed values for this option
- addChoices(Value) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Allowed values for this option
- addChoices(Value.Builder) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Allowed values for this option
- addChoices(String) - Method in class org.yamcs.protobuf.TemplateVariable.Builder
-
List of valid choices
- addChoicesBuilder() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Allowed values for this option
- addChoicesBuilder(int) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Allowed values for this option
- addChoicesBytes(ByteString) - Method in class org.yamcs.protobuf.TemplateVariable.Builder
-
List of valid choices
- addClearanceListener(ClearanceListener) - Method in class org.yamcs.security.User
- addClearances(int, ClearanceInfo) - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
-
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
- addClearances(int, ClearanceInfo.Builder) - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
-
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
- addClearances(ClearanceInfo) - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
-
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
- addClearances(ClearanceInfo.Builder) - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
-
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
- addClearancesBuilder() - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
-
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
- addClearancesBuilder(int) - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
-
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
- addClients(String) - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
repeated string clients = 8;
- addClientsBytes(ByteString) - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
repeated string clients = 8;
- addCmdParam(ParameterValue) - Method in class org.yamcs.mdb.ProcessingContext
- addCoefficient(double) - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
-
Deprecated.
- addCoefficients(double) - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
-
repeated double coefficients = 2;
- addCols(String) - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
-
The columns to be included in the result.
- addCols(String) - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
-
The columns to be included in the result.
- addColsBytes(ByteString) - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
-
The columns to be included in the result.
- addColsBytes(ByteString) - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
-
The columns to be included in the result.
- addColumn(int, Table.ColumnData) - Method in class org.yamcs.protobuf.Table.StreamData.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 2;
- addColumn(int, Table.ColumnData) - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 1;
- addColumn(int, Table.ColumnData.Builder) - Method in class org.yamcs.protobuf.Table.StreamData.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 2;
- addColumn(int, Table.ColumnData.Builder) - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 1;
- addColumn(int, Table.ColumnInfo) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Deprecated.
- addColumn(int, Table.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Deprecated.
- addColumn(String, boolean) - Method in class org.yamcs.yarch.Tuple
-
Add a BOOLEAN column
- addColumn(String, int) - Method in class org.yamcs.yarch.Tuple
-
Add a INT column
- addColumn(String, long) - Method in class org.yamcs.yarch.Tuple
-
Add a LONG column
- addColumn(String, String) - Method in class org.yamcs.yarch.Tuple
-
Add a STRING column
- addColumn(String, DataType) - Method in class org.yamcs.yarch.TupleDefinition
- addColumn(String, DataType, Object) - Method in class org.yamcs.yarch.Tuple
- addColumn(Table.ColumnData) - Method in class org.yamcs.protobuf.Table.StreamData.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 2;
- addColumn(Table.ColumnData) - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 1;
- addColumn(Table.ColumnData.Builder) - Method in class org.yamcs.protobuf.Table.StreamData.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 2;
- addColumn(Table.ColumnData.Builder) - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 1;
- addColumn(Table.ColumnInfo) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Deprecated.
- addColumn(Table.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Deprecated.
- addColumn(ColumnDefinition) - Method in class org.yamcs.yarch.TupleDefinition
- addColumnBuilder() - Method in class org.yamcs.protobuf.Table.StreamData.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 2;
- addColumnBuilder() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Deprecated.
- addColumnBuilder() - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 1;
- addColumnBuilder(int) - Method in class org.yamcs.protobuf.Table.StreamData.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 2;
- addColumnBuilder(int) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Deprecated.
- addColumnBuilder(int) - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 1;
- addColumnName(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
-
repeated string columnName = 1;
- addColumnNameBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
-
repeated string columnName = 1;
- addColumns(int, Table.ColumnInfo) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
- addColumns(int, Table.ColumnInfo) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
- addColumns(int, Table.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
- addColumns(int, Table.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
- addColumns(int, Table.Row.ColumnInfo) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
the column info is only present for new columns in a stream of Row messages
- addColumns(int, Table.Row.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
the column info is only present for new columns in a stream of Row messages
- addColumns(int, ColumnInfo) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
-
repeated .ColumnInfo columns = 3;
- addColumns(int, ColumnInfo.Builder) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
-
repeated .ColumnInfo columns = 3;
- addColumns(Table.ColumnInfo) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
- addColumns(Table.ColumnInfo) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
- addColumns(Table.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
- addColumns(Table.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
- addColumns(Table.Row.ColumnInfo) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
the column info is only present for new columns in a stream of Row messages
- addColumns(Table.Row.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
the column info is only present for new columns in a stream of Row messages
- addColumns(ColumnInfo) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
-
repeated .ColumnInfo columns = 3;
- addColumns(ColumnInfo.Builder) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
-
repeated .ColumnInfo columns = 3;
- addColumnsBuilder() - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
- addColumnsBuilder() - Method in class org.yamcs.protobuf.Table.Row.Builder
-
the column info is only present for new columns in a stream of Row messages
- addColumnsBuilder() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
- addColumnsBuilder() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
-
repeated .ColumnInfo columns = 3;
- addColumnsBuilder(int) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
- addColumnsBuilder(int) - Method in class org.yamcs.protobuf.Table.Row.Builder
-
the column info is only present for new columns in a stream of Row messages
- addColumnsBuilder(int) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
- addColumnsBuilder(int) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
-
repeated .ColumnInfo columns = 3;
- addCommand(PreparedCommand) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
- addCommand(PreparedCommand) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
-
Called when a new command has to be added to the command history (i.e. when a users sends a telecommand)
- addCommand(PreparedCommand) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
- addCommand(User, ActiveCommand) - Method in class org.yamcs.commanding.CommandQueueManager
-
Called from the CommandingImpl to add a command to the queue.
- addCommandContainer(CommandContainer) - Method in class org.yamcs.xtce.SpaceSystem
- addCommandOption(CommandOption) - Method in class org.yamcs.YamcsServer
-
Registers the system-wide availability of a
CommandOption
. - addCommandOptionListener(CommandOptionListener) - Method in class org.yamcs.YamcsServer
- addCommandOptions(int, GetServerInfoResponse.CommandOptionInfo) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Additional options available to commands
- addCommandOptions(int, GetServerInfoResponse.CommandOptionInfo.Builder) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Additional options available to commands
- addCommandOptions(GetServerInfoResponse.CommandOptionInfo) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Additional options available to commands
- addCommandOptions(GetServerInfoResponse.CommandOptionInfo.Builder) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Additional options available to commands
- addCommandOptionsBuilder() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Additional options available to commands
- addCommandOptionsBuilder(int) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Additional options available to commands
- addCommandQueueListener(CommandQueueListener) - Method in class org.yamcs.management.ManagementService
- addCommandQueueState(String, CommandQueueState) - Method in class org.yamcs.commanding.CommandQueueMemento
- addCommands(int, Commanding.CommandHistoryEntry) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Page of matching commands
- addCommands(int, Commanding.CommandHistoryEntry.Builder) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Page of matching commands
- addCommands(int, Commanding.CommandQueueEntry) - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
- addCommands(int, Commanding.CommandQueueEntry.Builder) - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
- addCommands(int, Mdb.CommandInfo) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching commands
- addCommands(int, Mdb.CommandInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching commands
- addCommands(Commanding.CommandHistoryEntry) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Page of matching commands
- addCommands(Commanding.CommandHistoryEntry.Builder) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Page of matching commands
- addCommands(Commanding.CommandQueueEntry) - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
- addCommands(Commanding.CommandQueueEntry.Builder) - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
- addCommands(Mdb.CommandInfo) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching commands
- addCommands(Mdb.CommandInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching commands
- addCommandsBuilder() - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Page of matching commands
- addCommandsBuilder() - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
- addCommandsBuilder() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching commands
- addCommandsBuilder(int) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Page of matching commands
- addCommandsBuilder(int) - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
- addCommandsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching commands
- addComparison(int, Mdb.ComparisonInfo) - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparison(int, Mdb.ComparisonInfo) - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparison(int, Mdb.ComparisonInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparison(int, Mdb.ComparisonInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparison(Mdb.ComparisonInfo) - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparison(Mdb.ComparisonInfo) - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparison(Mdb.ComparisonInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparison(Mdb.ComparisonInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparison(Comparison) - Method in class org.yamcs.xtce.ComparisonList
- addComparison(Parameter, String, Object) - Method in class org.yamcs.activities.StackedVerify
- addComparisonBuilder() - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparisonBuilder() - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparisonBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addComparisonBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- addConditionExpression(BooleanExpression) - Method in class org.yamcs.xtce.ExpressionList
- addConfigurationList(ConfigScope, String, Spec) - Method in class org.yamcs.YamcsServer
- addConfigurationSection(String, Spec) - Method in class org.yamcs.YamcsServer
-
Add the definition of an additional configuration section to the root Yamcs spec (yamcs.yaml).
- addConfigurationSection(ConfigScope, String, Spec) - Method in class org.yamcs.YamcsServer
-
Add the definition of an additional configuration section to a particular configuration type
- addConnectionListener(ConnectionListener) - Method in class org.yamcs.client.YamcsClient
- addConnections(int, ClientConnectionInfo) - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
- addConnections(int, ClientConnectionInfo.Builder) - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
- addConnections(ClientConnectionInfo) - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
- addConnections(ClientConnectionInfo.Builder) - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
- addConnectionsBuilder() - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
- addConnectionsBuilder(int) - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
- addConstraint(int, Mdb.TransmissionConstraintInfo) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.TransmissionConstraintInfo constraint = 11;
- addConstraint(int, Mdb.TransmissionConstraintInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.TransmissionConstraintInfo constraint = 11;
- addConstraint(Mdb.TransmissionConstraintInfo) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.TransmissionConstraintInfo constraint = 11;
- addConstraint(Mdb.TransmissionConstraintInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.TransmissionConstraintInfo constraint = 11;
- addConstraintBuilder() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.TransmissionConstraintInfo constraint = 11;
- addConstraintBuilder(int) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.TransmissionConstraintInfo constraint = 11;
- addContainer(int, Mdb.ContainerInfo) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
- addContainer(int, Mdb.ContainerInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
- addContainer(Mdb.ContainerInfo) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
- addContainer(Mdb.ContainerInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
- addContainerBuilder() - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
- addContainerBuilder(int) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
- addContainers(int, Mdb.ContainerInfo) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching containers
- addContainers(int, Mdb.ContainerInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching containers
- addContainers(Mdb.ContainerInfo) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching containers
- addContainers(Mdb.ContainerInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching containers
- addContainersBuilder() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching containers
- addContainersBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching containers
- addContextAlarm(int, Mdb.ContextAlarmInfo) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Contextual alarms
- addContextAlarm(int, Mdb.ContextAlarmInfo) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_ALARMS
- addContextAlarm(int, Mdb.ContextAlarmInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Contextual alarms
- addContextAlarm(int, Mdb.ContextAlarmInfo.Builder) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_ALARMS
- addContextAlarm(Mdb.ContextAlarmInfo) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Contextual alarms
- addContextAlarm(Mdb.ContextAlarmInfo) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_ALARMS
- addContextAlarm(Mdb.ContextAlarmInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Contextual alarms
- addContextAlarm(Mdb.ContextAlarmInfo.Builder) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_ALARMS
- addContextAlarm(EnumerationContextAlarm) - Method in class org.yamcs.xtce.EnumeratedParameterType.Builder
- addContextAlarm(NumericContextAlarm) - Method in class org.yamcs.xtce.FloatParameterType.Builder
- addContextAlarm(NumericContextAlarm) - Method in class org.yamcs.xtce.IntegerParameterType.Builder
- addContextAlarmBuilder() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Contextual alarms
- addContextAlarmBuilder() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_ALARMS
- addContextAlarmBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Contextual alarms
- addContextAlarmBuilder(int) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_ALARMS
- addContextAlarms(int, Mdb.ContextAlarmInfo) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Contextual alarms
- addContextAlarms(int, Mdb.ContextAlarmInfo) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Alarm properties under specific context
- addContextAlarms(int, Mdb.ContextAlarmInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Contextual alarms
- addContextAlarms(int, Mdb.ContextAlarmInfo.Builder) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Alarm properties under specific context
- addContextAlarms(Collection<NumericContextAlarm>) - Method in class org.yamcs.xtce.FloatParameterType.Builder
- addContextAlarms(Collection<NumericContextAlarm>) - Method in class org.yamcs.xtce.IntegerParameterType.Builder
- addContextAlarms(Mdb.ContextAlarmInfo) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Contextual alarms
- addContextAlarms(Mdb.ContextAlarmInfo) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Alarm properties under specific context
- addContextAlarms(Mdb.ContextAlarmInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Contextual alarms
- addContextAlarms(Mdb.ContextAlarmInfo.Builder) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Alarm properties under specific context
- addContextAlarmsBuilder() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Contextual alarms
- addContextAlarmsBuilder() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Alarm properties under specific context
- addContextAlarmsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Contextual alarms
- addContextAlarmsBuilder(int) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Alarm properties under specific context
- addContextCalibrator(int, Mdb.ContextCalibratorInfo) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
Deprecated.
- addContextCalibrator(int, Mdb.ContextCalibratorInfo) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_CALIBRATORS
- addContextCalibrator(int, Mdb.ContextCalibratorInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
Deprecated.
- addContextCalibrator(int, Mdb.ContextCalibratorInfo.Builder) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_CALIBRATORS
- addContextCalibrator(Mdb.ContextCalibratorInfo) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
Deprecated.
- addContextCalibrator(Mdb.ContextCalibratorInfo) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_CALIBRATORS
- addContextCalibrator(Mdb.ContextCalibratorInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
Deprecated.
- addContextCalibrator(Mdb.ContextCalibratorInfo.Builder) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_CALIBRATORS
- addContextCalibratorBuilder() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
Deprecated.
- addContextCalibratorBuilder() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_CALIBRATORS
- addContextCalibratorBuilder(int) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
Deprecated.
- addContextCalibratorBuilder(int) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_CALIBRATORS
- addContextCalibrators(int, Mdb.ContextCalibratorInfo) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 8;
- addContextCalibrators(int, Mdb.ContextCalibratorInfo) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Calibrators under specific context
- addContextCalibrators(int, Mdb.ContextCalibratorInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 8;
- addContextCalibrators(int, Mdb.ContextCalibratorInfo.Builder) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Calibrators under specific context
- addContextCalibrators(Mdb.ContextCalibratorInfo) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 8;
- addContextCalibrators(Mdb.ContextCalibratorInfo) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Calibrators under specific context
- addContextCalibrators(Mdb.ContextCalibratorInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 8;
- addContextCalibrators(Mdb.ContextCalibratorInfo.Builder) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Calibrators under specific context
- addContextCalibratorsBuilder() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 8;
- addContextCalibratorsBuilder() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Calibrators under specific context
- addContextCalibratorsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 8;
- addContextCalibratorsBuilder(int) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Calibrators under specific context
- addCookie(Cookie) - Method in class org.yamcs.client.base.HttpClient
- addCookie(Cookie) - Method in class org.yamcs.client.base.RestClient
- addCounts(int) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
Array of same length as ``engValues``, with respective value counts within this range.
- addCriteria(int, ItemFilter.FilterCriterion) - Method in class org.yamcs.protobuf.ItemFilter.Builder
-
repeated .yamcs.protobuf.timeline.ItemFilter.FilterCriterion criteria = 1;
- addCriteria(int, ItemFilter.FilterCriterion.Builder) - Method in class org.yamcs.protobuf.ItemFilter.Builder
-
repeated .yamcs.protobuf.timeline.ItemFilter.FilterCriterion criteria = 1;
- addCriteria(int, BandFilter.FilterCriterion) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
-
repeated .BandFilter.FilterCriterion criteria = 1;
- addCriteria(int, BandFilter.FilterCriterion.Builder) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
-
repeated .BandFilter.FilterCriterion criteria = 1;
- addCriteria(ItemFilter.FilterCriterion) - Method in class org.yamcs.protobuf.ItemFilter.Builder
-
repeated .yamcs.protobuf.timeline.ItemFilter.FilterCriterion criteria = 1;
- addCriteria(ItemFilter.FilterCriterion.Builder) - Method in class org.yamcs.protobuf.ItemFilter.Builder
-
repeated .yamcs.protobuf.timeline.ItemFilter.FilterCriterion criteria = 1;
- addCriteria(BandFilter.FilterCriterion) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
-
repeated .BandFilter.FilterCriterion criteria = 1;
- addCriteria(BandFilter.FilterCriterion.Builder) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
-
repeated .BandFilter.FilterCriterion criteria = 1;
- addCriteriaBuilder() - Method in class org.yamcs.protobuf.ItemFilter.Builder
-
repeated .yamcs.protobuf.timeline.ItemFilter.FilterCriterion criteria = 1;
- addCriteriaBuilder() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
-
repeated .BandFilter.FilterCriterion criteria = 1;
- addCriteriaBuilder(int) - Method in class org.yamcs.protobuf.ItemFilter.Builder
-
repeated .yamcs.protobuf.timeline.ItemFilter.FilterCriterion criteria = 1;
- addCriteriaBuilder(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
-
repeated .BandFilter.FilterCriterion criteria = 1;
- addCriticalAlarmRange(MatchCriteria, DoubleRange) - Method in class org.yamcs.xtce.FloatParameterType.Builder
-
Adds a new, or unions with an existing critical range for the specified context
- addCriticalAlarmRange(MatchCriteria, DoubleRange) - Method in class org.yamcs.xtce.IntegerParameterType.Builder
-
Adds a new, or unions with an existing critical range for the specified context
- addCriticalRange(DoubleRange) - Method in class org.yamcs.xtce.AlarmRanges
- addData(double, double) - Method in class org.yamcs.external.SimpleRegression
-
Adds the observation (x,y) to the regression data set.
- addDatabases(int, DatabaseInfo) - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;
- addDatabases(int, DatabaseInfo.Builder) - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;
- addDatabases(int, RocksDbDatabaseInfo) - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 1;
- addDatabases(int, RocksDbDatabaseInfo) - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
- addDatabases(int, RocksDbDatabaseInfo.Builder) - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 1;
- addDatabases(int, RocksDbDatabaseInfo.Builder) - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
- addDatabases(DatabaseInfo) - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;
- addDatabases(DatabaseInfo.Builder) - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;
- addDatabases(RocksDbDatabaseInfo) - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 1;
- addDatabases(RocksDbDatabaseInfo) - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
- addDatabases(RocksDbDatabaseInfo.Builder) - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 1;
- addDatabases(RocksDbDatabaseInfo.Builder) - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
- addDatabasesBuilder() - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;
- addDatabasesBuilder() - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 1;
- addDatabasesBuilder() - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
- addDatabasesBuilder(int) - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;
- addDatabasesBuilder(int) - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 1;
- addDatabasesBuilder(int) - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
- addDefaultOptions(Spec) - Static method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
- addDefaultOptions(Spec) - Static method in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
- addDescription(String) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Description, each list entry represents a paragraph
- addDescriptionBytes(ByteString) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Description, each list entry represents a paragraph
- addDimensions(int, Mdb.ArgumentDimensionInfo) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Length of each dimension (only used by array arguments)
- addDimensions(int, Mdb.ArgumentDimensionInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Length of each dimension (only used by array arguments)
- addDimensions(int, Mdb.ParameterDimensionInfo) - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterDimensionInfo dimensions = 3;
- addDimensions(int, Mdb.ParameterDimensionInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterDimensionInfo dimensions = 3;
- addDimensions(Mdb.ArgumentDimensionInfo) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Length of each dimension (only used by array arguments)
- addDimensions(Mdb.ArgumentDimensionInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Length of each dimension (only used by array arguments)
- addDimensions(Mdb.ParameterDimensionInfo) - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterDimensionInfo dimensions = 3;
- addDimensions(Mdb.ParameterDimensionInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterDimensionInfo dimensions = 3;
- addDimensionsBuilder() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Length of each dimension (only used by array arguments)
- addDimensionsBuilder() - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterDimensionInfo dimensions = 3;
- addDimensionsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Length of each dimension (only used by array arguments)
- addDimensionsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterDimensionInfo dimensions = 3;
- addDistressAlarmRange(MatchCriteria, DoubleRange) - Method in class org.yamcs.xtce.FloatParameterType.Builder
-
Adds a new, or unions with an existing distress range for the specified context
- addDistressAlarmRange(MatchCriteria, DoubleRange) - Method in class org.yamcs.xtce.IntegerParameterType.Builder
-
Adds a new, or unions with an existing distress range for the specified context
- addDistressRange(DoubleRange) - Method in class org.yamcs.xtce.AlarmRanges
- addDouble(double) - Method in class org.yamcs.utils.ByteArray
- addedCommand(PreparedCommand) - Method in interface org.yamcs.cmdhistory.CommandHistoryConsumer
-
Called when a new command matching the filters has been added to the history
- addedCommand(PreparedCommand) - Method in class org.yamcs.commanding.ActiveCommand
- addedCommand(PreparedCommand) - Method in class org.yamcs.commanding.CommandVerificationHandler
- addEndCallback(Runnable) - Method in class org.yamcs.simulator.cfdp.CfdpSender
- addEngValues(int, Yamcs.Value) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
The ``minRange`` option on the request allows to specify the minimum length of returned ranges.
- addEngValues(int, Yamcs.Value.Builder) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
The ``minRange`` option on the request allows to specify the minimum length of returned ranges.
- addEngValues(Yamcs.Value) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
The ``minRange`` option on the request allows to specify the minimum length of returned ranges.
- addEngValues(Yamcs.Value.Builder) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
The ``minRange`` option on the request allows to specify the minimum length of returned ranges.
- addEngValuesBuilder() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
The ``minRange`` option on the request allows to specify the minimum length of returned ranges.
- addEngValuesBuilder(int) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
The ``minRange`` option on the request allows to specify the minimum length of returned ranges.
- addEntries(int, Commanding.CommandQueueEntry) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Currently pending (queued) commands
- addEntries(int, Commanding.CommandQueueEntry.Builder) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Currently pending (queued) commands
- addEntries(int, LogEntry) - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
-
item (change) log
- addEntries(int, LogEntry.Builder) - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
-
item (change) log
- addEntries(Commanding.CommandQueueEntry) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Currently pending (queued) commands
- addEntries(Commanding.CommandQueueEntry.Builder) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Currently pending (queued) commands
- addEntries(LogEntry) - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
-
item (change) log
- addEntries(LogEntry.Builder) - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
-
item (change) log
- addEntriesBuilder() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Currently pending (queued) commands
- addEntriesBuilder() - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
-
item (change) log
- addEntriesBuilder(int) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Currently pending (queued) commands
- addEntriesBuilder(int) - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
-
item (change) log
- addEntry(int, Commanding.CommandHistoryEntry) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Deprecated.
- addEntry(int, Commanding.CommandHistoryEntry.Builder) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Deprecated.
- addEntry(int, IndexEntry) - Method in class org.yamcs.protobuf.IndexGroup.Builder
-
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
- addEntry(int, IndexEntry.Builder) - Method in class org.yamcs.protobuf.IndexGroup.Builder
-
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
- addEntry(int, Mdb.SequenceEntryInfo) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
- addEntry(int, Mdb.SequenceEntryInfo) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
- addEntry(int, Mdb.SequenceEntryInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
- addEntry(int, Mdb.SequenceEntryInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
- addEntry(String, AppConfigurationEntry) - Static method in class org.yamcs.security.JaasConfiguration
- addEntry(Commanding.CommandHistoryEntry) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Deprecated.
- addEntry(Commanding.CommandHistoryEntry.Builder) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Deprecated.
- addEntry(IndexEntry) - Method in class org.yamcs.protobuf.IndexGroup.Builder
-
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
- addEntry(IndexEntry.Builder) - Method in class org.yamcs.protobuf.IndexGroup.Builder
-
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
- addEntry(Mdb.SequenceEntryInfo) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
- addEntry(Mdb.SequenceEntryInfo) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
- addEntry(Mdb.SequenceEntryInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
- addEntry(Mdb.SequenceEntryInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
- addEntry(SequenceEntry) - Method in class org.yamcs.mdb.SubscribedContainer
- addEntry(SequenceEntry) - Method in class org.yamcs.xtce.CommandContainer
- addEntry(SequenceEntry) - Method in class org.yamcs.xtce.Container
- addEntry(SequenceEntry) - Method in class org.yamcs.xtce.SequenceContainer
-
Add single entry to list of entries
- addEntryBuilder() - Method in class org.yamcs.protobuf.IndexGroup.Builder
-
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
- addEntryBuilder() - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Deprecated.
- addEntryBuilder() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
- addEntryBuilder() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
- addEntryBuilder(int) - Method in class org.yamcs.protobuf.IndexGroup.Builder
-
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
- addEntryBuilder(int) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Deprecated.
- addEntryBuilder(int) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
- addEntryBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
- addEnumColumn(String, String) - Method in class org.yamcs.yarch.Tuple
-
Add an ENUM column
- addEnumerationAlarm(int, Mdb.EnumerationAlarm) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addEnumerationAlarm(int, Mdb.EnumerationAlarm.Builder) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addEnumerationAlarm(Mdb.EnumerationAlarm) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addEnumerationAlarm(Mdb.EnumerationAlarm.Builder) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addEnumerationAlarmBuilder() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addEnumerationAlarmBuilder(int) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addEnumerationAlarms(int, Mdb.EnumerationAlarm) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.EnumerationAlarm enumerationAlarms = 5;
- addEnumerationAlarms(int, Mdb.EnumerationAlarm.Builder) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.EnumerationAlarm enumerationAlarms = 5;
- addEnumerationAlarms(Mdb.EnumerationAlarm) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.EnumerationAlarm enumerationAlarms = 5;
- addEnumerationAlarms(Mdb.EnumerationAlarm.Builder) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.EnumerationAlarm enumerationAlarms = 5;
- addEnumerationAlarmsBuilder() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.EnumerationAlarm enumerationAlarms = 5;
- addEnumerationAlarmsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.EnumerationAlarm enumerationAlarms = 5;
- addEnumerationRange(ValueEnumerationRange) - Method in class org.yamcs.xtce.EnumeratedDataType.Builder
- addEnumerationValue(long, String) - Method in class org.yamcs.xtce.EnumeratedDataType.Builder
- addEnumerationValue(ValueEnumeration) - Method in class org.yamcs.xtce.EnumeratedDataType.Builder
- addEnumerationValues(int, Mdb.EnumValue) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Enumeration values.
- addEnumerationValues(int, Mdb.EnumValue.Builder) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Enumeration values.
- addEnumerationValues(Mdb.EnumValue) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Enumeration values.
- addEnumerationValues(Mdb.EnumValue.Builder) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Enumeration values.
- addEnumerationValuesBuilder() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Enumeration values.
- addEnumerationValuesBuilder(int) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Enumeration values.
- addEnumField(String, Class<E>, Function<T, E>) - Method in class org.yamcs.utils.parser.Filter
- addEnumField(String, Class<E>, Function<T, E>) - Method in class org.yamcs.utils.parser.FilterParser
- addEnumRanges(int, Mdb.EnumRange) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Range-to-label mappings if this is an enumeration type
- addEnumRanges(int, Mdb.EnumRange) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration ranges, in case this concerns an enumerated parameter
- addEnumRanges(int, Mdb.EnumRange.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Range-to-label mappings if this is an enumeration type
- addEnumRanges(int, Mdb.EnumRange.Builder) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration ranges, in case this concerns an enumerated parameter
- addEnumRanges(Mdb.EnumRange) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Range-to-label mappings if this is an enumeration type
- addEnumRanges(Mdb.EnumRange) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration ranges, in case this concerns an enumerated parameter
- addEnumRanges(Mdb.EnumRange.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Range-to-label mappings if this is an enumeration type
- addEnumRanges(Mdb.EnumRange.Builder) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration ranges, in case this concerns an enumerated parameter
- addEnumRangesBuilder() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Range-to-label mappings if this is an enumeration type
- addEnumRangesBuilder() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration ranges, in case this concerns an enumerated parameter
- addEnumRangesBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Range-to-label mappings if this is an enumeration type
- addEnumRangesBuilder(int) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration ranges, in case this concerns an enumerated parameter
- addEnumValue(int, Mdb.EnumValue) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Enumeration states (only used by enumerated arguments)
- addEnumValue(int, Mdb.EnumValue) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Deprecated.
- addEnumValue(int, Mdb.EnumValue.Builder) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Enumeration states (only used by enumerated arguments)
- addEnumValue(int, Mdb.EnumValue.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Deprecated.
- addEnumValue(int, Table.EnumValue) - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
- addEnumValue(int, Table.EnumValue.Builder) - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
- addEnumValue(int, Tablespace.TableColumnInfo.EnumValue) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
repeated .TableColumnInfo.EnumValue enumValue = 3;
- addEnumValue(int, Tablespace.TableColumnInfo.EnumValue.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
repeated .TableColumnInfo.EnumValue enumValue = 3;
- addEnumValue(Mdb.EnumValue) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Enumeration states (only used by enumerated arguments)
- addEnumValue(Mdb.EnumValue) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Deprecated.
- addEnumValue(Mdb.EnumValue.Builder) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Enumeration states (only used by enumerated arguments)
- addEnumValue(Mdb.EnumValue.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Deprecated.
- addEnumValue(Table.EnumValue) - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
- addEnumValue(Table.EnumValue.Builder) - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
- addEnumValue(Tablespace.TableColumnInfo.EnumValue) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
repeated .TableColumnInfo.EnumValue enumValue = 3;
- addEnumValue(Tablespace.TableColumnInfo.EnumValue.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
repeated .TableColumnInfo.EnumValue enumValue = 3;
- addEnumValueBuilder() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Enumeration states (only used by enumerated arguments)
- addEnumValueBuilder() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Deprecated.
- addEnumValueBuilder() - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
- addEnumValueBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
repeated .TableColumnInfo.EnumValue enumValue = 3;
- addEnumValueBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Enumeration states (only used by enumerated arguments)
- addEnumValueBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Deprecated.
- addEnumValueBuilder(int) - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
- addEnumValueBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
repeated .TableColumnInfo.EnumValue enumValue = 3;
- addEnumValues(int, Mdb.EnumValue) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Value-to-label mappings if this is an enumeration type
- addEnumValues(int, Mdb.EnumValue) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration states, in case this concerns an enumerated parameter
- addEnumValues(int, Mdb.EnumValue.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Value-to-label mappings if this is an enumeration type
- addEnumValues(int, Mdb.EnumValue.Builder) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration states, in case this concerns an enumerated parameter
- addEnumValues(Mdb.EnumValue) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Value-to-label mappings if this is an enumeration type
- addEnumValues(Mdb.EnumValue) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration states, in case this concerns an enumerated parameter
- addEnumValues(Mdb.EnumValue.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Value-to-label mappings if this is an enumeration type
- addEnumValues(Mdb.EnumValue.Builder) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration states, in case this concerns an enumerated parameter
- addEnumValuesBuilder() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Value-to-label mappings if this is an enumeration type
- addEnumValuesBuilder() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration states, in case this concerns an enumerated parameter
- addEnumValuesBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Value-to-label mappings if this is an enumeration type
- addEnumValuesBuilder(int) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration states, in case this concerns an enumerated parameter
- addEscapes(String) - Static method in error org.yamcs.templating.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addEscapes(String) - Static method in error org.yamcs.ui.packetviewer.filter.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addEscapes(String) - Static method in error org.yamcs.utils.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addEscapes(String) - Static method in error org.yamcs.xtce.xlsv7.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addEscapes(String) - Static method in error org.yamcs.yarch.streamsql.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addEvent(int, Event) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Deprecated.
- addEvent(int, Event.Builder) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Deprecated.
- addEvent(Event) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Deprecated.
- addEvent(Event.Builder) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Deprecated.
- addEventBuilder() - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Deprecated.
- addEventBuilder(int) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Deprecated.
- addEvents(int, Event) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Page with matching events
- addEvents(int, Event.Builder) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Page with matching events
- addEvents(Event) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Page with matching events
- addEvents(Event.Builder) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Page with matching events
- addEventsBuilder() - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Page with matching events
- addEventsBuilder(int) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Page with matching events
- addExecListener(AlgorithmExecListener) - Method in class org.yamcs.algorithms.ActiveAlgorithm
- addExecListener(AlgorithmExecListener) - Method in class org.yamcs.mdb.AbstractDataDecoder
- addExecutors(int, ExecutorInfo) - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
-
Yamcs instance name
- addExecutors(int, ExecutorInfo.Builder) - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
-
Yamcs instance name
- addExecutors(ExecutorInfo) - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
-
Yamcs instance name
- addExecutors(ExecutorInfo.Builder) - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
-
Yamcs instance name
- addExecutorsBuilder() - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
-
Yamcs instance name
- addExecutorsBuilder(int) - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
-
Yamcs instance name
- addExtension(String, Map<String, Object>, Path) - Method in class org.yamcs.web.WebPlugin
- addExternalIdentity(String, String) - Method in class org.yamcs.security.AuthenticationInfo
- addExternalIdentity(String, String) - Method in class org.yamcs.security.SystemUserAuthenticationInfo
- addExtra(String) - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Extra columns added to the CSV output: * ``raw``: Raw parameter values * ``monitoring``: Monitoring status
- addExtraBytes(ByteString) - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Extra columns added to the CSV output: * ``raw``: Raw parameter values * ``monitoring``: Monitoring status
- addFileAction(FileAction) - Method in class org.yamcs.filetransfer.AbstractFileTransferService
- addFileActions(int, ActionInfo) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional actions that may be executed on remote files
- addFileActions(int, ActionInfo.Builder) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional actions that may be executed on remote files
- addFileActions(ActionInfo) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional actions that may be executed on remote files
- addFileActions(ActionInfo.Builder) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional actions that may be executed on remote files
- addFileActionsBuilder() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional actions that may be executed on remote files
- addFileActionsBuilder(int) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional actions that may be executed on remote files
- addFileListExtraColumns(int, ExtraColumnInfo) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional columns to show in a file listing, where id is a key of ``RemoteFile.extra``
- addFileListExtraColumns(int, ExtraColumnInfo.Builder) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional columns to show in a file listing, where id is a key of ``RemoteFile.extra``
- addFileListExtraColumns(ExtraColumnInfo) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional columns to show in a file listing, where id is a key of ``RemoteFile.extra``
- addFileListExtraColumns(ExtraColumnInfo.Builder) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional columns to show in a file listing, where id is a key of ``RemoteFile.extra``
- addFileListExtraColumnsBuilder() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional columns to show in a file listing, where id is a key of ``RemoteFile.extra``
- addFileListExtraColumnsBuilder(int) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional columns to show in a file listing, where id is a key of ``RemoteFile.extra``
- addFiles(int, RemoteFile) - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
- addFiles(int, RemoteFile.Builder) - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
- addFiles(RemoteFile) - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
- addFiles(RemoteFile.Builder) - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
- addFilesBuilder() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
- addFilesBuilder(int) - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
- addFilter(String) - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
-
repeated string filter = 1;
- addFilter(String, VariableFilter) - Method in class org.yamcs.templating.TemplateProcessor
- addFilter(FilterableTarget) - Method in class org.yamcs.yarch.streamsql.AndExpression
- addFilter(FilterableTarget) - Method in class org.yamcs.yarch.streamsql.Expression
-
add a filter to the table if applicable.
- addFilter(FilterableTarget) - Method in class org.yamcs.yarch.streamsql.InExpression
- addFilter(FilterableTarget) - Method in class org.yamcs.yarch.streamsql.OrExpression
- addFilter(FilterableTarget) - Method in class org.yamcs.yarch.streamsql.RelationalExpression
- addFilterBytes(ByteString) - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
-
repeated string filter = 1;
- addFilters(int, ItemFilter) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
A query filter which can be used to limit additionally the items which are part of the band
- addFilters(int, ItemFilter) - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
If the band is not specified, these filters and the source above will be used
- addFilters(int, ItemFilter) - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
The filters are to be considered in an AND manner.
- addFilters(int, ItemFilter) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Filters to apply when retrieving items
- addFilters(int, ItemFilter.Builder) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
A query filter which can be used to limit additionally the items which are part of the band
- addFilters(int, ItemFilter.Builder) - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
If the band is not specified, these filters and the source above will be used
- addFilters(int, ItemFilter.Builder) - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
The filters are to be considered in an AND manner.
- addFilters(int, ItemFilter.Builder) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Filters to apply when retrieving items
- addFilters(int, BandFilter.ItemFilter) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
-
repeated .BandFilter.ItemFilter filters = 1;
- addFilters(int, BandFilter.ItemFilter.Builder) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
-
repeated .BandFilter.ItemFilter filters = 1;
- addFilters(ItemFilter) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
A query filter which can be used to limit additionally the items which are part of the band
- addFilters(ItemFilter) - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
If the band is not specified, these filters and the source above will be used
- addFilters(ItemFilter) - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
The filters are to be considered in an AND manner.
- addFilters(ItemFilter) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Filters to apply when retrieving items
- addFilters(ItemFilter.Builder) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
A query filter which can be used to limit additionally the items which are part of the band
- addFilters(ItemFilter.Builder) - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
If the band is not specified, these filters and the source above will be used
- addFilters(ItemFilter.Builder) - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
The filters are to be considered in an AND manner.
- addFilters(ItemFilter.Builder) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Filters to apply when retrieving items
- addFilters(BandFilter.ItemFilter) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
-
repeated .BandFilter.ItemFilter filters = 1;
- addFilters(BandFilter.ItemFilter.Builder) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
-
repeated .BandFilter.ItemFilter filters = 1;
- addFiltersBuilder() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
A query filter which can be used to limit additionally the items which are part of the band
- addFiltersBuilder() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
If the band is not specified, these filters and the source above will be used
- addFiltersBuilder() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
The filters are to be considered in an AND manner.
- addFiltersBuilder() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Filters to apply when retrieving items
- addFiltersBuilder() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
-
repeated .BandFilter.ItemFilter filters = 1;
- addFiltersBuilder(int) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
A query filter which can be used to limit additionally the items which are part of the band
- addFiltersBuilder(int) - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
If the band is not specified, these filters and the source above will be used
- addFiltersBuilder(int) - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
The filters are to be considered in an AND manner.
- addFiltersBuilder(int) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Filters to apply when retrieving items
- addFiltersBuilder(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
-
repeated .BandFilter.ItemFilter filters = 1;
- addFinished(int, SubscribeBackfillingData.BackfillFinishedInfo) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
-
Recently finished backfills (bundled over a 5 second interval)
- addFinished(int, SubscribeBackfillingData.BackfillFinishedInfo.Builder) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
-
Recently finished backfills (bundled over a 5 second interval)
- addFinished(SubscribeBackfillingData.BackfillFinishedInfo) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
-
Recently finished backfills (bundled over a 5 second interval)
- addFinished(SubscribeBackfillingData.BackfillFinishedInfo.Builder) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
-
Recently finished backfills (bundled over a 5 second interval)
- addFinishedBuilder() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
-
Recently finished backfills (bundled over a 5 second interval)
- addFinishedBuilder(int) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
-
Recently finished backfills (bundled over a 5 second interval)
- addGids(int) - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
-
the groups which this parameter is part of
- addGlobalService(String, Class<T>, YConfiguration) - Method in class org.yamcs.YamcsServer
- addGlobalServicesAndInstances() - Method in class org.yamcs.YamcsServer
- addGroup(int, IndexGroup) - Method in class org.yamcs.protobuf.IndexResponse.Builder
-
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
- addGroup(int, IndexGroup.Builder) - Method in class org.yamcs.protobuf.IndexResponse.Builder
-
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
- addGroup(String) - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
-
Filter on specific parameter groups.
- addGroup(IndexGroup) - Method in class org.yamcs.protobuf.IndexResponse.Builder
-
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
- addGroup(IndexGroup.Builder) - Method in class org.yamcs.protobuf.IndexResponse.Builder
-
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
- addGroup(Group) - Method in class org.yamcs.security.Directory
- addGroup(Group) - Method in class org.yamcs.security.DirectoryDb
- addGroupBuilder() - Method in class org.yamcs.protobuf.IndexResponse.Builder
-
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
- addGroupBuilder(int) - Method in class org.yamcs.protobuf.IndexResponse.Builder
-
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
- addGroupBytes(ByteString) - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
-
Filter on specific parameter groups.
- addGroupNameExclude(String) - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
-
exclude the parameters from these groups this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
- addGroupNameExcludeBytes(ByteString) - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
-
exclude the parameters from these groups this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
- addGroupNameFilter(String) - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
-
No filter, means all pp groups are sent
- addGroupNameFilterBytes(ByteString) - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
-
No filter, means all pp groups are sent
- addGroups(int, GroupInfo) - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
-
repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
- addGroups(int, GroupInfo) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Groups that this user is member of
- addGroups(int, GroupInfo.Builder) - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
-
repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
- addGroups(int, GroupInfo.Builder) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Groups that this user is member of
- addGroups(String) - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
-
Parameter group names
- addGroups(String) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands that are issued by one of the users who belongs to any of these groups.
- addGroups(Collection<String>) - Method in class org.yamcs.commanding.CommandQueue
- addGroups(GroupInfo) - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
-
repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
- addGroups(GroupInfo) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Groups that this user is member of
- addGroups(GroupInfo.Builder) - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
-
repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
- addGroups(GroupInfo.Builder) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Groups that this user is member of
- addGroupsBuilder() - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
-
repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
- addGroupsBuilder() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Groups that this user is member of
- addGroupsBuilder(int) - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
-
repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
- addGroupsBuilder(int) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Groups that this user is member of
- addGroupsBytes(ByteString) - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
-
Parameter group names
- addGroupsBytes(ByteString) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands that are issued by one of the users who belongs to any of these groups.
- addHistogram(String, HistogramInfo) - Method in class org.yamcs.yarch.PartitionManager.Interval
- addHistogram(Row) - Method in class org.yamcs.yarch.rocksdb.HistogramWriter
- addHistogram(Row) - Method in class org.yamcs.yarch.rocksdb.SingleColumnHistogramWriter
- addHistogramColumn(String) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated string histogramColumn = 5;
- addHistogramColumn(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated string histogramColumn = 5;
- addHistogramColumn(String) - Method in class org.yamcs.yarch.streamsql.CreateTableStatement
- addHistogramColumnBytes(ByteString) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated string histogramColumn = 5;
- addHistogramColumnBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated string histogramColumn = 5;
- addHistory(int, Mdb.HistoryInfo) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.HistoryInfo history = 14;
- addHistory(int, Mdb.HistoryInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.HistoryInfo history = 14;
- addHistory(Mdb.HistoryInfo) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.HistoryInfo history = 14;
- addHistory(Mdb.HistoryInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.HistoryInfo history = 14;
- addHistory(History) - Method in class org.yamcs.xtce.Header
- addHistoryBuilder() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.HistoryInfo history = 14;
- addHistoryBuilder(int) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.HistoryInfo history = 14;
- addId(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
Parameter identifiers.
- addId(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
-
repeated .yamcs.protobuf.NamedObjectId id = 1;
- addId(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Parameter identifiers.
- addId(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
Parameter identifiers.
- addId(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
-
repeated .yamcs.protobuf.NamedObjectId id = 1;
- addId(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Parameter identifiers.
- addId(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
Parameter identifiers.
- addId(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
-
repeated .yamcs.protobuf.NamedObjectId id = 1;
- addId(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Parameter identifiers.
- addId(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
Parameter identifiers.
- addId(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
-
repeated .yamcs.protobuf.NamedObjectId id = 1;
- addId(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Parameter identifiers.
- addIdBuilder() - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
Parameter identifiers.
- addIdBuilder() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
-
repeated .yamcs.protobuf.NamedObjectId id = 1;
- addIdBuilder() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Parameter identifiers.
- addIdBuilder(int) - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
Parameter identifiers.
- addIdBuilder(int) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
-
repeated .yamcs.protobuf.NamedObjectId id = 1;
- addIdBuilder(int) - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Parameter identifiers.
- addIdentities(int, ExternalIdentityInfo) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
External identities
- addIdentities(int, ExternalIdentityInfo.Builder) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
External identities
- addIdentities(int, ExternalIdentity) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated .ExternalIdentity identities = 4;
- addIdentities(int, ExternalIdentity.Builder) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated .ExternalIdentity identities = 4;
- addIdentities(ExternalIdentityInfo) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
External identities
- addIdentities(ExternalIdentityInfo.Builder) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
External identities
- addIdentities(ExternalIdentity) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated .ExternalIdentity identities = 4;
- addIdentities(ExternalIdentity.Builder) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated .ExternalIdentity identities = 4;
- addIdentitiesBuilder() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
External identities
- addIdentitiesBuilder() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated .ExternalIdentity identities = 4;
- addIdentitiesBuilder(int) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
External identities
- addIdentitiesBuilder(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated .ExternalIdentity identities = 4;
- addIdentity(String, String) - Method in class org.yamcs.security.User
- addIds(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Parameter identifiers.
- addIds(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Parameter identifiers.
- addIds(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Parameter identifiers.
- addIds(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Parameter identifiers.
- addIdsBuilder() - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Parameter identifiers.
- addIdsBuilder(int) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Parameter identifiers.
- addIfGreaterOrEqualThan(int, int) - Method in class org.yamcs.utils.SortedIntArray
-
Add x to the elements of the array whose value is greater or equal than v
- addIfGreaterThan(int, int) - Method in class org.yamcs.utils.SortedIntArray
-
Add x to the elements of the array whose value is greater than v
- addIneriting(SubscribedContainer) - Method in class org.yamcs.mdb.SubscribedContainer
- addInFilter(ColumnExpression, boolean, Set<Object>) - Method in interface org.yamcs.yarch.FilterableTarget
-
same as
FilterableTarget.addRelOpFilter(ColumnExpression, RelOp, Object)
but adds a restrictions for a set of values resulted from a where x in (a,b,c) condition - addInFilter(ColumnExpression, boolean, Set<Object>) - Method in class org.yamcs.yarch.streamsql.HistogramStreamBuilder
- addInFilter(ColumnExpression, boolean, Set<Object>) - Method in class org.yamcs.yarch.streamsql.TableWalkerBuilder
-
currently adds only filters on value based partitions
- addInFilter(ColumnExpression, boolean, Set<Object>) - Method in class org.yamcs.yarch.streamsql.TupleSourceExpression
- addInput(InputParameter) - Method in class org.yamcs.xtce.Algorithm
- addInputParameter(int, Mdb.InputParameterInfo) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- addInputParameter(int, Mdb.InputParameterInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- addInputParameter(Mdb.InputParameterInfo) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- addInputParameter(Mdb.InputParameterInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- addInputParameterBuilder() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- addInputParameterBuilder(int) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- addInputs(int, Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of input parameters for this run
- addInputs(int, Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of input parameters for this run
- addInputs(Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of input parameters for this run
- addInputs(Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of input parameters for this run
- addInputsBuilder() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of input parameters for this run
- addInputsBuilder(int) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of input parameters for this run
- addInstance(String, InstanceMetadata, boolean, YConfiguration) - Method in class org.yamcs.YamcsServer
-
Creates a new yamcs instance.
- addInstances(int, YamcsInstance) - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
-
repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;
- addInstances(int, YamcsInstance.Builder) - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
-
repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;
- addInstances(YamcsInstance) - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
-
repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;
- addInstances(YamcsInstance.Builder) - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
-
repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;
- addInstancesBuilder() - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
-
repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;
- addInstancesBuilder(int) - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
-
repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;
- addInstanceTemplate(Template) - Method in class org.yamcs.YamcsServer
- addInstrument(InstrumentDriver) - Method in class org.yamcs.tse.InstrumentController
- addInt(int) - Method in class org.yamcs.utils.ByteArray
- addInterval(Instant, Instant, double[]) - Method in class org.yamcs.time.TimeOfFlightEstimator
- addIntervals(int, TofInterval) - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
-
intervals for time of flight calculation
- addIntervals(int, TofInterval.Builder) - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
-
intervals for time of flight calculation
- addIntervals(Collection<TimeOfFlightEstimator.TofInterval>) - Method in class org.yamcs.time.TimeOfFlightEstimator
- addIntervals(TofInterval) - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
-
intervals for time of flight calculation
- addIntervals(TofInterval.Builder) - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
-
intervals for time of flight calculation
- addIntervalsBuilder() - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
-
intervals for time of flight calculation
- addIntervalsBuilder(int) - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
-
intervals for time of flight calculation
- addInvalid(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Parameter identifiers that were subscribed to, but that cannot be matched against the Mission Database.
- addInvalid(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Parameter identifiers that were subscribed to, but that cannot be matched against the Mission Database.
- addInvalid(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Parameter identifiers that were subscribed to, but that cannot be matched against the Mission Database.
- addInvalid(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Parameter identifiers that were subscribed to, but that cannot be matched against the Mission Database.
- addInvalidBuilder() - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Parameter identifiers that were subscribed to, but that cannot be matched against the Mission Database.
- addInvalidBuilder(int) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Parameter identifiers that were subscribed to, but that cannot be matched against the Mission Database.
- addItem(String, TimelineItem) - Method in class org.yamcs.client.timeline.TimelineClient
- addItem(TimelineItem) - Method in class org.yamcs.client.timeline.TimelineClient
- addItem(TimelineItem) - Method in class org.yamcs.timeline.CommandItemProvider
- addItem(TimelineItem) - Method in interface org.yamcs.timeline.ItemProvider
-
Add an item and return the added item.
- addItem(TimelineItem) - Method in class org.yamcs.timeline.TimelineItemDb
- addItemListener(ItemListener) - Method in class org.yamcs.timeline.TimelineItemDb
- addItemLog(String, LogEntry) - Method in interface org.yamcs.timeline.ItemProvider
-
Adds an entry to the log table
- addItemLog(String, LogEntry) - Method in class org.yamcs.timeline.TimelineItemDb
- addItemLog(Void, AddItemLogRequest, Observer<LogEntry>) - Method in class org.yamcs.protobuf.TimelineApiClient
-
add an entry to the item log table The timestamp from the messages is used if specified; if not specified, the current mission time will be used
- addItemLog(Context, AddItemLogRequest, Observer<LogEntry>) - Method in class org.yamcs.http.api.TimelineApi
- addItemLog(T, AddItemLogRequest, Observer<LogEntry>) - Method in class org.yamcs.protobuf.AbstractTimelineApi
-
add an entry to the item log table The timestamp from the messages is used if specified; if not specified, the current mission time will be used
- AddItemLogRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.AddItemLogRequest
- AddItemLogRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.AddItemLogRequest
- AddItemLogRequestOrBuilder - Interface in org.yamcs.protobuf
- addItems(int, TimelineItem) - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
-
items
- addItems(int, TimelineItem.Builder) - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
-
items
- addItems(TimelineItem) - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
-
items
- addItems(TimelineItem.Builder) - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
-
items
- addItemsBuilder() - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
-
items
- addItemsBuilder(int) - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
-
items
- addItemsToRequest(int, List<Yamcs.NamedObjectId>, User) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
- addItemsToRequest(int, List<Parameter>) - Method in class org.yamcs.parameter.ParameterRequestManager
-
Called by a consumer to add parameters to an existing subscription.
- addItemsToRequest(int, Parameter) - Method in class org.yamcs.parameter.ParameterRequestManager
-
Called by a consumer to add a parameter to an existing subscription.
- ADDITIONAL_BINDINGS_FIELD_NUMBER - Static variable in class org.yamcs.api.HttpRoute
- ADDITIONAL_BINDINGS_FIELD_NUMBER - Static variable in class org.yamcs.api.WebSocketTopic
- AdditiveExpression - Class in org.yamcs.yarch.streamsql
- AdditiveExpression(List<Expression>, List<AddOp>) - Constructor for class org.yamcs.yarch.streamsql.AdditiveExpression
- AdditiveExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- addKeyColumn(int, Table.ColumnInfo) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
- addKeyColumn(int, Table.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
- addKeyColumn(int, Tablespace.TableColumnInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo keyColumn = 2;
- addKeyColumn(int, Tablespace.TableColumnInfo.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo keyColumn = 2;
- addKeyColumn(Table.ColumnInfo) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
- addKeyColumn(Table.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
- addKeyColumn(Tablespace.TableColumnInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo keyColumn = 2;
- addKeyColumn(Tablespace.TableColumnInfo.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo keyColumn = 2;
- addKeyColumnBuilder() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
- addKeyColumnBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo keyColumn = 2;
- addKeyColumnBuilder(int) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
- addKeyColumnBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo keyColumn = 2;
- addKeys(String) - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
-
Option keys
- addKeysBytes(ByteString) - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
-
Option keys
- addLabel(String, String) - Method in class org.yamcs.client.InstanceFilter
- addLine(Object...) - Method in class org.yamcs.cli.TableStringBuilder
- addLinkListener(LinkListener) - Method in class org.yamcs.management.LinkManager
-
Adds a listener that is to be notified when any processor, or any client is updated.
- addLinks(int, LinkInfo) - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
-
Detail for all links
- addLinks(int, LinkInfo) - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
-
repeated .yamcs.protobuf.links.LinkInfo links = 1;
- addLinks(int, LinkInfo.Builder) - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
-
Detail for all links
- addLinks(int, LinkInfo.Builder) - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
-
repeated .yamcs.protobuf.links.LinkInfo links = 1;
- addLinks(String) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Known link names.
- addLinks(LinkInfo) - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
-
Detail for all links
- addLinks(LinkInfo) - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
-
repeated .yamcs.protobuf.links.LinkInfo links = 1;
- addLinks(LinkInfo.Builder) - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
-
Detail for all links
- addLinks(LinkInfo.Builder) - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
-
repeated .yamcs.protobuf.links.LinkInfo links = 1;
- addLinksBuilder() - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
-
Detail for all links
- addLinksBuilder() - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
-
repeated .yamcs.protobuf.links.LinkInfo links = 1;
- addLinksBuilder(int) - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
-
Detail for all links
- addLinksBuilder(int) - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
-
repeated .yamcs.protobuf.links.LinkInfo links = 1;
- addLinksBytes(ByteString) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Known link names.
- addLinkState(String, LinkState) - Method in class org.yamcs.tctm.LinkMemento
- addList(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
-
repeated .yamcs.protobuf.NamedObjectId list = 1;
- addList(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
-
repeated .yamcs.protobuf.NamedObjectId list = 1;
- addList(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
-
repeated .yamcs.protobuf.NamedObjectId list = 1;
- addList(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
-
repeated .yamcs.protobuf.NamedObjectId list = 1;
- addListBuilder() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
-
repeated .yamcs.protobuf.NamedObjectId list = 1;
- addListBuilder(int) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
-
repeated .yamcs.protobuf.NamedObjectId list = 1;
- addListener(CommandListener) - Method in class org.yamcs.client.CommandSubscription
- addListener(ParameterSubscription.Listener) - Method in class org.yamcs.client.ParameterSubscription
- addListener(TimeListener) - Method in class org.yamcs.client.TimeSubscription
- addListener(ContextListener) - Method in class org.yamcs.http.TopicContext
- addListener(BackFillerListener) - Method in class org.yamcs.parameterarchive.BackFiller
- addLists(int, ParameterListInfo) - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
-
List of lists, sorted by name The returned items include the patterns, however does not resolve them.
- addLists(int, ParameterListInfo.Builder) - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
-
List of lists, sorted by name The returned items include the patterns, however does not resolve them.
- addLists(ParameterListInfo) - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
-
List of lists, sorted by name The returned items include the patterns, however does not resolve them.
- addLists(ParameterListInfo.Builder) - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
-
List of lists, sorted by name The returned items include the patterns, however does not resolve them.
- addListsBuilder() - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
-
List of lists, sorted by name The returned items include the patterns, however does not resolve them.
- addListsBuilder(int) - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
-
List of lists, sorted by name The returned items include the patterns, however does not resolve them.
- addLocalEntities(int, EntityInfo) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo localEntities = 3;
- addLocalEntities(int, EntityInfo.Builder) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo localEntities = 3;
- addLocalEntities(EntityInfo) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo localEntities = 3;
- addLocalEntities(EntityInfo.Builder) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo localEntities = 3;
- addLocalEntitiesBuilder() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo localEntities = 3;
- addLocalEntitiesBuilder(int) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo localEntities = 3;
- addLog(String) - Method in class org.yamcs.algorithms.AlgorithmTrace
- addLogEntry(UUID, LogEntry) - Method in class org.yamcs.timeline.TimelineItemLogDb
- addLogEntry(ActivityLog) - Method in class org.yamcs.activities.ActivityLogDb
- addLogs(int, ActivityLogInfo) - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
-
Log entries
- addLogs(int, ActivityLogInfo.Builder) - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
-
Log entries
- addLogs(int, AlgorithmTrace.Log) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest log entries
- addLogs(int, AlgorithmTrace.Log.Builder) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest log entries
- addLogs(ActivityLogInfo) - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
-
Log entries
- addLogs(ActivityLogInfo.Builder) - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
-
Log entries
- addLogs(AlgorithmTrace.Log) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest log entries
- addLogs(AlgorithmTrace.Log.Builder) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest log entries
- addLogsBuilder() - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
-
Log entries
- addLogsBuilder() - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest log entries
- addLogsBuilder(int) - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
-
Log entries
- addLogsBuilder(int) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest log entries
- addLong(long) - Method in class org.yamcs.utils.ByteArray
- addManagementListener(ManagementListener) - Method in class org.yamcs.management.ManagementService
-
Adds a listener that is to be notified when any processor, or any client is updated.
- addMapIdOption() - Static method in class org.yamcs.tctm.ccsds.TcPacketHandler
- addMasters(int, ReplicationMasterInfo) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
- addMasters(int, ReplicationMasterInfo.Builder) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
- addMasters(ReplicationMasterInfo) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
- addMasters(ReplicationMasterInfo.Builder) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
- addMastersBuilder() - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
- addMastersBuilder(int) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
- addMatch(int, Mdb.ParameterInfo) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Parameters matching any of the name patterns.
- addMatch(int, Mdb.ParameterInfo.Builder) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Parameters matching any of the name patterns.
- addMatch(Mdb.ParameterInfo) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Parameters matching any of the name patterns.
- addMatch(Mdb.ParameterInfo.Builder) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Parameters matching any of the name patterns.
- addMatchBuilder() - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Parameters matching any of the name patterns.
- addMatchBuilder(int) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Parameters matching any of the name patterns.
- addMathElements(int, Mdb.MathElement) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Operands and operators in Reverse Polish Notation if type ``MATH``.
- addMathElements(int, Mdb.MathElement.Builder) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Operands and operators in Reverse Polish Notation if type ``MATH``.
- addMathElements(Mdb.MathElement) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Operands and operators in Reverse Polish Notation if type ``MATH``.
- addMathElements(Mdb.MathElement.Builder) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Operands and operators in Reverse Polish Notation if type ``MATH``.
- addMathElementsBuilder() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Operands and operators in Reverse Polish Notation if type ``MATH``.
- addMathElementsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Operands and operators in Reverse Polish Notation if type ``MATH``.
- addMember(int, Mdb.ArgumentMemberInfo) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Member information (only used by aggregate arguments)
- addMember(int, Mdb.ArgumentMemberInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Member information (only used by aggregate arguments)
- addMember(int, Mdb.MemberInfo) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.MemberInfo member = 8;
- addMember(int, Mdb.MemberInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.MemberInfo member = 8;
- addMember(long) - Method in class org.yamcs.security.Group
- addMember(Mdb.ArgumentMemberInfo) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Member information (only used by aggregate arguments)
- addMember(Mdb.ArgumentMemberInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Member information (only used by aggregate arguments)
- addMember(Mdb.MemberInfo) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.MemberInfo member = 8;
- addMember(Mdb.MemberInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.MemberInfo member = 8;
- addMember(Member) - Method in class org.yamcs.xtce.AggregateDataType.Builder
- addMemberBuilder() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Member information (only used by aggregate arguments)
- addMemberBuilder() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.MemberInfo member = 8;
- addMemberBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Member information (only used by aggregate arguments)
- addMemberBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.MemberInfo member = 8;
- addMemberId(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for PARCHIVE_AGGARR_INFO
- addMembers(int) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
-
repeated int32 members = 4;
- addMembers(List<Member>) - Method in class org.yamcs.xtce.AggregateDataType.Builder
- addMessageListener(MessageListener<S>) - Method in class org.yamcs.client.base.AbstractSubscription
-
Get updated on received server messages.
- addMessageListener(MessageListener<S>) - Method in interface org.yamcs.client.Subscription
-
Get updated on received server messages.
- addMessages(String) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Messages generated during packet extraction
- addMessagesBytes(ByteString) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Messages generated during packet extraction
- addMetaCommand(MetaCommand) - Method in class org.yamcs.xtce.SpaceSystem
- addMetaCommand(MetaCommand) - Method in class org.yamcs.xtce.XtceDb
- addMetaCommand(MetaCommand, boolean) - Method in class org.yamcs.xtce.XtceDb
-
Adds a new command definition to the XTCE db.
- addMonitor(Cop1Monitor) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
- addName(String) - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
-
Command names to include.
- addName(String) - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
-
The archived name of the packets.
- addName(String) - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
-
Filter on a specific command
- addName(String) - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
-
Filter on specific packet names.
- addName(String) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Deprecated.
- addName(String) - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
The archived name of the packets.
- addName(String) - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
-
Command names to include.
- addName(String) - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
-
repeated string name = 4;
- addName(String) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated string name = 1;
- addNameBytes(ByteString) - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
-
Command names to include.
- addNameBytes(ByteString) - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
-
The archived name of the packets.
- addNameBytes(ByteString) - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
-
Filter on a specific command
- addNameBytes(ByteString) - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
-
Filter on specific packet names.
- addNameBytes(ByteString) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Deprecated.
- addNameBytes(ByteString) - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
The archived name of the packets.
- addNameBytes(ByteString) - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
-
Command names to include.
- addNameBytes(ByteString) - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
-
repeated string name = 4;
- addNameBytes(ByteString) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated string name = 1;
- addNameFilter(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
-
No filter, means all command history entries are sent
- addNameFilter(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
No filter, means all packets for which privileges exist, are sent
- addNameFilter(int, Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
-
At least 1 filter is required
- addNameFilter(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
-
No filter, means all command history entries are sent
- addNameFilter(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
No filter, means all packets for which privileges exist, are sent
- addNameFilter(int, Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
-
At least 1 filter is required
- addNameFilter(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
-
No filter, means all command history entries are sent
- addNameFilter(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
No filter, means all packets for which privileges exist, are sent
- addNameFilter(Yamcs.NamedObjectId) - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
-
At least 1 filter is required
- addNameFilter(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
-
No filter, means all command history entries are sent
- addNameFilter(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
No filter, means all packets for which privileges exist, are sent
- addNameFilter(Yamcs.NamedObjectId.Builder) - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
-
At least 1 filter is required
- addNameFilterBuilder() - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
-
No filter, means all command history entries are sent
- addNameFilterBuilder() - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
No filter, means all packets for which privileges exist, are sent
- addNameFilterBuilder() - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
-
At least 1 filter is required
- addNameFilterBuilder(int) - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
-
No filter, means all command history entries are sent
- addNameFilterBuilder(int) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
No filter, means all packets for which privileges exist, are sent
- addNameFilterBuilder(int) - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
-
At least 1 filter is required
- addNames(String) - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
-
Filter on specific packet names
- addNames(String) - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
-
Container names to subscribe to.
- addNamesBytes(ByteString) - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
-
Filter on specific packet names
- addNamesBytes(ByteString) - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
-
Container names to subscribe to.
- addNonStandardData(NonStandardData) - Method in class org.yamcs.xtce.SpaceSystem
-
Add non-standard data to this SpaceSystem.
- addNullTerminatedUTF(String) - Method in class org.yamcs.utils.ByteArray
-
Writes a string encoded in UTF as per
DataOutputStream.writeUTF(String)
terminated with a null character - addNumberField(String, Function<T, Number>) - Method in class org.yamcs.utils.parser.Filter
- addNumberField(String, Function<T, Number>) - Method in class org.yamcs.utils.parser.FilterParser
- addObjectPrivilege(ObjectPrivilege) - Method in class org.yamcs.security.AuthorizationInfo
- addObjectPrivilege(ObjectPrivilege) - Method in class org.yamcs.security.Role
- addObjectPrivilege(ObjectPrivilege, boolean) - Method in class org.yamcs.security.User
- addObjectPrivileges(int, ObjectPrivilegeInfo) - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Object privileges
- addObjectPrivileges(int, ObjectPrivilegeInfo) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Object privileges
- addObjectPrivileges(int, ObjectPrivilegeInfo.Builder) - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Object privileges
- addObjectPrivileges(int, ObjectPrivilegeInfo.Builder) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Object privileges
- addObjectPrivileges(ObjectPrivilegeInfo) - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Object privileges
- addObjectPrivileges(ObjectPrivilegeInfo) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Object privileges
- addObjectPrivileges(ObjectPrivilegeInfo.Builder) - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Object privileges
- addObjectPrivileges(ObjectPrivilegeInfo.Builder) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Object privileges
- addObjectPrivilegesBuilder() - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Object privileges
- addObjectPrivilegesBuilder() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Object privileges
- addObjectPrivilegesBuilder(int) - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Object privileges
- addObjectPrivilegesBuilder(int) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Object privileges
- addObjectPrivilegeType(ObjectPrivilegeType) - Method in class org.yamcs.security.SecurityStore
- addObjects(int, ObjectInfo) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
The list of objects
- addObjects(int, ObjectInfo.Builder) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
The list of objects
- addObjects(String) - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
-
Objects of this type
- addObjects(ObjectInfo) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
The list of objects
- addObjects(ObjectInfo.Builder) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
The list of objects
- addObjectsBuilder() - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
The list of objects
- addObjectsBuilder(int) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
The list of objects
- addObjectsBytes(ByteString) - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
-
Objects of this type
- addOnParameterUpdate(int, Mdb.ParameterInfo) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- addOnParameterUpdate(int, Mdb.ParameterInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- addOnParameterUpdate(Mdb.ParameterInfo) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- addOnParameterUpdate(Mdb.ParameterInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- addOnParameterUpdateBuilder() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- addOnParameterUpdateBuilder(int) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- addOnParameterUpdateTrigger(OnParameterUpdateTrigger) - Method in class org.yamcs.xtce.TriggerSetType
- addOnPeriodicRate(long) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated int64 onPeriodicRate = 12;
- addOnPeriodicRateTrigger(OnPeriodicRateTrigger) - Method in class org.yamcs.xtce.TriggerSetType
- AddOp - Enum Class in org.yamcs.yarch.streamsql
- AddOp() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- addOption(String, Spec.OptionType) - Method in class org.yamcs.Spec
-
Add an
Spec.Option
to this spec. - addOption(String, Spec.OptionType) - Method in class org.yamcs.Spec.WhenCondition
-
Add an
Spec.Option
when the condition is satisfied. - addOptions(int, OptionInfo) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Options for this specification
- addOptions(int, OptionInfo.Builder) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Options for this specification
- addOptions(OptionInfo) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Options for this specification
- addOptions(OptionInfo.Builder) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Options for this specification
- addOptionsBuilder() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Options for this specification
- addOptionsBuilder(int) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Options for this specification
- addOutput(OutputParameter) - Method in class org.yamcs.xtce.Algorithm
- addOutputParameter(int, Mdb.OutputParameterInfo) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- addOutputParameter(int, Mdb.OutputParameterInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- addOutputParameter(Mdb.OutputParameterInfo) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- addOutputParameter(Mdb.OutputParameterInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- addOutputParameterBuilder() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- addOutputParameterBuilder(int) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- addOutputs(int, Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of output parameters for this run
- addOutputs(int, Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of output parameters for this run
- addOutputs(Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of output parameters for this run
- addOutputs(Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of output parameters for this run
- addOutputsBuilder() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of output parameters for this run
- addOutputsBuilder(int) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of output parameters for this run
- addOverrides(int, MdbOverrideInfo) - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
-
repeated .yamcs.protobuf.processing.MdbOverrideInfo overrides = 1;
- addOverrides(int, MdbOverrideInfo.Builder) - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
-
repeated .yamcs.protobuf.processing.MdbOverrideInfo overrides = 1;
- addOverrides(MdbOverrideInfo) - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
-
repeated .yamcs.protobuf.processing.MdbOverrideInfo overrides = 1;
- addOverrides(MdbOverrideInfo.Builder) - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
-
repeated .yamcs.protobuf.processing.MdbOverrideInfo overrides = 1;
- addOverridesBuilder() - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
-
repeated .yamcs.protobuf.processing.MdbOverrideInfo overrides = 1;
- addOverridesBuilder(int) - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
-
repeated .yamcs.protobuf.processing.MdbOverrideInfo overrides = 1;
- addPacket(int, TmPacketData) - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
-
repeated .yamcs.protobuf.packets.TmPacketData packet = 1;
- addPacket(int, TmPacketData.Builder) - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
-
repeated .yamcs.protobuf.packets.TmPacketData packet = 1;
- addPacket(TmPacketData) - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
-
repeated .yamcs.protobuf.packets.TmPacketData packet = 1;
- addPacket(TmPacketData.Builder) - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
-
repeated .yamcs.protobuf.packets.TmPacketData packet = 1;
- addPacket(ListPacket) - Method in class org.yamcs.ui.packetviewer.PacketsTableModel
- addPacketBuilder() - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
-
repeated .yamcs.protobuf.packets.TmPacketData packet = 1;
- addPacketBuilder(int) - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
-
repeated .yamcs.protobuf.packets.TmPacketData packet = 1;
- addPackets(String) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Known packet names.
- addPacketsBytes(ByteString) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Known packet names.
- addParameter(int, Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameter(int, Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameter(int, Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameter(int, Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameter(Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameter(Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameter(Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameter(Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameter(Parameter) - Method in class org.yamcs.mdb.Subscription
-
Add to the subscription all the entries and containers on which this parameter depends
- addParameter(Parameter) - Method in class org.yamcs.xtce.SpaceSystem
- addParameter(Parameter, boolean, boolean) - Method in class org.yamcs.mdb.Mdb
- addParameterBuilder() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameterBuilder() - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameterBuilder(int) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameterBuilder(int) - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- addParameterColumn(Parameter) - Method in class org.yamcs.ui.packetviewer.PacketsTableModel
- addParameterListener(ParameterProcessor) - Method in class org.yamcs.parameter.LocalParameterManager
- addParameterProvider(ParameterProvider) - Method in class org.yamcs.parameter.ParameterProcessorManager
- addParameters(int, ArchivedParameterInfo) - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
-
Parameters belonging to the group
- addParameters(int, ArchivedParameterInfo) - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchivedParameterInfo parameters = 1;
- addParameters(int, ArchivedParameterInfo.Builder) - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
-
Parameters belonging to the group
- addParameters(int, ArchivedParameterInfo.Builder) - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchivedParameterInfo parameters = 1;
- addParameters(int, Mdb.ParameterInfo) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching parameters
- addParameters(int, Mdb.ParameterInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching parameters
- addParameters(String) - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
The parameters to add to the export.
- addParameters(String) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
System parameters generated by this link
- addParameters(List<Parameter>, boolean, boolean) - Method in class org.yamcs.mdb.Mdb
-
Adds parameters to the MDB after which it persist the corresponding subtree to the file
- addParameters(ArchivedParameterInfo) - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
-
Parameters belonging to the group
- addParameters(ArchivedParameterInfo) - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchivedParameterInfo parameters = 1;
- addParameters(ArchivedParameterInfo.Builder) - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
-
Parameters belonging to the group
- addParameters(ArchivedParameterInfo.Builder) - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchivedParameterInfo parameters = 1;
- addParameters(Mdb.ParameterInfo) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching parameters
- addParameters(Mdb.ParameterInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching parameters
- addParametersBuilder() - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
-
Parameters belonging to the group
- addParametersBuilder() - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchivedParameterInfo parameters = 1;
- addParametersBuilder() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching parameters
- addParametersBuilder(int) - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
-
Parameters belonging to the group
- addParametersBuilder(int) - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchivedParameterInfo parameters = 1;
- addParametersBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching parameters
- addParametersBytes(ByteString) - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
The parameters to add to the export.
- addParametersBytes(ByteString) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
System parameters generated by this link
- addParameterToTheLeftTable(Parameter) - Method in class org.yamcs.ui.packetviewer.PacketViewer
- addParameterType(ParameterType) - Method in class org.yamcs.xtce.SpaceSystem
- addParameterType(ParameterType, boolean) - Method in class org.yamcs.mdb.Mdb
- addParameterTypeListener(ParameterTypeListener) - Method in class org.yamcs.mdb.ProcessorData
- addParameterTypes(int, Mdb.ParameterTypeInfo) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching parameter types
- addParameterTypes(int, Mdb.ParameterTypeInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching parameter types
- addParameterTypes(List<ParameterType>, boolean) - Method in class org.yamcs.mdb.Mdb
- addParameterTypes(Mdb.ParameterTypeInfo) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching parameter types
- addParameterTypes(Mdb.ParameterTypeInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching parameter types
- addParameterTypesBuilder() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching parameter types
- addParameterTypesBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching parameter types
- addParameterValue(BasicParameterValue) - Method in class org.yamcs.parameterarchive.ParameterStatusSegment
- addParameterValues(int, ExtractedParameterValue) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Contained entries
- addParameterValues(int, ExtractedParameterValue.Builder) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Contained entries
- addParameterValues(ExtractedParameterValue) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Contained entries
- addParameterValues(ExtractedParameterValue.Builder) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Contained entries
- addParameterValuesBuilder() - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Contained entries
- addParameterValuesBuilder(int) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Contained entries
- addPath(String) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.
- addPathBytes(ByteString) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.
- addPatterns(String) - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
-
Parameter names (either exact match or glob pattern)
- addPatterns(String) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Name patterns (glob)
- addPatterns(String) - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
-
Parameter names (either exact match or glob pattern)
- addPatternsBytes(ByteString) - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
-
Parameter names (either exact match or glob pattern)
- addPatternsBytes(ByteString) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Name patterns (glob)
- addPatternsBytes(ByteString) - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
-
Parameter names (either exact match or glob pattern)
- addPlugins(int, GetServerInfoResponse.PluginInfo) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Plugins loaded within this server instance
- addPlugins(int, GetServerInfoResponse.PluginInfo.Builder) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Plugins loaded within this server instance
- addPlugins(GetServerInfoResponse.PluginInfo) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Plugins loaded within this server instance
- addPlugins(GetServerInfoResponse.PluginInfo.Builder) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Plugins loaded within this server instance
- addPluginsBuilder() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Plugins loaded within this server instance
- addPluginsBuilder(int) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Plugins loaded within this server instance
- addPoint(int, Mdb.SplineCalibratorInfo.SplinePointInfo) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
Deprecated.
- addPoint(int, Mdb.SplineCalibratorInfo.SplinePointInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
Deprecated.
- addPoint(Mdb.SplineCalibratorInfo.SplinePointInfo) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
Deprecated.
- addPoint(Mdb.SplineCalibratorInfo.SplinePointInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
Deprecated.
- addPointBuilder() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
Deprecated.
- addPointBuilder(int) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
Deprecated.
- addPoints(int, Mdb.SplineCalibratorInfo.SplinePointInfo) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;
- addPoints(int, Mdb.SplineCalibratorInfo.SplinePointInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;
- addPoints(Mdb.SplineCalibratorInfo.SplinePointInfo) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;
- addPoints(Mdb.SplineCalibratorInfo.SplinePointInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;
- addPointsBuilder() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;
- addPointsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;
- addPolCoef(double) - Method in class org.yamcs.protobuf.TofInterval.Builder
-
repeated double polCoef = 3;
- addPrefixes(String) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
Object name prefixes for objects that matched the request but were excluded from ``objects`` because of a delimiter.
- addPrefixesBytes(ByteString) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
Object name prefixes for objects that matched the request but were excluded from ``objects`` because of a delimiter.
- addPrefixField(String, BiFunction<T, String, String>) - Method in class org.yamcs.utils.parser.Filter
- addPrefixField(String, BiFunction<T, String, String>) - Method in class org.yamcs.utils.parser.FilterParser
- addPrivilegeChecker(String, AuditLogPrivilegeChecker) - Method in class org.yamcs.http.audit.AuditLog
- addProcessor(Processor) - Method in class org.yamcs.YamcsServerInstance
-
Adds the processor to the instance.
- addProcessorListener(ProcessorListener) - Static method in class org.yamcs.Processor
- addProcessors(int, ProcessorInfo) - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 1;
- addProcessors(int, ProcessorInfo) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
- addProcessors(int, ProcessorInfo.Builder) - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 1;
- addProcessors(int, ProcessorInfo.Builder) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
- addProcessors(ProcessorInfo) - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 1;
- addProcessors(ProcessorInfo) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
- addProcessors(ProcessorInfo.Builder) - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 1;
- addProcessors(ProcessorInfo.Builder) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
- addProcessorsBuilder() - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 1;
- addProcessorsBuilder() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
- addProcessorsBuilder(int) - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 1;
- addProcessorsBuilder(int) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
- addQueries(int, QueryInfo) - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
-
Matching queries
- addQueries(int, QueryInfo.Builder) - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
-
Matching queries
- addQueries(QueryInfo) - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
-
Matching queries
- addQueries(QueryInfo.Builder) - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
-
Matching queries
- addQueriesBuilder() - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
-
Matching queries
- addQueriesBuilder(int) - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
-
Matching queries
- addQueues(int, Commanding.CommandQueueInfo) - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
- addQueues(int, Commanding.CommandQueueInfo.Builder) - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
- addQueues(Commanding.CommandQueueInfo) - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
- addQueues(Commanding.CommandQueueInfo.Builder) - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
- addQueuesBuilder() - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
- addQueuesBuilder(int) - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
- addRange(int, Pvalue.Ranges.Range) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
-
repeated .yamcs.protobuf.pvalue.Ranges.Range range = 1;
- addRange(int, Pvalue.Ranges.Range.Builder) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
-
repeated .yamcs.protobuf.pvalue.Ranges.Range range = 1;
- addRange(Pvalue.Ranges.Range) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
-
repeated .yamcs.protobuf.pvalue.Ranges.Range range = 1;
- addRange(Pvalue.Ranges.Range.Builder) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
-
repeated .yamcs.protobuf.pvalue.Ranges.Range range = 1;
- addRange(DoubleRange, AlarmLevels) - Method in class org.yamcs.xtce.AlarmRanges
- addRangeBuilder() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
-
repeated .yamcs.protobuf.pvalue.Ranges.Range range = 1;
- addRangeBuilder(int) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
-
repeated .yamcs.protobuf.pvalue.Ranges.Range range = 1;
- addRanges(int, LeapSecondsTable.ValidityRange) - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
-
repeated .yamcs.protobuf.time.LeapSecondsTable.ValidityRange ranges = 1;
- addRanges(int, LeapSecondsTable.ValidityRange.Builder) - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
-
repeated .yamcs.protobuf.time.LeapSecondsTable.ValidityRange ranges = 1;
- addRanges(LeapSecondsTable.ValidityRange) - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
-
repeated .yamcs.protobuf.time.LeapSecondsTable.ValidityRange ranges = 1;
- addRanges(LeapSecondsTable.ValidityRange.Builder) - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
-
repeated .yamcs.protobuf.time.LeapSecondsTable.ValidityRange ranges = 1;
- addRangesBuilder() - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
-
repeated .yamcs.protobuf.time.LeapSecondsTable.ValidityRange ranges = 1;
- addRangesBuilder(int) - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
-
repeated .yamcs.protobuf.time.LeapSecondsTable.ValidityRange ranges = 1;
- addReadyListener(ReadyListener) - Method in class org.yamcs.YamcsServer
-
Register a listener that will be called when Yamcs has fully started.
- addRecord(int, Table.TableData.TableRecord) - Method in class org.yamcs.protobuf.Table.TableData.Builder
-
repeated .yamcs.protobuf.table.TableData.TableRecord record = 1;
- addRecord(int, Table.TableData.TableRecord.Builder) - Method in class org.yamcs.protobuf.Table.TableData.Builder
-
repeated .yamcs.protobuf.table.TableData.TableRecord record = 1;
- addRecord(long, BasicParameterList) - Method in class org.yamcs.parameterarchive.PGSegment
- addRecord(long, IntArray, List<BasicParameterValue>) - Method in class org.yamcs.parameterarchive.PGSegment
-
Add a new record
- addRecord(long, IntArray, List<BasicParameterValue>) - Method in class org.yamcs.parameterarchive.SynchronizedPGSegment
- addRecord(Descriptors.MethodDescriptor, Message, User, String) - Method in class org.yamcs.http.audit.AuditLogDb
- addRecord(Context, Message, String) - Method in class org.yamcs.http.audit.AuditLog
- addRecord(Table.TableData.TableRecord) - Method in class org.yamcs.protobuf.Table.TableData.Builder
-
repeated .yamcs.protobuf.table.TableData.TableRecord record = 1;
- addRecord(Table.TableData.TableRecord.Builder) - Method in class org.yamcs.protobuf.Table.TableData.Builder
-
repeated .yamcs.protobuf.table.TableData.TableRecord record = 1;
- addRecordBuilder() - Method in class org.yamcs.protobuf.Table.TableData.Builder
-
repeated .yamcs.protobuf.table.TableData.TableRecord record = 1;
- addRecordBuilder(int) - Method in class org.yamcs.protobuf.Table.TableData.Builder
-
repeated .yamcs.protobuf.table.TableData.TableRecord record = 1;
- addRecords(int, AuditRecord) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
-
Page with matching records
- addRecords(int, AuditRecord.Builder) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
-
Page with matching records
- addRecords(int, AccountRecord) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
-
repeated .AccountRecord records = 2;
- addRecords(int, AccountRecord.Builder) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
-
repeated .AccountRecord records = 2;
- addRecords(int, GroupRecord) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
-
repeated .GroupRecord records = 2;
- addRecords(int, GroupRecord.Builder) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
-
repeated .GroupRecord records = 2;
- addRecords(AuditRecord) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
-
Page with matching records
- addRecords(AuditRecord.Builder) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
-
Page with matching records
- addRecords(AccountRecord) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
-
repeated .AccountRecord records = 2;
- addRecords(AccountRecord.Builder) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
-
repeated .AccountRecord records = 2;
- addRecords(GroupRecord) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
-
repeated .GroupRecord records = 2;
- addRecords(GroupRecord.Builder) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
-
repeated .GroupRecord records = 2;
- addRecordsBuilder() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
-
Page with matching records
- addRecordsBuilder() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
-
repeated .AccountRecord records = 2;
- addRecordsBuilder() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
-
repeated .GroupRecord records = 2;
- addRecordsBuilder(int) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
-
Page with matching records
- addRecordsBuilder(int) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
-
repeated .AccountRecord records = 2;
- addRecordsBuilder(int) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
-
repeated .GroupRecord records = 2;
- addReference(NameReference) - Method in class org.yamcs.xtce.util.IncompleteType
- addRelOpFilter(ColumnExpression, RelOp, Object) - Method in interface org.yamcs.yarch.FilterableTarget
-
Tries to add a restriction for the rows to be selected/updated/deleted.
- addRelOpFilter(ColumnExpression, RelOp, Object) - Method in class org.yamcs.yarch.streamsql.TableWalkerBuilder
- addRelOpFilter(ColumnExpression, RelOp, Object) - Method in class org.yamcs.yarch.streamsql.TupleSourceExpression
- addRelOpFilterHistogram(ColumnExpression, RelOp, Object) - Method in class org.yamcs.yarch.streamsql.HistogramStreamBuilder
- addRemoteEntities(int, EntityInfo) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo remoteEntities = 4;
- addRemoteEntities(int, EntityInfo.Builder) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo remoteEntities = 4;
- addRemoteEntities(EntityInfo) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo remoteEntities = 4;
- addRemoteEntities(EntityInfo.Builder) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo remoteEntities = 4;
- addRemoteEntitiesBuilder() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo remoteEntities = 4;
- addRemoteEntitiesBuilder(int) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo remoteEntities = 4;
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.activities.protobuf.ActivityDefinition.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.api.ExceptionMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.api.FilterSyntaxException.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.api.HttpBody.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.api.HttpRoute.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.api.WebSocketTopic.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AcknowledgeInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AcknowledgmentInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.CancelActivityRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.GetActivityLogRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.GetActivityRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.GlobalActivityStatus.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.ListExecutorsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.ListScriptsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.StartActivityRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.SubscribeActivitiesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.activities.SubscribeGlobalStatusRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AddViewRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AlarmData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.SubscribeGlobalStatusRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AlgorithmTextOverride.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AlgorithmTrace.Log.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Archive.ListParameterGroupsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.AuthInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.BackupDatabaseRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.BlockQueueRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.BucketInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.BucketLocation.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CancelOptions.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CancelTransferRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Clcw.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ClearInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ClientMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.CommandAssignment.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEvent.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.CommandSignificance.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.CheckWindow.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CompactDatabaseRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ContainerData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Cop1Config.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Cop1Status.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CreateBucketRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CreateServiceAccountRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CreateServiceAccountResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteBandRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteBucketRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteClearanceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteGroupRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteIdentityRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteItemRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteObjectRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteProcessorRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteRoleAssignmentRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteServiceAccountRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteUserRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DeleteViewRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DescribeDatabaseRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DisableBackfillingRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DisableQueueRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.DisableRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.EnableBackfillingRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.EnableQueueRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.EntityInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Event.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.EventAlarmData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ExportCommandRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ExternalIdentityInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ExtraColumnInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.FileTransferOption.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.FileTransferOption.Value.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetAlgorithmOverridesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetArchivedParameterGroupRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetBandRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetBucketRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetCommandRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetConfigRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetDatabaseRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetFileTransferServiceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetGroupRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetInstanceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetInstanceTemplateRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetItemLogRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetItemRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetObjectInfoRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetObjectRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetParameterOverrideRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetProcessorRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetQueueRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetRoleRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetServiceAccountRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetServiceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetStatusRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetTcoConfigRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetTcoStatusRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetThreadRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetTransferRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetUserRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GetViewRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.GroupInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.HttpTraffic.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.IndexEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.IndexGroup.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.IndexResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.InitializeRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.IssueCommandRequest.Assignment.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ItemFilter.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ItemFilter.FilterCriterion.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.links.DisableLinkRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.links.EnableLinkRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.links.GetLinkRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.links.ListLinksRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.links.ResetLinkCountersRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.links.SubscribeLinksRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListBandsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListBucketsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListEventSourcesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListFileTransferServicesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListMdbOverridesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListPacketNamesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListProcessorsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListQueuesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListServicesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListSourcesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListSourcesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListThreadsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListTimelineTagsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListViewsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.LoadParameterValuesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.LogEntry.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ArgumentAssignmentInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.GetParameterResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.EnumerationAlarm.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.EnumValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ExportJavaMissionDatabaseRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ExportXtceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.GetAlgorithmRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.GetCommandRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.GetContainerRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.GetMissionDatabaseRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.GetParameterRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.GetParameterTypeRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.GetSpaceSystemRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.JavaExpressionCalibratorInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.OutputParameterInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.RepeatInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.SignificanceInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.UnitInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.MdbOverrideInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ObjectInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.OpenIDConnectInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.PauseTransferRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.plists.DeleteParameterListRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.plists.GetParameterListRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.plists.ListParameterListsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.PurgeRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RebuildRangeRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RelativeTime.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RemoteFile.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Reply.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RestartInstanceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ResumeRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ResumeTransferRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RoleAssignment.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RoleInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RootDirectory.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RouteInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ServerMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ServiceInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SessionEventInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SessionInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SetCoefficientsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SetTcoConfigRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ShelveInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StartInstanceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StartServiceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.State.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.State.CallInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Statistics.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StopInstanceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StopServiceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StreamEvent.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeBackfillingRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeCommandsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeEventsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeMdbChangesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribePacketsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeProcessorsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeQueueEventsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeQueueStatisticsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeStatusRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeTimeRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeTMStatisticsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SubscribeTransfersRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.SystemInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.ColumnData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.EnumValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.ExecuteSqlRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.GetStreamRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.GetTableRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.ListStreamsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.ListTablesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.ListValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.RebuildHistogramResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.Row.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.Row.Cell.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.StreamData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.SubscribeStreamRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.SubscribeStreamStatisticsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.TableData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.WriteRowsExceptionDetail.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.WriteRowsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Table.WriteRowsResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TcoConfig.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TcoResetRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TcoSample.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TcoStatus.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TemplateVariable.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ThreadGroupInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.ThreadInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TimeInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TimelineBand.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TimelineItem.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TimelineView.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TmPacketData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TmStatistics.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TofInterval.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TokenResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TopicInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TransactionId.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.TransferInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateClearanceRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateConfigRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.UserInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.EventReplayRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectId.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.ReplaySpeed.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.Request.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.Response.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.Clearance.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.tse.api.TseCommand.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.tse.api.TseCommanderMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.tse.api.TseCommandResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.web.api.DeleteQueryRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.web.api.GetInstanceConfigurationRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.web.api.ListQueriesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.web.api.ParseFilterData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.web.api.ParseFilterRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.web.api.QueryInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
- addRequest(int, List<Parameter>, ParameterConsumer) - Method in class org.yamcs.parameter.ParameterRequestManager
-
Called by a consumer to create request with a given id.
- addRequest(int, BatchSetParameterValuesRequest.SetParameterValueRequest) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
-
Requests, one for each new value
- addRequest(int, BatchSetParameterValuesRequest.SetParameterValueRequest.Builder) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
-
Requests, one for each new value
- addRequest(Collection<Parameter>, ParameterConsumer) - Method in class org.yamcs.parameter.ParameterRequestManager
-
Called by a consumer to create a new subscription
- addRequest(List<Yamcs.NamedObjectId>, boolean, User) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
- addRequest(List<Yamcs.NamedObjectId>, User) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
- addRequest(BatchSetParameterValuesRequest.SetParameterValueRequest) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
-
Requests, one for each new value
- addRequest(BatchSetParameterValuesRequest.SetParameterValueRequest.Builder) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
-
Requests, one for each new value
- addRequest(Parameter, ParameterConsumer) - Method in class org.yamcs.parameter.ParameterRequestManager
-
Called by a consumer to create a subscription with one parameter
- addRequestBuilder() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
-
Requests, one for each new value
- addRequestBuilder(int) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
-
Requests, one for each new value
- addRequiredKeys(String) - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
-
Option keys that must be specified, if the condition is satisfied
- addRequiredKeysBytes(ByteString) - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
-
Option keys that must be specified, if the condition is satisfied
- addRequiredOneOf(int, OptionGroupInfo) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a groups of options.
- addRequiredOneOf(int, OptionGroupInfo.Builder) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a groups of options.
- addRequiredOneOf(OptionGroupInfo) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a groups of options.
- addRequiredOneOf(OptionGroupInfo.Builder) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a groups of options.
- addRequiredOneOfBuilder() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a groups of options.
- addRequiredOneOfBuilder(int) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a groups of options.
- addRequireTogether(int, OptionGroupInfo) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a group of options.
- addRequireTogether(int, OptionGroupInfo.Builder) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a group of options.
- addRequireTogether(OptionGroupInfo) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a group of options.
- addRequireTogether(OptionGroupInfo.Builder) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a group of options.
- addRequireTogetherBuilder() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a group of options.
- addRequireTogetherBuilder(int) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a group of options.
- addResolvedAction(ArgumentReference.ArgumentResolvedAction) - Method in class org.yamcs.xtce.util.ArgumentReference
- addResolvedAction(NameReference.ResolvedAction) - Method in class org.yamcs.xtce.util.NameReference
-
Adds an action to the list to be executed when the reference is resolved and returns this.
- addResolvedAction(ParameterReference.ParameterResolvedAction) - Method in class org.yamcs.xtce.util.ParameterReference
- addResponse(int, Mdb.BatchGetParametersResponse.GetParameterResponse) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
-
repeated .yamcs.protobuf.mdb.BatchGetParametersResponse.GetParameterResponse response = 1;
- addResponse(int, Mdb.BatchGetParametersResponse.GetParameterResponse.Builder) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
-
repeated .yamcs.protobuf.mdb.BatchGetParametersResponse.GetParameterResponse response = 1;
- addResponse(Mdb.BatchGetParametersResponse.GetParameterResponse) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
-
repeated .yamcs.protobuf.mdb.BatchGetParametersResponse.GetParameterResponse response = 1;
- addResponse(Mdb.BatchGetParametersResponse.GetParameterResponse.Builder) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
-
repeated .yamcs.protobuf.mdb.BatchGetParametersResponse.GetParameterResponse response = 1;
- addResponseBuilder() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
-
repeated .yamcs.protobuf.mdb.BatchGetParametersResponse.GetParameterResponse response = 1;
- addResponseBuilder(int) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
-
repeated .yamcs.protobuf.mdb.BatchGetParametersResponse.GetParameterResponse response = 1;
- addRestrictionCriteria(int, Mdb.ComparisonInfo) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
Deprecated.
- addRestrictionCriteria(int, Mdb.ComparisonInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
Deprecated.
- addRestrictionCriteria(Mdb.ComparisonInfo) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
Deprecated.
- addRestrictionCriteria(Mdb.ComparisonInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
Deprecated.
- addRestrictionCriteriaBuilder() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
Deprecated.
- addRestrictionCriteriaBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
Deprecated.
- addRole(String) - Method in class org.yamcs.security.AuthorizationInfo
- addRole(String, boolean) - Method in class org.yamcs.security.User
-
Add a role to this user.
- addRoles(int, RoleInfo) - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
-
repeated .yamcs.protobuf.iam.RoleInfo roles = 1;
- addRoles(int, RoleInfo) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Assigned roles
- addRoles(int, RoleInfo.Builder) - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
-
repeated .yamcs.protobuf.iam.RoleInfo roles = 1;
- addRoles(int, RoleInfo.Builder) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Assigned roles
- addRoles(String) - Method in class org.yamcs.protobuf.RoleAssignment.Builder
-
repeated string roles = 1;
- addRoles(String) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated string roles = 5;
- addRoles(RoleInfo) - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
-
repeated .yamcs.protobuf.iam.RoleInfo roles = 1;
- addRoles(RoleInfo) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Assigned roles
- addRoles(RoleInfo.Builder) - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
-
repeated .yamcs.protobuf.iam.RoleInfo roles = 1;
- addRoles(RoleInfo.Builder) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Assigned roles
- addRolesBuilder() - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
-
repeated .yamcs.protobuf.iam.RoleInfo roles = 1;
- addRolesBuilder() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Assigned roles
- addRolesBuilder(int) - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
-
repeated .yamcs.protobuf.iam.RoleInfo roles = 1;
- addRolesBuilder(int) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Assigned roles
- addRolesBytes(ByteString) - Method in class org.yamcs.protobuf.RoleAssignment.Builder
-
repeated string roles = 1;
- addRolesBytes(ByteString) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated string roles = 5;
- addRootDirectories(int, RootDirectory) - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Root directories, each corresponding to a distinct file hierarchy.
- addRootDirectories(int, RootDirectory.Builder) - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Root directories, each corresponding to a distinct file hierarchy.
- addRootDirectories(RootDirectory) - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Root directories, each corresponding to a distinct file hierarchy.
- addRootDirectories(RootDirectory.Builder) - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Root directories, each corresponding to a distinct file hierarchy.
- addRootDirectoriesBuilder() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Root directories, each corresponding to a distinct file hierarchy.
- addRootDirectoriesBuilder(int) - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Root directories, each corresponding to a distinct file hierarchy.
- addRoute(String, Supplier<HttpHandler>) - Method in class org.yamcs.http.HttpServer
- addRoutes(int, RouteInfo) - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
-
repeated .yamcs.protobuf.server.RouteInfo routes = 1;
- addRoutes(int, RouteInfo.Builder) - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
-
repeated .yamcs.protobuf.server.RouteInfo routes = 1;
- addRoutes(RouteInfo) - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
-
repeated .yamcs.protobuf.server.RouteInfo routes = 1;
- addRoutes(RouteInfo.Builder) - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
-
repeated .yamcs.protobuf.server.RouteInfo routes = 1;
- addRoutesBuilder() - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
-
repeated .yamcs.protobuf.server.RouteInfo routes = 1;
- addRoutesBuilder(int) - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
-
repeated .yamcs.protobuf.server.RouteInfo routes = 1;
- addRow(ParameterValue) - Method in class org.yamcs.ui.packetviewer.ParametersTableModel
- addRows(int, Table.ListValue) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ListValue rows = 2;
- addRows(int, Table.ListValue.Builder) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ListValue rows = 2;
- addRows(Table.ListValue) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ListValue rows = 2;
- addRows(Table.ListValue.Builder) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ListValue rows = 2;
- addRowsBuilder() - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ListValue rows = 2;
- addRowsBuilder(int) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ListValue rows = 2;
- addRun(UUID) - Method in class org.yamcs.timeline.TimelineActivity
- addRuns(int, AlgorithmTrace.Run) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest algorithm runs
- addRuns(int, AlgorithmTrace.Run.Builder) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest algorithm runs
- addRuns(String) - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
Identifiers of activity runs matching this item.
- addRuns(AlgorithmTrace.Run) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest algorithm runs
- addRuns(AlgorithmTrace.Run.Builder) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest algorithm runs
- addRunsBuilder() - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest algorithm runs
- addRunsBuilder(int) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest algorithm runs
- addRunsBytes(ByteString) - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
Identifiers of activity runs matching this item.
- addSample(int, Pvalue.TimeSeries.Sample) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
-
List of samples.
- addSample(int, Pvalue.TimeSeries.Sample.Builder) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
-
List of samples.
- addSample(long, Instant) - Method in class org.yamcs.time.TimeCorrelationService
-
Add a time synchronisation sample.
- addSample(Pvalue.TimeSeries.Sample) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
-
List of samples.
- addSample(Pvalue.TimeSeries.Sample.Builder) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
-
List of samples.
- addSampleBuilder() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
-
List of samples.
- addSampleBuilder(int) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
-
List of samples.
- addSamples(int, TcoSample) - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
- addSamples(int, TcoSample.Builder) - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
- addSamples(TcoSample) - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
- addSamples(TcoSample.Builder) - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
- addSamplesBuilder() - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
- addSamplesBuilder(int) - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
- addScripts(String) - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
-
repeated string scripts = 1;
- addScriptsBytes(ByteString) - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
-
repeated string scripts = 1;
- addSecondaryIndex(int, Tablespace.SecondaryIndex) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .SecondaryIndex secondaryIndex = 11;
- addSecondaryIndex(int, Tablespace.SecondaryIndex.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .SecondaryIndex secondaryIndex = 11;
- addSecondaryIndex(Tablespace.SecondaryIndex) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .SecondaryIndex secondaryIndex = 11;
- addSecondaryIndex(Tablespace.SecondaryIndex.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .SecondaryIndex secondaryIndex = 11;
- addSecondaryIndexBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .SecondaryIndex secondaryIndex = 11;
- addSecondaryIndexBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .SecondaryIndex secondaryIndex = 11;
- addSegment(FileDataPacket) - Method in class org.yamcs.cfdp.DataFile
- addSegments(int, ArchiveParameterSegmentInfo) - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;
- addSegments(int, ArchiveParameterSegmentInfo.Builder) - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;
- addSegments(ArchiveParameterSegmentInfo) - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;
- addSegments(ArchiveParameterSegmentInfo.Builder) - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;
- addSegmentsBuilder() - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;
- addSegmentsBuilder(int) - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;
- addSequenceContainer(SequenceContainer) - Method in class org.yamcs.mdb.Subscription
- addSequenceContainer(SequenceContainer) - Method in class org.yamcs.xtce.SpaceSystem
-
Register the container
- addSequenceEntry(SequenceEntry) - Method in class org.yamcs.mdb.Subscription
- addService(String) - Method in class org.yamcs.http.audit.AuditRecordFilter
- addServiceAccount(ServiceAccount) - Method in class org.yamcs.security.Directory
-
Creates a new service account.
- addServiceAccounts(int, ServiceAccountInfo) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Service accounts that are member of this group
- addServiceAccounts(int, ServiceAccountInfo) - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
-
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
- addServiceAccounts(int, ServiceAccountInfo.Builder) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Service accounts that are member of this group
- addServiceAccounts(int, ServiceAccountInfo.Builder) - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
-
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
- addServiceAccounts(String) - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
-
Names of service accounts that should be added as member
- addServiceAccounts(String) - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
-
repeated string serviceAccounts = 2;
- addServiceAccounts(ServiceAccountInfo) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Service accounts that are member of this group
- addServiceAccounts(ServiceAccountInfo) - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
-
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
- addServiceAccounts(ServiceAccountInfo.Builder) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Service accounts that are member of this group
- addServiceAccounts(ServiceAccountInfo.Builder) - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
-
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
- addServiceAccountsBuilder() - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Service accounts that are member of this group
- addServiceAccountsBuilder() - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
-
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
- addServiceAccountsBuilder(int) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Service accounts that are member of this group
- addServiceAccountsBuilder(int) - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
-
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
- addServiceAccountsBytes(ByteString) - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
-
Names of service accounts that should be added as member
- addServiceAccountsBytes(ByteString) - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
-
repeated string serviceAccounts = 2;
- addServices(int, FileTransferServiceInfo) - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferServiceInfo services = 1;
- addServices(int, FileTransferServiceInfo.Builder) - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferServiceInfo services = 1;
- addServices(int, ServiceInfo) - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 1;
- addServices(int, ServiceInfo) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 16;
- addServices(int, ServiceInfo.Builder) - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 1;
- addServices(int, ServiceInfo.Builder) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 16;
- addServices(FileTransferServiceInfo) - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferServiceInfo services = 1;
- addServices(FileTransferServiceInfo.Builder) - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferServiceInfo services = 1;
- addServices(ServiceInfo) - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 1;
- addServices(ServiceInfo) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 16;
- addServices(ServiceInfo.Builder) - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 1;
- addServices(ServiceInfo.Builder) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 16;
- addServicesBuilder() - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferServiceInfo services = 1;
- addServicesBuilder() - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 1;
- addServicesBuilder() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 16;
- addServicesBuilder(int) - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferServiceInfo services = 1;
- addServicesBuilder(int) - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 1;
- addServicesBuilder(int) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 16;
- addSessionListener(SessionListener) - Method in class org.yamcs.security.SessionManager
- addSessions(int, SessionInfo) - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
-
repeated .yamcs.protobuf.iam.SessionInfo sessions = 1;
- addSessions(int, SessionInfo.Builder) - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
-
repeated .yamcs.protobuf.iam.SessionInfo sessions = 1;
- addSessions(SessionInfo) - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
-
repeated .yamcs.protobuf.iam.SessionInfo sessions = 1;
- addSessions(SessionInfo.Builder) - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
-
repeated .yamcs.protobuf.iam.SessionInfo sessions = 1;
- addSessionsBuilder() - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
-
repeated .yamcs.protobuf.iam.SessionInfo sessions = 1;
- addSessionsBuilder(int) - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
-
repeated .yamcs.protobuf.iam.SessionInfo sessions = 1;
- addSevereAlarmRange(MatchCriteria, DoubleRange) - Method in class org.yamcs.xtce.FloatParameterType.Builder
-
Adds a new, or unions with an existing severe range for the specified context
- addSevereAlarmRange(MatchCriteria, DoubleRange) - Method in class org.yamcs.xtce.IntegerParameterType.Builder
-
Adds a new, or unions with an existing severe range for the specified context
- addSevereRange(DoubleRange) - Method in class org.yamcs.xtce.AlarmRanges
- addShort(short) - Method in class org.yamcs.utils.ByteArray
- addSizePrefixedProto(MessageLite) - Method in class org.yamcs.utils.ByteArray
-
Writes a protobuf message to the buffer.
- addSizePrefixedUTF(String) - Method in class org.yamcs.utils.ByteArray
-
Writes a string preceded by its size in two bytes big endian.
- addSlaves(int, ReplicationSlaveInfo) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
- addSlaves(int, ReplicationSlaveInfo.Builder) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
- addSlaves(ReplicationSlaveInfo) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
- addSlaves(ReplicationSlaveInfo.Builder) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
- addSlavesBuilder() - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
- addSlavesBuilder(int) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
- addSnapshot(YRDB, Snapshot) - Method in class org.yamcs.yarch.ExecutionContext
- addSoftwareParameterManager(DataSource, SoftwareParameterManager) - Method in class org.yamcs.parameter.ParameterProcessorManager
-
Register a
SoftwareParameterManager
for the givenDataSource
. - addSource(String) - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
The source of the events.
- addSource(String) - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
-
Filter on specific sources.
- addSource(String) - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
-
Deprecated.
- addSource(String) - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
The source of the events.
- addSource(String) - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
-
Event sources to include.
- addSourceBytes(ByteString) - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
The source of the events.
- addSourceBytes(ByteString) - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
-
Filter on specific sources.
- addSourceBytes(ByteString) - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
-
Deprecated.
- addSourceBytes(ByteString) - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
The source of the events.
- addSourceBytes(ByteString) - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
-
Event sources to include.
- addSources(String) - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
-
Known event sources
- addSourcesBytes(ByteString) - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
-
Known event sources
- addSpaceSystem(int, Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
Deprecated.
- addSpaceSystem(int, Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
Deprecated.
- addSpaceSystem(Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
Deprecated.
- addSpaceSystem(Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
Deprecated.
- addSpaceSystem(SpaceSystem) - Method in class org.yamcs.xtce.SpaceSystem
- addSpaceSystem(SpaceSystem) - Method in class org.yamcs.xtce.XtceDb
-
Adds a new
SpaceSystem
to the XTCE database. - addSpaceSystemBuilder() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
Deprecated.
- addSpaceSystemBuilder(int) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
Deprecated.
- addSpaceSystems(int, Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
-
Matching space systems
- addSpaceSystems(int, Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 11;
- addSpaceSystems(int, Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
-
Matching space systems
- addSpaceSystems(int, Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 11;
- addSpaceSystems(String) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Deprecated.
- addSpaceSystems(String) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Deprecated.
- addSpaceSystems(String) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Deprecated.
- addSpaceSystems(String) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Deprecated.
- addSpaceSystems(String) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Deprecated.
- addSpaceSystems(Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
-
Matching space systems
- addSpaceSystems(Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 11;
- addSpaceSystems(Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
-
Matching space systems
- addSpaceSystems(Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 11;
- addSpaceSystemsBuilder() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
-
Matching space systems
- addSpaceSystemsBuilder() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 11;
- addSpaceSystemsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
-
Matching space systems
- addSpaceSystemsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 11;
- addSpaceSystemsBytes(ByteString) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Deprecated.
- addSpaceSystemsBytes(ByteString) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Deprecated.
- addSpaceSystemsBytes(ByteString) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Deprecated.
- addSpaceSystemsBytes(ByteString) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Deprecated.
- addSpaceSystemsBytes(ByteString) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Deprecated.
- addSpec(Spec) - Static method in class org.yamcs.yarch.YarchDatabaseInstance
- addState(TransferState) - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
Filter by transfer state.
- addStateListener(InstanceStateListener) - Method in class org.yamcs.YamcsInstanceService
- addStatement(Statement) - Method in class org.yamcs.templating.TemplateBody
- addStaticAlarmRange(int, Mdb.AlarmRange) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addStaticAlarmRange(int, Mdb.AlarmRange.Builder) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addStaticAlarmRange(Mdb.AlarmRange) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addStaticAlarmRange(Mdb.AlarmRange.Builder) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addStaticAlarmRangeBuilder() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addStaticAlarmRangeBuilder(int) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- addStaticAlarmRanges(int, Mdb.AlarmRange) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlarmRange staticAlarmRanges = 4;
- addStaticAlarmRanges(int, Mdb.AlarmRange.Builder) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlarmRange staticAlarmRanges = 4;
- addStaticAlarmRanges(Mdb.AlarmRange) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlarmRange staticAlarmRanges = 4;
- addStaticAlarmRanges(Mdb.AlarmRange.Builder) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlarmRange staticAlarmRanges = 4;
- addStaticAlarmRangesBuilder() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlarmRange staticAlarmRanges = 4;
- addStaticAlarmRangesBuilder(int) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlarmRange staticAlarmRanges = 4;
- addStatus(String) - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
Filter on activity status
- addStatusBytes(ByteString) - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
Filter on activity status
- addStep(Step) - Method in class org.yamcs.activities.CommandStack
- addStream(Stream) - Method in class org.yamcs.yarch.YarchDatabaseInstance
-
Adds a stream to the dictionary making it "official"
- addStreams(int, Table.StreamInfo) - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
-
repeated .yamcs.protobuf.table.StreamInfo streams = 1;
- addStreams(int, Table.StreamInfo.Builder) - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
-
repeated .yamcs.protobuf.table.StreamInfo streams = 1;
- addStreams(String) - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
Names of the streams in this database
- addStreams(String) - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
repeated string streams = 2;
- addStreams(String) - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
-
repeated string streams = 2;
- addStreams(Table.StreamInfo) - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
-
repeated .yamcs.protobuf.table.StreamInfo streams = 1;
- addStreams(Table.StreamInfo.Builder) - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
-
repeated .yamcs.protobuf.table.StreamInfo streams = 1;
- addStreamsBuilder() - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
-
repeated .yamcs.protobuf.table.StreamInfo streams = 1;
- addStreamsBuilder(int) - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
-
repeated .yamcs.protobuf.table.StreamInfo streams = 1;
- addStreamsBytes(ByteString) - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
Names of the streams in this database
- addStreamsBytes(ByteString) - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
repeated string streams = 2;
- addStreamsBytes(ByteString) - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
-
repeated string streams = 2;
- addStringAttribute(String, String) - Method in class org.yamcs.commanding.PreparedCommand
- addStringField(String, Function<T, String>) - Method in class org.yamcs.utils.parser.Filter
- addStringField(String, Function<T, String>) - Method in class org.yamcs.utils.parser.FilterParser
- addSub(int, Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo sub = 15;
- addSub(int, Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo sub = 15;
- addSub(Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo sub = 15;
- addSub(Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo sub = 15;
- addSubBuilder() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo sub = 15;
- addSubBuilder(int) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo sub = 15;
- addSubCommand(Command) - Method in class org.yamcs.cli.Command
- addSubscriber(StreamSubscriber) - Method in class org.yamcs.yarch.Stream
- addSubscribers(String) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Subscribers represented in the format ``className@hashCode``.
- addSubscribersBytes(ByteString) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Subscribers represented in the format ``className@hashCode``.
- addSubscription(CommandHistoryFilter, CommandHistoryConsumer) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
-
Called by the CommandHistoryImpl to move the subscription from another command history manager to this one
- addSystemParameterType(ParameterType) - Method in class org.yamcs.mdb.Mdb
-
Adds a parameter type to the MDB.
- addSystemPrivilege(SystemPrivilege) - Method in class org.yamcs.security.AuthorizationInfo
- addSystemPrivilege(SystemPrivilege) - Method in class org.yamcs.security.Role
- addSystemPrivilege(SystemPrivilege) - Method in class org.yamcs.security.SecurityStore
- addSystemPrivilege(SystemPrivilege, boolean) - Method in class org.yamcs.security.User
- addSystemPrivileges(String) - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
-
repeated string systemPrivileges = 1;
- addSystemPrivileges(String) - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
System privileges
- addSystemPrivileges(String) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
System privileges
- addSystemPrivilegesBytes(ByteString) - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
-
repeated string systemPrivileges = 1;
- addSystemPrivilegesBytes(ByteString) - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
System privileges
- addSystemPrivilegesBytes(ByteString) - Method in class org.yamcs.protobuf.UserInfo.Builder
-
System privileges
- addSystems(int, Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(int, Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(int, Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(int, Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(int, Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(int, Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(int, Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(int, Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(int, Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(int, Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(Mdb.SpaceSystemInfo) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystems(Mdb.SpaceSystemInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystemsBuilder() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystemsBuilder() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystemsBuilder() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystemsBuilder() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystemsBuilder() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystemsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystemsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystemsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystemsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addSystemsBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- addTableFormatOption(CreateTableStatement.TableFormatOption) - Method in class org.yamcs.yarch.streamsql.CreateTableStatement
- addTables(int, Table.TableInfo) - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
-
repeated .yamcs.protobuf.table.TableInfo tables = 1;
- addTables(int, Table.TableInfo.Builder) - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
-
repeated .yamcs.protobuf.table.TableInfo tables = 1;
- addTables(String) - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
Names of the tables in this database
- addTables(Table.TableInfo) - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
-
repeated .yamcs.protobuf.table.TableInfo tables = 1;
- addTables(Table.TableInfo.Builder) - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
-
repeated .yamcs.protobuf.table.TableInfo tables = 1;
- addTablesBuilder() - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
-
repeated .yamcs.protobuf.table.TableInfo tables = 1;
- addTablesBuilder(int) - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
-
repeated .yamcs.protobuf.table.TableInfo tables = 1;
- addTablesBytes(ByteString) - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
Names of the tables in this database
- addTablespaces(int, RocksDbTablespaceInfo) - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbTablespaceInfo tablespaces = 1;
- addTablespaces(int, RocksDbTablespaceInfo.Builder) - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbTablespaceInfo tablespaces = 1;
- addTablespaces(RocksDbTablespaceInfo) - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbTablespaceInfo tablespaces = 1;
- addTablespaces(RocksDbTablespaceInfo.Builder) - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbTablespaceInfo tablespaces = 1;
- addTablespacesBuilder() - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbTablespaceInfo tablespaces = 1;
- addTablespacesBuilder(int) - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbTablespaceInfo tablespaces = 1;
- addTableStreamListener(TableStreamListener) - Method in class org.yamcs.management.ManagementService
- addTags(String) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
Deprecated.
- addTags(String) - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Tags
- addTags(String) - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
-
repeated string tags = 1;
- addTags(String) - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
Deprecated.
- addTags(String) - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
repeated string tags = 6;
- addTags(String) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Items containing these tags will be part of the timeline
- addTags(String) - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
New tags
- addTagsBytes(ByteString) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
Deprecated.
- addTagsBytes(ByteString) - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Tags
- addTagsBytes(ByteString) - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
-
repeated string tags = 1;
- addTagsBytes(ByteString) - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
Deprecated.
- addTagsBytes(ByteString) - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
repeated string tags = 6;
- addTagsBytes(ByteString) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Items containing these tags will be part of the timeline
- addTagsBytes(ByteString) - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
New tags
- addTcPatterns(String) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands whose qualified name matches any of the regular expressions in this list.
- addTcPatterns(Collection<Pattern>) - Method in class org.yamcs.commanding.CommandQueue
- addTcPatternsBytes(ByteString) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands whose qualified name matches any of the regular expressions in this list.
- addTcStreams(String) - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
-
Command-related streams
- addTcStreamsBytes(ByteString) - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
-
Command-related streams
- addTemplates(int, InstanceTemplate) - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
-
repeated .yamcs.protobuf.instances.InstanceTemplate templates = 1;
- addTemplates(int, InstanceTemplate.Builder) - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
-
repeated .yamcs.protobuf.instances.InstanceTemplate templates = 1;
- addTemplates(InstanceTemplate) - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
-
repeated .yamcs.protobuf.instances.InstanceTemplate templates = 1;
- addTemplates(InstanceTemplate.Builder) - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
-
repeated .yamcs.protobuf.instances.InstanceTemplate templates = 1;
- addTemplatesBuilder() - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
-
repeated .yamcs.protobuf.instances.InstanceTemplate templates = 1;
- addTemplatesBuilder(int) - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
-
repeated .yamcs.protobuf.instances.InstanceTemplate templates = 1;
- addThreads(int, ThreadInfo) - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
-
repeated .yamcs.protobuf.server.ThreadInfo threads = 1;
- addThreads(int, ThreadInfo.Builder) - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
-
repeated .yamcs.protobuf.server.ThreadInfo threads = 1;
- addThreads(ThreadInfo) - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
-
repeated .yamcs.protobuf.server.ThreadInfo threads = 1;
- addThreads(ThreadInfo.Builder) - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
-
repeated .yamcs.protobuf.server.ThreadInfo threads = 1;
- addThreadsBuilder() - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
-
repeated .yamcs.protobuf.server.ThreadInfo threads = 1;
- addThreadsBuilder(int) - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
-
repeated .yamcs.protobuf.server.ThreadInfo threads = 1;
- addTimeOfFlightIntervals(Void, AddTimeOfFlightIntervalsRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.TimeCorrelationApiClient
-
Add intervals for the time of flight calculation.
- addTimeOfFlightIntervals(Context, AddTimeOfFlightIntervalsRequest, Observer<Empty>) - Method in class org.yamcs.http.api.TimeCorrelationApi
- addTimeOfFlightIntervals(T, AddTimeOfFlightIntervalsRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractTimeCorrelationApi
-
Add intervals for the time of flight calculation.
- AddTimeOfFlightIntervalsRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.tco.AddTimeOfFlightIntervalsRequest
- AddTimeOfFlightIntervalsRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.tco.AddTimeOfFlightIntervalsRequest
- AddTimeOfFlightIntervalsRequestOrBuilder - Interface in org.yamcs.protobuf
- addTimePartition(Partition) - Method in class org.yamcs.yarch.PartitionManager.Interval
- addTimestampColumn(String, long) - Method in class org.yamcs.yarch.Tuple
-
Add a TIMESTAMP column
- addTmLinks(String) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Since version 5.4.0, Yamcs records the name of the TM link on which a TM packet is received together with the packet (in the tm table).
- addTmLinks(String) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
if specified, only replay packets originally received on one of those links
- addTmLinksBytes(ByteString) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Since version 5.4.0, Yamcs records the name of the TM link on which a TM packet is received together with the packet (in the tm table).
- addTmLinksBytes(ByteString) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
if specified, only replay packets originally received on one of those links
- addTmParam(ParameterValue) - Method in class org.yamcs.mdb.ProcessingContext
- addTmParams(List<ParameterValue>) - Method in class org.yamcs.mdb.ProcessingContext
- addTmstats(int, TmStatistics) - Method in class org.yamcs.protobuf.Statistics.Builder
-
repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3;
- addTmstats(int, TmStatistics.Builder) - Method in class org.yamcs.protobuf.Statistics.Builder
-
repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3;
- addTmstats(TmStatistics) - Method in class org.yamcs.protobuf.Statistics.Builder
-
repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3;
- addTmstats(TmStatistics.Builder) - Method in class org.yamcs.protobuf.Statistics.Builder
-
repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3;
- addTmstatsBuilder() - Method in class org.yamcs.protobuf.Statistics.Builder
-
repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3;
- addTmstatsBuilder(int) - Method in class org.yamcs.protobuf.Statistics.Builder
-
repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3;
- addToAll(int) - Method in class org.yamcs.utils.SortedIntArray
-
Change the elements of the array by adding x to each element
- addToCommandHistory(Commanding.CommandId, Commanding.CommandHistoryAttribute) - Method in class org.yamcs.commanding.CommandQueueManager
- addTopics(int, TopicInfo) - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
-
repeated .yamcs.protobuf.server.TopicInfo topics = 1;
- addTopics(int, TopicInfo.Builder) - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
-
repeated .yamcs.protobuf.server.TopicInfo topics = 1;
- addTopics(TopicInfo) - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
-
repeated .yamcs.protobuf.server.TopicInfo topics = 1;
- addTopics(TopicInfo.Builder) - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
-
repeated .yamcs.protobuf.server.TopicInfo topics = 1;
- addTopicsBuilder() - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
-
repeated .yamcs.protobuf.server.TopicInfo topics = 1;
- addTopicsBuilder(int) - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
-
repeated .yamcs.protobuf.server.TopicInfo topics = 1;
- addToProto(boolean, TimelineItem.Builder) - Method in class org.yamcs.timeline.ItemGroup
- addToProto(boolean, TimelineItem.Builder) - Method in class org.yamcs.timeline.TimelineActivity
- addToProto(boolean, TimelineItem.Builder) - Method in class org.yamcs.timeline.TimelineEvent
- addToProto(boolean, TimelineItem.Builder) - Method in class org.yamcs.timeline.TimelineItem
- addToTuple(Tuple) - Method in class org.yamcs.timeline.ItemGroup
- addToTuple(Tuple) - Method in class org.yamcs.timeline.TimelineActivity
- addToTuple(Tuple) - Method in class org.yamcs.timeline.TimelineEvent
- addToTuple(Tuple) - Method in class org.yamcs.timeline.TimelineItem
- addTrace(int, TraceElementInfo) - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
- addTrace(int, TraceElementInfo.Builder) - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
- addTrace(TraceElementInfo) - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
- addTrace(TraceElementInfo.Builder) - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
- addTraceBuilder() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
- addTraceBuilder(int) - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
- addTransfer(CfdpTransactionId, String) - Method in class org.yamcs.cfdp.FileDownloadRequests
- addTransferOptions(int, FileTransferOption) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferOption transferOptions = 6;
- addTransferOptions(int, FileTransferOption.Builder) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferOption transferOptions = 6;
- addTransferOptions(FileTransferOption) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferOption transferOptions = 6;
- addTransferOptions(FileTransferOption.Builder) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferOption transferOptions = 6;
- addTransferOptionsBuilder() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferOption transferOptions = 6;
- addTransferOptionsBuilder(int) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferOption transferOptions = 6;
- addTransferredSize(long) - Method in class org.yamcs.http.Context
- addTransfers(int, TransferInfo) - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.TransferInfo transfers = 1;
- addTransfers(int, TransferInfo.Builder) - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.TransferInfo transfers = 1;
- addTransfers(TransferInfo) - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.TransferInfo transfers = 1;
- addTransfers(TransferInfo.Builder) - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.TransferInfo transfers = 1;
- addTransfersBuilder() - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.TransferInfo transfers = 1;
- addTransfersBuilder(int) - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.TransferInfo transfers = 1;
- addTransmissionConstrain(TransmissionConstraint) - Method in class org.yamcs.xtce.MetaCommand
- addTuple(Tuple) - Method in class org.yamcs.yarch.streamsql.StreamSqlResultList
- addType(String) - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
The type of activity.
- addType(String) - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
The parameter types to be included in the result.
- addTypeBytes(ByteString) - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
The type of activity.
- addTypeBytes(ByteString) - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
The parameter types to be included in the result.
- addTypes(String) - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
-
repeated string types = 1;
- addTypesBytes(ByteString) - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
-
repeated string types = 1;
- addUnit(UnitType) - Method in class org.yamcs.xtce.BaseDataType.Builder
- addUnitSet(int, Mdb.UnitInfo) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSet(int, Mdb.UnitInfo) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSet(int, Mdb.UnitInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSet(int, Mdb.UnitInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSet(Mdb.UnitInfo) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSet(Mdb.UnitInfo) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSet(Mdb.UnitInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSet(Mdb.UnitInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSetBuilder() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSetBuilder() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSetBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnitSetBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- addUnresolvedReference(NameReference) - Method in class org.yamcs.xtce.SpaceSystem
-
tries to resolve the reference immediately in the current system; if it cannot, add it to the list of unresolved references - the reference will be resolved when all parts are available
- addUsedBy(int, Mdb.ParameterInfo) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Which parameters this type is used by.
- addUsedBy(int, Mdb.ParameterInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Which parameters this type is used by.
- addUsedBy(Mdb.ParameterInfo) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Which parameters this type is used by.
- addUsedBy(Mdb.ParameterInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Which parameters this type is used by.
- addUsedByBuilder() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Which parameters this type is used by.
- addUsedByBuilder(int) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Which parameters this type is used by.
- addUser(User) - Method in class org.yamcs.security.Directory
- addUsers(int, UserInfo) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Users that are member of this group
- addUsers(int, UserInfo) - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
-
repeated .yamcs.protobuf.iam.UserInfo users = 1;
- addUsers(int, UserInfo.Builder) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Users that are member of this group
- addUsers(int, UserInfo.Builder) - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
-
repeated .yamcs.protobuf.iam.UserInfo users = 1;
- addUsers(String) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands that are issued by one of the users in this list.
- addUsers(String) - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
-
Usernames of users that should be added as member
- addUsers(String) - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
-
repeated string users = 1;
- addUsers(Collection<String>) - Method in class org.yamcs.commanding.CommandQueue
- addUsers(UserInfo) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Users that are member of this group
- addUsers(UserInfo) - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
-
repeated .yamcs.protobuf.iam.UserInfo users = 1;
- addUsers(UserInfo.Builder) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Users that are member of this group
- addUsers(UserInfo.Builder) - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
-
repeated .yamcs.protobuf.iam.UserInfo users = 1;
- addUsersBuilder() - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Users that are member of this group
- addUsersBuilder() - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
-
repeated .yamcs.protobuf.iam.UserInfo users = 1;
- addUsersBuilder(int) - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Users that are member of this group
- addUsersBuilder(int) - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
-
repeated .yamcs.protobuf.iam.UserInfo users = 1;
- addUsersBytes(ByteString) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands that are issued by one of the users in this list.
- addUsersBytes(ByteString) - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
-
Usernames of users that should be added as member
- addUsersBytes(ByteString) - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
-
repeated string users = 1;
- addValue(int, Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue value = 1;
- addValue(int, Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue value = 1;
- addValue(int, Yamcs.Value) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated .yamcs.protobuf.Value value = 2;
- addValue(int, Yamcs.Value.Builder) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated .yamcs.protobuf.Value value = 2;
- addValue(Value) - Method in class org.yamcs.parameterarchive.StringValueSegment
- addValue(Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue value = 1;
- addValue(Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue value = 1;
- addValue(Yamcs.Value) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated .yamcs.protobuf.Value value = 2;
- addValue(Yamcs.Value.Builder) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated .yamcs.protobuf.Value value = 2;
- addValueBuilder() - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue value = 1;
- addValueBuilder() - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated .yamcs.protobuf.Value value = 2;
- addValueBuilder(int) - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue value = 1;
- addValueBuilder(int) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated .yamcs.protobuf.Value value = 2;
- addValueColumn(int, Table.ColumnInfo) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
- addValueColumn(int, Table.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
- addValueColumn(int, Tablespace.TableColumnInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo valueColumn = 3;
- addValueColumn(int, Tablespace.TableColumnInfo.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo valueColumn = 3;
- addValueColumn(Table.ColumnInfo) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
- addValueColumn(Table.ColumnInfo.Builder) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
- addValueColumn(Tablespace.TableColumnInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo valueColumn = 3;
- addValueColumn(Tablespace.TableColumnInfo.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo valueColumn = 3;
- addValueColumnBuilder() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
- addValueColumnBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo valueColumn = 3;
- addValueColumnBuilder(int) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
- addValueColumnBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo valueColumn = 3;
- addValues(int, FileTransferOption.Value) - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Values for potential dropdown menu
- addValues(int, FileTransferOption.Value.Builder) - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Values for potential dropdown menu
- addValues(int, ParameterValueUpdate) - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
-
A group of values, and their properties
- addValues(int, ParameterValueUpdate.Builder) - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
-
A group of values, and their properties
- addValues(int, Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Values of updated parameters.
- addValues(int, Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Values of updated parameters.
- addValues(int, Yamcs.Value) - Method in class org.yamcs.protobuf.Table.ListValue.Builder
-
repeated .yamcs.protobuf.Value values = 1;
- addValues(int, Yamcs.Value.Builder) - Method in class org.yamcs.protobuf.Table.ListValue.Builder
-
repeated .yamcs.protobuf.Value values = 1;
- addValues(FileTransferOption.Value) - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Values for potential dropdown menu
- addValues(FileTransferOption.Value.Builder) - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Values for potential dropdown menu
- addValues(ParameterValueUpdate) - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
-
A group of values, and their properties
- addValues(ParameterValueUpdate.Builder) - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
-
A group of values, and their properties
- addValues(Pvalue.ParameterValue) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Values of updated parameters.
- addValues(Pvalue.ParameterValue.Builder) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Values of updated parameters.
- addValues(Yamcs.Value) - Method in class org.yamcs.protobuf.Table.ListValue.Builder
-
repeated .yamcs.protobuf.Value values = 1;
- addValues(Yamcs.Value.Builder) - Method in class org.yamcs.protobuf.Table.ListValue.Builder
-
repeated .yamcs.protobuf.Value values = 1;
- addValuesBuilder() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Values for potential dropdown menu
- addValuesBuilder() - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
-
A group of values, and their properties
- addValuesBuilder() - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Values of updated parameters.
- addValuesBuilder() - Method in class org.yamcs.protobuf.Table.ListValue.Builder
-
repeated .yamcs.protobuf.Value values = 1;
- addValuesBuilder(int) - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Values for potential dropdown menu
- addValuesBuilder(int) - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
-
A group of values, and their properties
- addValuesBuilder(int) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Values of updated parameters.
- addValuesBuilder(int) - Method in class org.yamcs.protobuf.Table.ListValue.Builder
-
repeated .yamcs.protobuf.Value values = 1;
- addVariable(Variable) - Method in class org.yamcs.templating.Template
- addVariables(int, TemplateVariable) - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
-
List of variables that this template may expect
- addVariables(int, TemplateVariable.Builder) - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
-
List of variables that this template may expect
- addVariables(TemplateVariable) - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
-
List of variables that this template may expect
- addVariables(TemplateVariable.Builder) - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
-
List of variables that this template may expect
- addVariablesBuilder() - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
-
List of variables that this template may expect
- addVariablesBuilder(int) - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
-
List of variables that this template may expect
- addVerifier(int, Mdb.VerifierInfo) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.VerifierInfo verifier = 14;
- addVerifier(int, Mdb.VerifierInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.VerifierInfo verifier = 14;
- addVerifier(Mdb.VerifierInfo) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.VerifierInfo verifier = 14;
- addVerifier(Mdb.VerifierInfo.Builder) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.VerifierInfo verifier = 14;
- addVerifier(CommandVerifier) - Method in class org.yamcs.xtce.MetaCommand
- addVerifierBuilder() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.VerifierInfo verifier = 14;
- addVerifierBuilder(int) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.VerifierInfo verifier = 14;
- addVerifierConfig(String, Commanding.VerifierConfig) - Method in class org.yamcs.commanding.PreparedCommand
- addView(Void, AddViewRequest, Observer<TimelineView>) - Method in class org.yamcs.protobuf.TimelineApiClient
-
Add a view
- addView(Context, AddViewRequest, Observer<TimelineView>) - Method in class org.yamcs.http.api.TimelineApi
- addView(TimelineView) - Method in class org.yamcs.timeline.TimelineViewDb
- addView(T, AddViewRequest, Observer<TimelineView>) - Method in class org.yamcs.protobuf.AbstractTimelineApi
-
Add a view
- AddViewRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.AddViewRequest
- AddViewRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.AddViewRequest
- AddViewRequestOrBuilder - Interface in org.yamcs.protobuf
- addViews(int, TimelineView) - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineView views = 1;
- addViews(int, TimelineView.Builder) - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineView views = 1;
- addViews(TimelineView) - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineView views = 1;
- addViews(TimelineView.Builder) - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineView views = 1;
- addViewsBuilder() - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineView views = 1;
- addViewsBuilder(int) - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineView views = 1;
- addWarningAlarmRange(MatchCriteria, DoubleRange) - Method in class org.yamcs.xtce.FloatParameterType.Builder
-
Adds a new, or unions with an existing warning range for the specified context
- addWarningAlarmRange(MatchCriteria, DoubleRange) - Method in class org.yamcs.xtce.IntegerParameterType.Builder
-
Adds a new, or unions with an existing warning range for the specified context
- addWarningRange(DoubleRange) - Method in class org.yamcs.xtce.AlarmRanges
- addWatchAlarmRange(MatchCriteria, DoubleRange) - Method in class org.yamcs.xtce.FloatParameterType.Builder
-
Adds a new, or unions with an existing watch range for the specified context
- addWatchAlarmRange(MatchCriteria, DoubleRange) - Method in class org.yamcs.xtce.IntegerParameterType.Builder
-
Adds a new, or unions with an existing watch range for the specified context
- addWatchRange(DoubleRange) - Method in class org.yamcs.xtce.AlarmRanges
- addWhenConditions(int, WhenConditionInfo) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Conditional constraints on a group of options
- addWhenConditions(int, WhenConditionInfo.Builder) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Conditional constraints on a group of options
- addWhenConditions(WhenConditionInfo) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Conditional constraints on a group of options
- addWhenConditions(WhenConditionInfo.Builder) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Conditional constraints on a group of options
- addWhenConditionsBuilder() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Conditional constraints on a group of options
- addWhenConditionsBuilder(int) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Conditional constraints on a group of options
- adjustBeginLineColumn(int, int) - Method in class org.yamcs.templating.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class org.yamcs.utils.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adminPassword - Variable in class org.yamcs.tests.AbstractIntegrationTest
- adminUsername - Variable in class org.yamcs.tests.AbstractIntegrationTest
- advance - Variable in class org.yamcs.yarch.streamsql.WindowSpecification
- AFAP - Enum constant in enum class org.yamcs.archive.SpeedSpec.Type
- AFAP - Enum constant in enum class org.yamcs.protobuf.Yamcs.ReplaySpeed.ReplaySpeedType
-
AFAP = 1;
- AFAP_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.ReplaySpeed.ReplaySpeedType
-
AFAP = 1;
- after() - Method in class org.yamcs.tests.AbstractIntegrationTest
- after() - Method in class org.yamcs.utils.PerfTimer
- aggInputDef - Variable in class org.yamcs.yarch.WindowProcessor
- aggList - Variable in class org.yamcs.yarch.WindowProcessor
- AGGREGATE - Enum constant in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
AGGREGATE = 10;
- AGGREGATE_IN_AGGREGATE - Enum constant in enum class org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
- AGGREGATE_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
AGGREGATE = 10;
- AGGREGATE_WITHOUT_WINDOW - Enum constant in enum class org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
- AggregateArgumentType - Class in org.yamcs.xtce
- AggregateArgumentType(AggregateArgumentType) - Constructor for class org.yamcs.xtce.AggregateArgumentType
- AggregateArgumentType(AggregateArgumentType.Builder) - Constructor for class org.yamcs.xtce.AggregateArgumentType
- AggregateArgumentType.Builder - Class in org.yamcs.xtce
- AggregateDataType - Class in org.yamcs.xtce
- AggregateDataType(AggregateDataType) - Constructor for class org.yamcs.xtce.AggregateDataType
- AggregateDataType(AggregateDataType.Builder<?>) - Constructor for class org.yamcs.xtce.AggregateDataType
- AggregateDataType.Builder<T extends AggregateDataType.Builder<T>> - Class in org.yamcs.xtce
- AggregatedDataLink - Interface in org.yamcs.tctm
-
A data link that has multiple sub-links
- AggregateExpression - Class in org.yamcs.yarch.streamsql
-
Expressions containing aggregates are computed in two phases: phase 1: the input tuples are passed to a list of expressions composed by the group by columns and the list of aggregates phase 2: the output tuples of phase 1 are passed to the list of original select list.
- AggregateExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.AggregateExpression
- aggregateFillCode_clear(StringBuilder) - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
- aggregateFillCode_clear(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.CountExpression
- aggregateFillCode_clear(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.SumExpression
- aggregateFillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
- aggregateFillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.CountExpression
- aggregateFillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.SumExpression
- aggregateFillCode_getValue(StringBuilder) - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
- aggregateFillCode_getValue(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.CountExpression
- aggregateFillCode_getValue(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.SumExpression
- aggregateFillCode_newData(StringBuilder) - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
- aggregateFillCode_newData(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.CountExpression
- aggregateFillCode_newData(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.SumExpression
- AggregateListExpression - Class in org.yamcs.yarch.streamsql
- AggregateListExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.AggregateListExpression
- AggregateMemberNames - Class in org.yamcs.xtce.util
-
Represents a list of aggregate member names.
- AggregateParameterType - Class in org.yamcs.xtce
-
AggegateParameters are analogous to a C struct, they are an aggregation of related data items.
- AggregateParameterType(AggregateParameterType) - Constructor for class org.yamcs.xtce.AggregateParameterType
- AggregateParameterType(AggregateParameterType.Builder) - Constructor for class org.yamcs.xtce.AggregateParameterType
- AggregateParameterType.Builder - Class in org.yamcs.xtce
- AggregateTypeParser - Class in org.yamcs.xtce.xlsv7.parser
- AggregateTypeParser(InputStream) - Constructor for class org.yamcs.xtce.xlsv7.parser.AggregateTypeParser
-
Constructor with InputStream.
- AggregateTypeParser(InputStream, String) - Constructor for class org.yamcs.xtce.xlsv7.parser.AggregateTypeParser
-
Constructor with InputStream and supplied encoding
- AggregateTypeParser(Reader) - Constructor for class org.yamcs.xtce.xlsv7.parser.AggregateTypeParser
-
Constructor.
- AggregateTypeParser(AggregateTypeParserTokenManager) - Constructor for class org.yamcs.xtce.xlsv7.parser.AggregateTypeParser
-
Constructor with generated Token Manager.
- AggregateTypeParserConstants - Interface in org.yamcs.xtce.xlsv7.parser
-
Token literal values and constants.
- AggregateTypeParserTokenManager - Class in org.yamcs.xtce.xlsv7.parser
-
Token Manager.
- AggregateTypeParserTokenManager(SimpleCharStream) - Constructor for class org.yamcs.xtce.xlsv7.parser.AggregateTypeParserTokenManager
-
Constructor.
- AggregateTypeParserTokenManager(SimpleCharStream, int) - Constructor for class org.yamcs.xtce.xlsv7.parser.AggregateTypeParserTokenManager
-
Constructor.
- AggregateTypeUtil - Class in org.yamcs.xtce.util
-
operations to aggregates or arrays
- AggregateTypeUtil() - Constructor for class org.yamcs.xtce.util.AggregateTypeUtil
- AggregateUtil - Class in org.yamcs.utils
-
operations to aggregates or arrays
- AggregateUtil() - Constructor for class org.yamcs.utils.AggregateUtil
- AggregateValue - Class in org.yamcs.parameter
- AggregateValue(AggregateMemberNames) - Constructor for class org.yamcs.parameter.AggregateValue
-
Create a new aggregate value with the member names.
- AGGREGATEVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.Value
- AggregateWithValue(AggregateDataType, Map<String, Object>) - Constructor for record class org.yamcs.mdb.TcProcessingContext.AggregateWithValue
-
Creates an instance of a
AggregateWithValue
record class. - AggrMember - Class in org.yamcs.xtce.xlsv7.parser
- AggrMember() - Method in class org.yamcs.xtce.xlsv7.parser.AggregateTypeParser
- AggrrayBuilder - Class in org.yamcs.parameterarchive
-
builds aggregate or array values out of members extracted from the parameter archive.
- AggrrayIterator - Class in org.yamcs.parameterarchive
-
Iterates over parameter archive segments storing components of an aggregate or array value and reconstructs the aggregate/array value from those components.
- AggrrayIterator(ParameterArchive, ParameterId, int, ParameterRetrievalOptions) - Constructor for class org.yamcs.parameterarchive.AggrrayIterator
- ALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest
- ALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.ClearAlarmRequest
- ALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.ShelveAlarmRequest
- ALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest
- ALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContextAlarmInfo
- AlarmData - Class in org.yamcs.protobuf
-
Summary of an alarm applicable for Parameter or Event (possibly other in the future) alarms.
- AlarmData.Builder - Class in org.yamcs.protobuf
-
Summary of an alarm applicable for Parameter or Event (possibly other in the future) alarms.
- AlarmDataOrBuilder - Interface in org.yamcs.protobuf
- AlarmLevels - Enum Class in org.yamcs.xtce
-
An enumerated list of the possible alarm levels
- AlarmListener<T> - Interface in org.yamcs.alarms
- alarmListeners - Variable in class org.yamcs.alarms.AbstractAlarmServer
- AlarmMirrorService - Class in org.yamcs.alarms
-
This service is used in a replication setup to mirror the active alarms from a master instance.
- AlarmMirrorService() - Constructor for class org.yamcs.alarms.AlarmMirrorService
- AlarmNotificationType - Enum Class in org.yamcs.alarms
- AlarmNotificationType - Enum Class in org.yamcs.protobuf
-
Protobuf enum
yamcs.protobuf.alarms.AlarmNotificationType
- ALARMRANGE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.ParameterValue
- ALARMRANGE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterStatus
- ALARMRANGE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
- AlarmRanges - Class in org.yamcs.xtce
-
Contains five ranges: Watch, Warning, Distress, Critical, and Severe each in increasing severity.
- AlarmRanges() - Constructor for class org.yamcs.xtce.AlarmRanges
- AlarmRecorder - Class in org.yamcs.archive
-
Records alarms.
- AlarmRecorder() - Constructor for class org.yamcs.archive.AlarmRecorder
- AlarmReporter - Class in org.yamcs.alarms
-
Generates events for parameters out of limits.
- AlarmReporter() - Constructor for class org.yamcs.alarms.AlarmReporter
- AlarmReportType - Enum Class in org.yamcs.xtce
-
Allow control over when alarms are reported.
- ALARMS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.ListAlarmsResponse
- ALARMS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse
- AlarmsApi - Class in org.yamcs.http.api
- AlarmsApi(AuditLog) - Constructor for class org.yamcs.http.api.AlarmsApi
- AlarmsApiClient - Class in org.yamcs.protobuf.alarms
- AlarmsApiClient(MethodHandler) - Constructor for class org.yamcs.protobuf.alarms.AlarmsApiClient
- AlarmSequenceException - Exception in org.yamcs.alarms
-
Used by AlarmServer to indicate that a specified alarm instance does not have the expected sequence number.
- AlarmSequenceException(int, int) - Constructor for exception org.yamcs.alarms.AlarmSequenceException
- AlarmServer<S,
T> - Class in org.yamcs.alarms -
Maintains a list of active alarms.
- AlarmServer(String, ProcessorConfig, ScheduledThreadPoolExecutor) - Constructor for class org.yamcs.alarms.AlarmServer
- AlarmSeverity - Enum Class in org.yamcs.protobuf
-
Protobuf enum
yamcs.protobuf.alarms.AlarmSeverity
- AlarmsProto - Class in org.yamcs.protobuf
- AlarmsServiceProto - Class in org.yamcs.protobuf.alarms
- AlarmState - Enum Class in org.yamcs.alarms
-
Inspired from ANSI/ISA–18.2 Management Of Alarm Systems For The Process Industries process is the entity that triggers the alarm, in our case parameters or events.
- AlarmStreamer<T> - Class in org.yamcs.alarms
- AlarmStreamer(Stream, DataType, TupleDefinition) - Constructor for class org.yamcs.alarms.AlarmStreamer
- AlarmSubscription - Class in org.yamcs.client
-
Subscription for receiving alarm detail.
- AlarmSubscription(MethodHandler) - Constructor for class org.yamcs.client.AlarmSubscription
- alarmTableName() - Method in class org.yamcs.alarms.AbstractAlarmServer
- alarmTableName() - Method in class org.yamcs.alarms.EventAlarmServer
- alarmTableName() - Method in class org.yamcs.alarms.ParameterAlarmServer
- AlarmType - Class in org.yamcs.xtce
-
Base type for alarms
- AlarmType - Enum Class in org.yamcs.protobuf
-
Protobuf enum
yamcs.protobuf.alarms.AlarmType
- AlarmType() - Constructor for class org.yamcs.xtce.AlarmType
- alert(Cop1Monitor.AlertType) - Method in interface org.yamcs.tctm.ccsds.Cop1Monitor
- alert(Cop1Monitor.AlertType) - Method in class org.yamcs.tctm.ccsds.Cop1MonitorImpl
- Algorithm - Class in org.yamcs.xtce
-
Abstract algorithm - defines the inputs, outputs and triggers
- Algorithm(String) - Constructor for class org.yamcs.xtce.Algorithm
- ALGORITHM - Enum constant in enum class org.yamcs.protobuf.Mdb.CalibratorInfo.Type
-
ALGORITHM = 4;
- ALGORITHM - Enum constant in enum class org.yamcs.protobuf.Mdb.MissionDatabaseItem.ItemCase
- ALGORITHM - Enum constant in enum class org.yamcs.xtce.CommandVerifier.Type
-
an algorithm runs to decide if the verifier succeeds or fails
- ALGORITHM - Enum constant in enum class org.yamcs.xtce.util.NameReference.Type
- ALGORITHM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlgorithmTextOverride
- ALGORITHM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.MissionDatabaseItem
- ALGORITHM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.UsedByInfo
- ALGORITHM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.VerifierInfo
- ALGORITHM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateAlgorithmRequest
- ALGORITHM_TEXT - Enum constant in enum class org.yamcs.protobuf.MdbOverrideInfo.OverrideType
-
Override of an algorithm's text
- ALGORITHM_TEXT_VALUE - Static variable in enum class org.yamcs.protobuf.MdbOverrideInfo.OverrideType
-
Override of an algorithm's text
- ALGORITHM_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.CalibratorInfo.Type
-
ALGORITHM = 4;
- Algorithm.Scope - Enum Class in org.yamcs.xtce
- AlgorithmCalibrator - Class in org.yamcs.xtce
-
A general calibrator - references a java class that can convert any raw value to any engineer value or the reverse.
- AlgorithmCalibrator(Algorithm) - Constructor for class org.yamcs.xtce.AlgorithmCalibrator
- AlgorithmCalibratorProc - Interface in org.yamcs.mdb
-
Interface to be implemented by all the java calibrators.
- ALGORITHMCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.MissionDatabase
- algorithmDef - Variable in class org.yamcs.algorithms.AbstractAlgorithmExecutor
- AlgorithmEngine - Interface in org.yamcs.algorithms
-
Handles algorithms for one language.
- algorithmError(List<RawEngValue>, String) - Method in interface org.yamcs.algorithms.AlgorithmExecListener
-
Called when the algorithm produced an error
- algorithmError(List<RawEngValue>, String) - Method in class org.yamcs.algorithms.AlgorithmTrace
- AlgorithmException - Exception in org.yamcs.algorithms
-
exception thrown when unexpected things happen during the loading and execution of algorithms.
- AlgorithmException(String) - Constructor for exception org.yamcs.algorithms.AlgorithmException
- AlgorithmException(String, Throwable) - Constructor for exception org.yamcs.algorithms.AlgorithmException
- AlgorithmException(Throwable) - Constructor for exception org.yamcs.algorithms.AlgorithmException
- AlgorithmException(List<RawEngValue>, String) - Constructor for exception org.yamcs.algorithms.AlgorithmException
-
When the error was encountered when executing an algorithm with the given inputs
- AlgorithmExecListener - Interface in org.yamcs.algorithms
- AlgorithmExecutionContext - Class in org.yamcs.algorithms
-
A context is a collection of active algorithms.
- AlgorithmExecutionContext(String, ProcessorData, int) - Constructor for class org.yamcs.algorithms.AlgorithmExecutionContext
- AlgorithmExecutionResult - Class in org.yamcs.algorithms
-
Describes the result of the algorithm execution, which consists of the following components: Input Parameter Values (Optional) - A list of parameters that were used as input to the algorithm. Output Parameter Values - A list of
ParameterValue
objects that are propagated to Yamcs clients. - AlgorithmExecutionResult(Object, List<ParameterValue>) - Constructor for class org.yamcs.algorithms.AlgorithmExecutionResult
- AlgorithmExecutionResult(List<ParameterValue>) - Constructor for class org.yamcs.algorithms.AlgorithmExecutionResult
- AlgorithmExecutionResult(List<RawEngValue>, Object, List<ParameterValue>) - Constructor for class org.yamcs.algorithms.AlgorithmExecutionResult
- AlgorithmExecutionResult(ParameterValue) - Constructor for class org.yamcs.algorithms.AlgorithmExecutionResult
-
Constructor for an algorithm result which returns exactly one value
- AlgorithmExecutor - Interface in org.yamcs.algorithms
-
Represents the execution context of one algorithm.
- AlgorithmExecutorFactory - Interface in org.yamcs.algorithms
-
Responsible for creating algorithm executors.
- AlgorithmFunctions - Class in org.yamcs.algorithms
-
Library of functions available from within Algorithm scripts using this naming scheme:
- AlgorithmFunctions(Processor, AlgorithmExecutionContext) - Constructor for class org.yamcs.algorithms.AlgorithmFunctions
- AlgorithmManager - Class in org.yamcs.algorithms
-
Manages the provision of requested parameters that require the execution of one or more XTCE algorithms.
- AlgorithmManager() - Constructor for class org.yamcs.algorithms.AlgorithmManager
- algorithmRun(List<RawEngValue>, Object, List<ParameterValue>) - Method in interface org.yamcs.algorithms.AlgorithmExecListener
-
Called when the algorithm has run successfully
- algorithmRun(List<RawEngValue>, Object, List<ParameterValue>) - Method in class org.yamcs.algorithms.AlgorithmTrace
- algorithmRun(List<RawEngValue>, Object, List<ParameterValue>) - Method in class org.yamcs.commanding.AlgorithmVerifier
- algorithms - Variable in class org.yamcs.xtce.XtceDb
- ALGORITHMS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse
- AlgorithmStatus - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.processing.AlgorithmStatus
- AlgorithmStatus.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.processing.AlgorithmStatus
- AlgorithmStatusOrBuilder - Interface in org.yamcs.protobuf
- AlgorithmTextListener - Interface in org.yamcs.algorithms
- AlgorithmTextOverride - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.processing.AlgorithmTextOverride
- ALGORITHMTEXTOVERRIDE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.MdbOverrideInfo
- AlgorithmTextOverride.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.processing.AlgorithmTextOverride
- AlgorithmTextOverrideOrBuilder - Interface in org.yamcs.protobuf
- algorithmTextUpdated(CustomAlgorithm, String) - Method in interface org.yamcs.algorithms.AlgorithmTextListener
- AlgorithmTrace - Class in org.yamcs.algorithms
- AlgorithmTrace - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.processing.AlgorithmTrace
- AlgorithmTrace() - Constructor for class org.yamcs.algorithms.AlgorithmTrace
- AlgorithmTrace.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.processing.AlgorithmTrace
- AlgorithmTrace.Log - Class in org.yamcs.protobuf
-
A log message that was emitted by the algorithm using the `Yamcs.log` function.
- AlgorithmTrace.Log.Builder - Class in org.yamcs.protobuf
-
A log message that was emitted by the algorithm using the `Yamcs.log` function.
- AlgorithmTrace.LogOrBuilder - Interface in org.yamcs.protobuf
- AlgorithmTrace.Run - Class in org.yamcs.protobuf
-
A single execution of an algorithm
- AlgorithmTrace.Run.Builder - Class in org.yamcs.protobuf
-
A single execution of an algorithm
- AlgorithmTrace.RunOrBuilder - Interface in org.yamcs.protobuf
- AlgorithmTraceOrBuilder - Interface in org.yamcs.protobuf
- AlgorithmVerifier - Class in org.yamcs.commanding
- algVerifCmdAck_Length - Variable in class org.yamcs.tests.RefMdbPacketGenerator
- ALIAS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.AlgorithmInfo
- ALIAS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo
- ALIAS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandContainerInfo
- ALIAS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandInfo
- ALIAS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContainerInfo
- ALIAS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.MemberInfo
- ALIAS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterInfo
- ALIAS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- ALIAS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.SpaceSystemInfo
- ALIASES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandHistoryEntry
- ALIASES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.config.OptionInfo
- ALIASES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IssueCommandResponse
- ALIASES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CreateParameterRequest
- ALIASES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest
- ALIASNAMESPACE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo
- allowContainerlessCommands() - Method in class org.yamcs.ProcessorConfig
-
Returns whether commands without associated containers are allowed.
- ALLOWCUSTOMOPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.FileTransferOption
- ALLOWED_INSTANCE_NAMES - Static variable in class org.yamcs.http.api.InstancesApi
- allowUnknownKeys(boolean) - Method in class org.yamcs.Spec
- ALLOWUNKNOWNKEYS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.config.SpecInfo
- allParametersPresent - Variable in class org.yamcs.utils.ParameterFormatter
- alpha - Variable in class org.yamcs.simulator.FlightData
- AlterSequenceStatement - Class in org.yamcs.yarch.streamsql
- AlterSequenceStatement(String, long) - Constructor for class org.yamcs.yarch.streamsql.AlterSequenceStatement
- AlterSequenceStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- AlterTableStatement - Class in org.yamcs.yarch.streamsql
-
Alter table supports only
ALTER TABLE <name> RENAME TO <new_name>
- AlterTableStatement(String, String) - Constructor for class org.yamcs.yarch.streamsql.AlterTableStatement
- AlterTableStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- altitude - Variable in class org.yamcs.simulator.FlightData
- ALWAYS_MATCH - Static variable in class org.yamcs.mdb.MatchCriteriaEvaluatorFactory
- ancillaryData - Variable in class org.yamcs.xtce.NameDescription
-
Escape hatch for storing any type of information
- AncillaryData - Class in org.yamcs.xtce
-
Used for any other data associated with each named object.
- AncillaryData(String, String) - Constructor for class org.yamcs.xtce.AncillaryData
- ANCILLARYDATA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandInfo
- ANCILLARYDATA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContainerInfo
- ANCILLARYDATA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterInfo
- ANCILLARYDATA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- ANCILLARYDATA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.SpaceSystemInfo
- and() - Method in class org.yamcs.ui.packetviewer.filter.FilterParser
- and() - Method in class org.yamcs.utils.parser.FilterParser
- AND - Enum constant in enum class org.yamcs.yarch.streamsql.BitwiseOp
- AND - Static variable in interface org.yamcs.ui.packetviewer.filter.FilterParserConstants
-
RegularExpression Id.
- AND - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
-
RegularExpression Id.
- AND(Object...) - Static method in class org.yamcs.yarch.utils.SqlExpressions
- ANDedConditions - Class in org.yamcs.xtce
- ANDedConditions() - Constructor for class org.yamcs.xtce.ANDedConditions
- AndExpression - Class in org.yamcs.ui.packetviewer.filter.ast
- AndExpression - Class in org.yamcs.utils.parser.ast
- AndExpression - Class in org.yamcs.yarch.streamsql
- AndExpression(List<UnaryExpression>) - Constructor for class org.yamcs.ui.packetviewer.filter.ast.AndExpression
- AndExpression(List<OrExpression>) - Constructor for class org.yamcs.utils.parser.ast.AndExpression
- AndExpression(List<Expression>) - Constructor for class org.yamcs.yarch.streamsql.AndExpression
- AndExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- AngularHandler - Class in org.yamcs.web
-
Serves the Yamcs UI, which is an Angular web application.
- AngularHandler(YConfiguration, HttpServer, Path, List<Path>) - Constructor for class org.yamcs.web.AngularHandler
- AnnotationsProto - Class in org.yamcs.api
- ANY - Enum constant in enum class org.yamcs.protobuf.config.OptionType
-
ANY = 1;
- ANY - Enum constant in enum class org.yamcs.Spec.OptionType
-
Arguments for an ANY option are unvalidated.
- ANY - Static variable in class org.yamcs.http.MediaType
- ANY - Static variable in class org.yamcs.Spec
-
Spec implementation that allows any key.
- ANY_PATH - Static variable in class org.yamcs.http.HttpRequestHandler
- ANY_VALUE - Static variable in enum class org.yamcs.protobuf.config.OptionType
-
ANY = 1;
- AOS - Enum constant in enum class org.yamcs.tctm.ccsds.TransferFrameDecoder.CcsdsFrameType
-
CCSDS 732.0-B-3
- AosFrameDecoder - Class in org.yamcs.tctm.ccsds
-
Decodes frames as per CCSDS 732.0-B-3
- AosFrameDecoder(AosManagedParameters) - Constructor for class org.yamcs.tctm.ccsds.AosFrameDecoder
- AosFrameHeaderErrorCorr - Class in org.yamcs.tctm.ccsds.error
-
Reed-Solomon (10, 6) encoding/decoding as specified in CCSDS RECOMMENDED STANDARD FOR AOS SPACE DATA LINK PROTOCOL CCSDS 732.0-B-3 September 2015 4.1.2.6 Frame Header Error Control
- AosFrameHeaderErrorCorr() - Constructor for class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr
- AosFrameHeaderErrorCorr.DecoderResult - Class in org.yamcs.tctm.ccsds.error
- AosManagedParameters - Class in org.yamcs.tctm.ccsds
- AosManagedParameters(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.AosManagedParameters
- AosTransferFrame - Class in org.yamcs.tctm.ccsds
-
AOS Transfer Frame as per CCSDS RECOMMENDED STANDARD FOR AOS SPACE DATA LINK PROTOCOL CCSDS 732.0-B-3 September 2015 Primary Header is composed of Transfer frame version number (2 bits) - shall be set to 01 Spacecraft id (8 bits) Virtual Channel id (6 bits) Virtual Channel frame count (24 bits) replay flag (1 bit) VC frame count usage flag (1 bit) spare (2 bits) VC frame count cycle frame header error control (optional)
- AosTransferFrame(byte[], int, int) - Constructor for class org.yamcs.tctm.ccsds.AosTransferFrame
- api - Variable in class org.yamcs.http.Context
- Api<T> - Interface in org.yamcs.api
- APID - Static variable in class org.yamcs.simulator.cfdp.CfdpCcsdsPacket
- ApiHandler - Class in org.yamcs.http
- ApiHandler(HttpServer) - Constructor for class org.yamcs.http.ApiHandler
- ApiKeyAuthModule - Class in org.yamcs.security
-
Identifies logins based on an API key, this should be used only for calling programs.
- ApiKeyAuthModule() - Constructor for class org.yamcs.security.ApiKeyAuthModule
- append(byte) - Method in class org.yamcs.tse.ResponseBuffer
- append(byte[]) - Method in class org.yamcs.tse.ResponseBuffer
- append(byte[], int, int) - Method in class org.yamcs.tse.ResponseBuffer
- append(SimpleRegression) - Method in class org.yamcs.external.SimpleRegression
-
Appends data from another regression calculation to this one.
- appendBinaryData(StringBuilder) - Method in class org.yamcs.tctm.CcsdsPacket
- ApplicationCredentials - Class in org.yamcs.security
-
Credentials for identifying as an application, for example the singleton application that represents a service account.
- ApplicationCredentials(String, String) - Constructor for class org.yamcs.security.ApplicationCredentials
- APPLICATIONHASH_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
- APPLICATIONID_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateServiceAccountResponse
- APPLICATIONID_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
- APPLICATIONSECRET_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateServiceAccountResponse
- apply(long, long) - Method in class org.yamcs.xtce.ComparisonOperatorType
- applyFilter(Object) - Method in class org.yamcs.templating.EscapeFilter
- applyFilter(Object) - Method in interface org.yamcs.templating.VariableFilter
- APPLYSPECDEFAULTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.config.OptionInfo
- APPROVE_OPTION - Static variable in class org.yamcs.ui.packetviewer.ConnectDialog
-
Return value if approve (yes, ok) is chosen.
- APPROVE_OPTION - Static variable in class org.yamcs.ui.packetviewer.GoToPacketDialog
-
Return value if approve (yes, ok) is chosen.
- APPROVE_OPTION - Static variable in class org.yamcs.ui.packetviewer.OpenFileDialog
-
Return value if approve (yes, ok) is chosen
- ARCH_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SystemInfo
- Archive - Class in org.yamcs.protobuf
- ARCHIVE_INDEX - Enum constant in enum class org.yamcs.yarch.protobuf.Db.ProtoDataType
-
ARCHIVE_INDEX = 6;
- ARCHIVE_INDEX_VALUE - Static variable in enum class org.yamcs.yarch.protobuf.Db.ProtoDataType
-
ARCHIVE_INDEX = 6;
- ARCHIVE_TAG - Enum constant in enum class org.yamcs.yarch.protobuf.Db.ProtoDataType
-
ARCHIVE_TAG = 7;
- ARCHIVE_TAG_VALUE - Static variable in enum class org.yamcs.yarch.protobuf.Db.ProtoDataType
-
ARCHIVE_TAG = 7;
- Archive.ExportParameterValuesRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ExportParameterValuesRequest
- Archive.ExportParameterValuesRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ExportParameterValuesRequest
- Archive.ExportParameterValuesRequestOrBuilder - Interface in org.yamcs.protobuf
- Archive.GetParameterSamplesRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.GetParameterSamplesRequest
- Archive.GetParameterSamplesRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.GetParameterSamplesRequest
- Archive.GetParameterSamplesRequestOrBuilder - Interface in org.yamcs.protobuf
- Archive.ListParameterGroupsRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ListParameterGroupsRequest
- Archive.ListParameterGroupsRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ListParameterGroupsRequest
- Archive.ListParameterGroupsRequestOrBuilder - Interface in org.yamcs.protobuf
- Archive.ListParameterHistoryRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ListParameterHistoryRequest
- Archive.ListParameterHistoryRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ListParameterHistoryRequest
- Archive.ListParameterHistoryRequestOrBuilder - Interface in org.yamcs.protobuf
- Archive.ListParameterHistoryResponse - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ListParameterHistoryResponse
- Archive.ListParameterHistoryResponse.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ListParameterHistoryResponse
- Archive.ListParameterHistoryResponseOrBuilder - Interface in org.yamcs.protobuf
- Archive.ParameterGroupInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ParameterGroupInfo
- Archive.ParameterGroupInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ParameterGroupInfo
- Archive.ParameterGroupInfoOrBuilder - Interface in org.yamcs.protobuf
- Archive.StreamParameterValuesRequest - Class in org.yamcs.protobuf
-
Retrieves parameters by performing a replay
- Archive.StreamParameterValuesRequest.Builder - Class in org.yamcs.protobuf
-
Retrieves parameters by performing a replay
- Archive.StreamParameterValuesRequestOrBuilder - Interface in org.yamcs.protobuf
- ArchiveClient - Class in org.yamcs.client.archive
- ArchiveClient(MethodHandler, String) - Constructor for class org.yamcs.client.archive.ArchiveClient
- ArchiveClient.ListOptions - Class in org.yamcs.client.archive
- ArchiveClient.ListOptions.ListOption - Interface in org.yamcs.client.archive
- ArchiveClient.RangeOptions - Class in org.yamcs.client.archive
- ArchiveClient.RangeOptions.RangeOption - Interface in org.yamcs.client.archive
- ArchiveClient.StreamOptions - Class in org.yamcs.client.archive
- ArchiveClient.StreamOptions.StreamOption - Interface in org.yamcs.client.archive
- ArchiveClient.TableLoader - Class in org.yamcs.client.archive
- ArchivedParameterGroupResponse - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ArchivedParameterGroupResponse
- ArchivedParameterGroupResponse.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ArchivedParameterGroupResponse
- ArchivedParameterGroupResponseOrBuilder - Interface in org.yamcs.protobuf
- ArchivedParameterInfo - Class in org.yamcs.protobuf
-
This message contains information about one parameter in the parameter archive.
- ArchivedParameterInfo.Builder - Class in org.yamcs.protobuf
-
This message contains information about one parameter in the parameter archive.
- ArchivedParameterInfoOrBuilder - Interface in org.yamcs.protobuf
- ArchivedParameterSegmentsResponse - Class in org.yamcs.protobuf
-
Recorded segments for the requested parameter
- ArchivedParameterSegmentsResponse.Builder - Class in org.yamcs.protobuf
-
Recorded segments for the requested parameter
- ArchivedParameterSegmentsResponseOrBuilder - Interface in org.yamcs.protobuf
- ArchivedParametersInfoResponse - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ArchivedParametersInfoResponse
- ArchivedParametersInfoResponse.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ArchivedParametersInfoResponse
- ArchivedParametersInfoResponseOrBuilder - Interface in org.yamcs.protobuf
- ArchiveParameterSegmentInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ArchiveParameterSegmentInfo
- ArchiveParameterSegmentInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.ArchiveParameterSegmentInfo
- ArchiveParameterSegmentInfoOrBuilder - Interface in org.yamcs.protobuf
- ARCHIVEPARTITION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContainerInfo
- ArchiveTmPacketProvider - Interface in org.yamcs.tctm
- ARG_COMMAND - Static variable in class org.yamcs.tse.TseLoader
- ARG_RESPONSE - Static variable in class org.yamcs.tse.TseLoader
- ARG_TYPE - Static variable in class org.yamcs.tse.TseLoader
- ARGS_FIELD_NUMBER - Static variable in class org.yamcs.activities.protobuf.ActivityDefinition
- ARGS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.ActivityDefinitionInfo
- ARGS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.ActivityInfo
- ARGS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IssueCommandRequest
- Argument - Class in org.yamcs.xtce
-
Describe the name of an Argument its NameReference to an ArgumentType in ArgumentTypeSet
- Argument(String) - Constructor for class org.yamcs.xtce.Argument
- Argument() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- ARGUMENT - Enum constant in enum class org.yamcs.xtce.util.NameReference.Type
- ARGUMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo
- ARGUMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandInfo
- ARGUMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ComparisonInfo
- ARGUMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.InputParameterInfo
- ARGUMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.SequenceEntryInfo
- ARGUMENT_TYPE - Enum constant in enum class org.yamcs.xtce.util.NameReference.Type
- ArgumentAssignment - Class in org.yamcs.xtce
- ArgumentAssignment(String, String) - Constructor for class org.yamcs.xtce.ArgumentAssignment
- ARGUMENTASSIGNMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandInfo
- argumentDataTypes - Variable in class org.yamcs.xtce.xlsv7.V7Loader
- ArgumentEntry - Class in org.yamcs.xtce
-
An entry that is a single Argument
- ArgumentEntry(int, SequenceEntry.ReferenceLocationType) - Constructor for class org.yamcs.xtce.ArgumentEntry
-
Constructor for an unresolved ArgumentEntry.
- ArgumentEntry(int, SequenceEntry.ReferenceLocationType, Argument) - Constructor for class org.yamcs.xtce.ArgumentEntry
- ArgumentEntry(Argument) - Constructor for class org.yamcs.xtce.ArgumentEntry
- ArgumentExpression - Class in org.yamcs.yarch.streamsql
-
This corresponds to an ?
- ArgumentExpression(int, Object) - Constructor for class org.yamcs.yarch.streamsql.ArgumentExpression
- ArgumentInstanceRef - Class in org.yamcs.xtce
-
A reference to a command argument or to a member of an argument of type aggregate
- ArgumentInstanceRef() - Constructor for class org.yamcs.xtce.ArgumentInstanceRef
-
Constructor to be used when the parameter is not yet known.
- ArgumentInstanceRef(Argument) - Constructor for class org.yamcs.xtce.ArgumentInstanceRef
- ArgumentInstanceRef(Argument, boolean) - Constructor for class org.yamcs.xtce.ArgumentInstanceRef
- ArgumentInstanceRef(Argument, PathElement[]) - Constructor for class org.yamcs.xtce.ArgumentInstanceRef
- ARGUMENTMAPPING_FIELD_NUMBER - Static variable in class org.yamcs.tse.api.TseCommand
- ArgumentReference - Class in org.yamcs.xtce.util
-
Argument references are used in algorithms or match criteria expressions part of transmission constraints or command verifiers.
- ArgumentReference(MetaCommand, String, PathElement[]) - Constructor for class org.yamcs.xtce.util.ArgumentReference
- ArgumentReference(MetaCommand, Argument, PathElement[]) - Constructor for class org.yamcs.xtce.util.ArgumentReference
- ArgumentReference.ArgumentResolvedAction - Interface in org.yamcs.xtce.util
- Arguments() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- ARGUMENTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ProcessInfo
- ArgumentType - Interface in org.yamcs.xtce
-
Interface to be implemented by all the argument types
- ArgumentType.Builder<T extends ArgumentType.Builder<T>> - Interface in org.yamcs.xtce
- ArgumentTypeProcessor - Class in org.yamcs.mdb
-
Handles conversions from engineering value to raw value according to the parameter type and encoding
- ArgumentTypeProcessor(TcProcessingContext) - Constructor for class org.yamcs.mdb.ArgumentTypeProcessor
- argumentTypes - Variable in class org.yamcs.xtce.XtceDb
- ArgumentValue - Class in org.yamcs.commanding
- ArgumentValue(Argument) - Constructor for class org.yamcs.commanding.ArgumentValue
- ArgumentValue(Argument, Value) - Constructor for class org.yamcs.commanding.ArgumentValue
- array() - Method in class org.yamcs.utils.BitBuffer
-
returns the array backing the BitBuffer
- array() - Method in class org.yamcs.utils.ByteArray
-
get the backing array
- array() - Method in class org.yamcs.utils.DoubleArray
- array() - Method in class org.yamcs.utils.FloatArray
- array() - Method in class org.yamcs.utils.IntArray
-
get the backing array
- array() - Method in class org.yamcs.utils.LongArray
-
get the backing array.
- array(DataType) - Static method in class org.yamcs.yarch.DataType
- ARRAY - Enum constant in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
ARRAY = 11;
- ARRAY - Enum constant in enum class org.yamcs.yarch.DataType._type
- ARRAY_ID - Static variable in class org.yamcs.yarch.DataType
- ARRAY_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
ARRAY = 11;
- ArrayArgumentType - Class in org.yamcs.xtce
-
Describe an array parameter type.
- ArrayArgumentType(String) - Constructor for class org.yamcs.xtce.ArrayArgumentType
- ArrayArgumentType(String, int) - Constructor for class org.yamcs.xtce.ArrayArgumentType
- ArrayArgumentType(ArrayArgumentType) - Constructor for class org.yamcs.xtce.ArrayArgumentType
- ArrayArgumentType.Builder - Class in org.yamcs.xtce
- ArrayDataType - Class in org.yamcs.xtce
-
An array of values of the type referenced in
ArrayDataType.type
and have the number of array dimensions as specified inArrayDataType.numberOfDimensions
- ArrayDataType - Class in org.yamcs.yarch
- ArrayDataType(String, int) - Constructor for class org.yamcs.xtce.ArrayDataType
- ArrayDataType(ArrayDataType) - Constructor for class org.yamcs.xtce.ArrayDataType
- ArrayDataType(ArrayDataType.Builder<?>) - Constructor for class org.yamcs.xtce.ArrayDataType
- ArrayDataType(DataType) - Constructor for class org.yamcs.yarch.ArrayDataType
- ArrayDataType.Builder<T extends ArrayDataType.Builder<T>> - Class in org.yamcs.xtce
- ArrayExpression - Class in org.yamcs.yarch.streamsql
- ArrayExpression(List<Expression>) - Constructor for class org.yamcs.yarch.streamsql.ArrayExpression
- ARRAYINFO_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- arrayLength() - Method in class org.yamcs.utils.BitBuffer
-
returns the backing array length in bytes!
- ArrayLogHandler() - Constructor for class org.yamcs.tests.LoggingUtils.ArrayLogHandler
- ArrayParameterCache - Class in org.yamcs.parameter
-
This is another implementation of the parameter cache using arrays to store primitive values (instead of storing
Value
). - ArrayParameterEntry - Class in org.yamcs.xtce
-
Describe an entry that is an array parameter.
- ArrayParameterEntry(int, SequenceEntry.ReferenceLocationType) - Constructor for class org.yamcs.xtce.ArrayParameterEntry
- ArrayParameterEntry(int, SequenceEntry.ReferenceLocationType, Parameter) - Constructor for class org.yamcs.xtce.ArrayParameterEntry
- ArrayParameterType - Class in org.yamcs.xtce
-
Describe an array parameter type.
- ArrayParameterType(String) - Constructor for class org.yamcs.xtce.ArrayParameterType
- ArrayParameterType(String, int) - Constructor for class org.yamcs.xtce.ArrayParameterType
- ArrayParameterType(ArrayParameterType) - Constructor for class org.yamcs.xtce.ArrayParameterType
- ArrayParameterType(ArrayParameterType.Builder) - Constructor for class org.yamcs.xtce.ArrayParameterType
- ArrayParameterType.Builder - Class in org.yamcs.xtce
- arrayToHexString(byte[]) - Static method in class org.yamcs.utils.StringConverter
- arrayToHexString(byte[]) - Static method in class org.yamcs.xtce.BinaryDataType
- arrayToHexString(byte[], boolean) - Static method in class org.yamcs.utils.StringConverter
- arrayToHexString(byte[], int, int) - Static method in class org.yamcs.utils.StringConverter
- arrayToHexString(byte[], int, int, boolean) - Static method in class org.yamcs.utils.StringConverter
- ArrayValue - Class in org.yamcs.parameter
-
Multidimensional value array.
- ArrayValue(int[], Yamcs.Value.Type) - Constructor for class org.yamcs.parameter.ArrayValue
-
Create a new value array of size dim[0]*dim[1]*...
- ARRAYVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.Value
- ascending - Variable in class org.yamcs.yarch.AbstractTableWalker
- ascending() - Method in record class org.yamcs.parameter.ParameterRetrievalOptions
-
Returns the value of the
ascending
record component. - ascending(boolean) - Static method in class org.yamcs.client.archive.ArchiveClient.ListOptions
- AscendingRangeIterator - Class in org.yamcs.yarch.rocksdb
-
wrapper around a rocksdb iterator that only supports next() and is restricted to a range.
- AscendingRangeIterator(RocksIterator, byte[], byte[]) - Constructor for class org.yamcs.yarch.rocksdb.AscendingRangeIterator
-
Constructs an iterator restricted to a range.
- AscendingRangeIterator(RocksIterator, DbRange) - Constructor for class org.yamcs.yarch.rocksdb.AscendingRangeIterator
- ASIN - Enum constant in enum class org.yamcs.xtce.MathOperator
-
arcsine (x -- asin\(x)) radians
- asinh(double) - Static method in class org.yamcs.utils.MathUtil
- ASINH - Enum constant in enum class org.yamcs.xtce.MathOperator
-
hyperbolic arcsine (x -- asinh\(x))
- asList(ParameterValue...) - Static method in class org.yamcs.parameter.ParameterValueList
- assertSilence() - Method in class org.yamcs.tests.ParameterCaptor
- ASSIGNMENT_FIELD_NUMBER - Static variable in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
- ASSIGNMENTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandHistoryEntry
- ASSIGNMENTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandQueueEntry
- ASSIGNMENTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IssueCommandResponse
- ASSOCIATEDTEXT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.FileTransferOption
- AT - Static variable in interface org.yamcs.xtce.xlsv7.parser.AggregateTypeParserConstants
-
RegularExpression Id.
- ATAN - Enum constant in enum class org.yamcs.xtce.MathOperator
-
arctangent (x -- atan\(x)) radians
- atanh(double) - Static method in class org.yamcs.utils.MathUtil
- ATANH - Enum constant in enum class org.yamcs.xtce.MathOperator
-
hyperbolic arctangent (x -- atanh\(x))
- ATTR - Static variable in enum class org.yamcs.http.WebSocketFramePriority
-
Channel attribute key for get/set of current message priority
- ATTR_ALIAS_NAME_SPACE - Static variable in class org.yamcs.xtce.xml.Constants
- ATTR_ENCODING - Static variable in class org.yamcs.xtce.xml.Constants
- ATTR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandHistoryEntry
- ATTR_INITIAL_VALUE - Static variable in class org.yamcs.xtce.xml.Constants
- ATTR_NAME - Static variable in class org.yamcs.xtce.xml.Constants
- ATTR_PARAMETER_REF - Static variable in class org.yamcs.xtce.xml.Constants
- ATTR_SHORT_DESCRIPTION - Static variable in class org.yamcs.xtce.xml.Constants
- ATTR_SIZE_IN_BITS - Static variable in class org.yamcs.xtce.xml.Constants
- Attribute - Class in org.yamcs.cmdhistory
- Attribute(String, Value) - Constructor for class org.yamcs.cmdhistory.Attribute
- ATTRIBUTES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateCommandHistoryRequest
- AuditApi - Class in org.yamcs.http.api
- AuditApi(AuditLog) - Constructor for class org.yamcs.http.api.AuditApi
- AuditApiClient - Class in org.yamcs.protobuf.audit
- AuditApiClient(MethodHandler) - Constructor for class org.yamcs.protobuf.audit.AuditApiClient
- AuditLog - Class in org.yamcs.http.audit
- AuditLog() - Constructor for class org.yamcs.http.audit.AuditLog
- AuditLogDb - Class in org.yamcs.http.audit
- AuditLogDb(String) - Constructor for class org.yamcs.http.audit.AuditLogDb
- AuditLogPrivilegeChecker - Interface in org.yamcs.http.audit
- AuditRecord - Class in org.yamcs.http.audit
- AuditRecord - Class in org.yamcs.protobuf.audit
-
Protobuf type
yamcs.protobuf.audit.AuditRecord
- AuditRecord(Tuple) - Constructor for class org.yamcs.http.audit.AuditRecord
- AuditRecord.Builder - Class in org.yamcs.protobuf.audit
-
Protobuf type
yamcs.protobuf.audit.AuditRecord
- AuditRecordFilter - Class in org.yamcs.http.audit
- AuditRecordFilter(TimeInterval) - Constructor for class org.yamcs.http.audit.AuditRecordFilter
- AuditRecordListener - Interface in org.yamcs.http.audit
- AuditRecordOrBuilder - Interface in org.yamcs.protobuf.audit
- AuditServiceProto - Class in org.yamcs.protobuf.audit
- AuthenticationException - Exception in org.yamcs.security
-
Thrown when an
AuthModule
failed to perform the authentication process (backend not available, password does not match, ...). - AuthenticationException(String) - Constructor for exception org.yamcs.security.AuthenticationException
- AuthenticationException(String, Throwable) - Constructor for exception org.yamcs.security.AuthenticationException
- AuthenticationException(Throwable) - Constructor for exception org.yamcs.security.AuthenticationException
- AuthenticationInfo - Class in org.yamcs.security
-
Data holder for information related to a verified authentication attempt.
- AuthenticationInfo(AuthModule, String) - Constructor for class org.yamcs.security.AuthenticationInfo
- authenticationSucceeded(AuthenticationInfo) - Method in interface org.yamcs.security.AuthModule
-
Hook that is called on all AuthModules when a login attempt was successful.
- authenticationSucceeded(AuthenticationInfo) - Method in class org.yamcs.security.LdapAuthModule
- AuthenticationToken - Interface in org.yamcs.security
-
Tag interface that represent any kind of token submitted during login for identifying an application or user.
- AuthHandler - Class in org.yamcs.http.auth
-
Adds servers-side support for OAuth 2 authorization flows for obtaining limited access to API functionality.
- AuthHandler(HttpServer) - Constructor for class org.yamcs.http.auth.AuthHandler
- AuthInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.auth.AuthInfo
- AuthInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.auth.AuthInfo
- AuthInfoOrBuilder - Interface in org.yamcs.protobuf
- AuthModule - Interface in org.yamcs.security
-
Interface implemented by the Authentication and Authorization modules.
- AUTHOR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.HistoryInfo
- AUTHORIZATIONENDPOINT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.OpenIDConnectInfo
- AuthorizationException - Exception in org.yamcs.security
-
Thrown when an
AuthModule
failed to perform the authorization process. - AuthorizationException(String) - Constructor for exception org.yamcs.security.AuthorizationException
- AuthorizationException(String, Throwable) - Constructor for exception org.yamcs.security.AuthorizationException
- AuthorizationException(Throwable) - Constructor for exception org.yamcs.security.AuthorizationException
- AuthorizationInfo - Class in org.yamcs.security
-
Collection of roles, system and/or object privileges.
- AuthorizationInfo() - Constructor for class org.yamcs.security.AuthorizationInfo
- authorizeKerberos(SpnegoInfo) - Method in class org.yamcs.client.base.HttpClient
- authorizeKerberos(SpnegoInfo) - Method in class org.yamcs.client.base.RestClient
- AuthProto - Class in org.yamcs.protobuf
- AUTHTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Request
- AUTHTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Wakeup
- AuthType - Enum Class in org.yamcs.ui.packetviewer
- autoIncrement(String) - Method in class org.yamcs.yarch.query.CreateTableQueryBuilder
- AUTOINCREMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.ColumnInfo
- AUTOINCREMENT_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
- AUTOSTART_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.ReplayRequest
- AVAILABLEPROCESSORS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SystemInfo
- AVG_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample
- awaitConfirmation() - Method in class org.yamcs.client.base.AbstractSubscription
-
Waits until the server has confirmed the call for this subscription.
- awaitConfirmation(long, TimeUnit) - Method in class org.yamcs.client.base.AbstractSubscription
-
Waits until the server has confirmed the call for this subscription.
- awaitInitialized() - Method in class org.yamcs.YamcsInstanceService
- awaitOffline() - Method in class org.yamcs.YamcsInstanceService
- awaitRunning() - Method in class org.yamcs.YamcsInstanceService
- awaitServiceRunning(Service) - Static method in class org.yamcs.utils.ServiceUtil
-
Awaits a service to be running but throw an
UncheckedExecutionException
instead of anIllegalStateException
- awaitServiceTerminated(Service, int, Log) - Static method in class org.yamcs.utils.ServiceUtil
B
- BACK_ACTION_KEY - Static variable in class org.yamcs.ui.packetviewer.PacketsTable
- BackFiller - Class in org.yamcs.parameterarchive
-
Back-fills the parameter archive by triggering replays: - either regularly scheduled replays - or monitor data streams (tm, param) and keep track of which segments have to be rebuild
- BackFillerListener - Interface in org.yamcs.parameterarchive
- backup(int) - Method in class org.yamcs.templating.SimpleCharStream
-
Backup a number of characters.
- backup(int) - Method in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
-
Backup a number of characters.
- backup(int) - Method in class org.yamcs.utils.parser.SimpleCharStream
-
Backup a number of characters.
- BackupCli - Class in org.yamcs.cli
-
Command line backup utility for yamcs.
- BackupCli(YamcsAdminCli) - Constructor for class org.yamcs.cli.BackupCli
- BackupCli.BackupDelete - Class in org.yamcs.cli
- BackupCli.BackupPurge - Class in org.yamcs.cli
- BackupControl - Class in org.yamcs.yarch
-
JMX MBean for performing a hot backup of a tablespace.
- BackupControl() - Constructor for class org.yamcs.yarch.BackupControl
- BackupControlMBean - Interface in org.yamcs.yarch
- backupDatabase(Void, BackupDatabaseRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.RocksDbApiClient
-
Backup database
- backupDatabase(Context, BackupDatabaseRequest, Observer<Empty>) - Method in class org.yamcs.http.api.RocksDbApi
- backupDatabase(T, BackupDatabaseRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractRocksDbApi
-
Backup database
- BackupDatabaseRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.BackupDatabaseRequest
- BackupDatabaseRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.BackupDatabaseRequest
- BackupDatabaseRequestOrBuilder - Interface in org.yamcs.protobuf
- BackupDelete() - Constructor for class org.yamcs.cli.BackupCli.BackupDelete
- BACKUPDIR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.BackupDatabaseRequest
- BackupPurge() - Constructor for class org.yamcs.cli.BackupCli.BackupPurge
- BackupUtils - Class in org.yamcs.yarch
- BackupUtils() - Constructor for class org.yamcs.yarch.BackupUtils
- BAD_ARG_TYPE - Enum constant in enum class org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
- BadRequestException - Exception in org.yamcs.http
-
When there were errors in interpreting the request
- BadRequestException(String) - Constructor for exception org.yamcs.http.BadRequestException
- BadRequestException(String, Throwable) - Constructor for exception org.yamcs.http.BadRequestException
- BadRequestException(Throwable) - Constructor for exception org.yamcs.http.BadRequestException
- BAND_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListItemsRequest
- BandFilter - Class in org.yamcs.timeline.protobuf
-
this is a copy of the message defined in the API but we define it separately so we can make the two different in the future if required
- BandFilter.Builder - Class in org.yamcs.timeline.protobuf
-
this is a copy of the message defined in the API but we define it separately so we can make the two different in the future if required
- BandFilter.FilterCriterion - Class in org.yamcs.timeline.protobuf
-
Protobuf type
BandFilter.FilterCriterion
- BandFilter.FilterCriterion.Builder - Class in org.yamcs.timeline.protobuf
-
Protobuf type
BandFilter.FilterCriterion
- BandFilter.FilterCriterionOrBuilder - Interface in org.yamcs.timeline.protobuf
- BandFilter.ItemFilter - Class in org.yamcs.timeline.protobuf
-
Protobuf type
BandFilter.ItemFilter
- BandFilter.ItemFilter.Builder - Class in org.yamcs.timeline.protobuf
-
Protobuf type
BandFilter.ItemFilter
- BandFilter.ItemFilterOrBuilder - Interface in org.yamcs.timeline.protobuf
- BandFilterOrBuilder - Interface in org.yamcs.timeline.protobuf
- BandListener - Interface in org.yamcs.timeline
- BANDS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AddViewRequest
- BANDS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListBandsResponse
- BANDS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TimelineView
- BANDS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateViewRequest
- BASECOMMAND_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandInfo
- baseContainer - Variable in class org.yamcs.xtce.Container
- BASECONTAINER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandContainerInfo
- BASECONTAINER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContainerInfo
- BaseDataType - Class in org.yamcs.xtce
-
Base class for all simple XTCE types - tha is all types except
AggregateDataType
andArrayDataType
- BaseDataType(BaseDataType) - Constructor for class org.yamcs.xtce.BaseDataType
-
creates a shallow copy of t
- BaseDataType.Builder<T extends BaseDataType.Builder<T>> - Class in org.yamcs.xtce
- BaseSegment - Class in org.yamcs.parameterarchive
-
Base class for all segments of values, timestamps or ParameterStatus
- BaseSpreadsheetLoader - Class in org.yamcs.mdb
-
Base for spreadsheet loader - this contains common properties for both V6 and V7 loaders.
- BaseSpreadsheetLoader(String) - Constructor for class org.yamcs.mdb.BaseSpreadsheetLoader
- BaseSpreadsheetLoader.BasicPrefFactory - Class in org.yamcs.mdb
- BaseSpreadsheetLoader.EnumerationDefinition - Class in org.yamcs.mdb
-
Temporary value holder for the enumeration definition; needed because enumerations are read before parameters, and reading sharing the same EPT among all parameters is not a good approach (think different alarm definitions)
- BaseSpreadsheetLoader.Range - Class in org.yamcs.mdb
- BaseTimeDataType - Class in org.yamcs.xtce
- BaseTimeDataType(BaseTimeDataType) - Constructor for class org.yamcs.xtce.BaseTimeDataType
-
creates a shallow copy of t
- BaseTimeDataType.Builder<T extends BaseTimeDataType.Builder<T>> - Class in org.yamcs.xtce
- baseType - Variable in class org.yamcs.xtce.BaseDataType.Builder
- BASIC_AUTH - Enum constant in enum class org.yamcs.ui.packetviewer.AuthType
- BasicAuthCredentials - Class in org.yamcs.client
- BasicAuthCredentials(String, char[]) - Constructor for class org.yamcs.client.BasicAuthCredentials
- BasicListingParser - Class in org.yamcs.filetransfer
-
Parses a directory listing from a linebreak separated list of filenames Directories are detected when the file name ends with a directory terminator
- BasicListingParser() - Constructor for class org.yamcs.filetransfer.BasicListingParser
- BasicParameterValue - Class in org.yamcs.parameter
-
Holds the value of a parameter.
- BasicParameterValue() - Constructor for class org.yamcs.parameter.BasicParameterValue
- BasicParameterValue(BasicParameterValue) - Constructor for class org.yamcs.parameter.BasicParameterValue
- BasicPrefFactory() - Constructor for class org.yamcs.mdb.BaseSpreadsheetLoader.BasicPrefFactory
- batchGetParameters(Void, Mdb.BatchGetParametersRequest, Observer<Mdb.BatchGetParametersResponse>) - Method in class org.yamcs.protobuf.MdbApiClient
-
Batch get of multiple parameters
- batchGetParameters(Context, Mdb.BatchGetParametersRequest, Observer<Mdb.BatchGetParametersResponse>) - Method in class org.yamcs.http.api.MdbApi
- batchGetParameters(T, Mdb.BatchGetParametersRequest, Observer<Mdb.BatchGetParametersResponse>) - Method in class org.yamcs.protobuf.AbstractMdbApi
-
Batch get of multiple parameters
- batchGetParameterValues(Void, BatchGetParameterValuesRequest, Observer<BatchGetParameterValuesResponse>) - Method in class org.yamcs.protobuf.ProcessingApiClient
-
Batch get the value of multiple parameters
- batchGetParameterValues(Context, BatchGetParameterValuesRequest, Observer<BatchGetParameterValuesResponse>) - Method in class org.yamcs.http.api.ProcessingApi
- batchGetParameterValues(T, BatchGetParameterValuesRequest, Observer<BatchGetParameterValuesResponse>) - Method in class org.yamcs.protobuf.AbstractProcessingApi
-
Batch get the value of multiple parameters
- BatchGetParameterValuesRequest - Class in org.yamcs.protobuf
-
Request message for `BatchGetParameterValues`.
- BatchGetParameterValuesRequest.Builder - Class in org.yamcs.protobuf
-
Request message for `BatchGetParameterValues`.
- BatchGetParameterValuesRequestOrBuilder - Interface in org.yamcs.protobuf
- BatchGetParameterValuesResponse - Class in org.yamcs.protobuf
-
Response message for `BatchGetParameterValues`.
- BatchGetParameterValuesResponse.Builder - Class in org.yamcs.protobuf
-
Response message for `BatchGetParameterValues`.
- BatchGetParameterValuesResponseOrBuilder - Interface in org.yamcs.protobuf
- batchSetParameterValues(Void, BatchSetParameterValuesRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.ProcessingApiClient
-
Batch set the value of multiple parameters
- batchSetParameterValues(Context, BatchSetParameterValuesRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
- batchSetParameterValues(T, BatchSetParameterValuesRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractProcessingApi
-
Batch set the value of multiple parameters
- BatchSetParameterValuesRequest - Class in org.yamcs.protobuf
-
Request message for `BatchSetParameterValues`.
- BatchSetParameterValuesRequest.Builder - Class in org.yamcs.protobuf
-
Request message for `BatchSetParameterValues`.
- BatchSetParameterValuesRequest.SetParameterValueRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.processing.BatchSetParameterValuesRequest.SetParameterValueRequest
- BatchSetParameterValuesRequest.SetParameterValueRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.processing.BatchSetParameterValuesRequest.SetParameterValueRequest
- BatchSetParameterValuesRequest.SetParameterValueRequestOrBuilder - Interface in org.yamcs.protobuf
- BatchSetParameterValuesRequestOrBuilder - Interface in org.yamcs.protobuf
- batteryCapacity1 - Variable in class org.yamcs.simulator.PowerData
- batteryCapacity2 - Variable in class org.yamcs.simulator.PowerData
- batteryCapacity3 - Variable in class org.yamcs.simulator.PowerData
- batteryTemp1 - Variable in class org.yamcs.simulator.PowerData
- batteryTemp2 - Variable in class org.yamcs.simulator.PowerData
- batteryTemp3 - Variable in class org.yamcs.simulator.PowerData
- batteryVoltage1 - Variable in class org.yamcs.simulator.PowerData
- batteryVoltage2 - Variable in class org.yamcs.simulator.PowerData
- batteryVoltage3 - Variable in class org.yamcs.simulator.PowerData
- bb - Variable in class org.yamcs.tctm.CcsdsPacket
- bb - Variable in class org.yamcs.tctm.csp.CspPacket
- BCH - Enum constant in enum class org.yamcs.tctm.ccsds.error.CltuGenerator.Encoding
- BchCltuGenerator - Class in org.yamcs.tctm.ccsds.error
-
Makes CLTUs from command transfer frames as per CCSDS 231.0-B-3 (TC SYNCHRONIZATION AND CHANNEL CODING)
- BchCltuGenerator() - Constructor for class org.yamcs.tctm.ccsds.error.BchCltuGenerator
- BchCltuGenerator(byte[], byte[]) - Constructor for class org.yamcs.tctm.ccsds.error.BchCltuGenerator
- BchCltuGenerator.BchEncoder - Class in org.yamcs.tctm.ccsds.error
- BchEncoder() - Constructor for class org.yamcs.tctm.ccsds.error.BchCltuGenerator.BchEncoder
- bdAbsolutePriority - Variable in class org.yamcs.tctm.ccsds.TcManagedParameters.TcVcManagedParameters
- BDABSOLUTEPRIORITY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Cop1Config
- before() - Method in class org.yamcs.tests.AbstractIntegrationTest
- before() - Method in class org.yamcs.utils.PerfTimer
- beforeClass() - Static method in class org.yamcs.tests.AbstractIntegrationTest
- beforeItem(Tuple) - Method in class org.yamcs.http.api.EventFilter
- beforeItem(T) - Method in class org.yamcs.utils.parser.Filter
-
Called for each new item, before any comparisons.
- begin(IndexRequestListener.IndexType, String) - Method in interface org.yamcs.archive.IndexRequestListener
-
Called at the beginning or when the table/type changes in case multiple indices are sent.
- beginColumn - Variable in class org.yamcs.templating.Token
-
The column number of the first character of this Token.
- beginColumn - Variable in class org.yamcs.ui.packetviewer.filter.Token
-
The column number of the first character of this Token.
- beginColumn - Variable in class org.yamcs.utils.parser.Token
-
The column number of the first character of this Token.
- BEGINCOLUMN_FIELD_NUMBER - Static variable in class org.yamcs.api.FilterSyntaxException
- BEGINCOLUMN_FIELD_NUMBER - Static variable in class org.yamcs.web.api.ParseFilterData
- beginLine - Variable in class org.yamcs.templating.Token
-
The line number of the first character of this Token.
- beginLine - Variable in class org.yamcs.ui.packetviewer.filter.Token
-
The line number of the first character of this Token.
- beginLine - Variable in class org.yamcs.utils.parser.Token
-
The line number of the first character of this Token.
- BEGINLINE_FIELD_NUMBER - Static variable in class org.yamcs.api.FilterSyntaxException
- BEGINLINE_FIELD_NUMBER - Static variable in class org.yamcs.web.api.ParseFilterData
- BeginToken() - Method in class org.yamcs.templating.SimpleCharStream
-
Start.
- BeginToken() - Method in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
-
Start.
- BeginToken() - Method in class org.yamcs.utils.parser.SimpleCharStream
-
Start.
- beta - Variable in class org.yamcs.simulator.FlightData
- BetweenClause() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- binary - Variable in class org.yamcs.utils.parser.ast.Comparison
- BINARY - Enum constant in enum class org.yamcs.protobuf.Mdb.DataEncodingInfo.Type
-
BINARY = 0;
- BINARY - Enum constant in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
BINARY = 4;
- BINARY - Enum constant in enum class org.yamcs.xtce.RadixType
- BINARY - Enum constant in enum class org.yamcs.yarch.DataType._type
- BINARY - Static variable in class org.yamcs.yarch.DataType
- BINARY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandQueueEntry
- BINARY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ContainerData
- BINARY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IssueCommandResponse
- BINARY_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.DataEncodingInfo.Type
-
BINARY = 0;
- BINARY_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
BINARY = 4;
- BinaryArgumentType - Class in org.yamcs.xtce
- BinaryArgumentType(BinaryArgumentType) - Constructor for class org.yamcs.xtce.BinaryArgumentType
- BinaryArgumentType.Builder - Class in org.yamcs.xtce
- binaryConcat(byte[], byte[]) - Static method in class org.yamcs.yarch.streamsql.AdditiveExpression
- binaryConcat(byte[], byte[], byte[]) - Static method in class org.yamcs.yarch.streamsql.AdditiveExpression
- BinaryDataEncoding - Class in org.yamcs.xtce
-
Although XTCE suggests that this class could be used to encode/decode integer/float/string data, In Yamcs this is used just for encoding binary data (i.e. binary to binary).
- BinaryDataEncoding(BinaryDataEncoding) - Constructor for class org.yamcs.xtce.BinaryDataEncoding
-
copy constructor
- BinaryDataEncoding(BinaryDataEncoding.Builder) - Constructor for class org.yamcs.xtce.BinaryDataEncoding
- BinaryDataEncoding.Builder - Class in org.yamcs.xtce
- BinaryDataEncoding.Type - Enum Class in org.yamcs.xtce
- BinaryDataType - Class in org.yamcs.xtce
- BinaryDataType(BinaryDataType) - Constructor for class org.yamcs.xtce.BinaryDataType
- BinaryDataType(BinaryDataType.Builder<?>) - Constructor for class org.yamcs.xtce.BinaryDataType
- BinaryDataType.Builder<T extends BinaryDataType.Builder<T>> - Class in org.yamcs.xtce
- BinaryParameterType - Class in org.yamcs.xtce
- BinaryParameterType(BinaryParameterType) - Constructor for class org.yamcs.xtce.BinaryParameterType
- BinaryParameterType.Builder - Class in org.yamcs.xtce
- binarySearch(int) - Method in class org.yamcs.utils.IntArray
-
Assuming that the array is sorted, performs a binary search and returns the position of the found element.
- BinaryValue - Class in org.yamcs.parameter
- BinaryValue(byte[]) - Constructor for class org.yamcs.parameter.BinaryValue
- BINARYVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.Value
- BinaryValueSegment - Class in org.yamcs.parameterarchive
- bind(ExecutionContext) - Method in class org.yamcs.yarch.streamsql.InsertValuesExpression
- bind(ExecutionContext) - Method in class org.yamcs.yarch.streamsql.SelectExpression
- bind(TupleDefinition) - Method in class org.yamcs.yarch.streamsql.AggregateExpression
- bind(TupleDefinition) - Method in class org.yamcs.yarch.streamsql.Expression
- bind(TupleDefinition) - Method in class org.yamcs.yarch.streamsql.WindowSpecification
- bindAggregate(TupleDefinition) - Method in class org.yamcs.yarch.streamsql.AggregateExpression
-
When this is called, all the children are already bound.
- Binding - Class in org.yamcs.http
- Binding(int) - Constructor for class org.yamcs.http.Binding
- Binding(InetAddress, int) - Constructor for class org.yamcs.http.Binding
- BitBuffer - Class in org.yamcs.utils
-
Allows to read and write bits from a byte array (byte[]) keeps a bit position and the extractions are relative to the position.
- BitBuffer(byte[]) - Constructor for class org.yamcs.utils.BitBuffer
-
Creates a new bit buffer that wraps array b starting at offset 0
- BitBuffer(byte[], int) - Constructor for class org.yamcs.utils.BitBuffer
-
Creates a new bit buffer that wraps the array b starting at offset (in bytes)
- BitMaskBooleanDecoder - Class in org.yamcs.algo
-
Decoder that returns a boolean true if the read bytes has all bits set of the provided bit mask.
- BitMaskBooleanDecoder(CustomAlgorithm, AlgorithmExecutionContext, byte) - Constructor for class org.yamcs.algo.BitMaskBooleanDecoder
- BitMaskBooleanDecoder(CustomAlgorithm, AlgorithmExecutionContext, int) - Constructor for class org.yamcs.algo.BitMaskBooleanDecoder
- BitMaskBooleanDecoder(CustomAlgorithm, AlgorithmExecutionContext, long) - Constructor for class org.yamcs.algo.BitMaskBooleanDecoder
- BitMaskBooleanDecoder(CustomAlgorithm, AlgorithmExecutionContext, short) - Constructor for class org.yamcs.algo.BitMaskBooleanDecoder
- BitPacking - Class in me.lemire.integercompression
-
Bitpacking routines
- BitPacking() - Constructor for class me.lemire.integercompression.BitPacking
- BitReader - Class in org.yamcs.utils
-
BitReader is a wrapper around the ByteBuffer that allows to read individual bits.
- BitReader(ByteBuffer) - Constructor for class org.yamcs.utils.BitReader
-
Construct the BitReader as a wrapper around bb
- bits(int) - Static method in class me.lemire.integercompression.Util
-
Compute the integer logarithms (ceil(log(x+1)) of a value
- BITSBETWEEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.RepeatInfo
- BITWISE_AND - Enum constant in enum class org.yamcs.xtce.MathOperator
-
bitwise and (x1 x2 -- x1 & x2)
- BITWISE_OR - Enum constant in enum class org.yamcs.xtce.MathOperator
-
bitwise or (x1 x2 -- x1 | x2)
- BitwiseExpression - Class in org.yamcs.yarch.streamsql
- BitwiseExpression(List<Expression>, List<BitwiseOp>) - Constructor for class org.yamcs.yarch.streamsql.BitwiseExpression
- BitwiseOp - Enum Class in org.yamcs.yarch.streamsql
- BitwiseOp() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- BitWriter - Class in org.yamcs.utils
-
Wrapper around a ByteBuffer that allows to write individual bits or group of bits All the writings/readings are performed to a temporary long which is stored into the backing ByteBuffer when it is "full" Don't forget to call flush after the last write, such that the long is written to the backing ByteBuffer
- BitWriter(ByteBuffer) - Constructor for class org.yamcs.utils.BitWriter
-
Constructs a BitWriter around an existing ByteBuffer
- BLOCK_SIZE - Static variable in class me.lemire.integercompression.FastPFOR128
- BLOCKED - Enum constant in enum class org.yamcs.protobuf.Commanding.QueueState
-
BLOCKED = 1;
- BLOCKED_VALUE - Static variable in enum class org.yamcs.protobuf.Commanding.QueueState
-
BLOCKED = 1;
- blockQueue(String) - Method in class org.yamcs.client.processor.ProcessorClient
- blockQueue(Void, BlockQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.protobuf.QueuesApiClient
-
Block a command queue
- blockQueue(Context, BlockQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.http.api.QueuesApi
- blockQueue(T, BlockQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.protobuf.AbstractQueuesApi
-
Block a command queue
- BlockQueueRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.BlockQueueRequest
- BlockQueueRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.BlockQueueRequest
- BlockQueueRequestOrBuilder - Interface in org.yamcs.protobuf
- blockSize() - Method in class org.yamcs.rs.ReedSolomon
- body() - Method in class org.yamcs.templating.TemplateParser
- BODY_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
- BODY_FIELD_NUMBER - Static variable in class org.yamcs.api.HttpRoute
- BodyHandler - Class in org.yamcs.http
-
A
HttpHandler
that allows request bodies. - BodyHandler() - Constructor for class org.yamcs.http.BodyHandler
- BOOLEAN - Enum constant in enum class org.yamcs.CommandOption.CommandOptionType
- BOOLEAN - Enum constant in enum class org.yamcs.protobuf.config.OptionType
-
BOOLEAN = 2;
- BOOLEAN - Enum constant in enum class org.yamcs.protobuf.FileTransferOption.Type
-
Shown as checkbox in the UI
- BOOLEAN - Enum constant in enum class org.yamcs.protobuf.Mdb.DataEncodingInfo.Type
-
BOOLEAN = 1;
- BOOLEAN - Enum constant in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
BOOLEAN = 9;
- BOOLEAN - Enum constant in enum class org.yamcs.Spec.OptionType
- BOOLEAN - Enum constant in enum class org.yamcs.yarch.DataType._type
- BOOLEAN - Static variable in class org.yamcs.yarch.DataType
- BOOLEAN_VALUE - Static variable in enum class org.yamcs.protobuf.config.OptionType
-
BOOLEAN = 2;
- BOOLEAN_VALUE - Static variable in enum class org.yamcs.protobuf.FileTransferOption.Type
-
Shown as checkbox in the UI
- BOOLEAN_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.DataEncodingInfo.Type
-
BOOLEAN = 1;
- BOOLEAN_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
BOOLEAN = 9;
- BooleanArgumentType - Class in org.yamcs.xtce
- BooleanArgumentType(BooleanArgumentType) - Constructor for class org.yamcs.xtce.BooleanArgumentType
-
Creates a shallow copy of the parameter type
- BooleanArgumentType(BooleanArgumentType.Builder) - Constructor for class org.yamcs.xtce.BooleanArgumentType
- BooleanArgumentType.Builder - Class in org.yamcs.xtce
- BooleanArray - Class in org.yamcs.utils
-
an array that stores the bits in a long[] - each long stores 64 values
- BooleanArray() - Constructor for class org.yamcs.utils.BooleanArray
- BooleanArray(int) - Constructor for class org.yamcs.utils.BooleanArray
- BooleanDataEncoding - Class in org.yamcs.xtce
-
For boolean data.
- BooleanDataEncoding(BooleanDataEncoding.Builder) - Constructor for class org.yamcs.xtce.BooleanDataEncoding
- BooleanDataEncoding.Builder - Class in org.yamcs.xtce
- BooleanDataType - Class in org.yamcs.xtce
- BooleanDataType(BooleanDataType) - Constructor for class org.yamcs.xtce.BooleanDataType
- BooleanDataType(BooleanDataType.Builder<?>) - Constructor for class org.yamcs.xtce.BooleanDataType
- BooleanDataType.Builder<T extends BooleanDataType.Builder<T>> - Class in org.yamcs.xtce
- BooleanExpression - Interface in org.yamcs.xtce
- BooleanParameterType - Class in org.yamcs.xtce
- BooleanParameterType(BooleanParameterType) - Constructor for class org.yamcs.xtce.BooleanParameterType
-
Creates a shallow copy of the parameter type
- BooleanParameterType(BooleanParameterType.Builder) - Constructor for class org.yamcs.xtce.BooleanParameterType
- BooleanParameterType.Builder - Class in org.yamcs.xtce
- BooleanValue - Class in org.yamcs.parameter
- BooleanValue(boolean) - Constructor for class org.yamcs.parameter.BooleanValue
- BOOLEANVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.Value
- BooleanValueSegment - Class in org.yamcs.parameterarchive
-
Boolean value segment uses a boolean array backed by a long[] to represent the boolean values as a set of bits
- BooleanValueSegment() - Constructor for class org.yamcs.parameterarchive.BooleanValueSegment
- boolToByte(boolean, int) - Static method in class org.yamcs.cfdp.CfdpUtils
-
if bool is true, write bit 1 on bitnr position
- Bucket - Class in org.yamcs.client.storage
- Bucket - Interface in org.yamcs.buckets
- BUCKET - Enum constant in enum class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
-
used to store bucket and user objects relevant information: instanceName, bucketProperties
- BUCKET_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateTransferRequest
- BUCKET_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TransferInfo
- BUCKET_VALUE - Static variable in enum class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
-
used to store bucket and user objects relevant information: instanceName, bucketProperties
- Bucket.ListObjectsOptions - Class in org.yamcs.client.storage
- Bucket.ListObjectsOptions.ListObjectsOption - Interface in org.yamcs.client.storage
- BucketDatabase - Interface in org.yamcs.yarch
- BucketInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.buckets.BucketInfo
- BucketInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.buckets.BucketInfo
- BucketInfoOrBuilder - Interface in org.yamcs.protobuf
- BucketLocation - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.buckets.BucketLocation
- BucketLocation - Record Class in org.yamcs.buckets
- BucketLocation(String, String) - Constructor for record class org.yamcs.buckets.BucketLocation
-
Creates an instance of a
BucketLocation
record class. - BucketLocation.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.buckets.BucketLocation
- BucketLocationOrBuilder - Interface in org.yamcs.protobuf
- BucketManager - Class in org.yamcs.buckets
-
Provides access to buckets of various types.
- BucketManager() - Constructor for class org.yamcs.buckets.BucketManager
- BUCKETNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.DeleteBucketRequest
- BUCKETNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.DeleteObjectRequest
- BUCKETNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.GetBucketRequest
- BUCKETNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.GetObjectInfoRequest
- BUCKETNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.GetObjectRequest
- BUCKETNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListObjectsRequest
- BUCKETNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UploadObjectRequest
- BucketProperties - Record Class in org.yamcs.buckets
- BucketProperties(String, long, int, long, int, long) - Constructor for record class org.yamcs.buckets.BucketProperties
-
Creates an instance of a
BucketProperties
record class. - BUCKETPROPERTIES_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
- BucketProvider - Interface in org.yamcs.buckets
- BUCKETS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListBucketsResponse
- BucketsApi - Class in org.yamcs.http.api
- BucketsApi() - Constructor for class org.yamcs.http.api.BucketsApi
- BucketsApiClient - Class in org.yamcs.protobuf
-
Methods related to object storage.
- BucketsApiClient(MethodHandler) - Constructor for class org.yamcs.protobuf.BucketsApiClient
- BucketsProto - Class in org.yamcs.protobuf
- buf() - Method in class org.yamcs.replication.Message.TransactionMessage
- bufcolumn - Variable in class org.yamcs.templating.SimpleCharStream
- bufcolumn - Variable in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
- bufcolumn - Variable in class org.yamcs.utils.parser.SimpleCharStream
- buffer - Variable in class org.yamcs.templating.SimpleCharStream
- buffer - Variable in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
- buffer - Variable in class org.yamcs.utils.parser.SimpleCharStream
- bufline - Variable in class org.yamcs.templating.SimpleCharStream
- bufline - Variable in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
- bufline - Variable in class org.yamcs.utils.parser.SimpleCharStream
- bufOut - Variable in class org.yamcs.http.ServerStreamingObserver
- bufpos - Variable in class org.yamcs.templating.SimpleCharStream
-
Position in buffer.
- bufpos - Variable in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
-
Position in buffer.
- bufpos - Variable in class org.yamcs.utils.parser.SimpleCharStream
-
Position in buffer.
- build() - Method in class org.yamcs.activities.protobuf.ActivityDefinition.Builder
- build() - Method in class org.yamcs.api.ExceptionMessage.Builder
- build() - Method in class org.yamcs.api.FilterSyntaxException.Builder
- build() - Method in class org.yamcs.api.HttpBody.Builder
- build() - Method in class org.yamcs.api.HttpRoute.Builder
- build() - Method in class org.yamcs.api.WebSocketTopic.Builder
- build() - Method in class org.yamcs.client.YamcsClient.Builder
- build() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
- build() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
- build() - Method in class org.yamcs.parameter.ParameterRetrievalOptions.Builder
- build() - Method in class org.yamcs.parameterarchive.AggrrayBuilder
- build() - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
- build() - Method in class org.yamcs.protobuf.AcknowledgeInfo.Builder
- build() - Method in class org.yamcs.protobuf.AcknowledgmentInfo.Builder
- build() - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
- build() - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo.Builder
- build() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
- build() - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
- build() - Method in class org.yamcs.protobuf.activities.CancelActivityRequest.Builder
- build() - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest.Builder
- build() - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
- build() - Method in class org.yamcs.protobuf.activities.GetActivityLogRequest.Builder
- build() - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
- build() - Method in class org.yamcs.protobuf.activities.GetActivityRequest.Builder
- build() - Method in class org.yamcs.protobuf.activities.GlobalActivityStatus.Builder
- build() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
- build() - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
- build() - Method in class org.yamcs.protobuf.activities.ListExecutorsRequest.Builder
- build() - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
- build() - Method in class org.yamcs.protobuf.activities.ListScriptsRequest.Builder
- build() - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
- build() - Method in class org.yamcs.protobuf.activities.StartActivityRequest.Builder
- build() - Method in class org.yamcs.protobuf.activities.SubscribeActivitiesRequest.Builder
- build() - Method in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest.Builder
- build() - Method in class org.yamcs.protobuf.activities.SubscribeGlobalStatusRequest.Builder
- build() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
- build() - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
- build() - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
- build() - Method in class org.yamcs.protobuf.AddViewRequest.Builder
- build() - Method in class org.yamcs.protobuf.AlarmData.Builder
- build() - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
- build() - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
- build() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
- build() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
- build() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
- build() - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
- build() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest.Builder
- build() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
- build() - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
- build() - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest.Builder
- build() - Method in class org.yamcs.protobuf.alarms.SubscribeGlobalStatusRequest.Builder
- build() - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
- build() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
- build() - Method in class org.yamcs.protobuf.AlgorithmTextOverride.Builder
- build() - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
- build() - Method in class org.yamcs.protobuf.AlgorithmTrace.Log.Builder
- build() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
- build() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
- build() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
- build() - Method in class org.yamcs.protobuf.Archive.ListParameterGroupsRequest.Builder
- build() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
- build() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
- build() - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
- build() - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
- build() - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
- build() - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
- build() - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
- build() - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
- build() - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
- build() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
- build() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
- build() - Method in class org.yamcs.protobuf.AuthInfo.Builder
- build() - Method in class org.yamcs.protobuf.BackupDatabaseRequest.Builder
- build() - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
- build() - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
- build() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
- build() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
- build() - Method in class org.yamcs.protobuf.BlockQueueRequest.Builder
- build() - Method in class org.yamcs.protobuf.BucketInfo.Builder
- build() - Method in class org.yamcs.protobuf.BucketLocation.Builder
- build() - Method in class org.yamcs.protobuf.CancelOptions.Builder
- build() - Method in class org.yamcs.protobuf.CancelTransferRequest.Builder
- build() - Method in class org.yamcs.protobuf.Clcw.Builder
- build() - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
- build() - Method in class org.yamcs.protobuf.ClearInfo.Builder
- build() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
- build() - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
- build() - Method in class org.yamcs.protobuf.ClientMessage.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.CommandAssignment.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEvent.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.CommandSignificance.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.Builder
- build() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.CheckWindow.Builder
- build() - Method in class org.yamcs.protobuf.CompactDatabaseRequest.Builder
- build() - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
- build() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
- build() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
- build() - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
- build() - Method in class org.yamcs.protobuf.ContainerData.Builder
- build() - Method in class org.yamcs.protobuf.Cop1Config.Builder
- build() - Method in class org.yamcs.protobuf.Cop1Status.Builder
- build() - Method in class org.yamcs.protobuf.CreateBucketRequest.Builder
- build() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
- build() - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
- build() - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
- build() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
- build() - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
- build() - Method in class org.yamcs.protobuf.CreateServiceAccountRequest.Builder
- build() - Method in class org.yamcs.protobuf.CreateServiceAccountResponse.Builder
- build() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
- build() - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
- build() - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
- build() - Method in class org.yamcs.protobuf.DeleteBandRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteBucketRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteClearanceRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteGroupRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteIdentityRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteItemRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteObjectRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteProcessorRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteRoleAssignmentRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteServiceAccountRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteUserRequest.Builder
- build() - Method in class org.yamcs.protobuf.DeleteViewRequest.Builder
- build() - Method in class org.yamcs.protobuf.DescribeDatabaseRequest.Builder
- build() - Method in class org.yamcs.protobuf.DisableBackfillingRequest.Builder
- build() - Method in class org.yamcs.protobuf.DisableQueueRequest.Builder
- build() - Method in class org.yamcs.protobuf.DisableRequest.Builder
- build() - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
- build() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
- build() - Method in class org.yamcs.protobuf.EnableBackfillingRequest.Builder
- build() - Method in class org.yamcs.protobuf.EnableQueueRequest.Builder
- build() - Method in class org.yamcs.protobuf.EntityInfo.Builder
- build() - Method in class org.yamcs.protobuf.Event.Builder
- build() - Method in class org.yamcs.protobuf.EventAlarmData.Builder
- build() - Method in class org.yamcs.protobuf.ExportCommandRequest.Builder
- build() - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
- build() - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ExternalIdentityInfo.Builder
- build() - Method in class org.yamcs.protobuf.ExtraColumnInfo.Builder
- build() - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
- build() - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
- build() - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
- build() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
- build() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
- build() - Method in class org.yamcs.protobuf.FileTransferOption.Value.Builder
- build() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
- build() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesResponse.Builder
- build() - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetArchivedParameterGroupRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetBandRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetBucketRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetCommandRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetConfigRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetDatabaseRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetFileTransferServiceRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetGroupRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetInstanceRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetInstanceTemplateRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetItemLogRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetItemRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetObjectInfoRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetObjectRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetParameterOverrideRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetProcessorRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetQueueRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetRoleRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
- build() - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
- build() - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
- build() - Method in class org.yamcs.protobuf.GetServiceAccountRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetServiceRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetStatusRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetTcoConfigRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetTcoStatusRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetThreadRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetTransferRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetUserRequest.Builder
- build() - Method in class org.yamcs.protobuf.GetViewRequest.Builder
- build() - Method in class org.yamcs.protobuf.GroupInfo.Builder
- build() - Method in class org.yamcs.protobuf.HttpTraffic.Builder
- build() - Method in class org.yamcs.protobuf.IndexEntry.Builder
- build() - Method in class org.yamcs.protobuf.IndexGroup.Builder
- build() - Method in class org.yamcs.protobuf.IndexResponse.Builder
- build() - Method in class org.yamcs.protobuf.InitializeRequest.Builder
- build() - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
- build() - Method in class org.yamcs.protobuf.IssueCommandRequest.Assignment.Builder
- build() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
- build() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
- build() - Method in class org.yamcs.protobuf.ItemFilter.Builder
- build() - Method in class org.yamcs.protobuf.ItemFilter.FilterCriterion.Builder
- build() - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
- build() - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
- build() - Method in class org.yamcs.protobuf.links.DisableLinkRequest.Builder
- build() - Method in class org.yamcs.protobuf.links.EnableLinkRequest.Builder
- build() - Method in class org.yamcs.protobuf.links.GetLinkRequest.Builder
- build() - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
- build() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
- build() - Method in class org.yamcs.protobuf.links.ListLinksRequest.Builder
- build() - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
- build() - Method in class org.yamcs.protobuf.links.ResetLinkCountersRequest.Builder
- build() - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
- build() - Method in class org.yamcs.protobuf.links.SubscribeLinksRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListBandsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListBucketsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListEventSourcesRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListFileTransferServicesRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListMdbOverridesRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListPacketNamesRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListProcessorsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListQueuesRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListServicesRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListSourcesRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListSourcesResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListThreadsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListTimelineTagsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
- build() - Method in class org.yamcs.protobuf.ListViewsRequest.Builder
- build() - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
- build() - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
- build() - Method in class org.yamcs.protobuf.LoadParameterValuesResponse.Builder
- build() - Method in class org.yamcs.protobuf.LogEntry.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ArgumentAssignmentInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.GetParameterResponse.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.EnumerationAlarm.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.EnumValue.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ExportJavaMissionDatabaseRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ExportXtceRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.GetAlgorithmRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.GetCommandRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.GetContainerRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.GetMissionDatabaseRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.GetParameterRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.GetParameterTypeRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.GetSpaceSystemRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.JavaExpressionCalibratorInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.OutputParameterInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.RepeatInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.SignificanceInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.UnitInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
- build() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
- build() - Method in class org.yamcs.protobuf.MdbOverrideInfo.Builder
- build() - Method in class org.yamcs.protobuf.ObjectInfo.Builder
- build() - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
- build() - Method in class org.yamcs.protobuf.OpenIDConnectInfo.Builder
- build() - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
- build() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
- build() - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
- build() - Method in class org.yamcs.protobuf.PauseTransferRequest.Builder
- build() - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
- build() - Method in class org.yamcs.protobuf.plists.DeleteParameterListRequest.Builder
- build() - Method in class org.yamcs.protobuf.plists.GetParameterListRequest.Builder
- build() - Method in class org.yamcs.protobuf.plists.ListParameterListsRequest.Builder
- build() - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
- build() - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
- build() - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
- build() - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
- build() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
- build() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
- build() - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
- build() - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
- build() - Method in class org.yamcs.protobuf.PurgeRequest.Builder
- build() - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
- build() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
- build() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
- build() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
- build() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
- build() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
- build() - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.RebuildRangeRequest.Builder
- build() - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
- build() - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
- build() - Method in class org.yamcs.protobuf.RelativeTime.Builder
- build() - Method in class org.yamcs.protobuf.RemoteFile.Builder
- build() - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
- build() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
- build() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
- build() - Method in class org.yamcs.protobuf.Reply.Builder
- build() - Method in class org.yamcs.protobuf.RestartInstanceRequest.Builder
- build() - Method in class org.yamcs.protobuf.ResumeRequest.Builder
- build() - Method in class org.yamcs.protobuf.ResumeTransferRequest.Builder
- build() - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo.Builder
- build() - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
- build() - Method in class org.yamcs.protobuf.RoleAssignment.Builder
- build() - Method in class org.yamcs.protobuf.RoleInfo.Builder
- build() - Method in class org.yamcs.protobuf.RootDirectory.Builder
- build() - Method in class org.yamcs.protobuf.RouteInfo.Builder
- build() - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
- build() - Method in class org.yamcs.protobuf.ServerMessage.Builder
- build() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
- build() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
- build() - Method in class org.yamcs.protobuf.SessionEventInfo.Builder
- build() - Method in class org.yamcs.protobuf.SessionInfo.Builder
- build() - Method in class org.yamcs.protobuf.SetCoefficientsRequest.Builder
- build() - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
- build() - Method in class org.yamcs.protobuf.SetTcoConfigRequest.Builder
- build() - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
- build() - Method in class org.yamcs.protobuf.ShelveInfo.Builder
- build() - Method in class org.yamcs.protobuf.StartInstanceRequest.Builder
- build() - Method in class org.yamcs.protobuf.StartServiceRequest.Builder
- build() - Method in class org.yamcs.protobuf.State.Builder
- build() - Method in class org.yamcs.protobuf.State.CallInfo.Builder
- build() - Method in class org.yamcs.protobuf.Statistics.Builder
- build() - Method in class org.yamcs.protobuf.StopInstanceRequest.Builder
- build() - Method in class org.yamcs.protobuf.StopServiceRequest.Builder
- build() - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
- build() - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.StreamEvent.Builder
- build() - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
- build() - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
- build() - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeBackfillingRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeCommandsRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeEventsRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeMdbChangesRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribePacketsRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeProcessorsRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeQueueEventsRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeQueueStatisticsRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeStatusRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeTimeRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeTMStatisticsRequest.Builder
- build() - Method in class org.yamcs.protobuf.SubscribeTransfersRequest.Builder
- build() - Method in class org.yamcs.protobuf.SystemInfo.Builder
- build() - Method in class org.yamcs.protobuf.Table.ColumnData.Builder
- build() - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
- build() - Method in class org.yamcs.protobuf.Table.EnumValue.Builder
- build() - Method in class org.yamcs.protobuf.Table.ExecuteSqlRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.GetStreamRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.GetTableRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.ListStreamsRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
- build() - Method in class org.yamcs.protobuf.Table.ListTablesRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
- build() - Method in class org.yamcs.protobuf.Table.ListValue.Builder
- build() - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
- build() - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.RebuildHistogramResponse.Builder
- build() - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
- build() - Method in class org.yamcs.protobuf.Table.Row.Builder
- build() - Method in class org.yamcs.protobuf.Table.Row.Cell.Builder
- build() - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
- build() - Method in class org.yamcs.protobuf.Table.StreamData.Builder
- build() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
- build() - Method in class org.yamcs.protobuf.Table.SubscribeStreamRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.SubscribeStreamStatisticsRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.TableData.Builder
- build() - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
- build() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
- build() - Method in class org.yamcs.protobuf.Table.WriteRowsExceptionDetail.Builder
- build() - Method in class org.yamcs.protobuf.Table.WriteRowsRequest.Builder
- build() - Method in class org.yamcs.protobuf.Table.WriteRowsResponse.Builder
- build() - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
- build() - Method in class org.yamcs.protobuf.TcoConfig.Builder
- build() - Method in class org.yamcs.protobuf.TcoResetRequest.Builder
- build() - Method in class org.yamcs.protobuf.TcoSample.Builder
- build() - Method in class org.yamcs.protobuf.TcoStatus.Builder
- build() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
- build() - Method in class org.yamcs.protobuf.ThreadGroupInfo.Builder
- build() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
- build() - Method in class org.yamcs.protobuf.TimeInfo.Builder
- build() - Method in class org.yamcs.protobuf.TimelineBand.Builder
- build() - Method in class org.yamcs.protobuf.TimelineItem.Builder
- build() - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
- build() - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
- build() - Method in class org.yamcs.protobuf.TimelineView.Builder
- build() - Method in class org.yamcs.protobuf.TmPacketData.Builder
- build() - Method in class org.yamcs.protobuf.TmStatistics.Builder
- build() - Method in class org.yamcs.protobuf.TofInterval.Builder
- build() - Method in class org.yamcs.protobuf.TokenResponse.Builder
- build() - Method in class org.yamcs.protobuf.TopicInfo.Builder
- build() - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
- build() - Method in class org.yamcs.protobuf.TransactionId.Builder
- build() - Method in class org.yamcs.protobuf.TransferInfo.Builder
- build() - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
- build() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
- build() - Method in class org.yamcs.protobuf.UpdateClearanceRequest.Builder
- build() - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
- build() - Method in class org.yamcs.protobuf.UpdateConfigRequest.Builder
- build() - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
- build() - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
- build() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
- build() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
- build() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
- build() - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
- build() - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
- build() - Method in class org.yamcs.protobuf.UserInfo.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.EventReplayRequest.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectId.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.ReplaySpeed.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus.Builder
- build() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
- build() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
- build() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
- build() - Method in class org.yamcs.replication.protobuf.Request.Builder
- build() - Method in class org.yamcs.replication.protobuf.Response.Builder
- build() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
- build() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
- build() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
- build() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
- build() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
- build() - Method in class org.yamcs.security.protobuf.Clearance.Builder
- build() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
- build() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
- build() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
- build() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
- build() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
- build() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
- build() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
- build() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
- build() - Method in class org.yamcs.tse.api.TseCommand.Builder
- build() - Method in class org.yamcs.tse.api.TseCommanderMessage.Builder
- build() - Method in class org.yamcs.tse.api.TseCommandResponse.Builder
- build() - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
- build() - Method in class org.yamcs.web.api.DeleteQueryRequest.Builder
- build() - Method in class org.yamcs.web.api.GetInstanceConfigurationRequest.Builder
- build() - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
- build() - Method in class org.yamcs.web.api.ListQueriesRequest.Builder
- build() - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
- build() - Method in class org.yamcs.web.api.ParseFilterData.Builder
- build() - Method in class org.yamcs.web.api.ParseFilterRequest.Builder
- build() - Method in class org.yamcs.web.api.QueryInfo.Builder
- build() - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
- build() - Method in class org.yamcs.xtce.AbsoluteTimeArgumentType.Builder
- build() - Method in class org.yamcs.xtce.AbsoluteTimeParameterType.Builder
- build() - Method in class org.yamcs.xtce.AggregateArgumentType.Builder
- build() - Method in class org.yamcs.xtce.AggregateParameterType.Builder
- build() - Method in interface org.yamcs.xtce.ArgumentType.Builder
- build() - Method in class org.yamcs.xtce.ArrayArgumentType.Builder
- build() - Method in class org.yamcs.xtce.ArrayParameterType.Builder
- build() - Method in class org.yamcs.xtce.BinaryArgumentType.Builder
- build() - Method in class org.yamcs.xtce.BinaryDataEncoding.Builder
- build() - Method in class org.yamcs.xtce.BinaryParameterType.Builder
- build() - Method in class org.yamcs.xtce.BooleanArgumentType.Builder
- build() - Method in class org.yamcs.xtce.BooleanDataEncoding.Builder
- build() - Method in class org.yamcs.xtce.BooleanParameterType.Builder
- build() - Method in class org.yamcs.xtce.DataEncoding.Builder
- build() - Method in interface org.yamcs.xtce.DataType.Builder
- build() - Method in class org.yamcs.xtce.EnumeratedArgumentType.Builder
- build() - Method in class org.yamcs.xtce.EnumeratedParameterType.Builder
- build() - Method in class org.yamcs.xtce.FloatArgumentType.Builder
- build() - Method in class org.yamcs.xtce.FloatDataEncoding.Builder
- build() - Method in class org.yamcs.xtce.FloatParameterType.Builder
- build() - Method in class org.yamcs.xtce.IntegerArgumentType.Builder
- build() - Method in class org.yamcs.xtce.IntegerDataEncoding.Builder
- build() - Method in class org.yamcs.xtce.IntegerParameterType.Builder
- build() - Method in interface org.yamcs.xtce.NumericParameterType.Builder
- build() - Method in interface org.yamcs.xtce.ParameterType.Builder
- build() - Method in class org.yamcs.xtce.StringArgumentType.Builder
- build() - Method in class org.yamcs.xtce.StringDataEncoding.Builder
- build() - Method in class org.yamcs.xtce.StringParameterType.Builder
- build() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
- build() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
- build() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
- build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
- build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
- build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
- build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
- build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
- build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
- build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
- build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
- build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
- build() - Method in class org.yamcs.yarch.streamsql.HistogramStreamBuilder
- build() - Method in class org.yamcs.yarch.streamsql.TableWalkerBuilder
- buildCommand(ProcessorData, MetaCommand, Map<String, Object>, long) - Static method in class org.yamcs.mdb.MetaCommandProcessor
- buildCommand(MetaCommand, Map<String, Object>, long) - Method in class org.yamcs.mdb.MetaCommandProcessor
- buildCommand(MetaCommand, Map<String, Object>, String, int, User) - Method in class org.yamcs.commanding.CommandingManager
-
Creates a new
PreparedCommand
where the binary is created by processing the provided arguments and matching it against the MDB definition. - Builder() - Constructor for class org.yamcs.parameter.ParameterRetrievalOptions.Builder
- Builder() - Constructor for class org.yamcs.xtce.AbsoluteTimeArgumentType.Builder
- Builder() - Constructor for class org.yamcs.xtce.AbsoluteTimeDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.AbsoluteTimeParameterType.Builder
- Builder() - Constructor for class org.yamcs.xtce.AggregateArgumentType.Builder
- Builder() - Constructor for class org.yamcs.xtce.AggregateDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.AggregateParameterType.Builder
- Builder() - Constructor for class org.yamcs.xtce.ArrayArgumentType.Builder
- Builder() - Constructor for class org.yamcs.xtce.ArrayDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.ArrayParameterType.Builder
- Builder() - Constructor for class org.yamcs.xtce.BaseDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.BaseTimeDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.BinaryArgumentType.Builder
- Builder() - Constructor for class org.yamcs.xtce.BinaryDataEncoding.Builder
- Builder() - Constructor for class org.yamcs.xtce.BinaryDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.BinaryParameterType.Builder
- Builder() - Constructor for class org.yamcs.xtce.BooleanArgumentType.Builder
- Builder() - Constructor for class org.yamcs.xtce.BooleanDataEncoding.Builder
- Builder() - Constructor for class org.yamcs.xtce.BooleanDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.BooleanParameterType.Builder
- Builder() - Constructor for class org.yamcs.xtce.DataEncoding.Builder
- Builder() - Constructor for class org.yamcs.xtce.EnumeratedArgumentType.Builder
- Builder() - Constructor for class org.yamcs.xtce.EnumeratedDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.EnumeratedParameterType.Builder
- Builder() - Constructor for class org.yamcs.xtce.FloatArgumentType.Builder
- Builder() - Constructor for class org.yamcs.xtce.FloatDataEncoding.Builder
- Builder() - Constructor for class org.yamcs.xtce.FloatDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.FloatParameterType.Builder
- Builder() - Constructor for class org.yamcs.xtce.IntegerArgumentType.Builder
- Builder() - Constructor for class org.yamcs.xtce.IntegerDataEncoding.Builder
- Builder() - Constructor for class org.yamcs.xtce.IntegerDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.IntegerParameterType.Builder
- Builder() - Constructor for class org.yamcs.xtce.NameDescription.Builder
- Builder() - Constructor for class org.yamcs.xtce.NumericDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.StringArgumentType.Builder
- Builder() - Constructor for class org.yamcs.xtce.StringDataEncoding.Builder
- Builder() - Constructor for class org.yamcs.xtce.StringDataType.Builder
- Builder() - Constructor for class org.yamcs.xtce.StringParameterType.Builder
- Builder(AbsoluteTimeArgumentType) - Constructor for class org.yamcs.xtce.AbsoluteTimeArgumentType.Builder
- Builder(AbsoluteTimeDataType) - Constructor for class org.yamcs.xtce.AbsoluteTimeDataType.Builder
- Builder(AbsoluteTimeParameterType) - Constructor for class org.yamcs.xtce.AbsoluteTimeParameterType.Builder
- Builder(AggregateArgumentType) - Constructor for class org.yamcs.xtce.AggregateArgumentType.Builder
- Builder(AggregateDataType) - Constructor for class org.yamcs.xtce.AggregateDataType.Builder
- Builder(AggregateParameterType) - Constructor for class org.yamcs.xtce.AggregateParameterType.Builder
- Builder(ArrayArgumentType) - Constructor for class org.yamcs.xtce.ArrayArgumentType.Builder
- Builder(ArrayDataType) - Constructor for class org.yamcs.xtce.ArrayDataType.Builder
- Builder(ArrayParameterType) - Constructor for class org.yamcs.xtce.ArrayParameterType.Builder
- Builder(BaseDataType) - Constructor for class org.yamcs.xtce.BaseDataType.Builder
- Builder(BaseTimeDataType) - Constructor for class org.yamcs.xtce.BaseTimeDataType.Builder
- Builder(BinaryArgumentType) - Constructor for class org.yamcs.xtce.BinaryArgumentType.Builder
- Builder(BinaryDataEncoding) - Constructor for class org.yamcs.xtce.BinaryDataEncoding.Builder
- Builder(BinaryDataType) - Constructor for class org.yamcs.xtce.BinaryDataType.Builder
- Builder(BinaryParameterType) - Constructor for class org.yamcs.xtce.BinaryParameterType.Builder
- Builder(BooleanArgumentType) - Constructor for class org.yamcs.xtce.BooleanArgumentType.Builder
- Builder(BooleanDataEncoding) - Constructor for class org.yamcs.xtce.BooleanDataEncoding.Builder
- Builder(BooleanDataType) - Constructor for class org.yamcs.xtce.BooleanDataType.Builder
- Builder(BooleanParameterType) - Constructor for class org.yamcs.xtce.BooleanParameterType.Builder
- Builder(DataEncoding) - Constructor for class org.yamcs.xtce.DataEncoding.Builder
- Builder(EnumeratedArgumentType) - Constructor for class org.yamcs.xtce.EnumeratedArgumentType.Builder
- Builder(EnumeratedDataType) - Constructor for class org.yamcs.xtce.EnumeratedDataType.Builder
- Builder(EnumeratedParameterType) - Constructor for class org.yamcs.xtce.EnumeratedParameterType.Builder
- Builder(FloatArgumentType) - Constructor for class org.yamcs.xtce.FloatArgumentType.Builder
- Builder(FloatDataEncoding) - Constructor for class org.yamcs.xtce.FloatDataEncoding.Builder
- Builder(FloatDataType) - Constructor for class org.yamcs.xtce.FloatDataType.Builder
- Builder(FloatParameterType) - Constructor for class org.yamcs.xtce.FloatParameterType.Builder
- Builder(IntegerArgumentType) - Constructor for class org.yamcs.xtce.IntegerArgumentType.Builder
- Builder(IntegerDataEncoding) - Constructor for class org.yamcs.xtce.IntegerDataEncoding.Builder
- Builder(IntegerDataType) - Constructor for class org.yamcs.xtce.IntegerDataType.Builder
- Builder(IntegerParameterType) - Constructor for class org.yamcs.xtce.IntegerParameterType.Builder
- Builder(NameDescription) - Constructor for class org.yamcs.xtce.NameDescription.Builder
- Builder(StringArgumentType) - Constructor for class org.yamcs.xtce.StringArgumentType.Builder
- Builder(StringDataEncoding) - Constructor for class org.yamcs.xtce.StringDataEncoding.Builder
- Builder(StringDataType) - Constructor for class org.yamcs.xtce.StringDataType.Builder
- Builder(StringParameterType) - Constructor for class org.yamcs.xtce.StringParameterType.Builder
- buildIndexMaps() - Method in class org.yamcs.xtce.XtceDb
-
Called after the database has been populated to build the maps for quickly finding things
- buildPage() - Method in class org.yamcs.http.api.MdbPageBuilder
- buildPartial() - Method in class org.yamcs.activities.protobuf.ActivityDefinition.Builder
- buildPartial() - Method in class org.yamcs.api.ExceptionMessage.Builder
- buildPartial() - Method in class org.yamcs.api.FilterSyntaxException.Builder
- buildPartial() - Method in class org.yamcs.api.HttpBody.Builder
- buildPartial() - Method in class org.yamcs.api.HttpRoute.Builder
- buildPartial() - Method in class org.yamcs.api.WebSocketTopic.Builder
- buildPartial() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
- buildPartial() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AcknowledgeInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AcknowledgmentInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.CancelActivityRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.GetActivityLogRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.GetActivityRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.GlobalActivityStatus.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.ListExecutorsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.ListScriptsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.StartActivityRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.SubscribeActivitiesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.activities.SubscribeGlobalStatusRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AddViewRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AlarmData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.SubscribeGlobalStatusRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AlgorithmTextOverride.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AlgorithmTrace.Log.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Archive.ListParameterGroupsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
- buildPartial() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.AuthInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.BackupDatabaseRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.BlockQueueRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.BucketInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.BucketLocation.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CancelOptions.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CancelTransferRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Clcw.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ClearInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ClientMessage.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.CommandAssignment.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEvent.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.CommandSignificance.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.CheckWindow.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CompactDatabaseRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ContainerData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Cop1Config.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Cop1Status.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CreateBucketRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CreateServiceAccountRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CreateServiceAccountResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteBandRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteBucketRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteClearanceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteGroupRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteIdentityRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteItemRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteObjectRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteProcessorRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteRoleAssignmentRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteServiceAccountRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteUserRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DeleteViewRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DescribeDatabaseRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DisableBackfillingRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DisableQueueRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.DisableRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.EnableBackfillingRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.EnableQueueRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.EntityInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Event.Builder
- buildPartial() - Method in class org.yamcs.protobuf.EventAlarmData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ExportCommandRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ExternalIdentityInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ExtraColumnInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
- buildPartial() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
- buildPartial() - Method in class org.yamcs.protobuf.FileTransferOption.Value.Builder
- buildPartial() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetArchivedParameterGroupRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetBandRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetBucketRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetCommandRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetConfigRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetDatabaseRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetFileTransferServiceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetGroupRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetInstanceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetInstanceTemplateRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetItemLogRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetItemRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetObjectInfoRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetObjectRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetParameterOverrideRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetProcessorRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetQueueRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetRoleRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetServiceAccountRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetServiceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetStatusRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetTcoConfigRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetTcoStatusRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetThreadRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetTransferRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetUserRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GetViewRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.GroupInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.HttpTraffic.Builder
- buildPartial() - Method in class org.yamcs.protobuf.IndexEntry.Builder
- buildPartial() - Method in class org.yamcs.protobuf.IndexGroup.Builder
- buildPartial() - Method in class org.yamcs.protobuf.IndexResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.InitializeRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
- buildPartial() - Method in class org.yamcs.protobuf.IssueCommandRequest.Assignment.Builder
- buildPartial() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ItemFilter.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ItemFilter.FilterCriterion.Builder
- buildPartial() - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
- buildPartial() - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
- buildPartial() - Method in class org.yamcs.protobuf.links.DisableLinkRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.links.EnableLinkRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.links.GetLinkRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
- buildPartial() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.links.ListLinksRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.links.ResetLinkCountersRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.links.SubscribeLinksRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListBandsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListBucketsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListEventSourcesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListFileTransferServicesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListMdbOverridesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListPacketNamesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListProcessorsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListQueuesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListServicesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListSourcesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListSourcesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListThreadsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListTimelineTagsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListViewsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.LoadParameterValuesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.LogEntry.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ArgumentAssignmentInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.GetParameterResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.EnumerationAlarm.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.EnumValue.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ExportJavaMissionDatabaseRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ExportXtceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.GetAlgorithmRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.GetCommandRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.GetContainerRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.GetMissionDatabaseRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.GetParameterRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.GetParameterTypeRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.GetSpaceSystemRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.JavaExpressionCalibratorInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.OutputParameterInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.RepeatInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.SignificanceInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.UnitInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.MdbOverrideInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ObjectInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.OpenIDConnectInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
- buildPartial() - Method in class org.yamcs.protobuf.PauseTransferRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.plists.DeleteParameterListRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.plists.GetParameterListRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.plists.ListParameterListsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
- buildPartial() - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.PurgeRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RebuildRangeRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RelativeTime.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RemoteFile.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Reply.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RestartInstanceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ResumeRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ResumeTransferRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RoleAssignment.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RoleInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RootDirectory.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RouteInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ServerMessage.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SessionEventInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SessionInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SetCoefficientsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SetTcoConfigRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ShelveInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StartInstanceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StartServiceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.State.Builder
- buildPartial() - Method in class org.yamcs.protobuf.State.CallInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Statistics.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StopInstanceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StopServiceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StreamEvent.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeBackfillingRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeCommandsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeEventsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeMdbChangesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribePacketsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeProcessorsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeQueueEventsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeQueueStatisticsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeStatusRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeTimeRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeTMStatisticsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SubscribeTransfersRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.SystemInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.ColumnData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.EnumValue.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.ExecuteSqlRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.GetStreamRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.GetTableRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.ListStreamsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.ListTablesRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.ListValue.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.RebuildHistogramResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.Row.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.Row.Cell.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.StreamData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.SubscribeStreamRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.SubscribeStreamStatisticsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.TableData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.WriteRowsExceptionDetail.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.WriteRowsRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Table.WriteRowsResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TcoConfig.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TcoResetRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TcoSample.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TcoStatus.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ThreadGroupInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TimeInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TimelineBand.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TimelineItem.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TimelineView.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TmPacketData.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TmStatistics.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TofInterval.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TokenResponse.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TopicInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TransactionId.Builder
- buildPartial() - Method in class org.yamcs.protobuf.TransferInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateClearanceRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateConfigRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.UserInfo.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.EventReplayRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectId.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.ReplaySpeed.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus.Builder
- buildPartial() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
- buildPartial() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
- buildPartial() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
- buildPartial() - Method in class org.yamcs.replication.protobuf.Request.Builder
- buildPartial() - Method in class org.yamcs.replication.protobuf.Response.Builder
- buildPartial() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
- buildPartial() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
- buildPartial() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
- buildPartial() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
- buildPartial() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
- buildPartial() - Method in class org.yamcs.security.protobuf.Clearance.Builder
- buildPartial() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
- buildPartial() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
- buildPartial() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
- buildPartial() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
- buildPartial() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
- buildPartial() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
- buildPartial() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
- buildPartial() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
- buildPartial() - Method in class org.yamcs.tse.api.TseCommand.Builder
- buildPartial() - Method in class org.yamcs.tse.api.TseCommanderMessage.Builder
- buildPartial() - Method in class org.yamcs.tse.api.TseCommandResponse.Builder
- buildPartial() - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
- buildPartial() - Method in class org.yamcs.web.api.DeleteQueryRequest.Builder
- buildPartial() - Method in class org.yamcs.web.api.GetInstanceConfigurationRequest.Builder
- buildPartial() - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
- buildPartial() - Method in class org.yamcs.web.api.ListQueriesRequest.Builder
- buildPartial() - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
- buildPartial() - Method in class org.yamcs.web.api.ParseFilterData.Builder
- buildPartial() - Method in class org.yamcs.web.api.ParseFilterRequest.Builder
- buildPartial() - Method in class org.yamcs.web.api.QueryInfo.Builder
- buildPartial() - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
- buildPartial() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
- buildPartial() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
- buildPartial() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
- buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
- buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
- buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
- buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
- buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
- buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
- buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
- buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
- buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
- buildRawCommand(MetaCommand, byte[], String, int, User) - Method in class org.yamcs.commanding.CommandingManager
-
Creates a new
PreparedCommand
with raw provided binary. - buildStats(Processor, List<TmStatistics>) - Static method in class org.yamcs.management.ManagementGpbHelper
- BulkRestDataReceiver - Interface in org.yamcs.client.base
- BulkRestDataSender - Class in org.yamcs.client.base
-
Used to post large quantities of data to yamcs.
- BulkRestDataSender() - Constructor for class org.yamcs.client.base.BulkRestDataSender
- busCurrent - Variable in class org.yamcs.simulator.PowerData
- busStatus - Variable in class org.yamcs.simulator.PowerData
- busVoltage - Variable in class org.yamcs.simulator.PowerData
- byName(String) - Static method in class org.yamcs.yarch.DataType
-
this is the inverse of
DataType.name()
- bypassFlag() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
- BYTE - Enum constant in enum class org.yamcs.yarch.DataType._type
- BYTE - Static variable in class org.yamcs.yarch.DataType
- ByteArray - Class in org.yamcs.utils
-
byte array which grows and also supports writing/reading int, double, etc.
- ByteArray() - Constructor for class org.yamcs.utils.ByteArray
-
Creates a sorted int array with a default initial capacity
- ByteArray(int) - Constructor for class org.yamcs.utils.ByteArray
-
Creates an IntArray with a given initial capacity
- ByteArrayComparator - Class in org.yamcs.yarch
- ByteArrayComparator() - Constructor for class org.yamcs.yarch.ByteArrayComparator
- byteArrayToObject(byte[]) - Method in class org.yamcs.yarch.rocksdb.ColumnValueSerializer
-
this is the reverse of the
ColumnValueSerializer.objectToByteArray(Object value)
- ByteArrayUtils - Class in org.yamcs.utils
- ByteArrayUtils() - Constructor for class org.yamcs.utils.ByteArrayUtils
- ByteArrayWrapper - Class in org.yamcs.utils
-
Wrapper around byte array that allows usage as hashmap keys
- ByteArrayWrapper(byte[]) - Constructor for class org.yamcs.utils.ByteArrayWrapper
- byteBufferToHexString(ByteBuffer) - Static method in class org.yamcs.utils.StringConverter
- ByteIntegerCODEC - Interface in me.lemire.integercompression
-
Interface describing a CODEC to compress integers to bytes.
- byteOrder - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- ByteSupplier - Interface in org.yamcs.utils
C
- CACHEDIRECTORY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SystemInfo
- caching(ParameterWithId) - Method in class org.yamcs.parameter.ArrayParameterCache
- caching(ParameterWithId) - Method in interface org.yamcs.parameter.ParameterCache
- calculateChecksum(byte[]) - Static method in class org.yamcs.cfdp.ChecksumCalculator
- calculateHmac(byte[], byte[]) - Static method in class org.yamcs.security.CryptoUtils
-
Calculates an hmac as specified in RFC2104.
- calculateHmac(String, byte[]) - Static method in class org.yamcs.security.CryptoUtils
-
Calculates an hmac as specified in RFC2104.
- CALIB_TYPE_ENUMERATION - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CALIB_TYPE_ENUMERATION - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CALIB_TYPE_JAVA_EXPRESSION - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CALIB_TYPE_JAVA_EXPRESSION - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CALIB_TYPE_POLYNOMIAL - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CALIB_TYPE_POLYNOMIAL - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CALIB_TYPE_SPLINE - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CALIB_TYPE_SPLINE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CALIB_TYPE_TIME - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CALIB_TYPE_TIME - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- calibrate(double) - Method in interface org.yamcs.mdb.NumericCalibrator
- calibrate(double) - Method in class org.yamcs.mdb.NumericCalibratorProc
-
performs double to double calibration using the inner calibrator
- calibrate(double) - Method in class org.yamcs.mdb.PolynomialCalibratorProc
- calibrate(double) - Method in class org.yamcs.mdb.SplineCalibratorProc
- calibrate(int, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
-
Calibrate raw value according to the calibration rule of the given parameter
- calibrate(long) - Method in class org.yamcs.xtce.EnumeratedDataType
- calibrate(ProcessingContext, ParameterValue) - Method in class org.yamcs.mdb.ParameterTypeProcessor
-
Sets the value of a pval, based on the raw value, the applicable calibrator and the expected parameter type
- calibrate(ParameterValue) - Method in class org.yamcs.mdb.ParameterTypeProcessor
- calibrate(Value, ProcessingContext) - Method in class org.yamcs.algo.TcoCalibrator
- calibrate(Value, ProcessingContext) - Method in interface org.yamcs.mdb.CalibratorProc
-
Convert the raw value to an engineering value
- calibrate(Value, ProcessingContext) - Method in class org.yamcs.mdb.NumericCalibratorProc
- CALIBRATED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo
- Calibrator - Interface in org.yamcs.xtce
- CALIBRATOR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo
- CalibratorFactory - Class in org.yamcs.mdb
-
Factory for the different supported calibrators
- CalibratorFactory() - Constructor for class org.yamcs.mdb.CalibratorFactory
- CalibratorProc - Interface in org.yamcs.mdb
-
Interface for calibrators (raw to engineering conversion) used for telemetry or de-calibrators(engineering to raw conversion) used for commands.
- calibrators - Variable in class org.yamcs.xtce.xlsv6.V6Loader
- calibrators - Variable in class org.yamcs.xtce.xlsv7.V7Loader
- call() - Method in class org.yamcs.activities.ActivityExecution
- call(Descriptors.MethodDescriptor, Message, Message, Observer<? extends Message>) - Method in interface org.yamcs.api.MethodHandler
- call(Descriptors.MethodDescriptor, Message, Message, Observer<? extends Message>) - Method in class org.yamcs.client.base.HttpMethodHandler
- call(String, DataObserver<? extends Message>) - Method in class org.yamcs.client.base.WebSocketClient
-
Initiates a new call.
- CALL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CancelOptions
- CALL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ClientMessage
- CALL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ServerMessage
- CALL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.State.CallInfo
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in interface org.yamcs.api.Api
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractBucketsApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractClearanceApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractCommandsApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractCop1Api
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractDatabaseApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractEventsApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractFileTransferApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractIamApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractIndexesApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractInstancesApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractMdbApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractMdbOverrideApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractPacketsApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractParameterArchiveApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractParameterValuesApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractProcessingApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractQueuesApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractReplicationApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractRocksDbApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractServerApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractServicesApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractSessionsApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractStreamArchiveApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractTableApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractTimeApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractTimeCorrelationApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractTimelineApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.activities.AbstractActivitiesApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.alarms.AbstractAlarmsApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.audit.AbstractAuditApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.links.AbstractLinksApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.protobuf.plists.AbstractParameterListsApi
- callMethod(Descriptors.MethodDescriptor, T, Message, Observer<Message>) - Method in class org.yamcs.web.api.AbstractWebApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in interface org.yamcs.api.Api
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractBucketsApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractClearanceApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractCommandsApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractCop1Api
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractDatabaseApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractEventsApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractFileTransferApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractIamApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractIndexesApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractInstancesApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractMdbApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractMdbOverrideApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractPacketsApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractParameterArchiveApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractParameterValuesApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractProcessingApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractQueuesApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractReplicationApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractRocksDbApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractServerApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractServicesApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractSessionsApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractStreamArchiveApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractTableApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractTimeApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractTimeCorrelationApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.AbstractTimelineApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.activities.AbstractActivitiesApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.alarms.AbstractAlarmsApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.audit.AbstractAuditApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.links.AbstractLinksApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.protobuf.plists.AbstractParameterListsApi
- callMethod(Descriptors.MethodDescriptor, T, Observer<Message>) - Method in class org.yamcs.web.api.AbstractWebApi
- callMethod(Context, Message, Observer<Message>) - Method in class org.yamcs.http.Topic
- callMethod(Context, Observer<Message>) - Method in class org.yamcs.http.Topic
- CallObserver - Class in org.yamcs.http
-
Observes the state of a single RPC call where both request and response are non-streaming.
- CallObserver(RouteContext) - Constructor for class org.yamcs.http.CallObserver
- CALLS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.State
- cancel() - Method in class org.yamcs.cfdp.Timer
- cancel(boolean) - Method in class org.yamcs.client.base.AbstractSubscription
-
Cancel this subscription.
- cancel(long) - Method in class org.yamcs.client.filetransfer.FileTransferClient
-
Cancel an on-going file transfer
- cancel(Throwable) - Method in class org.yamcs.http.TopicContext
- cancel(ConditionCode) - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
- cancel(ConditionCode) - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
- cancel(ConditionCode) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
- cancel(FileTransfer) - Method in class org.yamcs.cfdp.CfdpService
- cancel(FileTransfer) - Method in interface org.yamcs.filetransfer.FileTransferService
-
Cancel the file transfer.
- cancel(User) - Method in class org.yamcs.activities.Activity
- cancel(User) - Method in class org.yamcs.activities.OngoingActivity
-
Request a stop of this activity.
- CANCEL_OPTION - Static variable in class org.yamcs.ui.packetviewer.ConnectDialog
-
Return value if cancel is chosen.
- CANCEL_OPTION - Static variable in class org.yamcs.ui.packetviewer.GoToPacketDialog
-
Return value if cancel is chosen.
- CANCEL_OPTION - Static variable in class org.yamcs.ui.packetviewer.OpenFileDialog
-
Return value if cancel is chosen
- CANCEL_REQUEST_RECEIVED - Enum constant in enum class org.yamcs.cfdp.pdu.ConditionCode
- cancelActivity(Void, CancelActivityRequest, Observer<ActivityInfo>) - Method in class org.yamcs.protobuf.activities.ActivitiesApiClient
-
Cancel an ongoing activity
- cancelActivity(UUID, User) - Method in class org.yamcs.activities.ActivityService
- cancelActivity(Context, CancelActivityRequest, Observer<ActivityInfo>) - Method in class org.yamcs.http.api.ActivitiesApi
- cancelActivity(T, CancelActivityRequest, Observer<ActivityInfo>) - Method in class org.yamcs.protobuf.activities.AbstractActivitiesApi
-
Cancel an ongoing activity
- CancelActivityRequest - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.CancelActivityRequest
- CancelActivityRequest.Builder - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.CancelActivityRequest
- CancelActivityRequestOrBuilder - Interface in org.yamcs.protobuf.activities
- cancelCall(int) - Method in class org.yamcs.client.base.WebSocketClient
- cancelInactivityTimer() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
- cancellable() - Method in class org.yamcs.cfdp.CompletedTransfer
- cancellable() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
- cancellable() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
- cancellable() - Method in interface org.yamcs.filetransfer.FileTransfer
- CANCELLED - Enum constant in enum class org.yamcs.activities.ActivityStatus
-
The activity was cancelled.
- CANCELLED - Enum constant in enum class org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
- CANCELLED - Enum constant in enum class org.yamcs.protobuf.activities.ActivityStatus
-
The activity was cancelled.
- CANCELLED_VALUE - Static variable in enum class org.yamcs.protobuf.activities.ActivityStatus
-
The activity was cancelled.
- CANCELLING - Enum constant in enum class org.yamcs.protobuf.TransferState
-
CANCELLING = 6;
- CANCELLING_VALUE - Static variable in enum class org.yamcs.protobuf.TransferState
-
CANCELLING = 6;
- CancelOptions - Class in org.yamcs.protobuf
-
Message to be provided in a ClientMessage if type is "cancel".
- CancelOptions.Builder - Class in org.yamcs.protobuf
-
Message to be provided in a ClientMessage if type is "cancel".
- CancelOptionsOrBuilder - Interface in org.yamcs.protobuf
- CancelRequest - Class in org.yamcs.cfdp
-
A Cancel.request is a primitive that requests a certain transaction canceled*
- CancelRequest(FileTransfer) - Constructor for class org.yamcs.cfdp.CancelRequest
- cancelTransfer() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
- cancelTransfer(Void, CancelTransferRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.FileTransferApiClient
-
Cancel a transfer The ongoing transfer is aborted, partially uploaded/downloaded files are retained.
- cancelTransfer(Context, CancelTransferRequest, Observer<Empty>) - Method in class org.yamcs.http.api.FileTransferApi
- cancelTransfer(T, CancelTransferRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractFileTransferApi
-
Cancel a transfer The ongoing transfer is aborted, partially uploaded/downloaded files are retained.
- CancelTransferRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.CancelTransferRequest
- CancelTransferRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.CancelTransferRequest
- CancelTransferRequestOrBuilder - Interface in org.yamcs.protobuf
- canProvide(Yamcs.NamedObjectId) - Method in class org.yamcs.algorithms.AlgorithmManager
- canProvide(Yamcs.NamedObjectId) - Method in class org.yamcs.mdb.XtceTmProcessor
- canProvide(Yamcs.NamedObjectId) - Method in class org.yamcs.parameter.LocalParameterManager
- canProvide(Yamcs.NamedObjectId) - Method in interface org.yamcs.parameter.ParameterProvider
-
Returns whether or not a given parameter can be provided by this provider
- canProvide(Yamcs.NamedObjectId) - Method in class org.yamcs.tctm.ReplayService
- canProvide(Yamcs.NamedObjectId) - Method in class org.yamcs.tctm.StreamParameterProvider
- canProvide(Parameter) - Method in class org.yamcs.algorithms.AlgorithmManager
- canProvide(Parameter) - Method in class org.yamcs.mdb.XtceTmProcessor
- canProvide(Parameter) - Method in class org.yamcs.parameter.LocalParameterManager
- canProvide(Parameter) - Method in interface org.yamcs.parameter.ParameterProvider
- canProvide(Parameter) - Method in class org.yamcs.tctm.ReplayService
- canProvide(Parameter) - Method in class org.yamcs.tctm.StreamParameterProvider
- canProvideContainer(Yamcs.NamedObjectId) - Method in interface org.yamcs.container.ContainerProvider
-
Returns whether or not a given container can be provided by this provider
- canProvideContainer(Yamcs.NamedObjectId) - Method in class org.yamcs.mdb.XtceTmProcessor
- CAPABILITIES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.FileTransferServiceInfo
- CAPABILITIES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.YamcsInstance
- capitalized(String) - Static method in class org.yamcs.yarch.DataType
- capitalizeFirstLetter(String) - Static method in class org.yamcs.yarch.streamsql.ColumnExpression
- cas - Variable in class org.yamcs.simulator.FlightData
- castAs(DataType, Object) - Static method in class org.yamcs.yarch.DataType
-
Performs casting: numbers to numbers, numbers to string, string to numbers
- castAs(DataType, DataType, Object) - Static method in class org.yamcs.yarch.DataType
-
Performs casting of v from sourceType to targetType
- CCSDS_SEQCOUNT_PARA_NAME - Static variable in class org.yamcs.tctm.pus.PusCommandPostprocessor
- CCSDS_START_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.BchCltuGenerator
- CCSDS_START_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator
- CCSDS_START_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator
- CCSDS_TAIL_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.BchCltuGenerator
- CCSDS_TAIL_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator
- CcsdsFrameDecoder - Class in org.yamcs.tctm.ccsds
-
decodes raw frame data according to according to CCSDS 131.0-B-3.
- CcsdsFrameDecoder(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.CcsdsFrameDecoder
- CcsdsPacket - Class in org.yamcs.tctm
-
CCSDS Packet as per CCSDS 133.0-B-2 https://public.ccsds.org/Pubs/133x0b2e1.pdf
- CcsdsPacket(byte[]) - Constructor for class org.yamcs.tctm.CcsdsPacket
- CcsdsPacket(ByteBuffer) - Constructor for class org.yamcs.tctm.CcsdsPacket
- CcsdsPacketInputStream - Class in org.yamcs.tctm
-
Reads CCSDS packets from an input stream: first it reads 6 bytes primary header, it derives the length from the last two bytes and reads the remaining of the data.
- CcsdsPacketInputStream() - Constructor for class org.yamcs.tctm.CcsdsPacketInputStream
- CcsdsPacketPreprocessor - Class in org.yamcs.tctm
-
Contains some helper methods for all the pre-processors for CCSDS packets
- CcsdsPacketPreprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.CcsdsPacketPreprocessor
- CcsdsSeq_KEY - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
- CcsdsSeqCountFiller - Class in org.yamcs.tctm
-
Fills in the time, seq and checksum
- CcsdsSeqCountFiller() - Constructor for class org.yamcs.tctm.CcsdsSeqCountFiller
- CcsdsTmIndex - Class in org.yamcs.archive
-
Completeness index of CCSDS telemetry.
- CcsdsTmIndex() - Constructor for class org.yamcs.archive.CcsdsTmIndex
- CELLS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.Row
- CertUtil - Class in org.yamcs.client.base
- CertUtil() - Constructor for class org.yamcs.client.base.CertUtil
- CF_METADATA - Static variable in class org.yamcs.yarch.rocksdb.Tablespace
- CF_NAME - Static variable in class org.yamcs.archive.EventRecorder
- CF_NAME - Static variable in class org.yamcs.archive.ParameterRecorder
- CF_NAME - Static variable in class org.yamcs.archive.XtceTmRecorder
- CF_NAME - Static variable in class org.yamcs.parameterarchive.ParameterArchive
- CFDP - Static variable in class org.yamcs.cfdp.pdu.CfdpPacket
- CfdpCcsdsPacket - Class in org.yamcs.simulator.cfdp
- CfdpCcsdsPacket(byte[]) - Constructor for class org.yamcs.simulator.cfdp.CfdpCcsdsPacket
- CfdpCcsdsPacket(int) - Constructor for class org.yamcs.simulator.cfdp.CfdpCcsdsPacket
- CfdpFileTransfer - Interface in org.yamcs.cfdp
- CfdpFileTransfer.PredefinedTransferTypes - Enum Class in org.yamcs.cfdp
- CfdpHeader - Class in org.yamcs.cfdp.pdu
- CfdpHeader(boolean, boolean, boolean, boolean, int, int, long, long, long) - Constructor for class org.yamcs.cfdp.pdu.CfdpHeader
- CfdpIncomingTransfer - Class in org.yamcs.cfdp
- CfdpIncomingTransfer(String, long, long, ScheduledThreadPoolExecutor, YConfiguration, CfdpHeader, Stream, FileSaveHandler, EventProducer, TransferMonitor, Map<ConditionCode, OngoingCfdpTransfer.FaultHandlingAction>) - Constructor for class org.yamcs.cfdp.CfdpIncomingTransfer
- CfdpOutgoingTransfer - Class in org.yamcs.cfdp
- CfdpOutgoingTransfer(String, long, long, long, ScheduledThreadPoolExecutor, PutRequest, Stream, YConfiguration, Bucket, Integer, Integer, EventProducer, TransferMonitor, Map<ConditionCode, OngoingCfdpTransfer.FaultHandlingAction>) - Constructor for class org.yamcs.cfdp.CfdpOutgoingTransfer
-
Create a new CFDP outgoing (uplink) transfer.
- CfdpPacket - Class in org.yamcs.cfdp.pdu
- CfdpPacket() - Constructor for class org.yamcs.cfdp.pdu.CfdpPacket
- CfdpPacket(CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.CfdpPacket
- CfdpPacket.TransmissionMode - Enum Class in org.yamcs.cfdp.pdu
- CfdpPacketInputStream - Class in org.yamcs.tctm
-
CFDP packet reader that splits the stream into packets based on the length of the packet
- CfdpPacketInputStream() - Constructor for class org.yamcs.tctm.CfdpPacketInputStream
- cfdpPort - Variable in class org.yamcs.simulator.SimulatorArgs
- CfdpReceiver - Class in org.yamcs.simulator.cfdp
-
Receives CFDP files.
- CfdpReceiver(AbstractSimulator, File) - Constructor for class org.yamcs.simulator.cfdp.CfdpReceiver
- CfdpRequest - Class in org.yamcs.cfdp
- CfdpRequest(CfdpRequest.CfdpRequestType) - Constructor for class org.yamcs.cfdp.CfdpRequest
- CfdpSender - Class in org.yamcs.simulator.cfdp
- CfdpSender(AbstractSimulator, int, File, String, List<TLV>, int[]) - Constructor for class org.yamcs.simulator.cfdp.CfdpSender
- CfdpService - Class in org.yamcs.cfdp
-
Implements CCSDS File Delivery Protocol (CFDP) in Yamcs.
- CfdpService() - Constructor for class org.yamcs.cfdp.CfdpService
- cfdpTransactionId - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
- CfdpTransactionId - Class in org.yamcs.cfdp
- CfdpTransactionId(long, long) - Constructor for class org.yamcs.cfdp.CfdpTransactionId
- CfdpUtils - Class in org.yamcs.cfdp
- CfdpUtils() - Constructor for class org.yamcs.cfdp.CfdpUtils
- CFG_CRASH_HANDLER_KEY - Static variable in class org.yamcs.YamcsServer
- cfName() - Method in class org.yamcs.yarch.rocksdb.RdbTable
- cfName(byte[]) - Static method in class org.yamcs.yarch.rocksdb.YRDB
- CFNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CompactDatabaseRequest
- CFNAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
- cfNameb(String) - Static method in class org.yamcs.yarch.rocksdb.YRDB
- cfNameToString(byte[]) - Static method in class org.yamcs.yarch.rocksdb.YRDB
- CfsCommandPostprocessor - Class in org.yamcs.tctm.cfs
-
CFS TC packets: CCSDS primary header - 6 bytes.
- CfsCommandPostprocessor() - Constructor for class org.yamcs.tctm.cfs.CfsCommandPostprocessor
- CfsEventDecoder - Class in org.yamcs.tctm.cfs
-
Generate Yamcs events out of cFS event packets
- CfsEventDecoder() - Constructor for class org.yamcs.tctm.cfs.CfsEventDecoder
- CfsPacketPreprocessor - Class in org.yamcs.tctm.cfs
-
Preprocessor for the CFS TM packets: CCSDS primary header 6 bytes Time seconds 4 bytes subseconds(1/2^16 fraction of seconds) 2 bytes Options:
- CfsPacketPreprocessor(String) - Constructor for class org.yamcs.tctm.cfs.CfsPacketPreprocessor
- CfsPacketPreprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.cfs.CfsPacketPreprocessor
- CHANGE_SPEED - Enum constant in enum class org.yamcs.protobuf.ProcessorRequest.Operation
-
Change speed of a processor
- CHANGE_SPEED_VALUE - Static variable in enum class org.yamcs.protobuf.ProcessorRequest.Operation
-
Change speed of a processor
- changeDataType(String, DataType) - Method in class org.yamcs.yarch.TableDefinition
-
this method is used during table migration between two versions
- changeEndAction(Yamcs.EndAction) - Method in class org.yamcs.archive.YarchReplay
- changeEndAction(Yamcs.EndAction) - Method in class org.yamcs.Processor
- changeEndAction(Yamcs.EndAction) - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
- changeEndAction(Yamcs.EndAction) - Method in class org.yamcs.tctm.ReplayService
- changeKey(K, K) - Method in class org.yamcs.utils.IndexedList
- ChangeMissionDatabase - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to change online the MDB (calibrators, alarms and algorithms)
- changePassword(User, char[]) - Method in class org.yamcs.security.Directory
- changeRange(long, long) - Method in class org.yamcs.archive.YarchReplay
- changeRange(long, long) - Method in class org.yamcs.Processor
- changeRange(long, long) - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
- changeRange(long, long) - Method in class org.yamcs.tctm.ReplayService
- changeSpeed(String) - Method in class org.yamcs.client.processor.ProcessorClient
- changeSpeed(SpeedSpec) - Method in class org.yamcs.archive.YarchReplay
- changeSpeed(Yamcs.ReplaySpeed) - Method in class org.yamcs.Processor
- changeSpeed(Yamcs.ReplaySpeed) - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
- changeSpeed(Yamcs.ReplaySpeed) - Method in class org.yamcs.tctm.ReplayService
- changeState(TransferState) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
- channelActive(ChannelHandlerContext) - Method in class org.yamcs.client.base.WebSocketClientHandler
- channelActive(ChannelHandlerContext) - Method in class org.yamcs.http.HttpRequestHandler
- channelActive(ChannelHandlerContext) - Method in class org.yamcs.replication.MasterChannelHandler
-
this is called when the TCP connection is established, only when we are working as TCP client in the other case the ReplicationServer adds us to the pipeline after the connection is established)
- channelActive(ChannelHandlerContext) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
- channelActive(ChannelHandlerContext) - Method in class org.yamcs.simulator.TelnetServerHandler
- channelActive(ChannelHandlerContext) - Method in class org.yamcs.tctm.UdpTcTmDataLinkHandler
- channelActive(ChannelHandlerContext) - Method in class org.yamcs.tse.TcTmServerHandler
- channelActive(ChannelHandlerContext) - Method in class org.yamcs.tse.TelnetServerHandler
- channelInactive(ChannelHandlerContext) - Method in class org.yamcs.client.base.WebSocketClientHandler
- channelInactive(ChannelHandlerContext) - Method in class org.yamcs.http.WebSocketFrameHandler
- channelInactive(ChannelHandlerContext) - Method in class org.yamcs.replication.MasterChannelHandler
- channelInactive(ChannelHandlerContext) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
- channelInactive(ChannelHandlerContext) - Method in class org.yamcs.simulator.TelnetServerHandler
- channelInactive(ChannelHandlerContext) - Method in class org.yamcs.tctm.UdpTcTmDataLinkHandler
- channelInactive(ChannelHandlerContext) - Method in class org.yamcs.tse.TcTmServerHandler
- channelInactive(ChannelHandlerContext) - Method in class org.yamcs.tse.TelnetServerHandler
- channelRead(ChannelHandlerContext, Object) - Method in class org.yamcs.http.HttpRequestHandler
- channelRead(ChannelHandlerContext, Object) - Method in class org.yamcs.replication.MasterChannelHandler
- channelRead(ChannelHandlerContext, Object) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
- channelRead0(ChannelHandlerContext, Message) - Method in class org.yamcs.http.StreamingClientHandler
- channelRead0(ChannelHandlerContext, DatagramPacket) - Method in class org.yamcs.tctm.UdpTcTmDataLinkHandler
- channelRead0(ChannelHandlerContext, FullHttpRequest) - Method in class org.yamcs.http.Handler
- channelRead0(ChannelHandlerContext, FullHttpRequest) - Method in class org.yamcs.http.RouteHandler
- channelRead0(ChannelHandlerContext, FullHttpResponse) - Method in class org.yamcs.client.base.BulkRestDataSender
- channelRead0(ChannelHandlerContext, WebSocketFrame) - Method in class org.yamcs.http.WebSocketFrameHandler
- channelRead0(ChannelHandlerContext, Object) - Method in class org.yamcs.client.base.WebSocketClientHandler
- channelRead0(ChannelHandlerContext, String) - Method in class org.yamcs.simulator.TelnetServerHandler
- channelRead0(ChannelHandlerContext, String) - Method in class org.yamcs.tse.TelnetServerHandler
- channelRead0(ChannelHandlerContext, TseCommand) - Method in class org.yamcs.tse.TcTmServerHandler
- channelRead0(ChannelHandlerContext, TseCommanderMessage) - Method in class org.yamcs.tse.TseDataLinkInboundHandler
- channelRegistered(ChannelHandlerContext) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
- CHECK_BOX - Enum constant in enum class org.yamcs.actions.Action.ActionStyle
- CHECK_LIMIT_REACHED - Enum constant in enum class org.yamcs.cfdp.pdu.ConditionCode
- checkAndOpenSocket() - Method in class org.yamcs.tctm.TcpTcTmDataLink
- checkAnyOfSystemPrivileges(SystemPrivilege...) - Method in class org.yamcs.http.Context
- checkCommandClearance() - Method in class org.yamcs.ProcessorConfig
-
Returns whether command clearance checks are enabled.
- CHECKCOMMANDCLEARANCE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ProcessorInfo
- CheckConfig - Class in org.yamcs.cli
- CheckConfig(YamcsAdminCli) - Constructor for class org.yamcs.cli.CheckConfig
- CHECKED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.actions.ActionInfo
- checkEngValueAssignment(Parameter, Value) - Static method in class org.yamcs.mdb.ParameterTypeUtils
-
Checks that a value can be assigned to a parameter as engineering value.
- checkEngValueAssignment(ParameterType, Value) - Static method in class org.yamcs.mdb.ParameterTypeUtils
- checkFloatRange(FloatValidRange, double) - Static method in class org.yamcs.mdb.ValidRangeChecker
-
checks that x is in the range and returns true if it is and false if it's not
- checkFloatRange(FloatValidRange, Value) - Static method in class org.yamcs.mdb.ValidRangeChecker
-
Checks if the value is within range.
- checkForSequenceDiscontinuity - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- checkForSequenceDiscontinuity() - Method in class org.yamcs.tctm.AbstractPacketPreprocessor
- checkForSequenceDiscontinuity(boolean) - Method in class org.yamcs.tctm.AbstractPacketPreprocessor
- checkForSequenceDiscontinuity(boolean) - Method in interface org.yamcs.tctm.PacketPreprocessor
-
The packet preprocessor processes multiple packets that should be in sequence.
- checkIntegerRange(IntegerValidRange, long) - Static method in class org.yamcs.mdb.ValidRangeChecker
-
checks that x is in the range and returns true if it is and false if it's not
- checkIntegerRange(IntegerValidRange, Value) - Static method in class org.yamcs.mdb.ValidRangeChecker
-
Checks if the value is within range.
- checkManageBucketPrivilege(String, User) - Static method in class org.yamcs.http.api.BucketsApi
- checkMaxSize(long) - Static method in class org.yamcs.cfdp.DataFile
- checkName(ParameterRequestManager, Yamcs.NamedObjectId) - Static method in class org.yamcs.parameter.ParameterWithIdRequestHelper
- checkNames(ParameterRequestManager, List<Yamcs.NamedObjectId>) - Static method in class org.yamcs.parameter.ParameterWithIdRequestHelper
- checkObjectPrivileges(ObjectPrivilegeType, String...) - Method in class org.yamcs.http.Context
- checkObjectPrivileges(ObjectPrivilegeType, Collection<String>) - Method in class org.yamcs.http.Context
- checkParameterPrivilege(ObjectPrivilegeType, Collection<Parameter>) - Method in class org.yamcs.http.Context
- checkParameterPrivilege(ObjectPrivilegeType, Parameter...) - Method in class org.yamcs.http.Context
- checkParameterValidityRanges() - Method in class org.yamcs.ProcessorConfig
-
Returns whether parameter validity range checks are enabled.
- checkRangeAndConvertToValue(ArgumentType, Object) - Method in class org.yamcs.mdb.ArgumentTypeProcessor
- checkReadBucketPrivilege(String, User) - Static method in class org.yamcs.http.api.BucketsApi
- checkSequence(int, int) - Method in class org.yamcs.tctm.CcsdsPacketPreprocessor
- checkStartElementPreconditions() - Method in class org.yamcs.xtce.xml.AbstractStaxReader
-
Checks preconditions before the dedicated code for section reading will run
- ChecksumCalculator - Class in org.yamcs.cfdp
- ChecksumCalculator() - Constructor for class org.yamcs.cfdp.ChecksumCalculator
- ChecksumType - Enum Class in org.yamcs.cfdp
- checkSystemPrivilege(SystemPrivilege) - Method in class org.yamcs.http.Context
- checkUnsignedIntegerRange(IntegerValidRange, long) - Static method in class org.yamcs.mdb.ValidRangeChecker
- checkValid() - Method in class org.yamcs.yarch.rocksdb.AbstractDbIterator
- checkVersion(String) - Method in class org.yamcs.mdb.SpreadsheetLoader
- CheckWindow - Class in org.yamcs.xtce
-
From XTCE: Holds a time to stop checking and optional time to start checking and whether window is relative to command release or last verifier.
- CheckWindow(long, long, CheckWindow.TimeWindowIsRelativeToType) - Constructor for class org.yamcs.xtce.CheckWindow
- CHECKWINDOW_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.VerifierConfig
- CHECKWINDOW_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.VerifierInfo
- CheckWindow.TimeWindowIsRelativeToType - Enum Class in org.yamcs.xtce
- children - Variable in class org.yamcs.yarch.streamsql.Expression
- CHILDREN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ProcessInfo
- CHOICES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.config.OptionInfo
- CHOICES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TemplateVariable
- CLASSNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ServiceInfo
- CLASSNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TraceElementInfo
- Clcw - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.cop1.Clcw
- CLCW - Enum constant in enum class org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
- CLCW_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Cop1Status
- Clcw.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.cop1.Clcw
- CLCWCHECKINITIALIZETIMEOUT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.InitializeRequest
- ClcwOrBuilder - Interface in org.yamcs.protobuf
- clcwReceived(int) - Method in interface org.yamcs.tctm.ccsds.Cop1Monitor
-
Called when a new CLCW has been received
- ClcwStreamHelper - Class in org.yamcs.tctm.ccsds
-
A CLCW stream is a stream used to pass the CLCW (Command Link Control Word - see CCSDS 232.0-B-3) between the receiver and the FOP1 processor.
- ClcwStreamHelper(String, String) - Constructor for class org.yamcs.tctm.ccsds.ClcwStreamHelper
-
Creates the stream with the given name in the given yamcs instance, if it does not already exist
- clear() - Method in class org.yamcs.activities.protobuf.ActivityDefinition.Builder
- clear() - Method in class org.yamcs.api.ExceptionMessage.Builder
- clear() - Method in class org.yamcs.api.FilterSyntaxException.Builder
- clear() - Method in class org.yamcs.api.HttpBody.Builder
- clear() - Method in class org.yamcs.api.HttpRoute.Builder
- clear() - Method in class org.yamcs.api.WebSocketTopic.Builder
- clear() - Method in class org.yamcs.client.CommandSubscription
- clear() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
- clear() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
- clear() - Method in class org.yamcs.external.SimpleRegression
-
Clears all data from the model.
- clear() - Method in class org.yamcs.parameter.ArrayParameterCache
- clear() - Method in interface org.yamcs.parameter.ParameterCache
-
Remove all the parameters from the cache
- clear() - Method in class org.yamcs.parameter.ParameterValueList
-
Throws UnsupportedOperationException
- clear() - Method in class org.yamcs.parameterarchive.AggrrayBuilder
- clear() - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
- clear() - Method in class org.yamcs.protobuf.AcknowledgeInfo.Builder
- clear() - Method in class org.yamcs.protobuf.AcknowledgmentInfo.Builder
- clear() - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
- clear() - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo.Builder
- clear() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
- clear() - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
- clear() - Method in class org.yamcs.protobuf.activities.CancelActivityRequest.Builder
- clear() - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest.Builder
- clear() - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
- clear() - Method in class org.yamcs.protobuf.activities.GetActivityLogRequest.Builder
- clear() - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
- clear() - Method in class org.yamcs.protobuf.activities.GetActivityRequest.Builder
- clear() - Method in class org.yamcs.protobuf.activities.GlobalActivityStatus.Builder
- clear() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.activities.ListExecutorsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.activities.ListScriptsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.activities.StartActivityRequest.Builder
- clear() - Method in class org.yamcs.protobuf.activities.SubscribeActivitiesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest.Builder
- clear() - Method in class org.yamcs.protobuf.activities.SubscribeGlobalStatusRequest.Builder
- clear() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
- clear() - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
- clear() - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.AddViewRequest.Builder
- clear() - Method in class org.yamcs.protobuf.AlarmData.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.SubscribeGlobalStatusRequest.Builder
- clear() - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
- clear() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
- clear() - Method in class org.yamcs.protobuf.AlgorithmTextOverride.Builder
- clear() - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
- clear() - Method in class org.yamcs.protobuf.AlgorithmTrace.Log.Builder
- clear() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
- clear() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Archive.ListParameterGroupsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
- clear() - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
- clear() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.AuthInfo.Builder
- clear() - Method in class org.yamcs.protobuf.BackupDatabaseRequest.Builder
- clear() - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
- clear() - Method in class org.yamcs.protobuf.BlockQueueRequest.Builder
- clear() - Method in class org.yamcs.protobuf.BucketInfo.Builder
- clear() - Method in class org.yamcs.protobuf.BucketLocation.Builder
- clear() - Method in class org.yamcs.protobuf.CancelOptions.Builder
- clear() - Method in class org.yamcs.protobuf.CancelTransferRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Clcw.Builder
- clear() - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ClearInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ClientMessage.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.CommandAssignment.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEvent.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.CommandSignificance.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.Builder
- clear() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.CheckWindow.Builder
- clear() - Method in class org.yamcs.protobuf.CompactDatabaseRequest.Builder
- clear() - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
- clear() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
- clear() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
- clear() - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ContainerData.Builder
- clear() - Method in class org.yamcs.protobuf.Cop1Config.Builder
- clear() - Method in class org.yamcs.protobuf.Cop1Status.Builder
- clear() - Method in class org.yamcs.protobuf.CreateBucketRequest.Builder
- clear() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
- clear() - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
- clear() - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
- clear() - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
- clear() - Method in class org.yamcs.protobuf.CreateServiceAccountRequest.Builder
- clear() - Method in class org.yamcs.protobuf.CreateServiceAccountResponse.Builder
- clear() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
- clear() - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteBandRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteBucketRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteClearanceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteGroupRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteIdentityRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteItemRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteObjectRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteProcessorRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteRoleAssignmentRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteServiceAccountRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteUserRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DeleteViewRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DescribeDatabaseRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DisableBackfillingRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DisableQueueRequest.Builder
- clear() - Method in class org.yamcs.protobuf.DisableRequest.Builder
- clear() - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
- clear() - Method in class org.yamcs.protobuf.EnableBackfillingRequest.Builder
- clear() - Method in class org.yamcs.protobuf.EnableQueueRequest.Builder
- clear() - Method in class org.yamcs.protobuf.EntityInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Event.Builder
- clear() - Method in class org.yamcs.protobuf.EventAlarmData.Builder
- clear() - Method in class org.yamcs.protobuf.ExportCommandRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ExternalIdentityInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ExtraColumnInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
- clear() - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
- clear() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
- clear() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
- clear() - Method in class org.yamcs.protobuf.FileTransferOption.Value.Builder
- clear() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
- clear() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetArchivedParameterGroupRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetBandRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetBucketRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetCommandRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetConfigRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetDatabaseRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetFileTransferServiceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetGroupRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetInstanceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetInstanceTemplateRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetItemLogRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetItemRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetObjectInfoRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetObjectRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetParameterOverrideRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetProcessorRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetQueueRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetRoleRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
- clear() - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
- clear() - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
- clear() - Method in class org.yamcs.protobuf.GetServiceAccountRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetServiceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetStatusRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetTcoConfigRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetTcoStatusRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetThreadRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetTransferRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetUserRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GetViewRequest.Builder
- clear() - Method in class org.yamcs.protobuf.GroupInfo.Builder
- clear() - Method in class org.yamcs.protobuf.HttpTraffic.Builder
- clear() - Method in class org.yamcs.protobuf.IndexEntry.Builder
- clear() - Method in class org.yamcs.protobuf.IndexGroup.Builder
- clear() - Method in class org.yamcs.protobuf.IndexResponse.Builder
- clear() - Method in class org.yamcs.protobuf.InitializeRequest.Builder
- clear() - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
- clear() - Method in class org.yamcs.protobuf.IssueCommandRequest.Assignment.Builder
- clear() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
- clear() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ItemFilter.Builder
- clear() - Method in class org.yamcs.protobuf.ItemFilter.FilterCriterion.Builder
- clear() - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
- clear() - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
- clear() - Method in class org.yamcs.protobuf.links.DisableLinkRequest.Builder
- clear() - Method in class org.yamcs.protobuf.links.EnableLinkRequest.Builder
- clear() - Method in class org.yamcs.protobuf.links.GetLinkRequest.Builder
- clear() - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
- clear() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
- clear() - Method in class org.yamcs.protobuf.links.ListLinksRequest.Builder
- clear() - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
- clear() - Method in class org.yamcs.protobuf.links.ResetLinkCountersRequest.Builder
- clear() - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
- clear() - Method in class org.yamcs.protobuf.links.SubscribeLinksRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListBandsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListBucketsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListEventSourcesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListFileTransferServicesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListMdbOverridesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListPacketNamesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListProcessorsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListQueuesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListServicesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListSourcesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListSourcesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListThreadsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListTimelineTagsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
- clear() - Method in class org.yamcs.protobuf.ListViewsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.LoadParameterValuesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.LogEntry.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ArgumentAssignmentInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.GetParameterResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.EnumerationAlarm.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.EnumValue.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ExportJavaMissionDatabaseRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ExportXtceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.GetAlgorithmRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.GetCommandRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.GetContainerRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.GetMissionDatabaseRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.GetParameterRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.GetParameterTypeRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.GetSpaceSystemRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.JavaExpressionCalibratorInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.OutputParameterInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.RepeatInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.SignificanceInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.UnitInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
- clear() - Method in class org.yamcs.protobuf.MdbOverrideInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ObjectInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
- clear() - Method in class org.yamcs.protobuf.OpenIDConnectInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
- clear() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
- clear() - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
- clear() - Method in class org.yamcs.protobuf.PauseTransferRequest.Builder
- clear() - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
- clear() - Method in class org.yamcs.protobuf.plists.DeleteParameterListRequest.Builder
- clear() - Method in class org.yamcs.protobuf.plists.GetParameterListRequest.Builder
- clear() - Method in class org.yamcs.protobuf.plists.ListParameterListsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
- clear() - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
- clear() - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
- clear() - Method in class org.yamcs.protobuf.PurgeRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
- clear() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
- clear() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
- clear() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
- clear() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
- clear() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
- clear() - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.RebuildRangeRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
- clear() - Method in class org.yamcs.protobuf.RelativeTime.Builder
- clear() - Method in class org.yamcs.protobuf.RemoteFile.Builder
- clear() - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Reply.Builder
- clear() - Method in class org.yamcs.protobuf.RestartInstanceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ResumeRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ResumeTransferRequest.Builder
- clear() - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo.Builder
- clear() - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
- clear() - Method in class org.yamcs.protobuf.RoleAssignment.Builder
- clear() - Method in class org.yamcs.protobuf.RoleInfo.Builder
- clear() - Method in class org.yamcs.protobuf.RootDirectory.Builder
- clear() - Method in class org.yamcs.protobuf.RouteInfo.Builder
- clear() - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ServerMessage.Builder
- clear() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
- clear() - Method in class org.yamcs.protobuf.SessionEventInfo.Builder
- clear() - Method in class org.yamcs.protobuf.SessionInfo.Builder
- clear() - Method in class org.yamcs.protobuf.SetCoefficientsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SetTcoConfigRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
- clear() - Method in class org.yamcs.protobuf.ShelveInfo.Builder
- clear() - Method in class org.yamcs.protobuf.StartInstanceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.StartServiceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.State.Builder
- clear() - Method in class org.yamcs.protobuf.State.CallInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Statistics.Builder
- clear() - Method in class org.yamcs.protobuf.StopInstanceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.StopServiceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.StreamEvent.Builder
- clear() - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeBackfillingRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeCommandsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeEventsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeMdbChangesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribePacketsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeProcessorsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeQueueEventsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeQueueStatisticsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeStatusRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeTimeRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeTMStatisticsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SubscribeTransfersRequest.Builder
- clear() - Method in class org.yamcs.protobuf.SystemInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Table.ColumnData.Builder
- clear() - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Table.EnumValue.Builder
- clear() - Method in class org.yamcs.protobuf.Table.ExecuteSqlRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.GetStreamRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.GetTableRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.ListStreamsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Table.ListTablesRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Table.ListValue.Builder
- clear() - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.RebuildHistogramResponse.Builder
- clear() - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
- clear() - Method in class org.yamcs.protobuf.Table.Row.Builder
- clear() - Method in class org.yamcs.protobuf.Table.Row.Cell.Builder
- clear() - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Table.StreamData.Builder
- clear() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Table.SubscribeStreamRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.SubscribeStreamStatisticsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.TableData.Builder
- clear() - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
- clear() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Table.WriteRowsExceptionDetail.Builder
- clear() - Method in class org.yamcs.protobuf.Table.WriteRowsRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Table.WriteRowsResponse.Builder
- clear() - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
- clear() - Method in class org.yamcs.protobuf.TcoConfig.Builder
- clear() - Method in class org.yamcs.protobuf.TcoResetRequest.Builder
- clear() - Method in class org.yamcs.protobuf.TcoSample.Builder
- clear() - Method in class org.yamcs.protobuf.TcoStatus.Builder
- clear() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
- clear() - Method in class org.yamcs.protobuf.ThreadGroupInfo.Builder
- clear() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
- clear() - Method in class org.yamcs.protobuf.TimeInfo.Builder
- clear() - Method in class org.yamcs.protobuf.TimelineBand.Builder
- clear() - Method in class org.yamcs.protobuf.TimelineItem.Builder
- clear() - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
- clear() - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
- clear() - Method in class org.yamcs.protobuf.TimelineView.Builder
- clear() - Method in class org.yamcs.protobuf.TmPacketData.Builder
- clear() - Method in class org.yamcs.protobuf.TmStatistics.Builder
- clear() - Method in class org.yamcs.protobuf.TofInterval.Builder
- clear() - Method in class org.yamcs.protobuf.TokenResponse.Builder
- clear() - Method in class org.yamcs.protobuf.TopicInfo.Builder
- clear() - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
- clear() - Method in class org.yamcs.protobuf.TransactionId.Builder
- clear() - Method in class org.yamcs.protobuf.TransferInfo.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateClearanceRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateConfigRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
- clear() - Method in class org.yamcs.protobuf.UserInfo.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.EventReplayRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectId.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.ReplaySpeed.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus.Builder
- clear() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
- clear() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
- clear() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
- clear() - Method in class org.yamcs.replication.protobuf.Request.Builder
- clear() - Method in class org.yamcs.replication.protobuf.Response.Builder
- clear() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
- clear() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
- clear() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
- clear() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
- clear() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
- clear() - Method in class org.yamcs.security.protobuf.Clearance.Builder
- clear() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
- clear() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
- clear() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
- clear() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
- clear() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
- clear() - Method in class org.yamcs.tests.MessageCaptor
- clear() - Method in class org.yamcs.tests.ParameterCaptor
- clear() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
- clear() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
- clear() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
- clear() - Method in class org.yamcs.tse.api.TseCommand.Builder
- clear() - Method in class org.yamcs.tse.api.TseCommanderMessage.Builder
- clear() - Method in class org.yamcs.tse.api.TseCommandResponse.Builder
- clear() - Method in class org.yamcs.ui.packetviewer.PacketsTable
- clear() - Method in class org.yamcs.ui.packetviewer.PacketsTableModel
- clear() - Method in class org.yamcs.ui.packetviewer.ParametersTable
- clear() - Method in class org.yamcs.ui.packetviewer.ParametersTableModel
- clear() - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
- clear() - Method in class org.yamcs.web.api.DeleteQueryRequest.Builder
- clear() - Method in class org.yamcs.web.api.GetInstanceConfigurationRequest.Builder
- clear() - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
- clear() - Method in class org.yamcs.web.api.ListQueriesRequest.Builder
- clear() - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
- clear() - Method in class org.yamcs.web.api.ParseFilterData.Builder
- clear() - Method in class org.yamcs.web.api.ParseFilterRequest.Builder
- clear() - Method in class org.yamcs.web.api.QueryInfo.Builder
- clear() - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
- clear() - Method in interface org.yamcs.yarch.CompiledAggregateExpression
- clear() - Method in class org.yamcs.yarch.CompiledAggregateList
- clear() - Method in class org.yamcs.yarch.CompiledFirstVal
- clear() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
- clear() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
- clear() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
- clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
- clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
- clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
- clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
- clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
- clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
- clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
- clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
- clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
- clear() - Method in class org.yamcs.yarch.Row
- clear(boolean) - Method in class org.yamcs.commanding.CommandQueue
- clear(ActiveAlarm<T>, String, long, String) - Method in class org.yamcs.alarms.AlarmServer
-
Clears an active alarm instance.
- clearAbortOnInvalid() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Send an error message if any parameter is invalid.
- clearAbsoluteTimeInfo() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
optional .yamcs.protobuf.mdb.AbsoluteTimeInfo absoluteTimeInfo = 6;
- clearAbstract() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
optional bool abstract = 7;
- clearAcceptedCommandsCount() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Number of commands that successfully passed through this queue.
- clearAccessToken() - Method in class org.yamcs.protobuf.TokenResponse.Builder
-
optional string access_token = 1;
- clearAccountType() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
- clearAccuracy() - Method in class org.yamcs.protobuf.TcoConfig.Builder
-
optional double accuracy = 1;
- clearAcknowledged() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
if the operator has acknowledged the alarm
- clearAcknowledgedActive() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
-
True if there is at least one acknowledged alarm not OK (i.e. latest value of parameter still out of limits)
- clearAcknowledgedBy() - Method in class org.yamcs.protobuf.AcknowledgeInfo.Builder
-
optional string acknowledgedBy = 1;
- clearAcknowledgedCount() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
-
The number of active acknowledged alarms
- clearAcknowledgedSeverity() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
-
Highest severity among all acknowledged alarms
- clearAcknowledgeInfo() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
optional .yamcs.protobuf.alarms.AcknowledgeInfo acknowledgeInfo = 8;
- clearAcknowledgeMessage() - Method in class org.yamcs.protobuf.AcknowledgeInfo.Builder
-
optional string acknowledgeMessage = 2;
- clearAcknowledgeTime() - Method in class org.yamcs.protobuf.AcknowledgeInfo.Builder
-
optional .google.protobuf.Timestamp acknowledgeTime = 5;
- clearAcknowledgments() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
Globally available acknowledgments (in addition to Acknowledge_Queued, Acknowledge_Released and Acknowledge_Sent)
- clearAcqStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
this replaces the acquisitionStatus enum above
- clearAcqStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
this replaces the acquisitionStatus enum above
- clearAcquisitionStatus() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
- clearAcquisitionStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
Deprecated.
- clearAcquisitionStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
Deprecated.
- clearAcquisitionTime() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Time of Yamcs reception
- clearAcquisitionTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
optional int64 acquisitionTime = 4;
- clearAction() - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
-
Action name
- clearAction() - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
-
Action name
- clearAction() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
How to interpret the submitted parameter ids.
- clearAction() - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
-
The action by which to modify this algorithm
- clearAction() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
The action by which to modify this parameter.
- clearActions() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Custom actions
- clearActive() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
-
true if the algorithm is active
- clearActive() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional bool active = 3;
- clearActive() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
-
Whether the account may login
- clearActive() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
-
Whether the user may login
- clearActive() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Whether the user may login
- clearActive() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
-
optional bool active = 4;
- clearActivities() - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
-
Resulting activities, possibly limited
- clearActivity() - Method in class org.yamcs.protobuf.activities.CancelActivityRequest.Builder
-
Activity identifier
- clearActivity() - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest.Builder
-
Activity identifier
- clearActivity() - Method in class org.yamcs.protobuf.activities.GetActivityLogRequest.Builder
-
Activity identifier
- clearActivity() - Method in class org.yamcs.protobuf.activities.GetActivityRequest.Builder
-
Activity identifier
- clearActivity() - Method in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest.Builder
-
Activity identifier
- clearActivityDefinition() - Method in class org.yamcs.protobuf.activities.StartActivityRequest.Builder
-
Activity definition
- clearActivityDefinition() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Activity definition associated to this item.
- clearActivityDefinition() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
Activity definition associated to this item.
- clearAdditionalBindings() - Method in class org.yamcs.api.HttpRoute.Builder
-
repeated .yamcs.api.HttpRoute additional_bindings = 11;
- clearAdditionalBindings() - Method in class org.yamcs.api.WebSocketTopic.Builder
-
repeated .yamcs.api.WebSocketTopic additional_bindings = 3;
- clearAggregateValue() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional .yamcs.protobuf.AggregateValue aggregateValue = 12;
- clearAlarm() - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
-
Alarm name
- clearAlarm() - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
-
Alarm name
- clearAlarm() - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
-
Alarm name
- clearAlarm() - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
-
Alarm name
- clearAlarm() - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
-
optional .yamcs.protobuf.mdb.AlarmInfo alarm = 2;
- clearAlarm(Void, ClearAlarmRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.alarms.AlarmsApiClient
-
Clear an alarm
- clearAlarm(Context, ClearAlarmRequest, Observer<Empty>) - Method in class org.yamcs.http.api.AlarmsApi
- clearAlarm(T, ClearAlarmRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.alarms.AbstractAlarmsApi
-
Clear an alarm
- clearAlarmRange() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Context-dependent ranges
- clearAlarmRange() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
context-dependent ranges
- clearAlarmRange() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
Context-dependent ranges
- ClearAlarmRequest - Class in org.yamcs.protobuf.alarms
-
Protobuf type
yamcs.protobuf.alarms.ClearAlarmRequest
- ClearAlarmRequest.Builder - Class in org.yamcs.protobuf.alarms
-
Protobuf type
yamcs.protobuf.alarms.ClearAlarmRequest
- ClearAlarmRequestOrBuilder - Interface in org.yamcs.protobuf.alarms
- clearAlarms() - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- clearAlarms() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
-
repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
- clearAlgorithm() - Method in class org.yamcs.protobuf.AlgorithmTextOverride.Builder
-
Algorithm name
- clearAlgorithm() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
-
An algorithm
- clearAlgorithm() - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 1;
- clearAlgorithm() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
-
optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;
- clearAlgorithm() - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
-
Used when action = SET
- clearAlgorithmCount() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
optional int32 algorithmCount = 9;
- clearAlgorithmOverride(CustomAlgorithm) - Method in class org.yamcs.algorithms.AlgorithmManager
- clearAlgorithms() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching algorithms
- clearAlgorithmTextOverride() - Method in class org.yamcs.protobuf.MdbOverrideInfo.Builder
-
optional .yamcs.protobuf.processing.AlgorithmTextOverride algorithmTextOverride = 2;
- clearAlias() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- clearAlias() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- clearAlias() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- clearAlias() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- clearAlias() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- clearAlias() - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- clearAlias() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 5;
- clearAlias() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 20;
- clearAlias() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.NamedObjectId alias = 16;
- clearAliases() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
- clearAliases() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Additional names that can be used for this option
- clearAliases() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
- clearAliases() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
- clearAliases() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
- clearAliasNamespace() - Method in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo.Builder
-
optional string aliasNamespace = 2;
- clearAll() - Method in class org.yamcs.alarms.AlarmServer
-
Removes all active alarms without acknowledgement !
- clearAllowCustomOption() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Whether a custom field is needed when using the drop-down menu
- clearAllowUnknownKeys() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
If true, any option is allowed
- Clearance - Class in org.yamcs.security.protobuf
-
Protobuf type
Clearance
- CLEARANCE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UserInfo
- CLEARANCE_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.UserAccountRecordDetail
- Clearance.Builder - Class in org.yamcs.security.protobuf
-
Protobuf type
Clearance
- ClearanceApi - Class in org.yamcs.http.api
- ClearanceApi(AuditLog) - Constructor for class org.yamcs.http.api.ClearanceApi
- ClearanceApiClient - Class in org.yamcs.protobuf
- ClearanceApiClient(MethodHandler) - Constructor for class org.yamcs.protobuf.ClearanceApiClient
- ClearanceInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.ClearanceInfo
- ClearanceInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.ClearanceInfo
- ClearanceInfoOrBuilder - Interface in org.yamcs.protobuf
- ClearanceListener - Interface in org.yamcs.security
- ClearanceOrBuilder - Interface in org.yamcs.security.protobuf
- CLEARANCES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListClearancesResponse
- ClearanceServiceProto - Class in org.yamcs.protobuf
- ClearanceSubscription - Class in org.yamcs.client
-
Subscription for receiving clearance updates.
- ClearanceSubscription(MethodHandler) - Constructor for class org.yamcs.client.ClearanceSubscription
- clearAncillaryData() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
- clearAncillaryData() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
- clearAncillaryData() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
- clearAncillaryData() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
- clearAncillaryData() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
- clearApplicationHash() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
-
optional string applicationHash = 2;
- clearApplicationId() - Method in class org.yamcs.protobuf.CreateServiceAccountResponse.Builder
-
optional string applicationId = 2;
- clearApplicationId() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
-
optional string applicationId = 1;
- clearApplicationSecret() - Method in class org.yamcs.protobuf.CreateServiceAccountResponse.Builder
-
optional string applicationSecret = 3;
- clearApplySpecDefaults() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
When the type is ``MAP``, this property determines whether default values are generated even when a value for that option was not provided.
- clearArch() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Operating system architecture.
- clearArchivePartition() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
optional bool archivePartition = 14;
- clearArgs() - Method in class org.yamcs.activities.protobuf.ActivityDefinition.Builder
-
Activity arguments.
- clearArgs() - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo.Builder
-
Activity arguments.
- clearArgs() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
Activity arguments
- clearArgs() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
The name/value assignments for this command.
- clearArgument() - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
-
Use the value of the referenced argument.
- clearArgument() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentInfo argument = 8;
- clearArgument() - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
-
optional .yamcs.protobuf.mdb.ArgumentInfo argument = 4;
- clearArgument() - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
-
optional .yamcs.protobuf.mdb.ArgumentInfo argument = 5;
- clearArgument() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
-
For use in command containers
- clearArgumentAssignment() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.ArgumentAssignmentInfo argumentAssignment = 9;
- clearArgumentMapping() - Method in class org.yamcs.tse.api.TseCommand.Builder
- clearArguments() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Arguments of the process.
- clearArrayInfo() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
optional .yamcs.protobuf.mdb.ArrayInfo arrayInfo = 9;
- clearArrayValue() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
repeated .yamcs.protobuf.Value arrayValue = 13;
- clearAssignment() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
-
repeated .Assignment assignment = 1;
- clearAssignments() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 11;
- clearAssignments() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandAssignment assignments = 18;
- clearAssignments() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
The name/value assignments for this command
- clearAssociatedText() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Placeholder for fields and label for checkboxes
- clearAttr() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;
- clearAttributes() - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;
- clearAuthor() - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
-
optional string author = 4;
- clearAuthorizationEndpoint() - Method in class org.yamcs.protobuf.OpenIDConnectInfo.Builder
-
Endpoint for for authentication or consent
- clearAuthToken() - Method in class org.yamcs.replication.protobuf.Request.Builder
-
optional string authToken = 1;
- clearAuthToken() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
-
optional string authToken = 1;
- clearAutoincrement() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
optional bool autoincrement = 4;
- clearAutoIncrement() - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
Attribute indicating automatic auto increment upon record insertion.
- clearAutostart() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
Start the replay following initialization Defaults to true, if unspecified
- clearAvailableProcessors() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Number of processors available to Yamcs.
- clearAvg() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
-
Average numeric value during the sample interval.
- clearBackupDir() - Method in class org.yamcs.protobuf.BackupDatabaseRequest.Builder
-
optional string backupDir = 3;
- clearBand() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
Use the band defined source and filter
- clearBands() - Method in class org.yamcs.protobuf.AddViewRequest.Builder
-
The bands belonging to this view
- clearBands() - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineBand bands = 1;
- clearBands() - Method in class org.yamcs.protobuf.TimelineView.Builder
-
array of bands
- clearBands() - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
-
The bands belonging to this view
- clearBaseCommand() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;
- clearBaseContainer() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
optional .yamcs.protobuf.mdb.CommandContainerInfo baseContainer = 7;
- clearBaseContainer() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
optional .yamcs.protobuf.mdb.ContainerInfo baseContainer = 8;
- clearBdAbsolutePriority() - Method in class org.yamcs.protobuf.Cop1Config.Builder
-
If true, the BD frames are sent immediately, without going to the waiting queue
- clearBeginColumn() - Method in class org.yamcs.api.FilterSyntaxException.Builder
-
Begin column of the token where the exception occurs
- clearBeginColumn() - Method in class org.yamcs.web.api.ParseFilterData.Builder
-
optional int32 beginColumn = 3;
- clearBeginLine() - Method in class org.yamcs.api.FilterSyntaxException.Builder
-
Begin line of the token where the exception occurs
- clearBeginLine() - Method in class org.yamcs.web.api.ParseFilterData.Builder
-
optional int32 beginLine = 2;
- clearBinary() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional bytes binary = 6;
- clearBinary() - Method in class org.yamcs.protobuf.ContainerData.Builder
-
Container bytes
- clearBinary() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
Generated binary, after link post-processing.
- clearBinaryValue() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional bytes binaryValue = 6;
- clearBitsBetween() - Method in class org.yamcs.protobuf.Mdb.RepeatInfo.Builder
-
optional int32 bitsBetween = 3;
- clearBody() - Method in class org.yamcs.api.HttpRoute.Builder
-
Name of the field in the request message that maps to the request body The special value "*" indicates that the request message as a whole represents the body (excepting route params).
- clearBooleanValue() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional bool booleanValue = 11;
- clearBucket() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
-
**Required** The bucket containing the local Yamcs object.
- clearBucket() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
optional string bucket = 4;
- clearBucketName() - Method in class org.yamcs.protobuf.DeleteBucketRequest.Builder
-
Bucket name
- clearBucketName() - Method in class org.yamcs.protobuf.DeleteObjectRequest.Builder
-
Bucket name
- clearBucketName() - Method in class org.yamcs.protobuf.GetBucketRequest.Builder
-
Bucket name
- clearBucketName() - Method in class org.yamcs.protobuf.GetObjectInfoRequest.Builder
-
Bucket name
- clearBucketName() - Method in class org.yamcs.protobuf.GetObjectRequest.Builder
-
Bucket name
- clearBucketName() - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
-
Bucket name
- clearBucketName() - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
-
Bucket name.
- clearBucketProperties() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
bucketProperties
- clearBuckets() - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
-
repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;
- clearCacheDirectory() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Directory where Yamcs may cache files.
- clearCalibrated() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
-
optional double calibrated = 2;
- clearCalibrator() - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
-
optional .yamcs.protobuf.mdb.CalibratorInfo calibrator = 2;
- clearCall() - Method in class org.yamcs.protobuf.CancelOptions.Builder
-
int32 call = 1;
- clearCall() - Method in class org.yamcs.protobuf.ClientMessage.Builder
-
If applicable, the call associated with this message This should be used when the client is streaming multiple messages handled by the same call.
- clearCall() - Method in class org.yamcs.protobuf.ServerMessage.Builder
-
If applicable, the call associated with this message
- clearCall() - Method in class org.yamcs.protobuf.State.CallInfo.Builder
-
int32 call = 1;
- clearCalls() - Method in class org.yamcs.protobuf.State.Builder
-
repeated .yamcs.api.State.CallInfo calls = 1;
- clearCapabilities() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
optional .yamcs.protobuf.filetransfer.FileTransferCapabilities capabilities = 5;
- clearCapabilities() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
Feature capability hints for client use
- clearCells() - Method in class org.yamcs.protobuf.Table.Row.Builder
-
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
- clearCfname() - Method in class org.yamcs.protobuf.CompactDatabaseRequest.Builder
-
Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...
- clearCfName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
optional string cfName = 12;
- clearCheckCommandClearance() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
optional bool checkCommandClearance = 20;
- clearChecked() - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
-
Whether this action is currently checked
- clearCheckWindow() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.Builder
-
optional .yamcs.protobuf.commanding.VerifierConfig.CheckWindow checkWindow = 3;
- clearCheckWindow() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
-
Time window during which a check is executed
- clearChildren() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Direct children of the process.
- clearChoices() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Allowed values for this option
- clearChoices() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
-
List of valid choices
- clearClassName() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
-
Java class name
- clearClassName() - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
-
optional string className = 1;
- clearClcw() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
Last received CLCW
- clearClcwCheckInitializeTimeout() - Method in class org.yamcs.protobuf.InitializeRequest.Builder
-
Timeout in milliseconds for initialize with CLCW check
- clearClearance() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Clearance level.
- clearClearance() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
optional .Clearance clearance = 6;
- clearClearances() - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
-
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
- clearClearedBy() - Method in class org.yamcs.protobuf.ClearInfo.Builder
-
optional string clearedBy = 1;
- clearClearInfo() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
optional .yamcs.protobuf.alarms.ClearInfo clearInfo = 17;
- clearClearMessage() - Method in class org.yamcs.protobuf.ClearInfo.Builder
-
if the alarm has been manually cleared, this is the message provided by the operator
- clearClearProperties() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
Set this to true to remove completely all properties
- clearClearTags() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
Set this to true to remove completely all the tags
- clearClearTime() - Method in class org.yamcs.protobuf.ClearInfo.Builder
-
optional .google.protobuf.Timestamp clearTime = 2;
- clearClientId() - Method in class org.yamcs.protobuf.OpenIDConnectInfo.Builder
-
The value provided when registering Yamcs against an OpenID server
- clearClients() - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
repeated string clients = 8;
- clearCode() - Method in class org.yamcs.api.ExceptionMessage.Builder
-
int32 code = 1;
- clearCoefficient() - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
-
Deprecated.
- clearCoefficients() - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
-
repeated double coefficients = 2;
- clearCoefficients() - Method in class org.yamcs.protobuf.SetCoefficientsRequest.Builder
-
Time correlation coefficients
- clearCoefficients() - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
Currently used coefficients.
- clearCoefficientsTime() - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
The time when the coefficients have been computed
- clearCols() - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
-
The columns to be included in the result.
- clearCols() - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
-
The columns to be included in the result.
- clearColumn() - Method in class org.yamcs.protobuf.Table.StreamData.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 2;
- clearColumn() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Deprecated.
- clearColumn() - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
-
repeated .yamcs.protobuf.table.ColumnData column = 1;
- clearColumnId() - Method in class org.yamcs.protobuf.Table.Row.Cell.Builder
-
optional uint32 columnId = 1;
- clearColumnName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
-
repeated string columnName = 1;
- clearColumns() - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
- clearColumns() - Method in class org.yamcs.protobuf.Table.Row.Builder
-
the column info is only present for new columns in a stream of Row messages
- clearColumns() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
- clearColumns() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
-
repeated .ColumnInfo columns = 3;
- clearCommand() - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
-
Command identifier.
- clearCommand() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
-
A command
- clearCommand() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Executable pathname of the process.
- clearCommand() - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
-
Command identifier.
- clearCommand() - Method in class org.yamcs.tse.api.TseCommand.Builder
-
optional string command = 2;
- clearCommandContainer() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
optional .yamcs.protobuf.mdb.CommandContainerInfo commandContainer = 13;
- clearCommandCount() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
optional int32 commandCount = 8;
- clearCommandHistoryRequest() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
optional .yamcs.protobuf.CommandHistoryReplayRequest commandHistoryRequest = 11;
- clearCommandId() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
optional .yamcs.protobuf.commanding.CommandId commandId = 1;
- clearCommandName() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
Qualified name
- clearCommandName() - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
-
optional string commandName = 4;
- clearCommandName() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional string commandName = 17;
- clearCommandName() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
Qualified name
- clearCommandOptions() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Additional options available to commands
- clearCommandResponse() - Method in class org.yamcs.tse.api.TseCommanderMessage.Builder
-
optional .yamcs.protobuf.tse.TseCommandResponse commandResponse = 1;
- clearCommands() - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Page of matching commands
- clearCommands() - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
- clearCommands() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching commands
- clearComment() - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo.Builder
-
Optional comment
- clearComment() - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
-
Message documenting the alarm change.
- clearComment() - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
-
Message documenting the alarm change
- clearComment() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
-
Message documenting the alarm change.
- clearComment() - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
-
Message documenting the alarm change.
- clearComment() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional string comment = 11;
- clearComment() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
Comment attached to this command.
- clearComparison() - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- clearComparison() - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
- clearCompressed() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
optional bool compressed = 9;
- clearCompressed() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
optional bool compressed = 9;
- clearConfig() - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
-
Configuration options specific to the processor type.
- clearConfig() - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
-
only for CREATE - used to be called spec
- clearConfig() - Method in class org.yamcs.protobuf.SetTcoConfigRequest.Builder
-
configuration to set
- clearConfigDirectory() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Directory where configuration files are located.
- clearConfigName() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
This is the config section in mdb.yaml
- clearConfigs() - Static method in class org.yamcs.YConfiguration
- clearConfirmationTime() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
-
When this account was first activated
- clearConfirmationTime() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
When this user was first activated
- clearConfirmationTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
-
optional .google.protobuf.Timestamp confirmationTime = 7;
- clearConnections() - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
- clearConsequenceLevel() - Method in class org.yamcs.protobuf.Mdb.SignificanceInfo.Builder
-
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType consequenceLevel = 1;
- clearConstraint() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.TransmissionConstraintInfo constraint = 11;
- clearContainer() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
-
A container
- clearContainer() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
-
For use in sequence containers
- clearContainer() - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContainerInfo container = 2;
- clearContainer() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
-
Container update that is checked
- clearContainerCount() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
optional int32 containerCount = 7;
- clearContainers() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching containers
- clearContentType() - Method in class org.yamcs.api.HttpBody.Builder
-
The Content-Type header value for this body.
- clearContentType() - Method in class org.yamcs.protobuf.ObjectInfo.Builder
-
Content type
- clearContentType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
-
optional string contentType = 3;
- clearContext() - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
-
This can be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet.
- clearContext() - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
-
This can be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet.
- clearContextAlarm() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Contextual alarms
- clearContextAlarm() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_ALARMS
- clearContextAlarms() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Contextual alarms
- clearContextAlarms() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Alarm properties under specific context
- clearContextCalibrator() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
Deprecated.
- clearContextCalibrator() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_CALIBRATORS
- clearContextCalibrators() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 8;
- clearContextCalibrators() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Calibrators under specific context
- clearContinuationToken() - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.IndexResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Token indicating the response is only partial.
- clearContinuationToken() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
-
Token indicating the response is only partial.
- clearCop1Active() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
If false, all frames are immediately transmitted (i.e.
- clearCop1Config() - Method in class org.yamcs.protobuf.UpdateConfigRequest.Builder
-
optional .yamcs.protobuf.cop1.Cop1Config cop1Config = 3;
- clearCount() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
Number of samples received for the object
- clearCount() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
-
Number of intervals to use.
- clearCount() - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
-
the number of samples in the segment
- clearCount() - Method in class org.yamcs.protobuf.IndexEntry.Builder
-
optional int32 count = 3;
- clearCount() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
Total number of parameter values in this range.
- clearCount() - Method in class org.yamcs.protobuf.Table.WriteRowsExceptionDetail.Builder
-
optional uint32 count = 1;
- clearCount() - Method in class org.yamcs.protobuf.Table.WriteRowsResponse.Builder
-
The number of rows that were written
- clearCounts() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
Array of same length as ``engValues``, with respective value counts within this range.
- clearCreated() - Method in class org.yamcs.protobuf.BucketInfo.Builder
-
Creation time of this bucket
- clearCreated() - Method in class org.yamcs.protobuf.ObjectInfo.Builder
-
Creation time
- clearCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
-
optional int64 created = 2;
- clearCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
-
optional int64 created = 4;
- clearCreatedBy() - Method in class org.yamcs.protobuf.Event.Builder
-
Set by API when event was posted by a user
- clearCreatedBy() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
-
User that created this user account
- clearCreatedBy() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
User that created this user account
- clearCreatedBy() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
-
optional int32 createdBy = 5;
- clearCreatedBy() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
-
Set by API when event was posted by a user
- clearCreationTime() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
-
When this user was created
- clearCreationTime() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
when the transfer has been created.
- clearCreationTime() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
When this user was created
- clearCreationTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
-
optional .google.protobuf.Timestamp creationTime = 6;
- clearCreator() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
optional string creator = 5;
- clearCriteria() - Method in class org.yamcs.protobuf.ItemFilter.Builder
-
repeated .yamcs.protobuf.timeline.ItemFilter.FilterCriterion criteria = 1;
- clearCriteria() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
-
repeated .BandFilter.FilterCriterion criteria = 1;
- clearCurrentEvent() - Method in class org.yamcs.protobuf.EventAlarmData.Builder
-
optional .yamcs.protobuf.events.Event currentEvent = 3;
- clearCurrentTime() - Method in class org.yamcs.protobuf.TimeInfo.Builder
-
optional .google.protobuf.Timestamp currentTime = 3;
- clearCurrentValue() - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
-
optional .yamcs.protobuf.pvalue.ParameterValue currentValue = 3;
- clearData() - Method in class org.yamcs.api.HttpBody.Builder
-
The body as raw binary
- clearData() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEvent.Builder
-
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
- clearData() - Method in class org.yamcs.protobuf.ServerMessage.Builder
-
.google.protobuf.Any data = 4;
- clearData() - Method in class org.yamcs.protobuf.Table.Row.Cell.Builder
-
optional bytes data = 2;
- clearData() - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
-
optional .yamcs.api.HttpBody data = 4;
- clearDatabases() - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.DatabaseInfo databases = 1;
- clearDatabases() - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 1;
- clearDatabases() - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
-
repeated .yamcs.protobuf.archive.RocksDbDatabaseInfo databases = 3;
- clearDataCount() - Method in class org.yamcs.protobuf.StreamEvent.Builder
-
Number of tuples
- clearDataCount() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
optional int64 dataCount = 4;
- clearDataDir() - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo.Builder
-
optional string dataDir = 2;
- clearDataDir() - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
-
optional string dataDir = 2;
- clearDataDirectory() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Directory where Yamcs data is stored.
- clearDataEncoding() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
optional .yamcs.protobuf.mdb.DataEncodingInfo dataEncoding = 2;
- clearDataEncoding() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
optional .yamcs.protobuf.mdb.DataEncodingInfo dataEncoding = 2;
- clearDataInCount() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Counter of inbound (received) data.
- clearDataOutCount() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Counter of outbound (transmitted) data.
- clearDataRate() - Method in class org.yamcs.protobuf.TmStatistics.Builder
-
optional int64 dataRate = 13;
- clearDataSource() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
-
Type of datasource.
- clearDataSource() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
- clearDataSource() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Data source
- clearDate() - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
-
optional string date = 2;
- clearDbpath() - Method in class org.yamcs.protobuf.BackupDatabaseRequest.Builder
-
optional string dbpath = 2;
- clearDbpath() - Method in class org.yamcs.protobuf.CompactDatabaseRequest.Builder
-
optional string dbpath = 2;
- clearDbpath() - Method in class org.yamcs.protobuf.DescribeDatabaseRequest.Builder
-
optional string dbpath = 2;
- clearDbPath() - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo.Builder
-
optional string dbPath = 3;
- clearDefault() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Default value when the option is not specified
- clearDefault() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Default value for the field
- clearDefault() - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Whether this role is assigned by default
- clearDefaultAlarm() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Default Alarm, effective when no contextual alarm takes precedence.
- clearDefaultAlarm() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Default Alarm, effective when no contextual alarm takes precedence.
- clearDefaultAlarm() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Default alarm properties (when no specific context)
- clearDefaultAlarm() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_DEFAULT_ALARMS or SET_ALARMS
- clearDefaultCalibrator() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 6;
- clearDefaultCalibrator() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Default calibrator (when no specific context)
- clearDefaultCalibrator() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Used when action = SET_DEFAULT_CALIBRATOR or SET_CALIBRATORS
- clearDefaultLevel() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
only used for enumeration alarms - defines the alarm state if none of the condition above applies as per XTCE description: defaults to "normal", which is almost always the case.
- clearDefaultTof() - Method in class org.yamcs.protobuf.TcoConfig.Builder
-
optional double defaultTof = 4;
- clearDefaultYamcsInstance() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
A default instance for this Yamcs installation.
- clearDelete() - Method in class org.yamcs.api.HttpRoute.Builder
-
Maps to HTTP DELETE.
- clearDelimiter() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Column delimiter.
- clearDelimiter() - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
-
Column delimiter.
- clearDelimiter() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
Column delimiter.
- clearDelimiter() - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
-
Return only objects whose name do not contain the delimiter after the prefix.
- clearDeprecated() - Method in class org.yamcs.api.HttpRoute.Builder
-
optional bool deprecated = 6;
- clearDeprecated() - Method in class org.yamcs.api.WebSocketTopic.Builder
-
optional bool deprecated = 2;
- clearDeprecated() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional bool deprecated = 8;
- clearDeprecated() - Method in class org.yamcs.protobuf.TopicInfo.Builder
-
optional bool deprecated = 7;
- clearDeprecationMessage() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Deprecation message for this option
- clearDepth() - Method in class org.yamcs.protobuf.ListThreadsRequest.Builder
-
Maximum depth of each thread's stacktrace.
- clearDescription() - Method in class org.yamcs.protobuf.AcknowledgmentInfo.Builder
-
Description of the acknowledgment
- clearDescription() - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
-
Executor description
- clearDescription() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
Band description
- clearDescription() - Method in class org.yamcs.protobuf.AddViewRequest.Builder
-
View description
- clearDescription() - Method in class org.yamcs.protobuf.BucketLocation.Builder
-
Location description
- clearDescription() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Description, each list entry represents a paragraph
- clearDescription() - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
-
Group description
- clearDescription() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Item description
- clearDescription() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Help text shown on hover
- clearDescription() - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
-
optional string description = 2;
- clearDescription() - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Group description
- clearDescription() - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
-
Human-friendly description
- clearDescription() - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
-
optional string description = 2;
- clearDescription() - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
-
Description of this enumeration range
- clearDescription() - Method in class org.yamcs.protobuf.Mdb.EnumValue.Builder
-
Description of this enumeration value
- clearDescription() - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
-
Optional description
- clearDescription() - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
List description
- clearDescription() - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
-
Optional description
- clearDescription() - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Role description
- clearDescription() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional string description = 3;
- clearDescription() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
Band description
- clearDescription() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
Item description
- clearDescription() - Method in class org.yamcs.protobuf.TimelineView.Builder
-
View description
- clearDescription() - Method in class org.yamcs.protobuf.TopicInfo.Builder
-
optional string description = 4;
- clearDescription() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Band description
- clearDescription() - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
-
Group description
- clearDescription() - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
-
View description
- clearDescription() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
-
optional string description = 3;
- clearDestination() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
-
used to derive the destination entity id
- clearDestination() - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
-
Entity from which to get the file list
- clearDestination() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
optional string destination = 2;
- clearDetail() - Method in class org.yamcs.api.ExceptionMessage.Builder
-
.google.protobuf.Any detail = 4;
- clearDetail() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
Activity detail (short descriptive)
- clearDetailedStatus() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Short status information
- clearDetails() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
If true, send the items with full details If false, some details like the description will be omited from the listed items
- clearDetails() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
-
optional bool details = 4;
- clearDetails() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
Include details on each returned parameter (this includes long descriptions, aliases, and detailed type information).
- clearDeviation() - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
The last computed deviation
- clearDimensions() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Length of each dimension (only used by array arguments)
- clearDimensions() - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterDimensionInfo dimensions = 3;
- clearDirection() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
-
**Required** One of ``UPLOAD`` or ``DOWNLOAD``.
- clearDirection() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
Filter by transfer direction (UPLOAD or DOWNLOAD)
- clearDirection() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;
- clearDirectory() - Method in class org.yamcs.protobuf.BucketInfo.Builder
-
Bucket root directory.
- clearDirectory() - Method in class org.yamcs.protobuf.RootDirectory.Builder
-
Root directory location.
- clearDirectoryPrivileges() - Method in class org.yamcs.security.User
-
Resets user privileges to only those that are externally defined.
- clearDisable() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.Builder
-
disable the verifier
- clearDisabled() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Whether this link is currently disabled.
- clearDisableTransmissionConstraints() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
Disable verification of all transmission constrains (if any specified in the MDB).
- clearDisableVerifiers() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
Disable all post transmission verifiers (if any specified in the MDB) Requires elevated privilege.
- clearDisplayBucket() - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
-
Bucket where to find display resources
- clearDisplayName() - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
-
Display name
- clearDisplayName() - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
-
Display name
- clearDisplayName() - Method in class org.yamcs.protobuf.RemoteFile.Builder
-
Optional display name.
- clearDisplayName() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
-
Displayed name
- clearDisplayName() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
-
Display name
- clearDisplayName() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Displayed name
- clearDisplayName() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
-
optional string displayName = 3;
- clearDoubleValue() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional double doubleValue = 3;
- clearDownload() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Whether the transfer service supports downloads
- clearDryRun() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
Whether a response will be returned without actually issuing the command.
- clearDuration() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Item duration.
- clearDuration() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
optional .google.protobuf.Duration duration = 5;
- clearDuration() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
New duration
- clearDynamicCount() - Method in class org.yamcs.protobuf.Mdb.RepeatInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterInfo dynamicCount = 2;
- clearEarthReceptionTime() - Method in class org.yamcs.protobuf.TmPacketData.Builder
-
When the signal has been received on ground
- CLEARED - Enum constant in enum class org.yamcs.alarms.AlarmNotificationType
- CLEARED - Enum constant in enum class org.yamcs.protobuf.AlarmNotificationType
-
When the alarm was really cleared by the server (acknowledged && not OOL)
- CLEARED_VALUE - Static variable in enum class org.yamcs.protobuf.AlarmNotificationType
-
When the alarm was really cleared by the server (acknowledged && not OOL)
- CLEAREDBY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ClearInfo
- clearEffectiveSignificance() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
Effective command significance.
- clearElapsedTime() - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
-
optional int64 elapsedTime = 3;
- clearElementType() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
When the type is ``LIST`` or ``LIST_OR_ELEMENT``, this indicates the type of each element of that list
- clearElementType() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Type of array entries (only used by array arguments)
- clearEmail() - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
-
Email address
- clearEmail() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
-
Email address
- clearEmail() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Email address
- clearEmail() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
optional string email = 1;
- clearEnabled() - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
-
Whether this action is currently enabled
- clearEncoding() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
optional string encoding = 4;
- clearEnd() - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
-
the segment end
- clearEndAction() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
what should happen at the end of the replay
- clearEndColumn() - Method in class org.yamcs.api.FilterSyntaxException.Builder
-
End column of the token where the exception occurs
- clearEndColumn() - Method in class org.yamcs.web.api.ParseFilterData.Builder
-
optional int32 endColumn = 5;
- clearEndLine() - Method in class org.yamcs.api.FilterSyntaxException.Builder
-
End line of the token where the exception occurs
- clearEndLine() - Method in class org.yamcs.web.api.ParseFilterData.Builder
-
optional int32 endLine = 4;
- clearEndReason() - Method in class org.yamcs.protobuf.SessionEventInfo.Builder
-
optional string endReason = 1;
- clearEngType() - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
-
parameter engineering type
- clearEngType() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
optional string engType = 1;
- clearEngType() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Engineering type.
- clearEngType() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Engineering type
- clearEngValue() - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
-
Engineering value
- clearEngValue() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Engineering value (calibrated)
- clearEngValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
optional .yamcs.protobuf.Value engValue = 3;
- clearEngValues() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
The ``minRange`` option on the request allows to specify the minimum length of returned ranges.
- clearEntries() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Currently pending (queued) commands
- clearEntries() - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
-
item (change) log
- clearEntry() - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
-
optional .yamcs.protobuf.timeline.LogEntry entry = 4;
- clearEntry() - Method in class org.yamcs.protobuf.IndexGroup.Builder
-
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
- clearEntry() - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
-
Deprecated.
- clearEntry() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 8;
- clearEntry() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
repeated .yamcs.protobuf.mdb.SequenceEntryInfo entry = 10;
- clearEntryContainer() - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
-
Qualified name of the container that defines this specific entry.
- clearEnumerationAlarm() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- clearEnumerationAlarms() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.EnumerationAlarm enumerationAlarms = 5;
- clearEnumerationValues() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Enumeration values.
- clearEnumRanges() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Range-to-label mappings if this is an enumeration type
- clearEnumRanges() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration ranges, in case this concerns an enumerated parameter
- clearEnumValue() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Enumeration states (only used by enumerated arguments)
- clearEnumValue() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Deprecated.
- clearEnumValue() - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
- clearEnumValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
repeated .TableColumnInfo.EnumValue enumValue = 3;
- clearEnumValues() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Value-to-label mappings if this is an enumeration type
- clearEnumValues() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Enumeration states, in case this concerns an enumerated parameter
- clearEpoch() - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
-
optional string epoch = 5;
- clearError() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Error message, if any
- clearErrorCount() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
-
how many times the algorithm ran with errors
- clearErrorCount() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional int64 errorCount = 10;
- clearErrorMessage() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
-
if the algorithm produced an error, the fields below contain the error message and the time when the error was raised
- clearErrorMessage() - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus.Builder
-
In case state is ERROR
- clearErrorMessage() - Method in class org.yamcs.tse.api.TseCommandResponse.Builder
-
optional string errorMessage = 3;
- clearErrorMessage() - Method in class org.yamcs.web.api.ParseFilterData.Builder
-
optional string errorMessage = 1;
- clearErrorMsg() - Method in class org.yamcs.replication.protobuf.Response.Builder
-
optional string errorMsg = 3;
- clearErrorTime() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
-
optional .google.protobuf.Timestamp errorTime = 7;
- clearErtStart() - Method in class org.yamcs.protobuf.TofInterval.Builder
-
optional .google.protobuf.Timestamp ertStart = 1;
- clearErtStop() - Method in class org.yamcs.protobuf.TofInterval.Builder
-
optional .google.protobuf.Timestamp ertStop = 2;
- clearEvent() - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Deprecated.
- clearEventDetail() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
Additional detail in case the alarm is of type EVENT
- clearEventRequest() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
optional .yamcs.protobuf.EventReplayRequest eventRequest = 10;
- clearEvents() - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
-
Page with matching events
- clearException() - Method in class org.yamcs.protobuf.Reply.Builder
-
If set, the call was not successful.
- clearExecTimeNs() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
-
total execution time in nanoseconds
- clearExecutors() - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
-
Yamcs instance name
- clearExpirationTime() - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
optional .google.protobuf.Timestamp expirationTime = 7;
- clearExpireMillis() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
How long (in milliseconds) this parameter value is valid Note that there is an option when subscribing to parameters to get updated when the parameter values expire.
- clearExpireMillis() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
when the value expires
- clearExpireMillis() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
How long (in milliseconds) this parameter value is valid Note that there is an option when subscribing to parameters to get updated when the parameter values expire.
- clearExpiresIn() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
-
How long before this value is expired, in milliseconds
- clearExpiresIn() - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
-
How long before this value expires, in milliseconds
- clearExpiresIn() - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
-
How long before this value is expired, in milliseconds
- clearExpiresIn() - Method in class org.yamcs.protobuf.TokenResponse.Builder
-
In seconds
- clearExpression() - Method in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo.Builder
-
optional string expression = 3;
- clearExpression() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
-
Expression used to check this verifier
- clearExtra() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Extra columns added to the CSV output: * ``raw``: Raw parameter values * ``monitoring``: Monitoring status
- clearExtra() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
- clearExtra() - Method in class org.yamcs.protobuf.Event.Builder
- clearExtra() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
- clearExtra() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Custom info fields
- clearExtra() - Method in class org.yamcs.protobuf.RemoteFile.Builder
-
Implementation-specific fields
- clearExtra() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
- clearExtra() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
- clearFailureCause() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
-
Stacktrace when `state` is FAILED.
- clearFailureCause() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
in case the state=FAILED, this field will indicate the cause of the failure the missionDatabase and other fields may not be filled when this happens
- clearFailureMessage() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
-
Short failure message when `state` is FAILED.
- clearFailureReason() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
If set, the activity is stopped, but failed
- clearFailureReason() - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest.Builder
-
Failure message, if not provided the activity is considered successful.
- clearFailureReason() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
For activities: if the status is FAILED or ABORTED, this may indicate the reason some information may also be available in the item log
- clearFailureReason() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
in case the transcation is failed, this provides more information
- clearFailureReason() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
failure reason (valid for activities)
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.activities.protobuf.ActivityDefinition.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.api.ExceptionMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.api.FilterSyntaxException.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.api.HttpBody.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.api.HttpRoute.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.api.WebSocketTopic.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AcknowledgeInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AcknowledgmentInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.CancelActivityRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.GetActivityLogRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.GetActivityRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.GlobalActivityStatus.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.ListExecutorsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.ListScriptsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.StartActivityRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.SubscribeActivitiesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.activities.SubscribeGlobalStatusRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AddViewRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AlarmData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.SubscribeGlobalStatusRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AlgorithmTextOverride.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AlgorithmTrace.Log.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Archive.ListParameterGroupsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.AuthInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.BackupDatabaseRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.BlockQueueRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.BucketInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.BucketLocation.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CancelOptions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CancelTransferRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Clcw.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ClearInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ClientMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandAssignment.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEvent.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandSignificance.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.CheckWindow.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CompactDatabaseRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ContainerData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Cop1Config.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Cop1Status.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CreateBucketRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CreateServiceAccountRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CreateServiceAccountResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteBandRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteBucketRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteClearanceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteGroupRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteIdentityRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteItemRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteObjectRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteProcessorRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteRoleAssignmentRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteServiceAccountRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteUserRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DeleteViewRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DescribeDatabaseRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DisableBackfillingRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DisableQueueRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.DisableRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.EnableBackfillingRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.EnableQueueRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.EntityInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Event.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.EventAlarmData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ExportCommandRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ExternalIdentityInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ExtraColumnInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.FileTransferOption.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.FileTransferOption.Value.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetAlgorithmOverridesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetArchivedParameterGroupRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetBandRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetBucketRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetCommandRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetConfigRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetDatabaseRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetFileTransferServiceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetGroupRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetInstanceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetInstanceTemplateRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetItemLogRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetItemRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetObjectInfoRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetObjectRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetParameterOverrideRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetProcessorRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetQueueRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetRoleRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetServiceAccountRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetServiceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetStatusRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetTcoConfigRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetTcoStatusRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetThreadRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetTransferRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetUserRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GetViewRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.GroupInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.HttpTraffic.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.IndexEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.IndexGroup.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.IndexResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.InitializeRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.IssueCommandRequest.Assignment.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ItemFilter.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ItemFilter.FilterCriterion.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.links.DisableLinkRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.links.EnableLinkRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.links.GetLinkRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.links.ListLinksRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.links.ResetLinkCountersRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.links.SubscribeLinksRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListBandsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListBucketsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListEventSourcesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListFileTransferServicesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListMdbOverridesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListPacketNamesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListProcessorsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListQueuesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListServicesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListSourcesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListSourcesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListThreadsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListTimelineTagsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListViewsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.LoadParameterValuesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.LogEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArgumentAssignmentInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.GetParameterResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.EnumerationAlarm.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.EnumValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ExportJavaMissionDatabaseRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ExportXtceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetAlgorithmRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetCommandRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetContainerRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetMissionDatabaseRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetParameterRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetParameterTypeRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetSpaceSystemRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.JavaExpressionCalibratorInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.OutputParameterInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.RepeatInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.SignificanceInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.UnitInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.MdbOverrideInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ObjectInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.OpenIDConnectInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.PauseTransferRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.plists.DeleteParameterListRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.plists.GetParameterListRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.plists.ListParameterListsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.PurgeRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RebuildRangeRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RelativeTime.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RemoteFile.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Reply.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RestartInstanceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ResumeRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ResumeTransferRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RoleAssignment.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RoleInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RootDirectory.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RouteInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ServerMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ServiceInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SessionEventInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SessionInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SetCoefficientsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SetTcoConfigRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ShelveInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StartInstanceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StartServiceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.State.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.State.CallInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Statistics.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StopInstanceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StopServiceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StreamEvent.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeBackfillingRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeCommandsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeEventsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeMdbChangesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribePacketsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeProcessorsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeQueueEventsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeQueueStatisticsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeStatusRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeTimeRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeTMStatisticsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SubscribeTransfersRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.SystemInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.ColumnData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.EnumValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.ExecuteSqlRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.GetStreamRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.GetTableRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.ListStreamsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.ListTablesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.ListValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.RebuildHistogramResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.Row.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.Row.Cell.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.StreamData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.SubscribeStreamRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.SubscribeStreamStatisticsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.TableData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.WriteRowsExceptionDetail.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.WriteRowsRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Table.WriteRowsResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TcoConfig.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TcoResetRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TcoSample.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TcoStatus.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TemplateVariable.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ThreadGroupInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.ThreadInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TimeInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TimelineBand.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TimelineItem.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TimelineView.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TmPacketData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TmStatistics.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TofInterval.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TokenResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TopicInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TransactionId.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.TransferInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateClearanceRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateConfigRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.UserInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.EventReplayRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectId.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.ReplaySpeed.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.Request.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.Response.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.Clearance.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.tse.api.TseCommand.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.tse.api.TseCommanderMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.tse.api.TseCommandResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.web.api.DeleteQueryRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.web.api.GetInstanceConfigurationRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.web.api.ListQueriesRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.web.api.ParseFilterData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.web.api.ParseFilterRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.web.api.QueryInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
- clearFieldMaskRoot() - Method in class org.yamcs.api.HttpRoute.Builder
-
Name of the field in the response message where a user-specified field mask is applied to.
- clearFile() - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
-
File identifier
- clearFileActions() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional actions that may be executed on remote files
- clearFileList() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Whether the transfer service supports remote file listings
- clearFileListExtraColumns() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Additional columns to show in a file listing, where id is a key of ``RemoteFile.extra``
- clearFilename() - Method in class org.yamcs.api.HttpBody.Builder
-
If set, a Content-Disposition header is added to the response.
- clearFilename() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Preferred filename, this is returned in a Content-Disposition HTTP header.
- clearFileName() - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
-
optional string fileName = 2;
- clearFiles() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
- clearFilter() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
Filter query.
- clearFilter() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
Filter query.
- clearFilter() - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
-
repeated string filter = 1;
- clearFilter() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
-
Filter query.
- clearFilter() - Method in class org.yamcs.protobuf.SubscribeEventsRequest.Builder
-
Filter query.
- clearFilter() - Method in class org.yamcs.web.api.ParseFilterRequest.Builder
-
optional string filter = 2;
- clearFilters() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
A query filter which can be used to limit additionally the items which are part of the band
- clearFilters() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
If the band is not specified, these filters and the source above will be used
- clearFilters() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
The filters are to be considered in an AND manner.
- clearFilters() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Filters to apply when retrieving items
- clearFilters() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
-
repeated .BandFilter.ItemFilter filters = 1;
- clearFinished() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
-
Recently finished backfills (bundled over a 5 second interval)
- clearFirst() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
-
optional .google.protobuf.Timestamp first = 8;
- clearFirstTime() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
-
Generation time of the first value in this sample interval.
- clearFixedCount() - Method in class org.yamcs.protobuf.Mdb.RepeatInfo.Builder
-
optional int64 fixedCount = 1;
- clearFixedValue() - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
-
Use a fixed integer value.
- clearFixedValue() - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
-
optional int64 fixedValue = 1;
- clearFixedValue() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
-
optional .yamcs.protobuf.mdb.FixedValueInfo fixedValue = 7;
- clearFloatValue() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional float floatValue = 2;
- clearFormatVersion() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
optional int32 formatVersion = 7;
- clearFormatVersion() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
optional int32 formatVersion = 7;
- clearFormula() - Method in class org.yamcs.protobuf.Mdb.JavaExpressionCalibratorInfo.Builder
-
optional string formula = 1;
- clearFqn() - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
-
parameter fully qualified name
- clearFromCache() - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
optional bool fromCache = 2;
- clearFromCache() - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
-
Whether the latest cached value may be returned.
- clearGapTime() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
-
Milliseconds before a sample is considered expired.
- clearGenerationTime() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
-
The generation time of the value.
- clearGenerationTime() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
optional .google.protobuf.Timestamp generationTime = 6;
- clearGenerationTime() - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
-
required int64 generationTime = 1;
- clearGenerationTime() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional .google.protobuf.Timestamp generationTime = 12;
- clearGenerationTime() - Method in class org.yamcs.protobuf.ContainerData.Builder
-
When the container's packet was generated (packet time)
- clearGenerationTime() - Method in class org.yamcs.protobuf.Event.Builder
-
optional .google.protobuf.Timestamp generationTime = 2;
- clearGenerationTime() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
Command generation time
- clearGenerationTime() - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
-
The generation time of the value.
- clearGenerationTime() - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
optional int64 generationTime = 3;
- clearGenerationTime() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Time of generation (~ packet time)
- clearGenerationTime() - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
-
The generation time of the value.
- clearGenerationTime() - Method in class org.yamcs.protobuf.TmPacketData.Builder
-
When the packet was generated
- clearGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
-
optional int64 generationTime = 2;
- clearGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
optional int64 generationTime = 5;
- clearGentime() - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
-
An exact match of the packet's generation time in ISO 8601 format.
- clearGentime() - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
-
An exact match of the packet's generation time in ISO 8601 format.
- clearGentime() - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
-
An exact match of the packet's generation time in ISO 8601 format.
- clearGet() - Method in class org.yamcs.api.HttpRoute.Builder
-
Maps to HTTP GET.
- clearGid() - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
-
Group identifier
- clearGid() - Method in class org.yamcs.protobuf.GetArchivedParameterGroupRequest.Builder
-
Group identifier
- clearGids() - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
-
the groups which this parameter is part of
- clearGradient() - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
-
optional double gradient = 3;
- clearGroup() - Method in class org.yamcs.protobuf.IndexResponse.Builder
-
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
- clearGroup() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
-
Filter on specific parameter groups.
- clearGroup() - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
The next three fields are used by the recorder as unique key to store parameters in "rows" and also by components that provide parameters from external sources.
- clearGroup() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
optional .yamcs.protobuf.server.ThreadGroupInfo group = 6;
- clearGroupId() - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
-
Multiple parameters are grouped such that all in one group have the same timestamps.
- clearGroupId() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
If this item is part of a group, this is the group identifier
- clearGroupId() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
If this item is part of a group, this is the group identifier
- clearGroupId() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
New group identifier.
- clearGroupNameExclude() - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
-
exclude the parameters from these groups this takes precedence over the filter above (i.e. if a group is part of both, it will be excluded)
- clearGroupNameFilter() - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
-
No filter, means all pp groups are sent
- clearGroups() - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
-
Parameter group names
- clearGroups() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands that are issued by one of the users who belongs to any of these groups.
- clearGroups() - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
-
repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
- clearGroups() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Groups that this user is member of
- clearHasActivityGroups() - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
-
optional bool hasActivityGroups = 5;
- clearHasAlarms() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
optional bool hasAlarms = 6;
- clearHasAutomatedActivities() - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
-
optional bool hasAutomatedActivities = 3;
- clearHasCommanding() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
optional bool hasCommanding = 7;
- clearHasCommandPrivileges() - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
-
optional bool hasCommandPrivileges = 5;
- clearHasEventGroups() - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
-
optional bool hasEventGroups = 4;
- clearHash() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
optional string hash = 2;
- clearHasManualActivities() - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
-
optional bool hasManualActivities = 2;
- clearHasTransferType() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Whether transfers contain a column describing the Transfer Type
- clearHeader() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Header row to include in the response.
- clearHeapMemory() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Amount of memory in bytes of the heap that is used for object allocation and that is committed for the JVM to use.
- clearHelp() - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
-
optional string help = 4;
- clearHelp() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
-
Verbose user guidance (HTML)
- clearHexValue() - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo.Builder
-
optional string hexValue = 2;
- clearHidden() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Hint that this option should be excluded from any document generation
- clearHistogramColumn() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated string histogramColumn = 5;
- clearHistogramColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated string histogramColumn = 5;
- clearHistogramColumnName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for HISTOGRAM
- clearHistory() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.HistoryInfo history = 14;
- clearHostname() - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
optional string hostname = 4;
- clearHref() - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo.Builder
-
optional string href = 3;
- clearHttpMethod() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional string httpMethod = 4;
- clearHttpRequest() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
- clearIcon() - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
-
Name of an icon in the Material Icons font.
- clearId() - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
-
Action identifier
- clearId() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
Activity identifier
- clearId() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
Optional band identifier.
- clearId() - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
-
Item identifier
- clearId() - Method in class org.yamcs.protobuf.AddViewRequest.Builder
-
Optional view identifier.
- clearId() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
For parameter alarms, this is the id of the parameters For event alarms - the id.namespace is /yamcs/event/<EVENT_SOURCE>, unless EVENT_SOURCE starts with a "/" in which case the namespace is just the <EVENT_SOURCE> - the id.name is the <EVENT_TYPE>
- clearId() - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
Parameter identifiers.
- clearId() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
-
Parameter identifier.
- clearId() - Method in class org.yamcs.protobuf.CancelTransferRequest.Builder
-
Transfer identifier (assigned by Yamcs)
- clearId() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional string id = 1;
- clearId() - Method in class org.yamcs.protobuf.ClientMessage.Builder
-
Optional client-side message identifier, returned in reply messages.
- clearId() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
optional string id = 7;
- clearId() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional string id = 14;
- clearId() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Optional item identifier.
- clearId() - Method in class org.yamcs.protobuf.DeleteBandRequest.Builder
-
Item identifier
- clearId() - Method in class org.yamcs.protobuf.DeleteItemRequest.Builder
-
Item identifier
- clearId() - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest.Builder
-
Group identifier
- clearId() - Method in class org.yamcs.protobuf.DeleteViewRequest.Builder
-
Item identifier
- clearId() - Method in class org.yamcs.protobuf.EntityInfo.Builder
-
optional uint64 id = 2;
- clearId() - Method in class org.yamcs.protobuf.ExportCommandRequest.Builder
-
Command ID
- clearId() - Method in class org.yamcs.protobuf.ExtraColumnInfo.Builder
-
optional string id = 1;
- clearId() - Method in class org.yamcs.protobuf.GetBandRequest.Builder
-
Item identifier
- clearId() - Method in class org.yamcs.protobuf.GetCommandRequest.Builder
-
Command ID
- clearId() - Method in class org.yamcs.protobuf.GetItemLogRequest.Builder
-
Item identifier
- clearId() - Method in class org.yamcs.protobuf.GetItemRequest.Builder
-
Item identifier
- clearId() - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
-
optional string id = 1;
- clearId() - Method in class org.yamcs.protobuf.GetThreadRequest.Builder
-
Thread ID
- clearId() - Method in class org.yamcs.protobuf.GetTransferRequest.Builder
-
Transfer identifier (assigned by Yamcs)
- clearId() - Method in class org.yamcs.protobuf.GetViewRequest.Builder
-
Item identifier
- clearId() - Method in class org.yamcs.protobuf.IndexGroup.Builder
-
optional .yamcs.protobuf.NamedObjectId id = 1;
- clearId() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
Command ID
- clearId() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
-
repeated .yamcs.protobuf.NamedObjectId id = 1;
- clearId() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.GetParameterResponse.Builder
-
optional .yamcs.protobuf.NamedObjectId id = 1;
- clearId() - Method in class org.yamcs.protobuf.PauseTransferRequest.Builder
-
Transfer identifier (assigned by Yamcs)
- clearId() - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
List identifier
- clearId() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Parameter identifier
- clearId() - Method in class org.yamcs.protobuf.ResumeTransferRequest.Builder
-
Transfer identifier (assigned by Yamcs)
- clearId() - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
Session identifier
- clearId() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Parameter identifiers.
- clearId() - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
-
optional uint32 id = 1;
- clearId() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
optional int64 id = 1;
- clearId() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
Band identifier (UUID)
- clearId() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
Item identifier.
- clearId() - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
-
optional string id = 1;
- clearId() - Method in class org.yamcs.protobuf.TimelineView.Builder
-
View identifier.
- clearId() - Method in class org.yamcs.protobuf.TmPacketData.Builder
-
Packet name
- clearId() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
unique identifier assigned by the file transfer service
- clearId() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Band identifier
- clearId() - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
Command ID
- clearId() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
Item identifier
- clearId() - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
-
View identifier
- clearId() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
-
optional .yamcs.protobuf.NamedObjectId id = 1;
- clearId() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
-
optional uint32 id = 1;
- clearId() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
-
stream id
- clearId() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
-
optional int32 id = 1;
- clearId() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
-
optional int32 id = 1;
- clearId() - Method in class org.yamcs.tse.api.TseCommand.Builder
-
optional .yamcs.protobuf.commanding.CommandId id = 6;
- clearId() - Method in class org.yamcs.tse.api.TseCommandResponse.Builder
-
optional .yamcs.protobuf.commanding.CommandId id = 1;
- clearId() - Method in class org.yamcs.web.api.DeleteQueryRequest.Builder
-
Query identifier
- clearId() - Method in class org.yamcs.web.api.QueryInfo.Builder
-
Query identifier
- clearId() - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
-
Query identifier
- clearIdentities() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
External identities
- clearIdentities() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated .ExternalIdentity identities = 4;
- clearIdentity() - Method in class org.yamcs.protobuf.ExternalIdentityInfo.Builder
-
External identity
- clearIdentity() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
-
optional string identity = 1;
- clearIds() - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Parameter identifiers.
- clearIgnorePastCommands() - Method in class org.yamcs.protobuf.SubscribeCommandsRequest.Builder
-
If true, send only updates for commands that were issued after the subscription start.
- clearIncludeAlgorithms() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
-
Stream algorithms.
- clearIncludeCommands() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
-
Stream commands.
- clearIncludeContainers() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
-
Stream containers.
- clearIncludeParameters() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
-
Stream parameters.
- clearIncludeParameterTypes() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
-
Stream parameter types.
- clearIncludePending() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest.Builder
-
pending alarms are those for which the minimum number of violations has not been reached
- clearIncludePending() - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest.Builder
-
pending alarms are those for which the minimum number of violations has not been reached
- clearIncludeSpaceSystems() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
-
Stream space systems.
- clearIndirectParameterRef() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
-
optional .yamcs.protobuf.mdb.IndirectParameterRefInfo indirectParameterRef = 8;
- clearInfo() - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
- ClearInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.alarms.ClearInfo
- CLEARINFO_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlarmData
- ClearInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.alarms.ClearInfo
- ClearInfoOrBuilder - Interface in org.yamcs.protobuf
- clearInitial() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
-
Initial value for use in UI forms
- clearInitialValue() - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
-
optional string initialValue = 1;
- clearInitialValue() - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
-
optional string initialValue = 4;
- clearInitialValue() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
optional string initialValue = 7;
- clearInitiatorEntity() - Method in class org.yamcs.protobuf.TransactionId.Builder
-
optional uint64 initiatorEntity = 2;
- clearInputName() - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
-
optional string inputName = 2;
- clearInputParameter() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.InputParameterInfo inputParameter = 9;
- clearInputs() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of input parameters for this run
- clearInputType() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional string inputType = 6;
- clearInputType() - Method in class org.yamcs.protobuf.TopicInfo.Builder
-
optional string inputType = 5;
- clearInstance() - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.activities.CancelActivityRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.activities.GetActivityLogRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.activities.GetActivityRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.activities.ListExecutorsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.activities.ListScriptsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.activities.StartActivityRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.activities.SubscribeActivitiesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.activities.SubscribeGlobalStatusRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.AddViewRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest.Builder
-
optional string instance = 1;
- clearInstance() - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest.Builder
-
optional string instance = 1;
- clearInstance() - Method in class org.yamcs.protobuf.alarms.SubscribeGlobalStatusRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Archive.ListParameterGroupsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.BlockQueueRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.CancelTransferRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional string instance = 1;
- clearInstance() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.CreateBucketRequest.Builder
-
Deprecated.
- clearInstance() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
-
**Required.** The name of the Yamcs instance.
- clearInstance() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.DeleteBandRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.DeleteBucketRequest.Builder
-
Deprecated.
- clearInstance() - Method in class org.yamcs.protobuf.DeleteItemRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.DeleteObjectRequest.Builder
-
Deprecated.
- clearInstance() - Method in class org.yamcs.protobuf.DeleteProcessorRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.DeleteViewRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.DisableBackfillingRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.DisableQueueRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.DisableRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.EnableBackfillingRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.EnableQueueRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ExportCommandRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.GetArchivedParameterGroupRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetBandRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.GetBucketRequest.Builder
-
Deprecated.
- clearInstance() - Method in class org.yamcs.protobuf.GetCommandRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.GetConfigRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetFileTransferServiceRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.GetInstanceRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetItemLogRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.GetItemRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.GetObjectRequest.Builder
-
Deprecated.
- clearInstance() - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetParameterOverrideRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetProcessorRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.GetQueueRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetServiceRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetStatusRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetTcoConfigRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetTcoStatusRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.GetTransferRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.GetViewRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.InitializeRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.links.DisableLinkRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.links.EnableLinkRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.links.GetLinkRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.links.ListLinksRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.links.ResetLinkCountersRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.links.SubscribeLinksRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListBandsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListBucketsRequest.Builder
-
Deprecated.
- clearInstance() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListEventSourcesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListFileTransferServicesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListMdbOverridesRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
-
Deprecated.
- clearInstance() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListPacketNamesRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListProcessorsRequest.Builder
-
Return only processors of this instance
- clearInstance() - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ListQueuesRequest.Builder
-
Yamcs instance namee.
- clearInstance() - Method in class org.yamcs.protobuf.ListServicesRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ListSourcesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListTimelineTagsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ListViewsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
-
optional string instance = 2;
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.ExportJavaMissionDatabaseRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.ExportXtceRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.GetAlgorithmRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.GetCommandRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.GetContainerRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.GetMissionDatabaseRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.GetParameterRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.GetParameterTypeRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.GetSpaceSystemRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.PauseTransferRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.plists.DeleteParameterListRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.plists.GetParameterListRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.plists.ListParameterListsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
-
yamcs instance
- clearInstance() - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.PurgeRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.RebuildRangeRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.RestartInstanceRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ResumeRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.ResumeTransferRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SetCoefficientsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SetTcoConfigRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.StartInstanceRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.StartServiceRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Statistics.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.StopInstanceRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.StopServiceRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeBackfillingRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeCommandsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeEventsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeMdbChangesRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.SubscribePacketsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeProcessorsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeQueueEventsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeQueueStatisticsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeStatusRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeTimeRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeTMStatisticsRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.SubscribeTransfersRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Table.ExecuteSqlRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Table.GetStreamRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Table.GetTableRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Table.ListStreamsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Table.ListTablesRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.Table.SubscribeStreamRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.Table.SubscribeStreamStatisticsRequest.Builder
-
optional string instance = 1;
- clearInstance() - Method in class org.yamcs.protobuf.Table.WriteRowsRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.TcoResetRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.TimelineView.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.UpdateConfigRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Yamcs instance name.
- clearInstance() - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
-
Deprecated.
- clearInstance() - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.web.api.DeleteQueryRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.web.api.GetInstanceConfigurationRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.web.api.ListQueriesRequest.Builder
-
Yamcs instance name
- clearInstance() - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
-
Yamcs instance name
- clearInstanceName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for all record types if not specified then instanceName = tablespaceName
- clearInstances() - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
-
repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;
- clearInstrument() - Method in class org.yamcs.tse.api.TseCommand.Builder
-
optional string instrument = 1;
- clearIntercept() - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
-
Shift the value obtained from a parameter or argument reference.
- clearIntercept() - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
-
optional int64 intercept = 4;
- clearInterval() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
When specified, only one value each for each interval is returned.
- clearIntervals() - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
-
intervals for time of flight calculation
- clearInvalid() - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Parameter identifiers that were subscribed to, but that cannot be matched against the Mission Database.
- clearIpAddress() - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
optional string ipAddress = 3;
- clearIsDirectory() - Method in class org.yamcs.protobuf.RemoteFile.Builder
-
True if the path represents a directory
- clearIssuedBy() - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
-
optional string issuedBy = 3;
- clearIssuedBy() - Method in class org.yamcs.security.protobuf.Clearance.Builder
-
optional int32 issuedBy = 2;
- clearIssueTime() - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
-
optional .google.protobuf.Timestamp issueTime = 4;
- clearIssueTime() - Method in class org.yamcs.security.protobuf.Clearance.Builder
-
optional .google.protobuf.Timestamp issueTime = 3;
- clearItem() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
- clearItems() - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
-
items
- clearJavaExpressionCalibrator() - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
-
optional .yamcs.protobuf.mdb.JavaExpressionCalibratorInfo javaExpressionCalibrator = 4;
- clearJvm() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Java virtual machine implementation name, version and vendor
- clearJvmThreadCount() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Number of active threads.
- clearKeepAlive() - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
-
optional bool keepAlive = 4;
- clearKey() - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
-
Option key for checking the condition
- clearKey() - Method in class org.yamcs.protobuf.ItemFilter.FilterCriterion.Builder
-
optional string key = 1;
- clearKey() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
-
optional string key = 1;
- clearKeyColumn() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
- clearKeyColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo keyColumn = 2;
- clearKeys() - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
-
Option keys
- clearLabel() - Method in class org.yamcs.api.HttpRoute.Builder
-
Optional method label.
- clearLabel() - Method in class org.yamcs.api.WebSocketTopic.Builder
-
Optional method label.
- clearLabel() - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
-
Label describing an action
- clearLabel() - Method in class org.yamcs.protobuf.ExtraColumnInfo.Builder
-
optional string label = 2;
- clearLabel() - Method in class org.yamcs.protobuf.Mdb.EnumerationAlarm.Builder
-
optional string label = 3;
- clearLabel() - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
-
Enum label
- clearLabel() - Method in class org.yamcs.protobuf.Mdb.EnumValue.Builder
-
Enum label
- clearLabel() - Method in class org.yamcs.protobuf.Table.EnumValue.Builder
-
optional string label = 2;
- clearLabel() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
-
Verbose name for use in UI forms
- clearLabel() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
-
optional string label = 2;
- clearLabels() - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
- clearLabels() - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
- clearLabels() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
- clearLanguage() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Language if this is a custom algorithm
- clearLast() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
-
optional .google.protobuf.Timestamp last = 9;
- clearLastAccessTime() - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
optional .google.protobuf.Timestamp lastAccessTime = 6;
- clearLastLoginTime() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
-
When this account last logged in
- clearLastLoginTime() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
When this user last logged in
- clearLastLoginTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
-
optional .google.protobuf.Timestamp lastLoginTime = 8;
- clearLastPacketTime() - Method in class org.yamcs.protobuf.TmStatistics.Builder
-
optional .google.protobuf.Timestamp lastPacketTime = 11;
- clearLastReceived() - Method in class org.yamcs.protobuf.TmStatistics.Builder
-
optional .google.protobuf.Timestamp lastReceived = 10;
- clearLastRun() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
-
when the algorithm was last run
- clearLastTime() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
-
Generation time of the last value in this sample interval.
- clearLastUpdated() - Method in class org.yamcs.protobuf.Statistics.Builder
-
java local time of the last update
- clearLatching() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
Whether the alarm will stay triggered even when the process is OK
- clearLeapSeconds() - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
-
optional int32 leapSeconds = 3;
- clearLevel() - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
-
Log level
- clearLevel() - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
-
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
- clearLevel() - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
-
optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
- clearLevel() - Method in class org.yamcs.protobuf.Mdb.EnumerationAlarm.Builder
-
optional .yamcs.protobuf.mdb.AlarmLevelType level = 1;
- clearLevel() - Method in class org.yamcs.protobuf.UpdateClearanceRequest.Builder
-
optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
- clearLevel() - Method in class org.yamcs.security.protobuf.Clearance.Builder
-
optional string level = 1;
- clearLimit() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
The maximum number of returned records per page.
- clearLimit() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
-
The maximum number of returned records per page.
- clearLimit() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
The maximum number of returned records.
- clearLimit() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
The maximum number of returned records per page.
- clearLimit() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
-
The maximum number of returned records per page.
- clearLimit() - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
-
The maximum number of returned parameters.
- clearLimit() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
-
The maximum number of returned entries.
- clearLimit() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
-
The maximum number of returned records per page.
- clearLimit() - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
-
The maximum number of returned entries.
- clearLimit() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
-
The maximum number of returned entries.
- clearLimit() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
The maximum number of returned records per page.
- clearLimit() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
optional int32 limit = 3;
- clearLimit() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
-
The maximum number of returned entries.
- clearLimit() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
The maximum number of returned records per page.
- clearLimit() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
-
The maximum number of returned entries.
- clearLimit() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
The maximum number of returned records per page.
- clearLimit() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
-
The maximum number of returned algorithms per page.
- clearLimit() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
-
The maximum number of returned commands per page.
- clearLimit() - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
-
The maximum number of returned containers per page.
- clearLimit() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
The maximum number of returned parameters per page.
- clearLimit() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
-
The maximum number of returned items per page.
- clearLimit() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
-
The maximum number of returned systems per page.
- clearLimit() - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
-
The maximum number of returned records per page.
- clearLineNumber() - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
-
optional int32 lineNumber = 4;
- clearLink() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
Link name for which this status applies.
- clearLink() - Method in class org.yamcs.protobuf.DisableRequest.Builder
-
Link name.
- clearLink() - Method in class org.yamcs.protobuf.GetConfigRequest.Builder
-
Link name.
- clearLink() - Method in class org.yamcs.protobuf.GetStatusRequest.Builder
-
Link name.
- clearLink() - Method in class org.yamcs.protobuf.InitializeRequest.Builder
-
Link name.
- clearLink() - Method in class org.yamcs.protobuf.links.DisableLinkRequest.Builder
-
Link name
- clearLink() - Method in class org.yamcs.protobuf.links.EnableLinkRequest.Builder
-
Link name
- clearLink() - Method in class org.yamcs.protobuf.links.GetLinkRequest.Builder
-
Link name
- clearLink() - Method in class org.yamcs.protobuf.links.ResetLinkCountersRequest.Builder
-
Link name
- clearLink() - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
-
Link name
- clearLink() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
Filter by the link where the packet was received from.
- clearLink() - Method in class org.yamcs.protobuf.ResumeRequest.Builder
-
Link name.
- clearLink() - Method in class org.yamcs.protobuf.SubscribeStatusRequest.Builder
-
Link name.
- clearLink() - Method in class org.yamcs.protobuf.TmPacketData.Builder
-
Name of the Yamcs link where this packet was received from
- clearLink() - Method in class org.yamcs.protobuf.UpdateConfigRequest.Builder
-
Link name.
- clearLinks() - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
-
Detail for all links
- clearLinks() - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
-
repeated .yamcs.protobuf.links.LinkInfo links = 1;
- clearLinks() - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Known link names.
- clearList() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Identifier of a Parameter List, describing the parameters to export.
- clearList() - Method in class org.yamcs.protobuf.plists.DeleteParameterListRequest.Builder
-
List identifier
- clearList() - Method in class org.yamcs.protobuf.plists.GetParameterListRequest.Builder
-
List identifier
- clearList() - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
-
List identifier
- clearList() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
-
repeated .yamcs.protobuf.NamedObjectId list = 1;
- clearLists() - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
-
List of lists, sorted by name The returned items include the patterns, however does not resolve them.
- clearListTime() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
optional .google.protobuf.Timestamp listTime = 4;
- clearLittleEndian() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
optional bool littleEndian = 2;
- clearLoadAverage() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
System load average for the last minute.
- clearLocalAddress() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
optional string localAddress = 3;
- clearLocalAddress() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
-
optional string localAddress = 3;
- clearLocalEntities() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo localEntities = 3;
- clearLocalEntity() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
Local entity, may be empty if there is only one such entity.
- clearLocalEntityId() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
Filter by local entity identifier
- clearLocalTime() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
-
local UNIX time in millisecs
- clearLocalTx() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
optional int64 localTx = 7;
- clearLocation() - Method in class org.yamcs.protobuf.BucketInfo.Builder
-
Bucket location
- clearLocation() - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
-
Absolute location in bits, within the full packet
- clearLocationInBits() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
-
optional int32 locationInBits = 1;
- clearLockout() - Method in class org.yamcs.protobuf.Clcw.Builder
-
optional bool lockout = 2;
- clearLog() - Method in class org.yamcs.api.HttpRoute.Builder
-
Human-friendly log message format.
- clearLogFormat() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional string logFormat = 11;
- clearLogs() - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
-
Log entries
- clearLogs() - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest log entries
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
optional string longDescription = 4;
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
optional string longDescription = 4;
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
optional string longDescription = 4;
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
optional string longDescription = 4;
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
optional string longDescription = 4;
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
-
Long description (Markdown)
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Long description (Markdown)
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
optional string longDescription = 4;
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
optional string longDescription = 4;
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
optional string longDescription = 19;
- clearLongDescription() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
Long description (Markdown)
- clearLoop() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
-
Continue replaying from ``start`` after having reached ``stop``.
- clearLowPriority() - Method in class org.yamcs.protobuf.ClientMessage.Builder
-
If set to true, permit the server to drop messages if writing the message would cause the channel to exceed the highWaterMark (see https://docs.yamcs.org/yamcs-server-manual/services/global/http-server/) This attribute is only applied when it is set on the first message of a call.
- clearMandatory() - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
-
optional bool mandatory = 4;
- clearMapping() - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
- clearMasters() - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationMasterInfo masters = 1;
- clearMatch() - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Parameters matching any of the name patterns.
- clearMathElements() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Operands and operators in Reverse Polish Notation if type ``MATH``.
- clearMax() - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
-
Range end
- clearMax() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
-
Maximum numeric value during the sample interval.
- clearMaxBodySize() - Method in class org.yamcs.api.HttpRoute.Builder
-
optional int32 max_body_size = 8;
- clearMaxBytes() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
If set, truncate binary values to the specified byte length.
- clearMaxBytes() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Maximum character count (only used by binary arguments)
- clearMaxBytes() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
If set, truncate binary values to the specified byte length.
- clearMaxChars() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Maximum character count (only used by string arguments)
- clearMaxDroppedWrites() - Method in class org.yamcs.protobuf.ClientMessage.Builder
-
Deprecated.
- clearMaxExclusive() - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
-
optional double maxExclusive = 5;
- clearMaxGap() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
Time in milliseconds.
- clearMaxGenerationTime() - Method in class org.yamcs.protobuf.LoadParameterValuesResponse.Builder
-
The latest generation time of all received values
- clearMaxHeapMemory() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Maximum amount of heap memory in bytes that can be used for memory management.
- clearMaximumFractionDigits() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional int32 maximumFractionDigits = 3;
- clearMaximumIntegerDigits() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional int32 maximumIntegerDigits = 5;
- clearMaxInclusive() - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
-
optional double maxInclusive = 3;
- clearMaxInclusive() - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
-
Whether ``max`` is included in this range
- clearMaxInterval() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
optional int64 maxInterval = 6;
- clearMaxNonHeapMemory() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Maximum amount of non-heap memory in bytes that can be used for memory management.
- clearMaxNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
-
maximum number of objects in the bucket
- clearMaxObjects() - Method in class org.yamcs.protobuf.BucketInfo.Builder
-
Maximum allowed number of objects
- clearMaxSize() - Method in class org.yamcs.protobuf.BucketInfo.Builder
-
Maximum allowed total size of all objects
- clearMaxSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
-
maximum size in bytes
- clearMaxTime() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
-
Generation time of the ``max`` value.
- clearMaxValues() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
Maximum number of distinct values to be returned.
- clearMember() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Member information (only used by aggregate arguments)
- clearMember() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.MemberInfo member = 8;
- clearMemberId() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for PARCHIVE_AGGARR_INFO
- clearMemberInfo() - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
-
Group members
- clearMembers() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
-
repeated int32 members = 4;
- clearMergeTime() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
-
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.
- clearMergeTime() - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
-
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.
- clearMergeTime() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
-
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.
- clearMergeTime() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
-
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.
- clearMergeTime() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
-
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.
- clearMergeTime() - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
-
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.
- clearMergeTime() - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
-
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.
- clearMergeTime() - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
-
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.
- clearMergeTime() - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
-
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.
- clearMergeTime() - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
-
Value in milliseconds that indicates the maximum gap before two consecutive index ranges are merged together.
- clearMessage() - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
-
Log message
- clearMessage() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
-
**Required.** Event message.
- clearMessage() - Method in class org.yamcs.protobuf.Event.Builder
-
optional string message = 6;
- clearMessage() - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
-
Action message
- clearMessage() - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
-
optional string message = 3;
- clearMessage() - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
-
Action message
- clearMessage() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
-
required string message = 6;
- CLEARMESSAGE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ClearInfo
- clearMessages() - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Messages generated during packet extraction
- clearMetadata() - Method in class org.yamcs.api.HttpBody.Builder
- clearMetadata() - Method in class org.yamcs.protobuf.ObjectInfo.Builder
- clearMetadata() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
- clearMethod() - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
-
optional string method = 3;
- clearMethod() - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
-
optional string method = 2;
- clearMethod() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional string method = 2;
- clearMethod() - Method in class org.yamcs.protobuf.TopicInfo.Builder
-
optional string method = 3;
- clearMethodName() - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
-
optional string methodName = 3;
- clearMimeType() - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo.Builder
-
optional string mimeType = 2;
- clearMin() - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
-
Range start
- clearMin() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
-
Minimum numeric value during the sample interval.
- clearMinBytes() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Minimum byte count (only used by binary arguments)
- clearMinChars() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Minimum character count (only used by string arguments)
- clearMinExclusive() - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
-
optional double minExclusive = 4;
- clearMinGap() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
Time in milliseconds.
- clearMinGenerationTime() - Method in class org.yamcs.protobuf.LoadParameterValuesResponse.Builder
-
The earliest generation time of all received values
- clearMinimumFractionDigits() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional int32 minimumFractionDigits = 2;
- clearMinimumIntegerDigits() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional int32 minimumIntegerDigits = 4;
- clearMinInclusive() - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
-
optional double minInclusive = 2;
- clearMinInclusive() - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
-
Whether ``min`` is included in this range
- clearMinLevel() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands that are at least as significant as this level.
- clearMinRange() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
Time in milliseconds of the minimum range to be returned.
- clearMinTime() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
-
Generation time of the ``min`` value.
- clearMinViolations() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
optional int32 minViolations = 1;
- clearMissionDatabase() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
optional .yamcs.protobuf.mdb.MissionDatabase missionDatabase = 3;
- clearMissionTime() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
optional .google.protobuf.Timestamp missionTime = 10;
- clearMissionTime() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
-
Yamcs time in millisecs
- clearModified() - Method in class org.yamcs.protobuf.RemoteFile.Builder
-
Modification time
- clearMonitoringResult() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
- clearMonitoringResult() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 2;
- clearMonitoringResult() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
- clearMostSevereEvent() - Method in class org.yamcs.protobuf.EventAlarmData.Builder
-
optional .yamcs.protobuf.events.Event mostSevereEvent = 2;
- clearMostSevereValue() - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
-
optional .yamcs.protobuf.pvalue.ParameterValue mostSevereValue = 2;
- clearMsg() - Method in class org.yamcs.api.ExceptionMessage.Builder
-
string msg = 3;
- clearMsg() - Method in class org.yamcs.protobuf.AlgorithmTrace.Log.Builder
-
Logged message
- clearMsg() - Method in class org.yamcs.protobuf.LogEntry.Builder
-
optional string msg = 4;
- clearN() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
-
Number of samples during the sample interval.
- clearName() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.AcknowledgmentInfo.Builder
-
Acknowledgment name
- clearName() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
Band name
- clearName() - Method in class org.yamcs.protobuf.AddViewRequest.Builder
-
View name
- clearName() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
-
Alarm name
- clearName() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
-
Filter alarm instances on a specific alarm name (for example: parameter name)
- clearName() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
-
Parameter name
- clearName() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
Parameter name
- clearName() - Method in class org.yamcs.protobuf.BucketInfo.Builder
-
Bucket name
- clearName() - Method in class org.yamcs.protobuf.BucketLocation.Builder
-
Location name
- clearName() - Method in class org.yamcs.protobuf.Commanding.CommandAssignment.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Command queue name
- clearName() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Name of this option, unique within a spec
- clearName() - Method in class org.yamcs.protobuf.ContainerData.Builder
-
Container name.
- clearName() - Method in class org.yamcs.protobuf.CreateBucketRequest.Builder
-
Bucket name
- clearName() - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
-
Group name
- clearName() - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
-
**Required.** The name of the instance.
- clearName() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Item name
- clearName() - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
-
**Required.** The name of the processor.
- clearName() - Method in class org.yamcs.protobuf.CreateServiceAccountRequest.Builder
-
Service account name
- clearName() - Method in class org.yamcs.protobuf.CreateServiceAccountResponse.Builder
-
Service account name
- clearName() - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
-
Username
- clearName() - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
Database name
- clearName() - Method in class org.yamcs.protobuf.DeleteGroupRequest.Builder
-
Group name
- clearName() - Method in class org.yamcs.protobuf.DeleteIdentityRequest.Builder
-
Username
- clearName() - Method in class org.yamcs.protobuf.DeleteRoleAssignmentRequest.Builder
-
Username
- clearName() - Method in class org.yamcs.protobuf.DeleteServiceAccountRequest.Builder
-
Service account name
- clearName() - Method in class org.yamcs.protobuf.DeleteUserRequest.Builder
-
Username
- clearName() - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
-
Algorithm name
- clearName() - Method in class org.yamcs.protobuf.EntityInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
-
Command names to include.
- clearName() - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
-
The archived name of the packets.
- clearName() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Identifier
- clearName() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
File transfer service name
- clearName() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest.Builder
-
Algorithm name.
- clearName() - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest.Builder
-
Algorithm name
- clearName() - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest.Builder
-
Algorithm name
- clearName() - Method in class org.yamcs.protobuf.GetDatabaseRequest.Builder
-
Database name
- clearName() - Method in class org.yamcs.protobuf.GetGroupRequest.Builder
-
Group name
- clearName() - Method in class org.yamcs.protobuf.GetParameterOverrideRequest.Builder
-
Parameter name.
- clearName() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
Parameter name.
- clearName() - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
-
Parameter name.
- clearName() - Method in class org.yamcs.protobuf.GetRoleRequest.Builder
-
Role name
- clearName() - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.GetServiceAccountRequest.Builder
-
Service account name
- clearName() - Method in class org.yamcs.protobuf.GetServiceRequest.Builder
-
Service name
- clearName() - Method in class org.yamcs.protobuf.GetUserRequest.Builder
-
Username
- clearName() - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Group name
- clearName() - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
-
Template name.
- clearName() - Method in class org.yamcs.protobuf.IssueCommandRequest.Assignment.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
Command name
- clearName() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Link name
- clearName() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
-
Filter on a specific command
- clearName() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
-
Filter on specific packet names.
- clearName() - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Deprecated.
- clearName() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
The archived name of the packets.
- clearName() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Algorithm name
- clearName() - Method in class org.yamcs.protobuf.Mdb.ArgumentAssignmentInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Name of the parameter type
- clearName() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
-
Fully qualified parameter name
- clearName() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Fully qualified parameter type name
- clearName() - Method in class org.yamcs.protobuf.Mdb.ExportXtceRequest.Builder
-
Space-system name.
- clearName() - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Mdb.GetAlgorithmRequest.Builder
-
Algorithm name.
- clearName() - Method in class org.yamcs.protobuf.Mdb.GetCommandRequest.Builder
-
Command name.
- clearName() - Method in class org.yamcs.protobuf.Mdb.GetContainerRequest.Builder
-
Container name.
- clearName() - Method in class org.yamcs.protobuf.Mdb.GetParameterRequest.Builder
-
Parameter name.
- clearName() - Method in class org.yamcs.protobuf.Mdb.GetParameterTypeRequest.Builder
-
Parameter type name.
- clearName() - Method in class org.yamcs.protobuf.Mdb.GetSpaceSystemRequest.Builder
-
Space-system name.
- clearName() - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
Root space-system name
- clearName() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
optional string name = 16;
- clearName() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
Space system name
- clearName() - Method in class org.yamcs.protobuf.ObjectInfo.Builder
-
Object name
- clearName() - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
-
List name
- clearName() - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
List name
- clearName() - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
-
List name
- clearName() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
Processor name.
- clearName() - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
-
processor name
- clearName() - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
-
Processor name
- clearName() - Method in class org.yamcs.protobuf.RemoteFile.Builder
-
File identifier Typically, a remote file path, or a filename in case of a flat file table.
- clearName() - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Role name
- clearName() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
-
Service account name
- clearName() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
-
Service name
- clearName() - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
-
Parameter name
- clearName() - Method in class org.yamcs.protobuf.StartServiceRequest.Builder
-
Service name
- clearName() - Method in class org.yamcs.protobuf.StopServiceRequest.Builder
-
Service name
- clearName() - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
-
Command names to include.
- clearName() - Method in class org.yamcs.protobuf.StreamEvent.Builder
-
Stream name
- clearName() - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
-
repeated string name = 4;
- clearName() - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest.Builder
-
Algorithm name
- clearName() - Method in class org.yamcs.protobuf.Table.ColumnData.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
Colum name
- clearName() - Method in class org.yamcs.protobuf.Table.GetStreamRequest.Builder
-
Stream name
- clearName() - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
-
Table name.
- clearName() - Method in class org.yamcs.protobuf.Table.GetTableRequest.Builder
-
Table name.
- clearName() - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
-
optional string name = 2;
- clearName() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Stream name
- clearName() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
Table name
- clearName() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
-
Variable name.
- clearName() - Method in class org.yamcs.protobuf.ThreadGroupInfo.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
optional string name = 2;
- clearName() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
Band name
- clearName() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
Item name
- clearName() - Method in class org.yamcs.protobuf.TimelineView.Builder
-
View name
- clearName() - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
-
Algorithm name.
- clearName() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Band name
- clearName() - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
Command name
- clearName() - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
-
Group name
- clearName() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
Item name
- clearName() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Parameter name.
- clearName() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
-
Username
- clearName() - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
-
View name
- clearName() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Username
- clearName() - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated string name = 1;
- clearName() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectId.Builder
-
required string name = 1;
- clearName() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
Instance name.
- clearName() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
-
optional string name = 2;
- clearName() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
-
stream name
- clearName() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
-
optional string name = 2;
- clearName() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
-
optional string name = 2;
- clearName() - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
-
Query name
- clearName() - Method in class org.yamcs.web.api.QueryInfo.Builder
-
Query name
- clearName() - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
-
Query name
- clearName() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
-
optional string name = 1;
- clearName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
optional string name = 1;
- clearNameFilter() - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
-
No filter, means all command history entries are sent
- clearNameFilter() - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
No filter, means all packets for which privileges exist, are sent
- clearNameFilter() - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
-
At least 1 filter is required
- clearNames() - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
-
Filter on specific packet names
- clearNames() - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
-
Container names to subscribe to.
- clearNamespace() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Namespace used to display parameter names in csv header.
- clearNamespace() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectId.Builder
-
optional string namespace = 2;
- clearNative() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
optional bool native = 4;
- clearNegativePrefix() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional string negativePrefix = 8;
- clearNegativeSuffix() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional string negativeSuffix = 6;
- clearNewName() - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
-
New group name
- clearNext() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
-
Continuation token returned by a previous page response.
- clearNext() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
-
Continuation token returned by a previous page response.
- clearNextTx() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
optional int64 nextTx = 8;
- clearNnR() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
The nR from the previous CLCW
- clearNoAbstract() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
-
Exclude abstract commands
- clearNonHeapMemory() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Amount of non-heap memory in bytes that is committed for the JVM to use.
- clearNorealtime() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
-
Disable loading of parameters from the parameter cache.
- clearNorealtime() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
Disable loading of parameters from the parameter cache.
- clearNorealtime() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
Disable loading of parameters from the parameter cache.
- clearNorepeat() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
Whether to filter out consecutive identical values.
- clearNoreplay() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
Do not perform a replay if the ``source=ParameterArchive`` and the parameter archive does not cover the last part of the requested time interval.
- clearNotation() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional string notation = 11;
- clearNotificationType() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
optional .yamcs.protobuf.alarms.AlarmNotificationType notificationType = 9;
- clearNR() - Method in class org.yamcs.protobuf.Clcw.Builder
-
optional uint32 nR = 5;
- clearNum() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
-
optional int32 num = 4;
- clearNumberBase() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional string numberBase = 1;
- clearNumberFormat() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Provides hints on how to format the engineering value as a string.
- clearNumericId() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
When transferring parameters over WebSocket, this value might be used instead of the id above in order to reduce the bandwidth.
- clearNumericType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for PARCHIVE_AGGARR_INFO to store the numeric type (engType, rawType) of the parameter
- clearNumObjects() - Method in class org.yamcs.protobuf.BucketInfo.Builder
-
Number of objects in the bucket
- clearNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
-
current number of objects in the bucket
- clearObjectId() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
-
optional uint32 objectId = 2;
- clearObjectName() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
-
**Required** The object name in Yamcs bucket storage.
- clearObjectName() - Method in class org.yamcs.protobuf.DeleteObjectRequest.Builder
-
Object name
- clearObjectName() - Method in class org.yamcs.protobuf.GetObjectInfoRequest.Builder
-
Object name
- clearObjectName() - Method in class org.yamcs.protobuf.GetObjectRequest.Builder
-
Object name
- clearObjectName() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
optional string objectName = 5;
- clearObjectName() - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
-
Object name
- clearObjectPrivileges() - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
Object privileges
- clearObjectPrivileges() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Object privileges
- clearObjects() - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
The list of objects
- clearObjects() - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
-
Objects of this type
- clearObt() - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
-
optional uint64 obt = 2;
- clearObt() - Method in class org.yamcs.protobuf.TcoSample.Builder
-
optional uint64 obt = 2;
- clearOffloaded() - Method in class org.yamcs.api.HttpRoute.Builder
-
Set true if the execution of the route is expected to take a long time (more than 0.5 seconds).
- clearOffset() - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
-
optional double offset = 3;
- clearOffset() - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
-
optional double offset = 4;
- clearOffsetFrom() - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
- clearOnboardDelay() - Method in class org.yamcs.protobuf.TcoConfig.Builder
-
optional double onboardDelay = 3;
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.activities.protobuf.ActivityDefinition.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.api.ExceptionMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.api.FilterSyntaxException.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.api.HttpBody.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.api.HttpRoute.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.api.WebSocketTopic.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AcknowledgeInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AcknowledgmentInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.CancelActivityRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.GetActivityLogRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.GetActivityRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.GlobalActivityStatus.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.ListExecutorsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.ListScriptsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.StartActivityRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.SubscribeActivitiesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.activities.SubscribeGlobalStatusRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AddViewRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AlarmData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.SubscribeGlobalStatusRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AlgorithmTextOverride.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AlgorithmTrace.Log.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Archive.ListParameterGroupsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.AuthInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.BackupDatabaseRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.BlockQueueRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.BucketInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.BucketLocation.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CancelOptions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CancelTransferRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Clcw.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ClearInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ClientMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandAssignment.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEvent.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.CommandSignificance.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.CheckWindow.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CompactDatabaseRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ContainerData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Cop1Config.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Cop1Status.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CreateBucketRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CreateServiceAccountRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CreateServiceAccountResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteBandRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteBucketRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteClearanceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteGroupRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteIdentityRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteItemRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteObjectRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteProcessorRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteRoleAssignmentRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteServiceAccountRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteUserRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DeleteViewRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DescribeDatabaseRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DisableBackfillingRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DisableQueueRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.DisableRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.EnableBackfillingRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.EnableQueueRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.EntityInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Event.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.EventAlarmData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ExportCommandRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ExternalIdentityInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ExtraColumnInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.FileTransferOption.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.FileTransferOption.Value.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetAlgorithmOverridesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetArchivedParameterGroupRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetBandRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetBucketRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetCommandRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetConfigRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetDatabaseRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetFileTransferServiceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetGroupRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetInstanceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetInstanceTemplateRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetItemLogRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetItemRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetObjectInfoRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetObjectRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetParameterOverrideRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetProcessorRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetQueueRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetRoleRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetServiceAccountRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetServiceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetStatusRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetTcoConfigRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetTcoStatusRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetThreadRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetTransferRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetUserRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GetViewRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.GroupInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.HttpTraffic.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.IndexEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.IndexGroup.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.IndexResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.InitializeRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.IssueCommandRequest.Assignment.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ItemFilter.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ItemFilter.FilterCriterion.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.links.DisableLinkRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.links.EnableLinkRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.links.GetLinkRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.links.ListLinksRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.links.ResetLinkCountersRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.links.SubscribeLinksRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListBandsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListBucketsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListEventSourcesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListFileTransferServicesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListMdbOverridesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListPacketNamesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListProcessorsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListQueuesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListServicesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListSourcesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListSourcesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListThreadsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListTimelineTagsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListViewsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.LoadParameterValuesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.LogEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArgumentAssignmentInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.GetParameterResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.EnumerationAlarm.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.EnumValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ExportJavaMissionDatabaseRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ExportXtceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetAlgorithmRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetCommandRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetContainerRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetMissionDatabaseRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetParameterRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetParameterTypeRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.GetSpaceSystemRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.JavaExpressionCalibratorInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.OutputParameterInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.RepeatInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.SignificanceInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.UnitInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.MdbOverrideInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ObjectInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.OpenIDConnectInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ParameterOverride.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.PauseTransferRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.plists.DeleteParameterListRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.plists.GetParameterListRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.plists.ListParameterListsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ProcessInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.PurgeRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RebuildRangeRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RelativeTime.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RemoteFile.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Reply.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RestartInstanceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ResumeRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ResumeTransferRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RoleAssignment.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RoleInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RootDirectory.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RouteInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ServerMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ServiceInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SessionEventInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SessionInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SetCoefficientsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SetTcoConfigRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ShelveInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StartInstanceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StartServiceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.State.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.State.CallInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Statistics.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StopInstanceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StopServiceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StreamEvent.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeBackfillingRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeCommandsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeEventsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeMdbChangesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribePacketsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeProcessorsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeQueueEventsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeQueueStatisticsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeStatusRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeTimeRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeTMStatisticsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SubscribeTransfersRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.SystemInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.ColumnData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.EnumValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.ExecuteSqlRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.GetStreamRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.GetTableRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.ListStreamsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.ListTablesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.ListValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.RebuildHistogramResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.Row.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.Row.Cell.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.StreamData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.SubscribeStreamRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.SubscribeStreamStatisticsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.TableData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.WriteRowsExceptionDetail.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.WriteRowsRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Table.WriteRowsResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TcoConfig.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TcoResetRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TcoSample.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TcoStatus.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TemplateVariable.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ThreadGroupInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.ThreadInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TimeInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TimelineBand.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TimelineItem.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TimelineView.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TmPacketData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TmStatistics.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TofInterval.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TokenResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TopicInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TransactionId.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.TransferInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateClearanceRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateConfigRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.UserInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.EventReplayRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectId.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.ReplaySpeed.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.Request.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.Response.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.Clearance.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.tse.api.TseCommand.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.tse.api.TseCommanderMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.tse.api.TseCommandResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.web.api.DeleteQueryRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.web.api.GetInstanceConfigurationRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.web.api.ListQueriesRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.web.api.ParseFilterData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.web.api.ParseFilterRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.web.api.QueryInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
- clearOneStringValue() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
String representation of a boolean one (only used by boolean arguments)
- clearOneStringValue() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
String representation of a boolean one.
- clearOneStringValue() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
String representation of a boolean one (only used by boolean types)
- clearOnFail() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
-
What action to take when a check fails
- clearOngoingCount() - Method in class org.yamcs.protobuf.activities.GlobalActivityStatus.Builder
-
The number of ongoing activities
- clearOngoingOnly() - Method in class org.yamcs.protobuf.SubscribeTransfersRequest.Builder
-
If true, send info on all currently ongoing transfers, as well as any future updates (recommended).
- clearOnParameterUpdate() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.ParameterInfo onParameterUpdate = 11;
- clearOnPeriodicRate() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated int64 onPeriodicRate = 12;
- clearOnSuccess() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
-
What action to take when a check succeeds
- clearOnTimeout() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
-
What action to take when a check times out
- clearOpen() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional bool open = 2;
- clearOpenid() - Method in class org.yamcs.protobuf.AuthInfo.Builder
-
OpenID Connect information.
- clearOperation() - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
-
optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;
- clearOperation() - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
-
Which operation to perform with this request
- clearOperator() - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
-
optional .yamcs.protobuf.mdb.ComparisonInfo.OperatorType operator = 2;
- clearOperator() - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
-
Operator symbol if type ``OPERATOR``.
- clearOptions() - Method in class org.yamcs.protobuf.ClientMessage.Builder
-
Options specific to the type
- clearOptions() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Options for this specification
- clearOptions() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
-
Options for the transfer
- clearOptions() - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
-
Options for the transfer
- clearOptions() - Method in class org.yamcs.protobuf.State.CallInfo.Builder
-
.google.protobuf.Any options = 3;
- clearOrder() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
The order of the returned results.
- clearOrder() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
-
The order of the returned results.
- clearOrder() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
The order of the returned results.
- clearOrder() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
The order of the returned results.
- clearOrder() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Submitted commands are matches to the first queue that whose filter criteria (if any) match the command's features.
- clearOrder() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
-
The order of the returned results.
- clearOrder() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
The order of the returned results.
- clearOrder() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
The order of the returned results.
- clearOrder() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
The order of the returned results.
- clearOrder() - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
-
The direction of the sort.
- clearOrigin() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
optional string origin = 9;
- clearOrigin() - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
-
required string origin = 2;
- clearOrigin() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional string origin = 15;
- clearOrigin() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
The origin of the command.
- clearOrigin() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
The origin of the command.
- clearOs() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Operating system name and version.
- clearOtherCount() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
Values in this range that do not match one of the returned ``engValues``.
- clearOutputName() - Method in class org.yamcs.protobuf.Mdb.OutputParameterInfo.Builder
-
optional string outputName = 2;
- clearOutputParameter() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
repeated .yamcs.protobuf.mdb.OutputParameterInfo outputParameter = 10;
- clearOutputs() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
Values of output parameters for this run
- clearOutputType() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional string outputType = 7;
- clearOutputType() - Method in class org.yamcs.protobuf.TopicInfo.Builder
-
optional string outputType = 6;
- clearOutQueueNumFrames() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
Number of frames in the out queue (waiting to be picked up by the master chain multiplexer)
- clearOverrides() - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
-
repeated .yamcs.protobuf.processing.MdbOverrideInfo overrides = 1;
- clearPacket() - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
-
repeated .yamcs.protobuf.packets.TmPacketData packet = 1;
- clearPacket() - Method in class org.yamcs.protobuf.TmPacketData.Builder
-
Raw packet binary
- clearPacketName() - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Packet name
- clearPacketName() - Method in class org.yamcs.protobuf.TmStatistics.Builder
-
Packet name.
- clearPacketRate() - Method in class org.yamcs.protobuf.TmStatistics.Builder
-
optional int64 packetRate = 12;
- clearPacketRequest() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
By default all Packets, Events, CommandHistory are part of the replay Unless one or more of the below requests are specified.
- clearPackets() - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
-
Known packet names.
- clearParam() - Method in class org.yamcs.protobuf.Yamcs.ReplaySpeed.Builder
-
optional float param = 2;
- clearParameter() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- clearParameter() - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
-
Qualified name of the parameter
- clearParameter() - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
-
Use the value of the referenced parameter.
- clearParameter() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.GetParameterResponse.Builder
-
optional .yamcs.protobuf.mdb.ParameterInfo parameter = 2;
- clearParameter() - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
- clearParameter() - Method in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
- clearParameter() - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
- clearParameter() - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
-
Parameter whose value is used if type ``PARAMETER``.
- clearParameter() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
-
A parameter
- clearParameter() - Method in class org.yamcs.protobuf.Mdb.OutputParameterInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
- clearParameter() - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterInfo parameter = 2;
- clearParameter() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterInfo parameter = 4;
- clearParameter() - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
-
optional .yamcs.protobuf.mdb.ParameterInfo parameter = 4;
- clearParameter() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
-
Parameter name
- clearParameter() - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
-
Fully qualified parameter name
- clearParameter() - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue parameter = 1;
- clearParameter() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Qualified parameter name
- clearParameterAlarmOverrides(Parameter) - Method in class org.yamcs.mdb.ProcessorData
- clearParameterArchive() - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
-
If true, make use of the Parameter Archive
- clearParameterCalibratorOverrides(Parameter) - Method in class org.yamcs.mdb.ProcessorData
- clearParameterCount() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
optional int32 parameterCount = 6;
- clearParameterData() - Method in class org.yamcs.tse.api.TseCommanderMessage.Builder
-
optional .yamcs.protobuf.pvalue.ParameterData parameterData = 2;
- clearParameterDetail() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
Additional detail in case the alarm is of type PARAMETER
- clearParameterFqn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
- clearParameterInfo() - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
-
optional .yamcs.protobuf.archive.ArchivedParameterInfo parameterInfo = 1;
- clearParameterInstance() - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
-
optional int32 parameterInstance = 3;
- clearParameterInstance() - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
-
Parameter instance specifier
- clearParameterMapping() - Method in class org.yamcs.tse.api.TseCommand.Builder
- clearParameterOverride() - Method in class org.yamcs.protobuf.MdbOverrideInfo.Builder
-
optional .yamcs.protobuf.processing.ParameterOverride parameterOverride = 3;
- clearParameterOverrides(Parameter) - Method in class org.yamcs.mdb.ProcessorData
- clearParameterRequest() - Method in class org.yamcs.archive.ReplayOptions
- clearParameterRequest() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
optional .yamcs.protobuf.ParameterReplayRequest parameterRequest = 8;
- clearParameters() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
The parameters to add to the export.
- clearParameters() - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
-
Parameters belonging to the group
- clearParameters() - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchivedParameterInfo parameters = 1;
- clearParameters() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
System parameters generated by this link
- clearParameters() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching parameters
- clearParameterType() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
-
Fully qualified name of a parameter type
- clearParameterType() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
-
A parameter type
- clearParameterType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
optional uint32 parameterType = 9;
- clearParameterTypeCount() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
optional int32 parameterTypeCount = 10;
- clearParameterTypes() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching parameter types
- clearParameterValues() - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
-
Contained entries
- clearParchiveCf() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
if time based partitioning is not used for the parameter archive, this indicates that parameter archive data is stored in separate column family if partitioning is used, each partition has the property partitionCf indicating the name of the column family if this is not set, the parameter archive is not stored in separate column family (databases created with Yamcs versions prior to 5.8.1)
- clearParchiveVersion() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
Starting with Yamcs 5.10.0 stores the version of the Parameter Archive in case time based partitioning is not used if time based partitioning is used, each partition has its own version
- clearParchiveVersion() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
-
optional uint32 parchiveVersion = 5 [default = 0];
- clearParent() - Method in class org.yamcs.protobuf.ThreadGroupInfo.Builder
-
optional .yamcs.protobuf.server.ThreadGroupInfo parent = 3;
- clearParentName() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
if this is a sublink of an aggregated data link, this is the name of the parent
- clearPartition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for TABLE_PARTITION, HISTOGRAM and PARCHIVE: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
- clearPartitionCf() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
-
optional string partitionCf = 4;
- clearPartitionDir() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
-
optional string partitionDir = 1;
- clearPartitionEnd() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
-
optional int64 partitionEnd = 3;
- clearPartitioningInfo() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
optional .yamcs.protobuf.table.PartitioningInfo partitioningInfo = 10;
- clearPartitioningInfo() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
optional .PartitioningInfo partitioningInfo = 10;
- clearPartitioningSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
partitioning schema used currently for parameter archive
- clearPartitionStart() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
-
optional int64 partitionStart = 2;
- clearPartitionValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for TABLE_PARTITION: if partitioned by value - the value
- clearPassword() - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
-
User password
- clearPassword() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
-
User password
- clearPatch() - Method in class org.yamcs.api.HttpRoute.Builder
-
Maps to HTTP PATCH.
- clearPath() - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
Path on server
- clearPath() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
Operations that return aggregate members or array entries may use this field to indicate the path within the parameter.
- clearPattern() - Method in class org.yamcs.api.HttpRoute.Builder
- clearPatternDefinition() - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
-
List of parameter patterns
- clearPatterns() - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
-
Parameter names (either exact match or glob pattern)
- clearPatterns() - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
-
Name patterns (glob)
- clearPatterns() - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
-
Parameter names (either exact match or glob pattern)
- clearPauseResume() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Whether the transfer service supports pause/resume
- clearPending() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
An alarm is in pending state if the minViolations has not been reached The alarm is not actually triggered in this case This is only sent when true
- clearPendingTransmissionConstraints() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
If true, the command has been accepted and is due for release as soon as transmission constraints are satisfied.
- clearPerformMonitoring() - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
-
i.e. out of limit checking
- clearPersistent() - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
-
Keep the processor when terminated.
- clearPersistent() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
optional bool persistent = 17;
- clearPersistent() - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
-
only for CREATE
- clearPid() - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
-
parameter id
- clearPid() - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
-
parameter id
- clearPid() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Native process ID.
- clearPlugins() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Plugins loaded within this server instance
- clearPname() - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
-
Stored packet name
- clearPname() - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
-
Stored packet name
- clearPname() - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
-
Stored packet name
- clearPoint() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
Deprecated.
- clearPoints() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
-
repeated .yamcs.protobuf.mdb.SplineCalibratorInfo.SplinePointInfo points = 2;
- clearPolCoef() - Method in class org.yamcs.protobuf.TofInterval.Builder
-
repeated double polCoef = 3;
- clearPolynomialCalibrator() - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
-
optional .yamcs.protobuf.mdb.PolynomialCalibratorInfo polynomialCalibrator = 2;
- clearPos() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
-
The zero-based row number at which to start outputting results.
- clearPos() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
The zero-based row number at which to start outputting results.
- clearPos() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
The zero-based row number at which to start outputting results.
- clearPos() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
-
Deprecated.
- clearPos() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
Deprecated.
- clearPos() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
Deprecated.
- clearPos() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
-
The zero-based row number at which to start outputting results.
- clearPos() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
-
The zero-based row number at which to start outputting results.
- clearPos() - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
-
The zero-based row number at which to start outputting results.
- clearPos() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
The zero-based row number at which to start outputting results.
- clearPos() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
-
The zero-based row number at which to start outputting results.
- clearPos() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
-
The zero-based row number at which to start outputting results.
- clearPos() - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
-
The zero-based row number at which to start outputting results.
- clearPositivePrefix() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional string positivePrefix = 9;
- clearPositiveSuffix() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional string positiveSuffix = 7;
- clearPost() - Method in class org.yamcs.api.HttpRoute.Builder
-
Maps to HTTP POST.
- clearPpRequest() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
optional .yamcs.protobuf.PpReplayRequest ppRequest = 12;
- clearPrefix() - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
-
List only objects whose name start with prefix
- clearPrefixes() - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
-
Object name prefixes for objects that matched the request but were excluded from ``objects`` because of a delimiter.
- clearPreserveLastValue() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
If true, repeat the the previous value, if there is no value for the current timestamp.
- clearProcess() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Information about the Yamcs process and any descendants.
- clearProcessedParameters() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo.Builder
-
Number of processed parameters
- clearProcessingStatus() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Deprecated.
- clearProcessingStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
optional bool processingStatus = 7;
- clearProcessOK() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
if the process that generated the alarm is ok (i.e. parameter is within limits)
- clearProcessor() - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest.Builder
-
optional string processor = 2;
- clearProcessor() - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest.Builder
-
optional string processor = 2;
- clearProcessor() - Method in class org.yamcs.protobuf.alarms.SubscribeGlobalStatusRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
-
The name of the processor from which to use the parameter cache.
- clearProcessor() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
The name of the processor from which to use the parameter cache.
- clearProcessor() - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.BlockQueueRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.DeleteProcessorRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.DisableQueueRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.EnableQueueRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.GetParameterOverrideRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
The name of the processor from which to use the parameter cache.
- clearProcessor() - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.GetProcessorRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.GetQueueRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.ListMdbOverridesRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.ListQueuesRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
-
Processor name (in case this is a processor service)
- clearProcessor() - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.Statistics.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribeCommandsRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribeMdbChangesRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribePacketsRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribeProcessorsRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribeQueueEventsRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribeQueueStatisticsRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribeTimeRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.SubscribeTMStatisticsRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
-
Processor name.
- clearProcessor() - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
-
Processor name
- clearProcessor() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
-
Processor name.
- clearProcessorName() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional string processorName = 2;
- clearProcessorName() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Processor name
- clearProcessors() - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 1;
- clearProcessors() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
repeated .yamcs.protobuf.yamcsManagement.ProcessorInfo processors = 4;
- clearProgressMessage() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
Progress message, in case the file listing is still underway
- clearProperties() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
- clearProperties() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
- clearProperties() - Method in class org.yamcs.protobuf.TimelineBand.Builder
- clearProperties() - Method in class org.yamcs.protobuf.TimelineItem.Builder
- clearProperties() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
- clearProperties() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
- CLEARPROPERTIES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateItemRequest
- clearProtected() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
If true, this processor can not be deleted.
- clearProtoClass() - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
-
The name of the class implementing the proto object if dataType is PROTOBUF
- clearProtoClass() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
-
the name of the class implementing the proto object if the dataType=PROTOBUF
- clearProtocol() - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
-
optional string protocol = 1;
- clearProvider() - Method in class org.yamcs.protobuf.DeleteIdentityRequest.Builder
-
Name of an identity provider
- clearProvider() - Method in class org.yamcs.protobuf.ExternalIdentityInfo.Builder
-
Name of the identity provider
- clearProvider() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
-
optional string provider = 2;
- clearPullFrom() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
-
optional string pullFrom = 6;
- clearPush() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
optional bool push = 5;
- clearPush() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
-
optional bool push = 5;
- clearPushTo() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
optional string pushTo = 6;
- clearPut() - Method in class org.yamcs.api.HttpRoute.Builder
-
Maps to HTTP PUT.
- clearQ() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
Text to search for in the description.
- clearQ() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
-
Text to search for in the summary.
- clearQ() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
Text to search for in the message.
- clearQ() - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
-
The search keywords.
- clearQ() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
-
Text to search in the name of the command.
- clearQ() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
Text to search for in the message.
- clearQ() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
-
The search keywords.
- clearQ() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
-
The search keywords.
- clearQ() - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
-
The search keywords.
- clearQ() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
The search keywords.
- clearQ() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
-
The search keywords.
- clearQ() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
-
The search keywords.
- clearQ() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
-
Search by text
- clearQualifiedName() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
optional string qualifiedName = 2;
- clearQualifiedName() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
optional string qualifiedName = 2;
- clearQualifiedName() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
optional string qualifiedName = 2;
- clearQualifiedName() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
optional string qualifiedName = 2;
- clearQualifiedName() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
optional string qualifiedName = 2;
- clearQualifiedName() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
optional string qualifiedName = 17;
- clearQualifiedName() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
optional string qualifiedName = 2;
- clearQualifiedName() - Method in class org.yamcs.protobuf.TmStatistics.Builder
-
optional string qualifiedName = 9;
- clearQueries() - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
-
Matching queries
- clearQuery() - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
-
Limit the results by specifying a SQL WHERE clause.
- clearQuery() - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
-
Query definition
- clearQuery() - Method in class org.yamcs.web.api.QueryInfo.Builder
-
Query definition
- clearQuery() - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
-
Query definition
- clearQueue() - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
-
Queue name.
- clearQueue() - Method in class org.yamcs.protobuf.BlockQueueRequest.Builder
-
Queue name.
- clearQueue() - Method in class org.yamcs.protobuf.DisableQueueRequest.Builder
-
Queue name.
- clearQueue() - Method in class org.yamcs.protobuf.EnableQueueRequest.Builder
-
Queue name.
- clearQueue() - Method in class org.yamcs.protobuf.GetQueueRequest.Builder
-
Queue name.
- clearQueue() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
Queue that was selected for this command
- clearQueue() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
-
Filter the results by the used queue.
- clearQueue() - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest.Builder
-
Queue name.
- clearQueue() - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
-
Queue name.
- clearQueueEntry() - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest.Builder
-
for SendCommand and RejectCommand
- clearQueueInfo() - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest.Builder
-
for SetQueueState
- clearQueueName() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional string queueName = 3;
- clearQueues() - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
-
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
- clearRange() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
-
repeated .yamcs.protobuf.pvalue.Ranges.Range range = 1;
- clearRangeCondition() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
- clearRangeCondition() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
-
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 3;
- clearRangeCondition() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
- clearRangeMax() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Maximum value (only used by integer and float arguments)
- clearRangeMin() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
Minimum value (only used by integer and float arguments)
- clearRanges() - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
-
repeated .yamcs.protobuf.time.LeapSecondsTable.ValidityRange ranges = 1;
- clearRaw() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
-
optional double raw = 1;
- clearRawType() - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
-
parameter raw type
- clearRawValue() - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
-
Raw value
- clearRawValue() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
-
Raw value (uncalibrated)
- clearRawValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
-
optional .yamcs.protobuf.Value rawValue = 2;
- clearReadBytes() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional uint64 readBytes = 6;
- clearReadBytes() - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
optional uint64 readBytes = 1;
- clearReadonly() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
Whether this alarm may be updated by this processor.
- clearReadOnly() - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
-
optional bool readOnly = 1;
- clearReadThroughput() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional uint64 readThroughput = 8;
- clearReadThroughput() - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
optional uint64 readThroughput = 3;
- clearReasonForWarning() - Method in class org.yamcs.protobuf.Mdb.SignificanceInfo.Builder
-
optional string reasonForWarning = 2;
- clearRebuild() - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest.Builder
-
if rebuild is true, the binary packet will be recreated to include new time and sequence count
- clearReceivedPackets() - Method in class org.yamcs.protobuf.TmStatistics.Builder
-
optional int64 receivedPackets = 2;
- clearReceptionTime() - Method in class org.yamcs.protobuf.Clcw.Builder
-
optional .google.protobuf.Timestamp receptionTime = 1;
- clearReceptionTime() - Method in class org.yamcs.protobuf.ContainerData.Builder
-
Whent the container's packet was received by Yamcs
- clearReceptionTime() - Method in class org.yamcs.protobuf.Event.Builder
-
optional .google.protobuf.Timestamp receptionTime = 3;
- clearReceptionTime() - Method in class org.yamcs.protobuf.TmPacketData.Builder
-
When the packet was received by Yamcs
- clearReceptionTime() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
-
optional int64 receptionTime = 3;
- clearRecord() - Method in class org.yamcs.protobuf.Table.TableData.Builder
-
repeated .yamcs.protobuf.table.TableData.TableRecord record = 1;
- clearRecords() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
-
Page with matching records
- clearRecords() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
-
repeated .AccountRecord records = 2;
- clearRecords() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
-
repeated .GroupRecord records = 2;
- clearReferenceLocation() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
-
optional .yamcs.protobuf.mdb.SequenceEntryInfo.ReferenceLocationType referenceLocation = 2;
- clearRefreshToken() - Method in class org.yamcs.protobuf.TokenResponse.Builder
-
optional string refresh_token = 4;
- clearRejectedCommandsCount() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Number of commands that were rejected by this queue.
- clearRelativeStart() - Method in class org.yamcs.protobuf.RelativeTime.Builder
-
optional .google.protobuf.Duration relativeStart = 2;
- clearRelativeTime() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
If the item time specification is relative to another item, ``relativeTime`` contains a reference to that item, as well as the relative start (the duration is the same as given by the ``duration`` field).
- clearRelativeTime() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
If this item time specification is relative to another item, ``relativeTime`` contains a reference to that item as well as the relative start (the duration is the same as the ``duration`` field).
- clearRelativeTime() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
New relative time.
- clearRelativeTo() - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo.Builder
-
Reference time for starting the check window
- clearReliable() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
reliable = true -> class 2 transfer reliable = false -> class 1 transfer
- clearRelto() - Method in class org.yamcs.protobuf.RelativeTime.Builder
-
Identifier of the item that this time is relative to.
- clearRemoteAddress() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional string remoteAddress = 5;
- clearRemoteAddress() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
optional string remoteAddress = 4;
- clearRemoteAddress() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
-
optional string remoteAddress = 4;
- clearRemoteEntities() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.EntityInfo remoteEntities = 4;
- clearRemoteEntity() - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
-
Remote entity
- clearRemoteEntity() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
Remote entity, may be empty if there is only one such entity.
- clearRemoteEntityId() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
Filter by remote entity identifier
- clearRemotePath() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
-
**Required** The path at the remote entity.
- clearRemotePath() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Whether the transfer service supports specifying an upload path
- clearRemotePath() - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
-
Path of folder to list files from
- clearRemotePath() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
optional string remotePath = 3;
- clearRemotePath() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
optional string remotePath = 6;
- clearRepeat() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
-
optional .yamcs.protobuf.mdb.RepeatInfo repeat = 5;
- clearReplay() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
optional bool replay = 19;
- clearReplayRequest() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
in case of replay
- clearReplaySpeed() - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
-
Speec, shen ``operation`` is set to ``CHANGE_SPEED``
- clearReplayState() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
in case of replay
- clearReplyTo() - Method in class org.yamcs.protobuf.Reply.Builder
-
The id of the original client message (if provided)
- clearRequest() - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
-
optional .google.protobuf.Struct request = 6;
- clearRequest() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
-
Requests, one for each new value
- clearRequest() - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus.Builder
-
optional .yamcs.protobuf.ReplayRequest request = 2;
- clearRequestCount() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional int64 requestCount = 9;
- clearRequestSeq() - Method in class org.yamcs.replication.protobuf.Request.Builder
-
used to track back the response
- clearRequestSeq() - Method in class org.yamcs.replication.protobuf.Response.Builder
-
optional uint32 requestSeq = 1;
- clearRequireAuthentication() - Method in class org.yamcs.protobuf.AuthInfo.Builder
-
optional bool requireAuthentication = 1;
- clearRequired() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Whether this options must be specified
- clearRequired() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
-
Whether this variable is required input
- clearRequiredKeys() - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
-
Option keys that must be specified, if the condition is satisfied
- clearRequiredOneOf() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a groups of options.
- clearRequireTogether() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Constraints on a group of options.
- clearResource() - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
-
Resource identifier
- clearResource() - Method in class org.yamcs.web.api.DeleteQueryRequest.Builder
-
Resource identifier
- clearResource() - Method in class org.yamcs.web.api.ListQueriesRequest.Builder
-
Resource identifier
- clearResource() - Method in class org.yamcs.web.api.ParseFilterRequest.Builder
-
optional string resource = 1;
- clearResource() - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
-
Resource identifier
- clearResponse() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
-
repeated .yamcs.protobuf.mdb.BatchGetParametersResponse.GetParameterResponse response = 1;
- clearResponse() - Method in class org.yamcs.tse.api.TseCommand.Builder
-
optional string response = 3;
- clearRestrictionCriteria() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
Deprecated.
- clearRestrictionCriteriaExpression() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
optional string restrictionCriteriaExpression = 13;
- clearResult() - Method in class org.yamcs.replication.protobuf.Response.Builder
-
optional int32 result = 2;
- clearRetransmit() - Method in class org.yamcs.protobuf.Clcw.Builder
-
optional bool retransmit = 4;
- clearReturnValue() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
The return value, if the algorithm returned something.
- clearReverse() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
Reverse the direction of the replay
- clearRevision() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Yamcs SHA-1 revision identifier.
- clearRevision() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Git revision number at build time.
- clearRole() - Method in class org.yamcs.protobuf.DeleteRoleAssignmentRequest.Builder
-
Role name
- clearRoleAssignment() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
-
Assigned roles
- clearRoles() - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
-
repeated .yamcs.protobuf.iam.RoleInfo roles = 1;
- clearRoles() - Method in class org.yamcs.protobuf.RoleAssignment.Builder
-
repeated string roles = 1;
- clearRoles() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Assigned roles
- clearRoles() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
repeated string roles = 5;
- clearRootDirectories() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Root directories, each corresponding to a distinct file hierarchy.
- clearRoutes() - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
-
repeated .yamcs.protobuf.server.RouteInfo routes = 1;
- clearRow() - Method in class org.yamcs.protobuf.Table.WriteRowsRequest.Builder
-
optional .yamcs.protobuf.table.Row row = 3;
- clearRows() - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
-
repeated .yamcs.protobuf.table.ListValue rows = 2;
- clearRunCount() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
-
how many times the algorithm ran (successfully or with error)
- clearRuns() - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
-
Latest algorithm runs
- clearRuns() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
Identifiers of activity runs matching this item.
- clearSample() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
-
List of samples.
- clearSamples() - Method in class org.yamcs.protobuf.TcoStatus.Builder
-
The last accumulated samples These are not necessary those from which the coefficients have been calculated because the coefficients will only be recalculated when the deviation is higher than the accuracy settings
- clearScale() - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
-
optional double scale = 2;
- clearScope() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 6;
- clearScope() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
-
Include only algorithms of the specified scope
- clearScope() - Method in class org.yamcs.protobuf.OpenIDConnectInfo.Builder
-
Scope for authorization requests (value to be interpreted by client-side web application)
- clearScript() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
optional string script = 3;
- clearScript() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
optional string script = 4;
- clearScripts() - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
-
repeated string scripts = 1;
- clearSearchMembers() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
When used together with ``q``, include also aggregate members (at any depth) in the search.
- clearSearchResults() - Method in class org.yamcs.ui.packetviewer.ParametersTable
- clearSecondaryIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .SecondaryIndex secondaryIndex = 11;
- clearSecondaryIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for SECONDARY_INDEX
- clearSecret() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Hint that value for this option should not be logged
- clearSeek() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
-
The time where the processing needs to jump towards.
- clearSeekTime() - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
-
Time to seek to, when ``operation`` is set to ``SEEK``
- clearSegments() - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
-
repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;
- clearSendFromCache() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
If available, send immediately the last cached value of each subscribed parameter.
- clearSendRaw() - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
-
optional bool sendRaw = 2 [default = false];
- clearSentQueueNumFrames() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
Number of unacknowledged frames in the sent queue
- clearSeq() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
Differentiator in case of multiple activities with the same start time
- clearSeq() - Method in class org.yamcs.protobuf.ServerMessage.Builder
-
Sequence counter (scoped to the call)
- clearSeq() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
-
optional int32 seq = 1;
- clearSeq() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
-
optional int32 seq = 1;
- clearSeqCount() - Method in class org.yamcs.protobuf.ContainerData.Builder
-
Sequence count - it is generated by the link when the container is injected into Yamcs.
- clearSeqFirst() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
-
optional int64 seqFirst = 6;
- clearSeqLast() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
-
optional int64 seqLast = 7;
- clearSeqnum() - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
-
optional uint32 seqnum = 4;
- clearSeqnum() - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
-
optional uint32 seqnum = 4;
- clearSeqnum() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
-
optional uint32 seqnum = 4;
- clearSeqnum() - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
-
optional uint32 seqnum = 4;
- clearSeqnum() - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
-
optional uint32 seqnum = 4;
- clearSeqnum() - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
-
Yamcs-specific archive distinguisher
- clearSeqnum() - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
-
Yamcs-specific archive distinguisher
- clearSeqnum() - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
-
Yamcs-specific archive distinguisher
- clearSeqNum() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
Distinguisher between multiple alarms for the same id
- clearSeqNum() - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
optional int32 seqNum = 4;
- clearSeqNumber() - Method in class org.yamcs.protobuf.Event.Builder
-
optional int32 seqNumber = 4;
- clearSeqNumber() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
-
optional int32 seqNumber = 4;
- clearSeqStart() - Method in class org.yamcs.protobuf.IndexEntry.Builder
-
optional int64 seqStart = 4;
- clearSeqStop() - Method in class org.yamcs.protobuf.IndexEntry.Builder
-
optional int64 seqStop = 5;
- clearSequenceNumber() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
optional int32 sequenceNumber = 10;
- clearSequenceNumber() - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
-
unique in relation to generationTime and origin
- clearSequenceNumber() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional int32 sequenceNumber = 16;
- clearSequenceNumber() - Method in class org.yamcs.protobuf.Commanding.CommandSignificance.Builder
-
the sequence number of the command sent
- clearSequenceNumber() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
-
Sequence number of this event.
- clearSequenceNumber() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
The sequence number as specified by the origin.
- clearSequenceNumber() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
The sequence number for the origin
- clearSequenceNumber() - Method in class org.yamcs.protobuf.TmPacketData.Builder
-
Storage discriminator in case of distinct packets with the same name and generation time
- clearSequenceNumber() - Method in class org.yamcs.protobuf.TransactionId.Builder
-
optional uint32 sequenceNumber = 1;
- clearServerId() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
An identifier for this server.
- clearServerId() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Server identifier, as used in system parameters and distributed setups.
- clearService() - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
-
optional string service = 2;
- clearService() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
-
Include only records matching the specified service.
- clearService() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional string service = 1;
- clearService() - Method in class org.yamcs.protobuf.TopicInfo.Builder
-
optional string service = 2;
- clearServiceAccounts() - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
-
Names of service accounts that should be added as member
- clearServiceAccounts() - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Service accounts that are member of this group
- clearServiceAccounts() - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
-
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
- clearServiceAccounts() - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
-
repeated string serviceAccounts = 2;
- clearServiceDetail() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
-
.ServiceAccountRecordDetail serviceDetail = 10;
- clearServiceName() - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
-
Service name.
- clearServiceName() - Method in class org.yamcs.protobuf.CancelTransferRequest.Builder
-
File transfer service name
- clearServiceName() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
-
File transfer service name
- clearServiceName() - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
-
Service name.
- clearServiceName() - Method in class org.yamcs.protobuf.GetFileTransferServiceRequest.Builder
-
File transfer service name
- clearServiceName() - Method in class org.yamcs.protobuf.GetTcoConfigRequest.Builder
-
service name.
- clearServiceName() - Method in class org.yamcs.protobuf.GetTcoStatusRequest.Builder
-
Service name.
- clearServiceName() - Method in class org.yamcs.protobuf.GetTransferRequest.Builder
-
File transfer service name
- clearServiceName() - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
-
File transfer service name
- clearServiceName() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
File transfer service name
- clearServiceName() - Method in class org.yamcs.protobuf.PauseTransferRequest.Builder
-
File transfer service name
- clearServiceName() - Method in class org.yamcs.protobuf.ResumeTransferRequest.Builder
-
File transfer service name
- clearServiceName() - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
-
File transfer service name
- clearServiceName() - Method in class org.yamcs.protobuf.SetCoefficientsRequest.Builder
-
Service name.
- clearServiceName() - Method in class org.yamcs.protobuf.SetTcoConfigRequest.Builder
-
Service name.
- clearServiceName() - Method in class org.yamcs.protobuf.SubscribeTransfersRequest.Builder
-
File transfer service name
- clearServiceName() - Method in class org.yamcs.protobuf.TcoResetRequest.Builder
-
Service name.
- clearServices() - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferServiceInfo services = 1;
- clearServices() - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 1;
- clearServices() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
repeated .yamcs.protobuf.services.ServiceInfo services = 16;
- clearSessions() - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
-
repeated .yamcs.protobuf.iam.SessionInfo sessions = 1;
- clearSetBypassAll() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
Relevant if cop1Active = false -> set the bypass flag on all outgoing frames
- clearSetBypassAll() - Method in class org.yamcs.protobuf.DisableRequest.Builder
-
If true, all transmitted frames while COP1 is disabled, have the bypass flag set
- clearSeverity() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
optional .yamcs.protobuf.alarms.AlarmSeverity severity = 5;
- clearSeverity() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
-
The severity level of the event.
- clearSeverity() - Method in class org.yamcs.protobuf.Event.Builder
-
optional .yamcs.protobuf.events.Event.EventSeverity severity = 7 [default = INFO];
- clearSeverity() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
The minimum severity level of the events.
- clearSeverity() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
The minimum severity level of the events.
- clearSeverity() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
-
Filter on minimum severity level
- clearSeverity() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
-
optional .yamcs.protobuf.events.Event.EventSeverity severity = 7 [default = INFO];
- clearShared() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
if true, all users have access to this band, otherwise only the user who has created it
- clearShared() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
If true, all users have access to this band, otherwise only the user who has created it
- clearShared() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
If true, all users have access to this band, otherwise only the user who has created it
- clearShared() - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
-
If true, everyone can use query, else this query is owned by the requesting user
- clearShared() - Method in class org.yamcs.web.api.QueryInfo.Builder
-
If true, everyone can use query, else this query is owned by the requesting user
- clearShared() - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
-
If true, everyone can use query, else this query is owned by the requesting user
- clearShelvedActive() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
-
True if there is at least one shelved alarm not OK (i.e. latest value of parameter still out of limits)
- clearShelvedBy() - Method in class org.yamcs.protobuf.ShelveInfo.Builder
-
optional string shelvedBy = 1;
- clearShelvedCount() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
-
The number of shelved alarms
- clearShelvedSeverity() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
-
Highest severity among all shelved alarms
- clearShelveDuration() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
-
shelve time in milliseconds (if the state = shelved) can be left out which means it is shelved indefinitely
- clearShelveDuration() - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
-
shelve time in milliseconds (if the state = shelved) can be left out which means it is shelved indefinitely
- clearShelveExpiration() - Method in class org.yamcs.protobuf.ShelveInfo.Builder
-
when the shelving will expire (can be unset which means that it will never expire)
- clearShelveInfo() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
Details in case the alarm was shelved
- clearShelveMessage() - Method in class org.yamcs.protobuf.ShelveInfo.Builder
-
optional string shelveMessage = 2;
- clearShelveTime() - Method in class org.yamcs.protobuf.ShelveInfo.Builder
-
optional .google.protobuf.Timestamp shelveTime = 3;
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
optional string shortDescription = 3;
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
optional string shortDescription = 3;
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
optional string shortDescription = 3;
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
optional string shortDescription = 3;
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
optional string shortDescription = 3;
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
-
Short description (one line)
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Short description (one line)
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
optional string shortDescription = 3;
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
optional string shortDescription = 3;
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
optional string shortDescription = 18;
- clearShortDescription() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
Short description (one line)
- clearShowThousandsGrouping() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
-
optional bool showThousandsGrouping = 10;
- clearSigned() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
True if the engineering type supports signed representation.
- clearSigned() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Set to true if the engineering type supports signed representation.
- clearSigned() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
True if the engineering type supports signed representation.
- clearSignificance() - Method in class org.yamcs.protobuf.Commanding.CommandSignificance.Builder
-
optional .yamcs.protobuf.mdb.SignificanceInfo significance = 2;
- clearSignificance() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
Command significance.
- clearSint32Value() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional sint32 sint32Value = 4;
- clearSint64Value() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional sint64 sint64Value = 10;
- clearSize() - Method in class org.yamcs.protobuf.BucketInfo.Builder
-
Total size in bytes of all objects in the bucket (metadata is not counted)
- clearSize() - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
-
Bit length
- clearSize() - Method in class org.yamcs.protobuf.ObjectInfo.Builder
-
Size in bytes
- clearSize() - Method in class org.yamcs.protobuf.RemoteFile.Builder
-
File size
- clearSize() - Method in class org.yamcs.protobuf.TmPacketData.Builder
-
Packet size in bytes
- clearSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
-
current bucket size
- clearSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
-
optional uint64 size = 5;
- clearSizeInBits() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
-
optional int32 sizeInBits = 6;
- clearSizeInBits() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
optional int32 sizeInBits = 7;
- clearSizeInBits() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
optional int32 sizeInBits = 3;
- clearSizeInBits() - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo.Builder
-
optional int32 sizeInBits = 3;
- clearSizeInBits() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Hint about the range of allowed engineering values
- clearSizeTransferred() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
optional uint64 sizeTransferred = 9;
- clearSlaves() - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
-
repeated .yamcs.protobuf.replication.ReplicationSlaveInfo slaves = 2;
- clearSlope() - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
-
Scale the value obtained from a parameter or argument reference.
- clearSlope() - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
-
optional int64 slope = 3;
- clearSource() - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
-
Source of this log message.
- clearSource() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
the band contains only items from this source
- clearSource() - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
-
Item source
- clearSource() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
-
Specifies how to retrieve the parameters.
- clearSource() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
Specifies how to retrieve the parameters.
- clearSource() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
-
Source of the event.
- clearSource() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Item source
- clearSource() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
-
used to derive the source entity id
- clearSource() - Method in class org.yamcs.protobuf.DeleteItemRequest.Builder
-
Item source
- clearSource() - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest.Builder
-
Item source
- clearSource() - Method in class org.yamcs.protobuf.Event.Builder
-
optional string source = 1;
- clearSource() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
The source of the events.
- clearSource() - Method in class org.yamcs.protobuf.GetItemLogRequest.Builder
-
Item source
- clearSource() - Method in class org.yamcs.protobuf.GetItemRequest.Builder
-
Item source
- clearSource() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
Specifies how to retrieve the parameters.
- clearSource() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
-
Filter on specific sources.
- clearSource() - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
-
Deprecated.
- clearSource() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
The source of the events.
- clearSource() - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
-
Entity from which to get the file list
- clearSource() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
Item source
- clearSource() - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
-
item source
- clearSource() - Method in class org.yamcs.protobuf.ListTimelineTagsRequest.Builder
-
optional string source = 2;
- clearSource() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
Include only parameters of the specified source.
- clearSource() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
-
Event sources to include.
- clearSource() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
The band contains only items from this source
- clearSource() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Where the items shown on this band come from
- clearSource() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
Item source
- clearSource() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
-
optional string source = 1;
- clearSources() - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
-
Known event sources
- clearSources() - Method in class org.yamcs.protobuf.ListSourcesResponse.Builder
- clearSpaceSystem() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
Deprecated.
- clearSpaceSystem() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
-
A space system
- clearSpaceSystems() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Deprecated.
- clearSpaceSystems() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Deprecated.
- clearSpaceSystems() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Deprecated.
- clearSpaceSystems() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Deprecated.
- clearSpaceSystems() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Deprecated.
- clearSpaceSystems() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
-
Matching space systems
- clearSpaceSystems() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo spaceSystems = 11;
- clearSpec() - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
-
Specification of action options (if any)
- clearSpec() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
When the type or elementType is ``MAP``, this specifies the options with that map
- clearSpec() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Configuration
- clearSpec() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
optional string spec = 4;
- clearSpeed() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
-
The speed of the processor.
- clearSpeed() - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
-
optional double speed = 4;
- clearSpeed() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
how fast the replay should go
- clearSpeed() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
-
time speed (mission time vs wall clock time)
- clearSplineCalibrator() - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
-
optional .yamcs.protobuf.mdb.SplineCalibratorInfo splineCalibrator = 3;
- clearSpnego() - Method in class org.yamcs.protobuf.AuthInfo.Builder
-
If true, the server is supportive of SPNEGO negotiation
- clearStackBucket() - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
-
Bucket where to find stacks
- clearStage() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
-
optional string stage = 1;
- clearStart() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
Start time of the activity
- clearStart() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
Filter the lower bound of the activity's start time.
- clearStart() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
-
Filter the lower bound of the alarm's trigger time.
- clearStart() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Filter the lower bound of the parameter's generation time.
- clearStart() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
-
Filter the lower bound of the parameter's generation time.
- clearStart() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
Filter the lower bound of the parameter's generation time.
- clearStart() - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
optional .google.protobuf.Timestamp start = 2;
- clearStart() - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
-
the segment start
- clearStart() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
-
Filter the lower bound of the record's time.
- clearStart() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Item start.
- clearStart() - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
-
optional .google.protobuf.Timestamp start = 3;
- clearStart() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
-
New start time
- clearStart() - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
-
Filter the lower bound of the command's generation time.
- clearStart() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
Filter the lower bound of the event's generation time.
- clearStart() - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
-
Filter the lower bound of the packet's generation time.
- clearStart() - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
-
get the segments overlapping with [start, stop) interval
- clearStart() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
Filter the lower bound of the parameter's generation time.
- clearStart() - Method in class org.yamcs.protobuf.IndexEntry.Builder
-
optional string start = 1;
- clearStart() - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
-
UTC timestamp (unsmeared)
- clearStart() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
-
Filter the lower bound of the index entries.
- clearStart() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
-
Filter the lower bound of the command's generation time.
- clearStart() - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
-
Filter the lower bound of the index entries.
- clearStart() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
-
Filter the lower bound of the index entries.
- clearStart() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
Filter the lower bound of the event's generation time.
- clearStart() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
optional .google.protobuf.Timestamp start = 5;
- clearStart() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
-
Filter the lower bound of the index entries.
- clearStart() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
Filter the lower bound of the packet's generation time.
- clearStart() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
-
Filter the lower bound of the index entries.
- clearStart() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
Filter the lower bound of the transfer's creation time.
- clearStart() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
Generation time of a parameter value.
- clearStart() - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest.Builder
-
Range start (inclusive)
- clearStart() - Method in class org.yamcs.protobuf.RebuildRangeRequest.Builder
-
Start rebuilding from here.
- clearStart() - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
-
The time at which to start retrieving index records.
- clearStart() - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
-
Filter the lower bound of the command's generation time.
- clearStart() - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
-
The time at which to start retrieving index records.
- clearStart() - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
-
The time at which to start retrieving index records.
- clearStart() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
-
Filter the lower bound of the event's generation time.
- clearStart() - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
-
The time at which to start retrieving index records.
- clearStart() - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
-
optional .google.protobuf.Timestamp start = 2;
- clearStart() - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
-
The time at which to start retrieving index records.
- clearStart() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo.Builder
-
Range start
- clearStart() - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
-
Specify a date string in ISO 8601 format.
- clearStart() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
optional .google.protobuf.Timestamp start = 4;
- clearStart() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
New start time
- clearStart() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
**Required.** The time at which the replay should start.
- clearStartedBy() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
User who started the run
- clearStartTime() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Start time of the process.
- clearStartTime() - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
optional .google.protobuf.Timestamp startTime = 5;
- clearStartTime() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
when the transfer has started.
- clearStartTxId() - Method in class org.yamcs.replication.protobuf.Request.Builder
-
start replay with this transaction
- clearState() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
-
**Required.** The state of the alarm.
- clearState() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
Current queue state
- clearState() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
Current state of FOP-1 state machine, only relevant if cop1Active = true
- clearState() - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
-
Trace state: either ``enabled`` or ``disabled``.
- clearState() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
-
The state this replay processor should be updated to.
- clearState() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
-
optional string state = 5;
- clearState() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
Filter by transfer state.
- clearState() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
optional .yamcs.protobuf.services.ServiceState state = 8;
- clearState() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
-
Service state
- clearState() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
optional string state = 3;
- clearState() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
optional .yamcs.protobuf.filetransfer.TransferState state = 3;
- clearState() - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus.Builder
-
required .yamcs.protobuf.ReplayStatus.ReplayState state = 1;
- clearState() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
optional .yamcs.protobuf.instances.YamcsInstance.InstanceState state = 11;
- clearStatement() - Method in class org.yamcs.protobuf.Table.ExecuteSqlRequest.Builder
-
StreamSQL statement
- clearStaticAlarmRange() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
Deprecated.
- clearStaticAlarmRanges() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
-
repeated .yamcs.protobuf.mdb.AlarmRange staticAlarmRanges = 4;
- clearStatus() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
Activity status
- clearStatus() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
Filter on activity status
- clearStatus() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
optional string status = 7;
- clearStatus() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
For activities: execution status
- clearStatus() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
new status (valid for activities)
- clearStop() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
Stop time of the activity run
- clearStop() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
Filter the upper bound of the activity's generation time.
- clearStop() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
-
Filter the upper bound of the alarm's trigger time.
- clearStop() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
-
Filter the upper bound of the parameter's generation time.
- clearStop() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
-
Filter the upper bound of the parameter's generation time.
- clearStop() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
-
Filter the upper bound of the parameter's generation time.
- clearStop() - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
optional .google.protobuf.Timestamp stop = 3;
- clearStop() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
-
Filter the upper bound of the record's time.
- clearStop() - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
-
optional .google.protobuf.Timestamp stop = 4;
- clearStop() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
-
New stop time
- clearStop() - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
-
Filter the upper bound of the command's generation time.
- clearStop() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
-
Filter the upper bound of the event's generation time.
- clearStop() - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
-
Filter the upper bound of the packet's generation time.
- clearStop() - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
-
optional .google.protobuf.Timestamp stop = 4;
- clearStop() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
-
Filter the upper bound of the parameter's generation time.
- clearStop() - Method in class org.yamcs.protobuf.IndexEntry.Builder
-
optional string stop = 2;
- clearStop() - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
-
UTC timestamp (unsmeared)
- clearStop() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
-
Filter the upper bound of the index entries.
- clearStop() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
-
Filter the upper bound of the command's generation time.
- clearStop() - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
-
Filter the upper bound of the index entries.
- clearStop() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
-
Filter the upper bound of the index entries.
- clearStop() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
-
Filter the upper bound of the event's generation time.
- clearStop() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
-
optional .google.protobuf.Timestamp stop = 6;
- clearStop() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
-
Filter the upper bound of the index entries.
- clearStop() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
-
Filter the upper bound of the packet's generation time.
- clearStop() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
-
Filter the upper bound of the index entries.
- clearStop() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
-
Filter the upper bound of the transfer's creation time.
- clearStop() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
-
If the value changes, ``stop`` is the generation time of the new value.
- clearStop() - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest.Builder
-
Range stop (exclusive)
- clearStop() - Method in class org.yamcs.protobuf.RebuildRangeRequest.Builder
-
Rebuild until here.
- clearStop() - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
-
The time at which to stop retrieving index records.
- clearStop() - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
-
Filter the upper bound of the command's generation time.
- clearStop() - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
-
The time at which to stop retrieving index records.
- clearStop() - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
-
The time at which to stop retrieving index records.
- clearStop() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
-
Filter the upper bound of the event's generation time.
- clearStop() - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
-
The time at which to stop retrieving index records.
- clearStop() - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
-
optional .google.protobuf.Timestamp stop = 3;
- clearStop() - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
-
The time at which to stop retrieving index records.
- clearStop() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo.Builder
-
Range stop
- clearStop() - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
-
Specify a date string in ISO 8601 format.
- clearStop() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
-
The time at which the replay should stop.
- clearStoppedBy() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
User who stopped the run.
- clearStorageEngine() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
optional string storageEngine = 6;
- clearStorageEngine() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
optional string storageEngine = 6;
- clearStream() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
Override the stream on which the command should be sent out.
- clearStream() - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
-
Stream name
- clearStream() - Method in class org.yamcs.protobuf.SubscribePacketsRequest.Builder
-
Stream name.
- clearStream() - Method in class org.yamcs.protobuf.Table.StreamData.Builder
-
optional string stream = 1;
- clearStream() - Method in class org.yamcs.protobuf.Table.SubscribeStreamRequest.Builder
-
Stream name
- clearStreams() - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
Names of the streams in this database
- clearStreams() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
-
repeated string streams = 2;
- clearStreams() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
-
repeated string streams = 2;
- clearStreams() - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
-
repeated .yamcs.protobuf.table.StreamInfo streams = 1;
- clearStringValue() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional string stringValue = 7;
- clearStyle() - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
-
Action style, one of ``PUSH_BUTTON`` or ``CHECK_BOX``
- clearSub() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
repeated .yamcs.protobuf.mdb.SpaceSystemInfo sub = 15;
- clearSubscribedParameterCount() - Method in class org.yamcs.protobuf.TmStatistics.Builder
-
optional int32 subscribedParameterCount = 6;
- clearSubscribers() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
-
Subscribers represented in the format ``className@hashCode``.
- clearSubscriptionId() - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
-
Used when parameter data is delivered as result of subscriptions
- clearSuccess() - Method in class org.yamcs.tse.api.TseCommandResponse.Builder
-
optional bool success = 2;
- clearSummary() - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
-
optional string summary = 5;
- clearSuperuser() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
-
Whether the user has all privileges
- clearSuperuser() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
Whether the user has all privileges
- clearSuperuser() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
-
optional bool superuser = 3;
- clearSuspended() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
optional bool suspended = 5;
- clearSystem() - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
-
List only direct child parameters of the specified system.
- clearSystem() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
-
List only direct child sub-systems or algorithms of the specified system.
- clearSystem() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
-
List only direct child sub-systems or commands of the specified system.
- clearSystem() - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
-
List only direct child sub-systems or containers of the specified system.
- clearSystem() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
List only direct child sub-systems or parameters of the specified system.
- clearSystem() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
-
List only direct child sub-systems or parameter types of the specified system.
- clearSystemPrivileges() - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
-
repeated string systemPrivileges = 1;
- clearSystemPrivileges() - Method in class org.yamcs.protobuf.RoleInfo.Builder
-
System privileges
- clearSystemPrivileges() - Method in class org.yamcs.protobuf.UserInfo.Builder
-
System privileges
- clearSystems() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- clearSystems() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- clearSystems() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- clearSystems() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- clearSystems() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
Matching subsystems when the ``system`` option was specified
- clearT1() - Method in class org.yamcs.protobuf.Cop1Config.Builder
-
How many milliseconds to wait between retransmissions
- clearTable() - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
-
Table name.
- clearTable() - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
-
Table name.
- clearTable() - Method in class org.yamcs.protobuf.Table.WriteRowsRequest.Builder
-
Table name.
- clearTableDefinition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for TABLE_DEFINITION
- clearTableName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
- clearTables() - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
Names of the tables in this database
- clearTables() - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
-
repeated .yamcs.protobuf.table.TableInfo tables = 1;
- clearTablespace() - Method in class org.yamcs.protobuf.BackupDatabaseRequest.Builder
-
optional string tablespace = 1;
- clearTablespace() - Method in class org.yamcs.protobuf.CompactDatabaseRequest.Builder
-
optional string tablespace = 1;
- clearTablespace() - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
-
optional string tablespace = 3;
- clearTablespace() - Method in class org.yamcs.protobuf.DescribeDatabaseRequest.Builder
-
optional string tablespace = 1;
- clearTablespace() - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo.Builder
-
optional string tablespace = 1;
- clearTablespace() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
optional string tablespace = 8;
- clearTablespace() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
optional string tablespace = 8;
- clearTablespaces() - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
-
repeated .yamcs.protobuf.archive.RocksDbTablespaceInfo tablespaces = 1;
- clearTags() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
Deprecated.
- clearTags() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Tags
- clearTags() - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
-
repeated string tags = 1;
- clearTags() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
Deprecated.
- clearTags() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
repeated string tags = 6;
- clearTags() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Items containing these tags will be part of the timeline
- clearTags() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
New tags
- CLEARTAGS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateItemRequest
- clearTaiDifference() - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
-
optional int32 taiDifference = 4;
- clearTbsIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
optional uint32 tbsIndex = 1;
- clearTcPatterns() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands whose qualified name matches any of the regular expressions in this list.
- clearTcStreams() - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
-
Command-related streams
- clearTemplate() - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
-
**Required.** The name of the template for this instance.
- clearTemplate() - Method in class org.yamcs.protobuf.GetInstanceTemplateRequest.Builder
-
Template name.
- clearTemplate() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
Name of the template, if this instance was generated
- clearTemplateArgs() - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
- clearTemplateArgs() - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
- clearTemplateArgs() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
- clearTemplateAvailable() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
Whether the template is stil available
- clearTemplateChanged() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
Whether the template has changed since this instance was generated
- clearTemplates() - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
-
repeated .yamcs.protobuf.instances.InstanceTemplate templates = 1;
- clearText() - Method in class org.yamcs.protobuf.AlgorithmTextOverride.Builder
-
Algorithm text
- clearText() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Code if this is a custom algorithm
- clearTextOverride() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesResponse.Builder
-
Updated algorithm text
- clearThreads() - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
-
repeated .yamcs.protobuf.server.ThreadInfo threads = 1;
- clearTime() - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
-
Log time
- clearTime() - Method in class org.yamcs.protobuf.AlgorithmTrace.Log.Builder
-
Log time
- clearTime() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
-
When this run was started
- clearTime() - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
-
optional .google.protobuf.Timestamp time = 1;
- clearTime() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
-
optional int64 time = 3;
- clearTime() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
-
Time associated with the event.
- clearTime() - Method in class org.yamcs.protobuf.LogEntry.Builder
-
optional .google.protobuf.Timestamp time = 1;
- clearTime() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
optional .google.protobuf.Timestamp time = 18;
- clearTime() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
-
Start time of the sample interval.
- CLEARTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ClearInfo
- clearTime0() - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
-
optional .google.protobuf.Timestamp time0 = 5;
- clearTimeColumn() - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
-
optional string timeColumn = 2;
- clearTimeColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
-
optional string timeColumn = 2;
- clearTimeout() - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
-
If not fromCache, wait this time (in milliseconds) to receive the parameter
- clearTimeout() - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
-
Time in milliseconds to wait on a value (only considered if ``fromCache=no``).
- clearTimeout() - Method in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo.Builder
-
optional int64 timeout = 2;
- clearTimeoutType() - Method in class org.yamcs.protobuf.Cop1Config.Builder
-
What should happen on timeout: go to SUSPEND or go to UNINITIALIZED
- clearTimePartitionSchema() - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
-
optional string timePartitionSchema = 3;
- clearTimePartitionSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
-
optional string timePartitionSchema = 3;
- clearTimestampValue() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional int64 timestampValue = 8;
- clearTimeToStartChecking() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.CheckWindow.Builder
-
optional int64 timeToStartChecking = 1;
- clearTimeToStartChecking() - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo.Builder
-
Delay in milliseconds before starting to check
- clearTimeToStopChecking() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.CheckWindow.Builder
-
optional int64 timeToStopChecking = 2;
- clearTimeToStopChecking() - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo.Builder
-
Duration in milliseconds of the check window
- clearTitle() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
UI-friendly label for this option
- clearTitle() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Title for the option
- clearTmIndexName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
used for TM_INDEX
- clearTmLinks() - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
-
Since version 5.4.0, Yamcs records the name of the TM link on which a TM packet is received together with the packet (in the tm table).
- clearTmLinks() - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
-
if specified, only replay packets originally received on one of those links
- clearTmstats() - Method in class org.yamcs.protobuf.Statistics.Builder
-
repeated .yamcs.protobuf.yamcsManagement.TmStatistics tmstats = 3;
- clearTokenType() - Method in class org.yamcs.protobuf.TokenResponse.Builder
-
optional string token_type = 2;
- clearTopic() - Method in class org.yamcs.api.WebSocketTopic.Builder
-
optional string topic = 1;
- clearTopic() - Method in class org.yamcs.protobuf.TopicInfo.Builder
-
optional string topic = 1;
- clearTopics() - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
-
repeated .yamcs.protobuf.server.TopicInfo topics = 1;
- clearTotalCpuDuration() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
Accumulated total cputime.
- clearTotalSize() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
-
The total number of results (across all pages)
- clearTotalSize() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
The total number of results (across all pages)
- clearTotalSize() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
-
The total number of results (across all pages)
- clearTotalSize() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
-
The total number of results (across all pages)
- clearTotalSize() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
-
The total number of results (across all pages)
- clearTotalSize() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
-
The total number of results (across all pages)
- clearTotalSize() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
optional uint64 totalSize = 8;
- clearTotalSpace() - Method in class org.yamcs.protobuf.RootDirectory.Builder
-
Size in bytes of the file store where this root directory is located.
- clearTrace() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
-
repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
- clearTraceEnabled() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
-
true if the tracing has been enabled
- clearTransactionId() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be unique
- clearTransferOptions() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
-
repeated .yamcs.protobuf.filetransfer.FileTransferOption transferOptions = 6;
- clearTransfers() - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
-
repeated .yamcs.protobuf.filetransfer.TransferInfo transfers = 1;
- clearTransferType() - Method in class org.yamcs.protobuf.TransferInfo.Builder
-
depending on the implementation, can mean normal file transfer, directory listing request, file download request, etc.
- clearTriggered() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
triggered is same with processOK except when the alarm is latching
- clearTriggerEvent() - Method in class org.yamcs.protobuf.EventAlarmData.Builder
-
optional .yamcs.protobuf.events.Event triggerEvent = 1;
- clearTriggerTime() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
optional .google.protobuf.Timestamp triggerTime = 2;
- clearTriggerValue() - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
-
optional .yamcs.protobuf.pvalue.ParameterValue triggerValue = 1;
- clearTx() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
-
optional int64 tx = 7;
- clearTxCount() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
How many times the last frame has been transmitted
- clearTxLimit() - Method in class org.yamcs.protobuf.Cop1Config.Builder
-
How many times the frames are transmitted before timing out
- clearType() - Method in class org.yamcs.activities.protobuf.ActivityDefinition.Builder
-
Activity type
- clearType() - Method in class org.yamcs.api.ExceptionMessage.Builder
-
string type = 2;
- clearType() - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo.Builder
-
Activity type.
- clearType() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
-
Activity type
- clearType() - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
-
Executor type name
- clearType() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
-
The type of activity.
- clearType() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
Type of band
- clearType() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
optional .yamcs.protobuf.alarms.AlarmType type = 1;
- clearType() - Method in class org.yamcs.protobuf.ClientMessage.Builder
-
Message type.
- clearType() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEvent.Builder
-
optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
- clearType() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Type of this option
- clearType() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
-
Description of the type of the event.
- clearType() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Item type
- clearType() - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
-
**Required.** The type of the processor.
- clearType() - Method in class org.yamcs.protobuf.Event.Builder
-
optional string type = 5;
- clearType() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Option type
- clearType() - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
-
optional string type = 3;
- clearType() - Method in class org.yamcs.protobuf.InitializeRequest.Builder
-
optional .yamcs.protobuf.cop1.InitializationType type = 3;
- clearType() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
-
Java class name
- clearType() - Method in class org.yamcs.protobuf.LogEntry.Builder
-
optional string type = 3;
- clearType() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
-
Type of algorithm
- clearType() - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
-
optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
- clearType() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
-
optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
- clearType() - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 1;
- clearType() - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
-
optional .yamcs.protobuf.mdb.CalibratorInfo.Type type = 5;
- clearType() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
-
optional .yamcs.protobuf.mdb.DataEncodingInfo.Type type = 1;
- clearType() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
-
The parameter types to be included in the result.
- clearType() - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
-
Type of element, either an operand kind or an operator.
- clearType() - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
- clearType() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
optional .yamcs.protobuf.mdb.ParameterTypeInfo type = 6;
- clearType() - Method in class org.yamcs.protobuf.MdbOverrideInfo.Builder
-
optional .yamcs.protobuf.processing.MdbOverrideInfo.OverrideType type = 1;
- clearType() - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
-
Privilege type
- clearType() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
-
optional string type = 3;
- clearType() - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
-
only for CREATE
- clearType() - Method in class org.yamcs.protobuf.RootDirectory.Builder
-
The type of the file store where this root directory is located.
- clearType() - Method in class org.yamcs.protobuf.ServerMessage.Builder
-
Message type.
- clearType() - Method in class org.yamcs.protobuf.State.CallInfo.Builder
-
string type = 2;
- clearType() - Method in class org.yamcs.protobuf.StreamEvent.Builder
-
Event type
- clearType() - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
-
Column type
- clearType() - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
-
optional .yamcs.protobuf.table.PartitioningInfo.PartitioningType type = 1;
- clearType() - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
-
optional string type = 3;
- clearType() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
-
Type of variable (Java class extending org.yamcs.templating.Variable)
- clearType() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
Type of band
- clearType() - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
optional .yamcs.protobuf.timeline.TimelineItemType type = 3;
- clearType() - Method in class org.yamcs.protobuf.Yamcs.ReplaySpeed.Builder
-
required .yamcs.protobuf.ReplaySpeed.ReplaySpeedType type = 1;
- clearType() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
required .yamcs.protobuf.Value.Type type = 1;
- clearType() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
-
optional string type = 3;
- clearType() - Method in class org.yamcs.replication.protobuf.Request.Builder
-
currently only START_REPLAY
- clearType() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
-
optional string type = 5;
- clearType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
-
optional .PartitioningInfo.PartitioningType type = 1;
- clearType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
-
optional string type = 2;
- clearType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
-
optional .TablespaceRecord.Type type = 2;
- clearTypes() - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
-
repeated string types = 1;
- clearUint32Value() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional uint32 uint32Value = 5;
- clearUint64Value() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
-
optional uint64 uint64Value = 9;
- clearUnacknowledgedActive() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
-
True if there is at least one unacknowledged alarm not OK (i.e. latest value of parameter still out of limits)
- clearUnacknowledgedCount() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
-
The number of active unacknowledged alarms
- clearUnacknowledgedSeverity() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
-
Highest severity among all unacknowledged alarms
- clearUnallocatedSpace() - Method in class org.yamcs.protobuf.RootDirectory.Builder
-
Number of unallocated bytes in the file store where this root directory is located.
- clearUnit() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Engineering unit
- clearUnit() - Method in class org.yamcs.protobuf.Mdb.UnitInfo.Builder
-
optional string unit = 1;
- clearUnits() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
-
Engineering units
- clearUnitSet() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- clearUnitSet() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
repeated .yamcs.protobuf.mdb.UnitInfo unitSet = 3;
- clearUnprocessedBinary() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
Generated binary, before any link post-processing
- clearUpdateOnExpiration() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
-
Send parameter updates when parameters expire.
- clearUpdateTime() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
Time when the alarm was last updated
- clearUpload() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
-
Whether the transfer service supports uploads
- clearUptime() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Uptime of Yamcs in milliseconds
- clearUri() - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
-
optional string uri = 3;
- clearUrl() - Method in class org.yamcs.protobuf.RouteInfo.Builder
-
optional string url = 5;
- clearUsableSpace() - Method in class org.yamcs.protobuf.RootDirectory.Builder
-
Number of bytes available to Yamcs on the file store where this root directory is located.
- clearUsedBy() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 11;
- clearUsedBy() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
optional .yamcs.protobuf.mdb.UsedByInfo usedBy = 8;
- clearUsedBy() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
Which parameters this type is used by.
- clearUsedHeapMemory() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Amount of used heap memory in bytes.
- clearUsedNonHeapMemory() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Amount of non-heap used memory in bytes.
- clearUser() - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
-
optional string user = 4;
- clearUser() - Method in class org.yamcs.protobuf.LogEntry.Builder
-
optional string user = 2;
- clearUser() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
-
User of the process.
- clearUser() - Method in class org.yamcs.protobuf.TokenResponse.Builder
-
optional .yamcs.protobuf.iam.UserInfo user = 5;
- clearUserAgent() - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
-
optional string userAgent = 5;
- clearUseRawValue() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
-
Consider the raw value instead of the engineering value.
- clearUserDetail() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
-
.UserAccountRecordDetail userDetail = 9;
- clearUserInput() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
-
optional bool userInput = 3;
- clearUserInput() - Method in class org.yamcs.protobuf.Commanding.CommandAssignment.Builder
-
optional bool userInput = 3;
- clearUsername() - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
-
optional string username = 1;
- clearUsername() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional string username = 11;
- clearUsername() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
-
optional string username = 7;
- clearUsername() - Method in class org.yamcs.protobuf.DeleteClearanceRequest.Builder
-
optional string username = 1;
- clearUsername() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
Command issuer
- clearUsername() - Method in class org.yamcs.protobuf.SessionInfo.Builder
-
optional string username = 2;
- clearUsername() - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
User who has created the band
- clearUsername() - Method in class org.yamcs.protobuf.UpdateClearanceRequest.Builder
-
optional string username = 1;
- clearUsers() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
-
This queue only considers commands that are issued by one of the users in this list.
- clearUsers() - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
-
Usernames of users that should be added as member
- clearUsers() - Method in class org.yamcs.protobuf.GroupInfo.Builder
-
Users that are member of this group
- clearUsers() - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
-
repeated .yamcs.protobuf.iam.UserInfo users = 1;
- clearUsers() - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
-
repeated string users = 1;
- clearUtc() - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
-
optional .google.protobuf.Timestamp utc = 1;
- clearUtc() - Method in class org.yamcs.protobuf.TcoSample.Builder
-
optional .google.protobuf.Timestamp utc = 1;
- clearValidity() - Method in class org.yamcs.protobuf.TcoConfig.Builder
-
optional double validity = 2;
- clearValue() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
-
optional .yamcs.protobuf.Value value = 2;
- clearValue() - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
-
repeated .yamcs.protobuf.pvalue.ParameterValue value = 1;
- clearValue() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
-
The new value
- clearValue() - Method in class org.yamcs.protobuf.Commanding.CommandAssignment.Builder
-
optional .yamcs.protobuf.Value value = 2;
- clearValue() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
-
optional .yamcs.protobuf.Value value = 2;
- clearValue() - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
-
Value to compare with
- clearValue() - Method in class org.yamcs.protobuf.FileTransferOption.Value.Builder
-
Real value for the option (used to sent to the server)
- clearValue() - Method in class org.yamcs.protobuf.IssueCommandRequest.Assignment.Builder
-
optional string value = 2;
- clearValue() - Method in class org.yamcs.protobuf.ItemFilter.FilterCriterion.Builder
-
optional string value = 2;
- clearValue() - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo.Builder
-
optional string value = 1;
- clearValue() - Method in class org.yamcs.protobuf.Mdb.ArgumentAssignmentInfo.Builder
-
optional string value = 2;
- clearValue() - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
-
optional string value = 3;
- clearValue() - Method in class org.yamcs.protobuf.Mdb.EnumValue.Builder
-
Enum value
- clearValue() - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
-
Constant if type ``VALUE_OPERAND``.
- clearValue() - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
-
The new value
- clearValue() - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
-
The new value
- clearValue() - Method in class org.yamcs.protobuf.Table.ColumnData.Builder
-
optional .yamcs.protobuf.Value value = 2;
- clearValue() - Method in class org.yamcs.protobuf.Table.EnumValue.Builder
-
optional int32 value = 1;
- clearValue() - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
-
repeated .yamcs.protobuf.Value value = 2;
- clearValue() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
-
optional string value = 2;
- clearValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
-
optional int32 value = 1;
- clearValueColumn() - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
-
optional string valueColumn = 4;
- clearValueColumn() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
-
repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
- clearValueColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
-
optional string valueColumn = 4;
- clearValueColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
-
repeated .TableColumnInfo valueColumn = 3;
- clearValueColumnType() - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
-
optional string valueColumnType = 5;
- clearValueColumnType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
-
optional string valueColumnType = 5;
- clearValueCount() - Method in class org.yamcs.protobuf.LoadParameterValuesResponse.Builder
-
The number of values that were loaded
- clearValues() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
-
Values for potential dropdown menu
- clearValues() - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
-
A group of values, and their properties
- clearValues() - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Values of updated parameters.
- clearValues() - Method in class org.yamcs.protobuf.Table.ListValue.Builder
-
repeated .yamcs.protobuf.Value values = 1;
- clearVariables() - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
-
List of variables that this template may expect
- clearVcId() - Method in class org.yamcs.protobuf.Cop1Config.Builder
-
optional uint32 vcId = 1;
- clearVendor() - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
-
optional string vendor = 4;
- clearVerboseName() - Method in class org.yamcs.protobuf.FileTransferOption.Value.Builder
-
Display name for the value
- clearVerboseName() - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
-
optional string verboseName = 2;
- clearVerifier() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
repeated .yamcs.protobuf.mdb.VerifierInfo verifier = 14;
- clearVerifierConfig() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
- clearVersion() - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
-
optional string version = 3;
- clearVersion() - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
-
optional string version = 1;
- clearVersion() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
-
Root space-system header version
- clearVersion() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
optional string version = 5;
- clearVersionAdded() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
-
Which version of this software this option was added.
- clearViews() - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
-
repeated .yamcs.protobuf.timeline.TimelineView views = 1;
- clearViolations() - Method in class org.yamcs.protobuf.AlarmData.Builder
-
Number of times the object was in alarm state
- clearVR() - Method in class org.yamcs.protobuf.InitializeRequest.Builder
-
vR value for initialize with set V(R)
- clearVS() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
V(S) - Transmitter Frame Sequence Number;
- clearWait() - Method in class org.yamcs.protobuf.Clcw.Builder
-
optional bool wait = 3;
- clearWaitQueueNumTC() - Method in class org.yamcs.protobuf.Cop1Status.Builder
-
Number of TC packets in the wait queue
- clearWhenConditions() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
-
Conditional constraints on a group of options
- clearWindowWidth() - Method in class org.yamcs.protobuf.Cop1Config.Builder
-
Maximum size of the sent queue (i.e. how many unacknowledged frames can be in the queue before timing out)
- clearWorkingDirectory() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Working directory of Yamcs (base path for relative references)
- clearWritable() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional bool writable = 4;
- clearWriteThroughput() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional uint64 writeThroughput = 9;
- clearWriteThroughput() - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
optional uint64 writeThroughput = 4;
- clearWrittenBytes() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
-
optional uint64 writtenBytes = 7;
- clearWrittenBytes() - Method in class org.yamcs.protobuf.HttpTraffic.Builder
-
optional uint64 writtenBytes = 2;
- clearYamcsInstance() - Method in class org.yamcs.replication.protobuf.Request.Builder
-
optional string yamcsInstance = 3;
- clearYamcsInstance() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
-
optional string yamcsInstance = 2;
- clearYamcsVersion() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
-
Yamcs version derived on build time.
- clearYamcsVersion() - Method in class org.yamcs.protobuf.SystemInfo.Builder
-
Yamcs version number.
- clearZeroStringValue() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
-
String representation of a boolean zero (only used by boolean arguments)
- clearZeroStringValue() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
String representation of a boolean zero.
- clearZeroStringValue() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
String representation of a boolean zero (only used by boolean types)
- CLIENT - Enum constant in enum class org.yamcs.replication.TcpRole
- CLIENT_ID - Static variable in class org.yamcs.http.auth.LoginRequest
- ClientConnectionInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.server.ClientConnectionInfo
- ClientConnectionInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.server.ClientConnectionInfo
- ClientConnectionInfo.HttpRequestInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo
- ClientConnectionInfo.HttpRequestInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo
- ClientConnectionInfo.HttpRequestInfoOrBuilder - Interface in org.yamcs.protobuf
- ClientConnectionInfoOrBuilder - Interface in org.yamcs.protobuf
- ClientException - Exception in org.yamcs.client
- ClientException(String) - Constructor for exception org.yamcs.client.ClientException
- ClientException(String, Throwable) - Constructor for exception org.yamcs.client.ClientException
- ClientException(Throwable) - Constructor for exception org.yamcs.client.ClientException
- ClientException(ClientException.ExceptionData) - Constructor for exception org.yamcs.client.ClientException
- ClientException.ExceptionData - Class in org.yamcs.client
- CLIENTID_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.OpenIDConnectInfo
- ClientMessage - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.api.ClientMessage
- ClientMessage.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.api.ClientMessage
- ClientMessageOrBuilder - Interface in org.yamcs.protobuf
- clientObserver - Variable in class org.yamcs.client.base.AbstractSubscription
- CLIENTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SessionInfo
- ClientStreamingObserver - Class in org.yamcs.client.base
-
A message observer that implements a streaming request over HTTP using chunked transfer encoding.
- ClientStreamingObserver(Descriptors.MethodDescriptor, RestClient, Message, Observer<Message>) - Constructor for class org.yamcs.client.base.ClientStreamingObserver
- clone() - Method in class org.yamcs.activities.protobuf.ActivityDefinition.Builder
- clone() - Method in class org.yamcs.api.ExceptionMessage.Builder
- clone() - Method in class org.yamcs.api.FilterSyntaxException.Builder
- clone() - Method in class org.yamcs.api.HttpBody.Builder
- clone() - Method in class org.yamcs.api.HttpRoute.Builder
- clone() - Method in class org.yamcs.api.WebSocketTopic.Builder
- clone() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
- clone() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
- clone() - Method in class org.yamcs.protobuf.AcceptCommandRequest.Builder
- clone() - Method in class org.yamcs.protobuf.AcknowledgeInfo.Builder
- clone() - Method in class org.yamcs.protobuf.AcknowledgmentInfo.Builder
- clone() - Method in class org.yamcs.protobuf.actions.ActionInfo.Builder
- clone() - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo.Builder
- clone() - Method in class org.yamcs.protobuf.activities.ActivityInfo.Builder
- clone() - Method in class org.yamcs.protobuf.activities.ActivityLogInfo.Builder
- clone() - Method in class org.yamcs.protobuf.activities.CancelActivityRequest.Builder
- clone() - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest.Builder
- clone() - Method in class org.yamcs.protobuf.activities.ExecutorInfo.Builder
- clone() - Method in class org.yamcs.protobuf.activities.GetActivityLogRequest.Builder
- clone() - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse.Builder
- clone() - Method in class org.yamcs.protobuf.activities.GetActivityRequest.Builder
- clone() - Method in class org.yamcs.protobuf.activities.GlobalActivityStatus.Builder
- clone() - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.activities.ListExecutorsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.activities.ListScriptsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.activities.ListScriptsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.activities.StartActivityRequest.Builder
- clone() - Method in class org.yamcs.protobuf.activities.SubscribeActivitiesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest.Builder
- clone() - Method in class org.yamcs.protobuf.activities.SubscribeGlobalStatusRequest.Builder
- clone() - Method in class org.yamcs.protobuf.AddBandRequest.Builder
- clone() - Method in class org.yamcs.protobuf.AddItemLogRequest.Builder
- clone() - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.AddViewRequest.Builder
- clone() - Method in class org.yamcs.protobuf.AlarmData.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.SubscribeGlobalStatusRequest.Builder
- clone() - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest.Builder
- clone() - Method in class org.yamcs.protobuf.AlgorithmStatus.Builder
- clone() - Method in class org.yamcs.protobuf.AlgorithmTextOverride.Builder
- clone() - Method in class org.yamcs.protobuf.AlgorithmTrace.Builder
- clone() - Method in class org.yamcs.protobuf.AlgorithmTrace.Log.Builder
- clone() - Method in class org.yamcs.protobuf.AlgorithmTrace.Run.Builder
- clone() - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Archive.ListParameterGroupsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ArchivedParameterInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo.Builder
- clone() - Method in class org.yamcs.protobuf.audit.AuditRecord.Builder
- clone() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.AuthInfo.Builder
- clone() - Method in class org.yamcs.protobuf.BackupDatabaseRequest.Builder
- clone() - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
- clone() - Method in class org.yamcs.protobuf.BlockQueueRequest.Builder
- clone() - Method in class org.yamcs.protobuf.BucketInfo.Builder
- clone() - Method in class org.yamcs.protobuf.BucketLocation.Builder
- clone() - Method in class org.yamcs.protobuf.CancelOptions.Builder
- clone() - Method in class org.yamcs.protobuf.CancelTransferRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Clcw.Builder
- clone() - Method in class org.yamcs.protobuf.ClearanceInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ClearInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ClientConnectionInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ClientMessage.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.CommandAssignment.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.CommandId.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.CommandQueueEvent.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.CommandSignificance.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.Builder
- clone() - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.CheckWindow.Builder
- clone() - Method in class org.yamcs.protobuf.CompactDatabaseRequest.Builder
- clone() - Method in class org.yamcs.protobuf.config.OptionGroupInfo.Builder
- clone() - Method in class org.yamcs.protobuf.config.OptionInfo.Builder
- clone() - Method in class org.yamcs.protobuf.config.SpecInfo.Builder
- clone() - Method in class org.yamcs.protobuf.config.WhenConditionInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ContainerData.Builder
- clone() - Method in class org.yamcs.protobuf.Cop1Config.Builder
- clone() - Method in class org.yamcs.protobuf.Cop1Status.Builder
- clone() - Method in class org.yamcs.protobuf.CreateBucketRequest.Builder
- clone() - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
- clone() - Method in class org.yamcs.protobuf.CreateGroupRequest.Builder
- clone() - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
- clone() - Method in class org.yamcs.protobuf.CreateProcessorRequest.Builder
- clone() - Method in class org.yamcs.protobuf.CreateServiceAccountRequest.Builder
- clone() - Method in class org.yamcs.protobuf.CreateServiceAccountResponse.Builder
- clone() - Method in class org.yamcs.protobuf.CreateTransferRequest.Builder
- clone() - Method in class org.yamcs.protobuf.CreateUserRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DatabaseInfo.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteBandRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteBucketRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteClearanceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteGroupRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteIdentityRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteItemRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteObjectRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteProcessorRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteRoleAssignmentRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteServiceAccountRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteUserRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DeleteViewRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DescribeDatabaseRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DisableBackfillingRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DisableQueueRequest.Builder
- clone() - Method in class org.yamcs.protobuf.DisableRequest.Builder
- clone() - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.EditProcessorRequest.Builder
- clone() - Method in class org.yamcs.protobuf.EnableBackfillingRequest.Builder
- clone() - Method in class org.yamcs.protobuf.EnableQueueRequest.Builder
- clone() - Method in class org.yamcs.protobuf.EntityInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Event.Builder
- clone() - Method in class org.yamcs.protobuf.EventAlarmData.Builder
- clone() - Method in class org.yamcs.protobuf.ExportCommandRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ExportCommandsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ExportEventsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ExportPacketRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ExportPacketsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ExternalIdentityInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ExtraColumnInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ExtractedParameterValue.Builder
- clone() - Method in class org.yamcs.protobuf.ExtractPacketRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ExtractPacketResponse.Builder
- clone() - Method in class org.yamcs.protobuf.FileTransferCapabilities.Builder
- clone() - Method in class org.yamcs.protobuf.FileTransferOption.Builder
- clone() - Method in class org.yamcs.protobuf.FileTransferOption.Value.Builder
- clone() - Method in class org.yamcs.protobuf.FileTransferServiceInfo.Builder
- clone() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetAlgorithmOverridesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetArchivedParameterGroupRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetBandRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetBucketRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetCommandRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetConfigRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetDatabaseRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetFileTransferServiceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetGroupRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetInstanceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetInstanceTemplateRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetItemLogRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetItemRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetObjectInfoRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetObjectRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetPacketRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetParameterOverrideRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetParameterRangesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetParameterValueRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetProcessorRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetQueueRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetRoleRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetServerInfoResponse.Builder
- clone() - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo.Builder
- clone() - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo.Builder
- clone() - Method in class org.yamcs.protobuf.GetServiceAccountRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetServiceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetStatusRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetTcoConfigRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetTcoStatusRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetThreadRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetTransferRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetUserRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GetViewRequest.Builder
- clone() - Method in class org.yamcs.protobuf.GroupInfo.Builder
- clone() - Method in class org.yamcs.protobuf.HttpTraffic.Builder
- clone() - Method in class org.yamcs.protobuf.IndexEntry.Builder
- clone() - Method in class org.yamcs.protobuf.IndexGroup.Builder
- clone() - Method in class org.yamcs.protobuf.IndexResponse.Builder
- clone() - Method in class org.yamcs.protobuf.InitializeRequest.Builder
- clone() - Method in class org.yamcs.protobuf.InstanceTemplate.Builder
- clone() - Method in class org.yamcs.protobuf.IssueCommandRequest.Assignment.Builder
- clone() - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
- clone() - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ItemFilter.Builder
- clone() - Method in class org.yamcs.protobuf.ItemFilter.FilterCriterion.Builder
- clone() - Method in class org.yamcs.protobuf.LeapSecondsTable.Builder
- clone() - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange.Builder
- clone() - Method in class org.yamcs.protobuf.links.DisableLinkRequest.Builder
- clone() - Method in class org.yamcs.protobuf.links.EnableLinkRequest.Builder
- clone() - Method in class org.yamcs.protobuf.links.GetLinkRequest.Builder
- clone() - Method in class org.yamcs.protobuf.links.LinkEvent.Builder
- clone() - Method in class org.yamcs.protobuf.links.LinkInfo.Builder
- clone() - Method in class org.yamcs.protobuf.links.ListLinksRequest.Builder
- clone() - Method in class org.yamcs.protobuf.links.ListLinksResponse.Builder
- clone() - Method in class org.yamcs.protobuf.links.ResetLinkCountersRequest.Builder
- clone() - Method in class org.yamcs.protobuf.links.RunActionRequest.Builder
- clone() - Method in class org.yamcs.protobuf.links.SubscribeLinksRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListBandsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListBandsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListBucketsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListBucketsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListClearancesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListCommandsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListCommandsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListDatabasesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListEventIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListEventSourcesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListEventSourcesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListEventsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListEventsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListFilesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListFilesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListFileTransferServicesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListGroupsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListInstancesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListInstancesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListItemsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListItemsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListMdbOverridesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListMdbOverridesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListObjectsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListObjectsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListPacketIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListPacketNamesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListPacketNamesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListPacketsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListPacketsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListParameterIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListPrivilegesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListProcessorsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListProcessorsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListProcessorTypesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListQueuesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListQueuesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListRolesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListRoutesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListServiceAccountsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListServicesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListServicesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListSessionsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListSourcesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListSourcesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListThreadsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListThreadsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListTimelineTagsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListTimelineTagsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListTopicsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListTransfersRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListTransfersResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListUsersResponse.Builder
- clone() - Method in class org.yamcs.protobuf.ListViewsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ListViewsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.LoadParameterValuesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.LoadParameterValuesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.LogEntry.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.AlarmInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.AlarmRange.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ArgumentAssignmentInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ArrayInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.GetParameterResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.EnumerationAlarm.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.EnumRange.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.EnumValue.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ExportJavaMissionDatabaseRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ExportXtceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.GetAlgorithmRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.GetCommandRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.GetContainerRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.GetMissionDatabaseRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.GetParameterRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.GetParameterTypeRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.GetSpaceSystemRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.HistoryInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.JavaExpressionCalibratorInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.MathElement.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.MemberInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.MissionDatabase.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.OutputParameterInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.RepeatInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.SignificanceInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.UnitInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.UsedByInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Mdb.VerifierInfo.Builder
- clone() - Method in class org.yamcs.protobuf.MdbOverrideInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ObjectInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo.Builder
- clone() - Method in class org.yamcs.protobuf.OpenIDConnectInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ParameterAlarmData.Builder
- clone() - Method in class org.yamcs.protobuf.ParameterOverride.Builder
- clone() - Method in class org.yamcs.protobuf.ParameterValueUpdate.Builder
- clone() - Method in class org.yamcs.protobuf.PauseTransferRequest.Builder
- clone() - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest.Builder
- clone() - Method in class org.yamcs.protobuf.plists.DeleteParameterListRequest.Builder
- clone() - Method in class org.yamcs.protobuf.plists.GetParameterListRequest.Builder
- clone() - Method in class org.yamcs.protobuf.plists.ListParameterListsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.plists.ParameterListInfo.Builder
- clone() - Method in class org.yamcs.protobuf.plists.PatternDefinition.Builder
- clone() - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ProcessInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ProcessorInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ProcessorManagementRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ProcessorRequest.Builder
- clone() - Method in class org.yamcs.protobuf.PurgeRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Pvalue.ParameterData.Builder
- clone() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.Builder
- clone() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Builder
- clone() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
- clone() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Builder
- clone() - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample.Builder
- clone() - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.RebuildRangeRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.RejectCommandRequest.Builder
- clone() - Method in class org.yamcs.protobuf.RelativeTime.Builder
- clone() - Method in class org.yamcs.protobuf.RemoteFile.Builder
- clone() - Method in class org.yamcs.protobuf.ReplicationInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ReplicationMasterInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ReplicationSlaveInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Reply.Builder
- clone() - Method in class org.yamcs.protobuf.RestartInstanceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ResumeRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ResumeTransferRequest.Builder
- clone() - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo.Builder
- clone() - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo.Builder
- clone() - Method in class org.yamcs.protobuf.RoleAssignment.Builder
- clone() - Method in class org.yamcs.protobuf.RoleInfo.Builder
- clone() - Method in class org.yamcs.protobuf.RootDirectory.Builder
- clone() - Method in class org.yamcs.protobuf.RouteInfo.Builder
- clone() - Method in class org.yamcs.protobuf.RunFileActionRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ServerMessage.Builder
- clone() - Method in class org.yamcs.protobuf.ServiceAccountInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ServiceInfo.Builder
- clone() - Method in class org.yamcs.protobuf.SessionEventInfo.Builder
- clone() - Method in class org.yamcs.protobuf.SessionInfo.Builder
- clone() - Method in class org.yamcs.protobuf.SetCoefficientsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SetParameterValueRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SetTcoConfigRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SetTimeRequest.Builder
- clone() - Method in class org.yamcs.protobuf.ShelveInfo.Builder
- clone() - Method in class org.yamcs.protobuf.StartInstanceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.StartServiceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.State.Builder
- clone() - Method in class org.yamcs.protobuf.State.CallInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Statistics.Builder
- clone() - Method in class org.yamcs.protobuf.StopInstanceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.StopServiceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.StreamCommandIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.StreamCommandsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.StreamEvent.Builder
- clone() - Method in class org.yamcs.protobuf.StreamEventIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.StreamEventsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.StreamPacketIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.StreamPacketsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.StreamParameterIndexRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeBackfillingData.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeBackfillingRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeCommandsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeContainersRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribedParameterInfo.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeEventsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeMdbChangesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribePacketsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeParametersRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeProcessorsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeQueueEventsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeQueueStatisticsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeStatusRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeTimeRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeTMStatisticsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SubscribeTransfersRequest.Builder
- clone() - Method in class org.yamcs.protobuf.SystemInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Table.ColumnData.Builder
- clone() - Method in class org.yamcs.protobuf.Table.ColumnInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Table.EnumValue.Builder
- clone() - Method in class org.yamcs.protobuf.Table.ExecuteSqlRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.GetStreamRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.GetTableDataRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.GetTableRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.ListStreamsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.ListStreamsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Table.ListTablesRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.ListTablesResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Table.ListValue.Builder
- clone() - Method in class org.yamcs.protobuf.Table.PartitioningInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Table.ReadRowsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.RebuildHistogramResponse.Builder
- clone() - Method in class org.yamcs.protobuf.Table.ResultSet.Builder
- clone() - Method in class org.yamcs.protobuf.Table.Row.Builder
- clone() - Method in class org.yamcs.protobuf.Table.Row.Cell.Builder
- clone() - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Table.StreamData.Builder
- clone() - Method in class org.yamcs.protobuf.Table.StreamInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Table.SubscribeStreamRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.SubscribeStreamStatisticsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.TableData.Builder
- clone() - Method in class org.yamcs.protobuf.Table.TableData.TableRecord.Builder
- clone() - Method in class org.yamcs.protobuf.Table.TableInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Table.WriteRowsExceptionDetail.Builder
- clone() - Method in class org.yamcs.protobuf.Table.WriteRowsRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Table.WriteRowsResponse.Builder
- clone() - Method in class org.yamcs.protobuf.TcoCoefficients.Builder
- clone() - Method in class org.yamcs.protobuf.TcoConfig.Builder
- clone() - Method in class org.yamcs.protobuf.TcoResetRequest.Builder
- clone() - Method in class org.yamcs.protobuf.TcoSample.Builder
- clone() - Method in class org.yamcs.protobuf.TcoStatus.Builder
- clone() - Method in class org.yamcs.protobuf.TemplateVariable.Builder
- clone() - Method in class org.yamcs.protobuf.ThreadGroupInfo.Builder
- clone() - Method in class org.yamcs.protobuf.ThreadInfo.Builder
- clone() - Method in class org.yamcs.protobuf.TimeInfo.Builder
- clone() - Method in class org.yamcs.protobuf.TimelineBand.Builder
- clone() - Method in class org.yamcs.protobuf.TimelineItem.Builder
- clone() - Method in class org.yamcs.protobuf.TimelineItemLog.Builder
- clone() - Method in class org.yamcs.protobuf.TimelineSourceCapabilities.Builder
- clone() - Method in class org.yamcs.protobuf.TimelineView.Builder
- clone() - Method in class org.yamcs.protobuf.TmPacketData.Builder
- clone() - Method in class org.yamcs.protobuf.TmStatistics.Builder
- clone() - Method in class org.yamcs.protobuf.TofInterval.Builder
- clone() - Method in class org.yamcs.protobuf.TokenResponse.Builder
- clone() - Method in class org.yamcs.protobuf.TopicInfo.Builder
- clone() - Method in class org.yamcs.protobuf.TraceElementInfo.Builder
- clone() - Method in class org.yamcs.protobuf.TransactionId.Builder
- clone() - Method in class org.yamcs.protobuf.TransferInfo.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateClearanceRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateConfigRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateGroupRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateParameterRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateUserRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UpdateViewRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UploadObjectRequest.Builder
- clone() - Method in class org.yamcs.protobuf.UserInfo.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.AggregateValue.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.EventReplayRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectId.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.ReplaySpeed.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus.Builder
- clone() - Method in class org.yamcs.protobuf.Yamcs.Value.Builder
- clone() - Method in class org.yamcs.protobuf.YamcsInstance.Builder
- clone() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
- clone() - Method in class org.yamcs.replication.protobuf.Request.Builder
- clone() - Method in class org.yamcs.replication.protobuf.Response.Builder
- clone() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
- clone() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
- clone() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
- clone() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
- clone() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
- clone() - Method in class org.yamcs.security.protobuf.Clearance.Builder
- clone() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
- clone() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
- clone() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
- clone() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
- clone() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
- clone() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
- clone() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
- clone() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
- clone() - Method in class org.yamcs.tse.api.TseCommand.Builder
- clone() - Method in class org.yamcs.tse.api.TseCommanderMessage.Builder
- clone() - Method in class org.yamcs.tse.api.TseCommandResponse.Builder
- clone() - Method in class org.yamcs.utils.IntHashSet
-
Creates and returns a copy of this IntHashSet.
- clone() - Method in class org.yamcs.web.api.CreateQueryRequest.Builder
- clone() - Method in class org.yamcs.web.api.DeleteQueryRequest.Builder
- clone() - Method in class org.yamcs.web.api.GetInstanceConfigurationRequest.Builder
- clone() - Method in class org.yamcs.web.api.InstanceConfiguration.Builder
- clone() - Method in class org.yamcs.web.api.ListQueriesRequest.Builder
- clone() - Method in class org.yamcs.web.api.ListQueriesResponse.Builder
- clone() - Method in class org.yamcs.web.api.ParseFilterData.Builder
- clone() - Method in class org.yamcs.web.api.ParseFilterRequest.Builder
- clone() - Method in class org.yamcs.web.api.QueryInfo.Builder
- clone() - Method in class org.yamcs.web.api.UpdateQueryRequest.Builder
- clone() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
- clone() - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus.Builder
- clone() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
- clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
- clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
- clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
- clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
- clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
- clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
- clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
- clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
- clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
- cloneForCommanding(ProcessingContext, Map<Argument, ArgumentValue>, LastValueCache, long) - Static method in class org.yamcs.mdb.ProcessingContext
-
Create a new processing context object with the tmParamsCache and tmParams shared with the data object, but with new cmdParams.
- cloneForTm(ProcessingContext) - Static method in class org.yamcs.mdb.ProcessingContext
-
keeps the tmParamsCache and tmParams from the given data
- close() - Method in interface org.yamcs.archive.IndexIterator
- close() - Method in class org.yamcs.client.base.HttpClient
- close() - Method in class org.yamcs.client.base.RestClient
- close() - Method in class org.yamcs.client.YamcsClient
- close() - Method in interface org.yamcs.events.EventProducer
-
Closes the connection to the server; the producer is unusable after this is called
- close() - Method in class org.yamcs.events.MockupEventProducer
- close() - Method in class org.yamcs.events.QuietEventProducer
- close() - Method in class org.yamcs.events.Slf4jEventProducer
- close() - Method in class org.yamcs.events.StreamEventProducer
- close() - Method in class org.yamcs.http.TopicContext
- close() - Method in class org.yamcs.logging.SyslogHandler
- close() - Method in class org.yamcs.logging.WatchedFileHandler
- close() - Method in class org.yamcs.parameterarchive.AggrrayIterator
- close() - Method in class org.yamcs.parameterarchive.MultiSegmentIterator
-
Close the underlying rocks iterator if not already closed
- close() - Method in interface org.yamcs.parameterarchive.ParchiveIterator
- close() - Method in record class org.yamcs.parameterarchive.RdbIteratorWithOptions
- close() - Method in class org.yamcs.parameterarchive.SegmentIterator
-
Close the underlying rocks iterator if not already closed
- close() - Method in class org.yamcs.parameterarchive.SimpleParameterIterator
- close() - Method in class org.yamcs.replication.ReplicationFile
- close() - Method in class org.yamcs.tctm.CcsdsPacketInputStream
- close() - Method in class org.yamcs.tctm.CfdpPacketInputStream
- close() - Method in class org.yamcs.tctm.FixedPacketInputStream
- close() - Method in class org.yamcs.tctm.GenericPacketInputStream
- close() - Method in class org.yamcs.tests.LoggingUtils.ArrayLogHandler
- close() - Method in class org.yamcs.utils.ParameterFormatter
- close() - Method in class org.yamcs.xtce.xml.AbstractStaxReader
- close() - Method in class org.yamcs.yarch.AbstractTableWalker
- close() - Method in class org.yamcs.yarch.ExecutionContext
- close() - Method in interface org.yamcs.yarch.HistogramIterator
-
Close the iterator
- close() - Method in class org.yamcs.yarch.rocksdb.AbstractDbIterator
- close() - Method in interface org.yamcs.yarch.rocksdb.DbIterator
- close() - Method in class org.yamcs.yarch.rocksdb.RdbHistogramIterator
- close() - Method in class org.yamcs.yarch.rocksdb.RdbSequence
- close() - Method in class org.yamcs.yarch.rocksdb.SecondaryIndexTableWalker
- close() - Method in class org.yamcs.yarch.rocksdb.Tablespace
- close() - Method in class org.yamcs.yarch.Stream
-
Closes the stream by changing the state, calling
Stream.doClose()
sand then sending the streamClosed signal to all subscribed clients. - close() - Method in interface org.yamcs.yarch.streamsql.StreamSqlResult
-
Close the associated resources
- close() - Method in class org.yamcs.yarch.streamsql.StreamSqlResultList
- close() - Method in interface org.yamcs.yarch.TableWalker
- close() - Method in class org.yamcs.yarch.TableWriter
-
close writer and any open resources
- close() - Method in class org.yamcs.yarch.YarchDatabaseInstance
- close(YRDB) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
-
immediately closes the database
- CLOSE_ACTION - Static variable in class org.yamcs.ui.packetviewer.FindParameterBar
- CLOSE_IF_ELIF_TAG - Static variable in interface org.yamcs.templating.TemplateParserConstants
-
RegularExpression Id.
- CLOSE_TAG - Static variable in interface org.yamcs.templating.TemplateParserConstants
-
RegularExpression Id.
- CLOSE_VAR - Static variable in interface org.yamcs.templating.TemplateParserConstants
-
RegularExpression Id.
- closeChannel(String) - Method in class org.yamcs.http.HttpServer
- CLOSED - Enum constant in enum class org.yamcs.protobuf.Yamcs.ReplayStatus.ReplayState
-
The replay is finished and closed
- CLOSED_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.ReplayStatus.ReplayState
-
The replay is finished and closed
- closeFuture() - Method in class org.yamcs.yarch.TableWriter
-
future which will be called (completed) when the writer is closed.
- closeIfOpen(String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
-
Close the DB if open (called when dropping the table)
- closeSocket() - Method in class org.yamcs.tctm.TcpTcTmDataLink
- CloseStreamStatement - Class in org.yamcs.yarch.streamsql
- CloseStreamStatement(String) - Constructor for class org.yamcs.yarch.streamsql.CloseStreamStatement
- CloseStreamStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- closeTableWriters(YarchDatabaseInstance, Collection<String>) - Static method in class org.yamcs.archive.Utils
-
close all table writers subscribed to any of the stream in the list
- closureRequested() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
- cltuGenerator - Variable in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
- CltuGenerator - Class in org.yamcs.tctm.ccsds.error
-
Makes CLTUs from command transfer frames as per CCSDS 231.0-B-3 (TC SYNCHRONIZATION AND CHANNEL CODING)
- CltuGenerator(byte[], byte[]) - Constructor for class org.yamcs.tctm.ccsds.error.CltuGenerator
- CltuGenerator.Encoding - Enum Class in org.yamcs.tctm.ccsds.error
- CMD_COMMAND - Static variable in class org.yamcs.tse.TseLoader
- CMD_HIST - Enum constant in enum class org.yamcs.StreamConfig.StandardStreamType
- CMD_HISTORY - Enum constant in enum class org.yamcs.yarch.protobuf.Db.ProtoDataType
-
CMD_HISTORY = 9;
- CMD_HISTORY_VALUE - Static variable in enum class org.yamcs.yarch.protobuf.Db.ProtoDataType
-
CMD_HISTORY = 9;
- CMD_QUERY - Static variable in class org.yamcs.tse.TseLoader
- cmdArgs - Variable in class org.yamcs.mdb.ProcessingContext
- cmdControlFlag() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
- CMDHIST_TUPLE_COL_CMDNAME - Static variable in class org.yamcs.StandardTupleDefinitions
- Cmdhistory - Class in org.yamcs.cmdhistory.protobuf
- Cmdhistory.Assignment - Class in org.yamcs.cmdhistory.protobuf
-
Protobuf type
Assignment
- Cmdhistory.Assignment.Builder - Class in org.yamcs.cmdhistory.protobuf
-
Protobuf type
Assignment
- Cmdhistory.AssignmentInfo - Class in org.yamcs.cmdhistory.protobuf
-
Protobuf type
AssignmentInfo
- Cmdhistory.AssignmentInfo.Builder - Class in org.yamcs.cmdhistory.protobuf
-
Protobuf type
AssignmentInfo
- Cmdhistory.AssignmentInfoOrBuilder - Interface in org.yamcs.cmdhistory.protobuf
- Cmdhistory.AssignmentOrBuilder - Interface in org.yamcs.cmdhistory.protobuf
- cmdParams - Variable in class org.yamcs.mdb.ProcessingContext
- cmdParamsCache - Variable in class org.yamcs.mdb.ProcessingContext
- cmdPostProcessor - Variable in class org.yamcs.tctm.AbstractTcDataLink
- cmdPostProcessor - Variable in class org.yamcs.tctm.AbstractTcTmParamLink
- CN_CALIB_CALIB1 - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CN_CALIB_CALIB2 - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CN_CALIB_DESCRIPTION - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CN_CALIB_NAME - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CN_CALIB_TYPE - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CN_CMD_ARG_ASSIGNMENT - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_ARGNAME - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_DEFVALUE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_DESCRIPTION - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_DTYPE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_FLAGS - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_LONG_DESCRIPTION - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_NAME - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_PARENT - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_POSITION - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_RANGEHIGH - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMD_RANGELOW - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMDVERIF_CHECKWINDOW - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMDVERIF_CHECKWINDOW_RELATIVETO - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMDVERIF_NAME - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMDVERIF_ONFAIL - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMDVERIF_ONSUCCESS - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMDVERIF_ONTIMEOUT - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMDVERIF_STAGE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMDVERIF_TEXT - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CMDVERIF_TYPE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
- CN_CONTEXT - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- CNAME_ACK_BY - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_ACK_MSG - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_ACK_TIME - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_ACTIVITY_DEFINITION - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_ACTIVITY_ID - Static variable in class org.yamcs.activities.ActivityLogDb
- CNAME_ARGS - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_ASSIGNMENTS - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_BANDS - Static variable in class org.yamcs.timeline.TimelineViewDb
- CNAME_BINARY - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_CLEAR - Static variable in class org.yamcs.alarms.EventAlarmStreamer
- CNAME_CLEAR - Static variable in class org.yamcs.alarms.ParameterAlarmStreamer
- CNAME_CLEAR_MSG - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_CLEARED_BY - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_CLEARED_TIME - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_CMDNAME - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_COMMENT - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_COMMENT - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_DESCRIPTION - Static variable in class org.yamcs.plists.ParameterListDb
- CNAME_DESCRIPTION - Static variable in class org.yamcs.timeline.TimelineBandDb
- CNAME_DESCRIPTION - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_DESCRIPTION - Static variable in class org.yamcs.timeline.TimelineViewDb
- CNAME_DETAIL - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_DURATION - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_FAILURE_REASON - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_FAILURE_REASON - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_FILTER - Static variable in class org.yamcs.timeline.TimelineBandDb
- CNAME_GENTIME - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_GROUP_ID - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_ID - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_ID - Static variable in class org.yamcs.plists.ParameterListDb
- CNAME_ID - Static variable in class org.yamcs.timeline.TimelineBandDb
- CNAME_ID - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_ID - Static variable in class org.yamcs.timeline.TimelineItemLogDb
- CNAME_ID - Static variable in class org.yamcs.timeline.TimelineViewDb
- CNAME_ID - Static variable in class org.yamcs.web.db.QueryDb
- CNAME_LAST_EVENT - Static variable in class org.yamcs.alarms.EventAlarmStreamer
- CNAME_LAST_EVENT - Static variable in class org.yamcs.alarms.ParameterAlarmStreamer
- CNAME_LAST_VALUE - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_LEVEL - Static variable in class org.yamcs.activities.ActivityLogDb
- CNAME_MESSAGE - Static variable in class org.yamcs.activities.ActivityLogDb
- CNAME_METHOD - Static variable in class org.yamcs.http.audit.AuditLogDb
- CNAME_MSG - Static variable in class org.yamcs.timeline.TimelineItemLogDb
- CNAME_NAME - Static variable in class org.yamcs.plists.ParameterListDb
- CNAME_NAME - Static variable in class org.yamcs.timeline.TimelineBandDb
- CNAME_NAME - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_NAME - Static variable in class org.yamcs.timeline.TimelineViewDb
- CNAME_NAME - Static variable in class org.yamcs.web.db.QueryDb
- CNAME_NO_POSTPROCESSING - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_NO_TRANSMISSION_CONSTRAINTS - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_NO_VERIFIERS - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_ORIGIN - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_PATTERNS - Static variable in class org.yamcs.plists.ParameterListDb
- CNAME_PENDING - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_PROCESSOR - Static variable in class org.yamcs.parameter.ParameterPersistence
- CNAME_QUERY - Static variable in class org.yamcs.web.db.QueryDb
- CNAME_RAW - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_RECTIME - Static variable in class org.yamcs.http.audit.AuditLogDb
- CNAME_RELTIME_ID - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_RELTIME_START - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_REQUEST - Static variable in class org.yamcs.http.audit.AuditLogDb
- CNAME_RESOURCE - Static variable in class org.yamcs.web.db.QueryDb
- CNAME_RUNS - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_SAVETIME - Static variable in class org.yamcs.parameter.ParameterPersistence
- CNAME_SEQ - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_SEQ - Static variable in class org.yamcs.activities.ActivityLogDb
- CNAME_SEQ_NUM - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_SEQNUM - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_SEQNUM - Static variable in class org.yamcs.http.audit.AuditLogDb
- CNAME_SERVICE - Static variable in class org.yamcs.http.audit.AuditLogDb
- CNAME_SEVERITY_INCREASED - Static variable in class org.yamcs.alarms.EventAlarmStreamer
- CNAME_SEVERITY_INCREASED - Static variable in class org.yamcs.alarms.ParameterAlarmStreamer
- CNAME_SHARED - Static variable in class org.yamcs.timeline.TimelineBandDb
- CNAME_SHELVE_DURATION - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_SHELVED_BY - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_SHELVED_MSG - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_SHELVED_TIME - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_SOURCE - Static variable in class org.yamcs.activities.ActivityLogDb
- CNAME_SOURCE - Static variable in class org.yamcs.timeline.TimelineBandDb
- CNAME_START - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_START - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_STARTED_BY - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_STATUS - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_STATUS - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_STOP - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_STOPPED_BY - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_SUMMARY - Static variable in class org.yamcs.http.audit.AuditLogDb
- CNAME_TAGS - Static variable in class org.yamcs.timeline.TimelineBandDb
- CNAME_TAGS - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_TIME - Static variable in class org.yamcs.activities.ActivityLogDb
- CNAME_TIME - Static variable in class org.yamcs.timeline.TimelineItemLogDb
- CNAME_TRIGGER - Static variable in class org.yamcs.alarms.EventAlarmStreamer
- CNAME_TRIGGER - Static variable in class org.yamcs.alarms.ParameterAlarmStreamer
- CNAME_TRIGGER_TIME - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_TYPE - Static variable in class org.yamcs.activities.ActivityDb
- CNAME_TYPE - Static variable in class org.yamcs.timeline.TimelineBandDb
- CNAME_TYPE - Static variable in class org.yamcs.timeline.TimelineItemDb
- CNAME_TYPE - Static variable in class org.yamcs.timeline.TimelineItemLogDb
- CNAME_UNPROCESSED_BINARY - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_UPDATE_PV - Static variable in class org.yamcs.alarms.ParameterAlarmStreamer
- CNAME_UPDATE_TIME - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_USER - Static variable in class org.yamcs.http.audit.AuditLogDb
- CNAME_USER - Static variable in class org.yamcs.timeline.TimelineItemLogDb
- CNAME_USER_ID - Static variable in class org.yamcs.web.db.QueryDb
- CNAME_USERNAME - Static variable in class org.yamcs.commanding.PreparedCommand
- CNAME_USERNAME - Static variable in class org.yamcs.timeline.TimelineBandDb
- CNAME_VALUE_COUNT - Static variable in class org.yamcs.alarms.AlarmStreamer
- CNAME_VIOLATION_COUNT - Static variable in class org.yamcs.alarms.AlarmStreamer
- coalesce(Object...) - Static method in class org.yamcs.yarch.streamsql.funct.CoalesceExpression
- CoalesceExpression - Class in org.yamcs.yarch.streamsql.funct
- CoalesceExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.funct.CoalesceExpression
- coarseTime - Variable in class org.yamcs.utils.GpsCcsdsTime
- CODE_FIELD_NUMBER - Static variable in class org.yamcs.api.ExceptionMessage
- codeChallenge - Variable in class org.yamcs.security.CryptoUtils.PKCE
- codeVerifier - Variable in class org.yamcs.security.CryptoUtils.PKCE
- COEFFICIENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo
- COEFFICIENTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo
- COEFFICIENTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SetCoefficientsRequest
- COEFFICIENTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TcoStatus
- COEFFICIENTSTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TcoStatus
- coerceValue(Object) - Method in class org.yamcs.CommandOption
-
Returns a new value whose type matches more closely the type of this command option.
- coerceValue(Yamcs.Value) - Method in class org.yamcs.CommandOption
-
Returns a new value whose type matches more closely the type of this command option.
- COL_PACKET_FACTORY - Static variable in interface org.yamcs.simulator.TcPacketFactory
- collect() - Method in class org.yamcs.http.api.Downsampler
- collectAggregates(List<AggregateExpression>) - Method in class org.yamcs.yarch.streamsql.Expression
- collectionStart - Variable in class org.yamcs.parameterarchive.RealtimeArchiveFiller
- collectRequiredInputs(Set<ColumnDefinition>) - Method in class org.yamcs.yarch.streamsql.ColumnExpression
- collectRequiredInputs(Set<ColumnDefinition>) - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
- collectRequiredInputs(Set<ColumnDefinition>) - Method in class org.yamcs.yarch.streamsql.Expression
- collectSystemParameters(long, List<ParameterValue>) - Method in class org.yamcs.tctm.AbstractLink
-
adds system parameters link status and data in/out to the list.
- collectSystemParameters(long, List<ParameterValue>) - Method in class org.yamcs.tctm.AbstractParameterDataLink
- collectSystemParameters(long, List<ParameterValue>) - Method in class org.yamcs.tctm.AbstractTmDataLink
- collectSystemParameters(long, List<ParameterValue>) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
- COLS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.GetTableDataRequest
- COLS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.ReadRowsRequest
- ColSimulator - Class in org.yamcs.simulator
-
Simulator working with Columbus/ISS kind of packet structure
- ColSimulator(File, File) - Constructor for class org.yamcs.simulator.ColSimulator
- ColumbusCcsdsPacket - Class in org.yamcs.simulator
-
CCSDS packets as used in Columbus/ISS
- ColumbusCcsdsPacket(byte[]) - Constructor for class org.yamcs.simulator.ColumbusCcsdsPacket
- ColumbusCcsdsPacket(int, int, int) - Constructor for class org.yamcs.simulator.ColumbusCcsdsPacket
- ColumbusCcsdsPacket(int, int, int, boolean) - Constructor for class org.yamcs.simulator.ColumbusCcsdsPacket
- ColumbusCcsdsPacket(int, int, int, int, boolean) - Constructor for class org.yamcs.simulator.ColumbusCcsdsPacket
- ColumbusCcsdsPacket(ByteBuffer) - Constructor for class org.yamcs.simulator.ColumbusCcsdsPacket
- column - Variable in class org.yamcs.templating.SimpleCharStream
- column - Variable in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
- column - Variable in class org.yamcs.utils.parser.SimpleCharStream
- COLUMN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.StreamData
- COLUMN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.StreamInfo
- COLUMN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.TableData.TableRecord
- COLUMN_NOT_FOUND - Enum constant in enum class org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
- ColumnDefinition - Class in org.yamcs.yarch
- ColumnDefinition(String, DataType) - Constructor for class org.yamcs.yarch.ColumnDefinition
- ColumnExpression - Class in org.yamcs.yarch.streamsql
-
Represents a column in a query, for example x and y below: select x from table where y > 0
- COLUMNID_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.Row.Cell
- ColumnInfo - Class in org.yamcs.replication.protobuf
-
Protobuf type
ColumnInfo
- ColumnInfo.Builder - Class in org.yamcs.replication.protobuf
-
Protobuf type
ColumnInfo
- ColumnInfoOrBuilder - Interface in org.yamcs.replication.protobuf
- columnName - Variable in class org.yamcs.yarch.HistogramInfo
- COLUMNNAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
- ColumnNotFoundException - Exception in org.yamcs.yarch.streamsql
- ColumnNotFoundException(String) - Constructor for exception org.yamcs.yarch.streamsql.ColumnNotFoundException
- COLUMNS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.ResultSet
- COLUMNS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.Row
- COLUMNS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.StreamInfo
- COLUMNS_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.StreamInfo
- ColumnSerializer<T> - Interface in org.yamcs.yarch
-
Serializes column values to byte arrays (used as part of tables) and back
- ColumnSerializerFactory - Class in org.yamcs.yarch
- ColumnSerializerFactory() - Constructor for class org.yamcs.yarch.ColumnSerializerFactory
- ColumnSerializerV2 - Class in org.yamcs.yarch
-
serializers for table format version ≤ 2 where the signed integers (and timestamps) are stored as they are and do not sort properly when they are primary keys.
- ColumnSerializerV2() - Constructor for class org.yamcs.yarch.ColumnSerializerV2
- ColumnSerializerV3 - Class in org.yamcs.yarch
- ColumnSerializerV3() - Constructor for class org.yamcs.yarch.ColumnSerializerV3
- ColumnValueSerializer - Class in org.yamcs.yarch.rocksdb
-
Used in partitioning by value - translates between value (Object) and byte[]
- ColumnValueSerializer(DataType) - Constructor for class org.yamcs.yarch.rocksdb.ColumnValueSerializer
- ColumnValueSerializer(TableDefinition) - Constructor for class org.yamcs.yarch.rocksdb.ColumnValueSerializer
- columnWriters - Variable in class org.yamcs.yarch.rocksdb.HistogramWriter
- command(String, TseCommand, boolean) - Method in class org.yamcs.tse.InstrumentDriver
- Command - Class in org.yamcs.cli
-
This represents a command together with its options and subcommands
- Command - Class in org.yamcs.client
- Command - Static variable in class org.yamcs.security.ObjectPrivilegeType
- Command(String, String, Map<String, String>, List<Commanding.CommandAssignment>, String, int, Instant) - Constructor for class org.yamcs.client.Command
- Command(String, Command) - Constructor for class org.yamcs.cli.Command
- Command(Commanding.CommandHistoryEntry) - Constructor for class org.yamcs.client.Command
- Command(IssueCommandResponse) - Constructor for class org.yamcs.client.Command
- COMMAND - Enum constant in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
COMMAND = 5;
- COMMAND - Enum constant in enum class org.yamcs.protobuf.Mdb.MissionDatabaseItem.ItemCase
- COMMAND - Enum constant in enum class org.yamcs.xtce.DataSource
-
parameters used in the context of command verifiers
- COMMAND_ADDED - Enum constant in enum class org.yamcs.protobuf.Commanding.CommandQueueEvent.Type
-
COMMAND_ADDED = 1;
- COMMAND_ADDED_VALUE - Static variable in enum class org.yamcs.protobuf.Commanding.CommandQueueEvent.Type
-
COMMAND_ADDED = 1;
- COMMAND_BAND - Enum constant in enum class org.yamcs.protobuf.TimelineBandType
-
COMMAND_BAND = 4;
- COMMAND_BAND_VALUE - Static variable in enum class org.yamcs.protobuf.TimelineBandType
-
COMMAND_BAND = 4;
- COMMAND_CONTAINER - Enum constant in enum class org.yamcs.xtce.util.NameReference.Type
- COMMAND_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AcceptCommandRequest
- COMMAND_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.MissionDatabaseItem
- COMMAND_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ProcessInfo
- COMMAND_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RejectCommandRequest
- COMMAND_FIELD_NUMBER - Static variable in class org.yamcs.tse.api.TseCommand
- COMMAND_HISTORY - Enum constant in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
COMMAND_HISTORY = 6;
- COMMAND_HISTORY - Enum constant in enum class org.yamcs.xtce.DataSource
-
special parameters created on the fly and instantiated in the context of command verifiers
- COMMAND_HISTORY_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
COMMAND_HISTORY = 6;
- COMMAND_REJECTED - Enum constant in enum class org.yamcs.protobuf.Commanding.CommandQueueEvent.Type
-
COMMAND_REJECTED = 2;
- COMMAND_REJECTED_VALUE - Static variable in enum class org.yamcs.protobuf.Commanding.CommandQueueEvent.Type
-
COMMAND_REJECTED = 2;
- COMMAND_RELEASE - Enum constant in enum class org.yamcs.xtce.CheckWindow.TimeWindowIsRelativeToType
- COMMAND_SENT - Enum constant in enum class org.yamcs.protobuf.Commanding.CommandQueueEvent.Type
-
COMMAND_SENT = 3;
- COMMAND_SENT_VALUE - Static variable in enum class org.yamcs.protobuf.Commanding.CommandQueueEvent.Type
-
COMMAND_SENT = 3;
- COMMAND_UPDATED - Enum constant in enum class org.yamcs.protobuf.Commanding.CommandQueueEvent.Type
-
COMMAND_UPDATED = 4;
- COMMAND_UPDATED_VALUE - Static variable in enum class org.yamcs.protobuf.Commanding.CommandQueueEvent.Type
-
COMMAND_UPDATED = 4;
- COMMAND_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
COMMAND = 5;
- COMMAND_VERIFICATION - Enum constant in enum class org.yamcs.protobuf.Mdb.AlgorithmInfo.Scope
-
COMMAND_VERIFICATION = 1;
- COMMAND_VERIFICATION - Enum constant in enum class org.yamcs.xtce.Algorithm.Scope
- COMMAND_VERIFICATION_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.AlgorithmInfo.Scope
-
COMMAND_VERIFICATION = 1;
- commandAdded(CommandQueue, ActiveCommand) - Method in interface org.yamcs.commanding.CommandQueueListener
- CommandBuildResult(byte[], Map<Argument, ArgumentValue>) - Constructor for class org.yamcs.mdb.MetaCommandProcessor.CommandBuildResult
- CommandComplete_KEY - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
- CommandContainer - Class in org.yamcs.xtce
- CommandContainer(String) - Constructor for class org.yamcs.xtce.CommandContainer
- COMMANDCONTAINER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandInfo
- COMMANDCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.MissionDatabase
- CommandEncodingException - Exception in org.yamcs.mdb
- CommandEncodingException(String) - Constructor for exception org.yamcs.mdb.CommandEncodingException
- CommandEncodingException(TcProcessingContext, String) - Constructor for exception org.yamcs.mdb.CommandEncodingException
- CommandExecution - Class in org.yamcs.activities
- CommandExecution(ActivityService, CommandExecutor, Activity, Processor, String, Map<String, Object>, Map<String, Object>, Stream, User) - Constructor for class org.yamcs.activities.CommandExecution
- CommandExecutor - Class in org.yamcs.activities
- CommandExecutor() - Constructor for class org.yamcs.activities.CommandExecutor
- commandFailed(Commanding.CommandId, long, String) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
- commandFinished(Commanding.CommandId) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
-
Called when there can be no more events for this command.
- commandHistory - Variable in class org.yamcs.tctm.csp.CspCommandPostprocessor
- commandHistory - Variable in class org.yamcs.tctm.IssCommandPostprocessor
- CommandHistory - Static variable in class org.yamcs.security.ObjectPrivilegeType
- CommandHistoryConsumer - Interface in org.yamcs.cmdhistory
-
Interface implemented by all the classes that want to receive command history events.
- CommandHistoryFilter - Class in org.yamcs.cmdhistory
- CommandHistoryFilter(int, String, long) - Constructor for class org.yamcs.cmdhistory.CommandHistoryFilter
- commandHistoryListener - Variable in class org.yamcs.tctm.GenericCommandPostprocessor
- commandHistoryListener - Variable in class org.yamcs.tctm.pus.PusCommandPostprocessor
- CommandHistoryProvider - Interface in org.yamcs.cmdhistory
-
Interface implemented by all classes that provide command history to the
CommandHistoryRequestManager
- commandHistoryPublisher - Variable in class org.yamcs.tctm.AbstractCommandPostProcessor
- commandHistoryPublisher - Variable in class org.yamcs.tctm.AbstractTcDataLink
- commandHistoryPublisher - Variable in class org.yamcs.tctm.AbstractTcTmParamLink
- commandHistoryPublisher - Variable in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
- commandHistoryPublisher - Variable in class org.yamcs.tctm.cfs.CfsCommandPostprocessor
- CommandHistoryPublisher - Interface in org.yamcs.cmdhistory
-
Used by the commanding applications to save commands and commands acknowledgements into a history.
- CommandHistoryPublisher.AckStatus - Enum Class in org.yamcs.cmdhistory
-
provides acknowledgment status during execution of command
- CommandHistoryRecorder - Class in org.yamcs.archive
-
Records command history the key is formed by generation time, origin and sequence number the value is formed by a arbitrary number of attributes
- CommandHistoryRecorder() - Constructor for class org.yamcs.archive.CommandHistoryRecorder
- CommandHistoryReplayHandler - Class in org.yamcs.archive
-
Performs replays for command history
- CommandHistoryReplayHandler(String, Mdb) - Constructor for class org.yamcs.archive.CommandHistoryReplayHandler
- COMMANDHISTORYREQUEST_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.ReplayRequest
- CommandHistoryRequestManager - Class in org.yamcs.cmdhistory
-
Part of processors: handles filtered requests for command history.
- CommandHistoryRequestManager(Processor) - Constructor for class org.yamcs.cmdhistory.CommandHistoryRequestManager
- COMMANDID_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandHistoryEntry
- Commanding - Class in org.yamcs.protobuf
- Commanding.CommandAssignment - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandAssignment
- Commanding.CommandAssignment.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandAssignment
- Commanding.CommandAssignmentOrBuilder - Interface in org.yamcs.protobuf
- Commanding.CommandHistoryAttribute - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandHistoryAttribute
- Commanding.CommandHistoryAttribute.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandHistoryAttribute
- Commanding.CommandHistoryAttributeOrBuilder - Interface in org.yamcs.protobuf
- Commanding.CommandHistoryEntry - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandHistoryEntry
- Commanding.CommandHistoryEntry.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandHistoryEntry
- Commanding.CommandHistoryEntryOrBuilder - Interface in org.yamcs.protobuf
- Commanding.CommandId - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandId
- Commanding.CommandId.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandId
- Commanding.CommandIdOrBuilder - Interface in org.yamcs.protobuf
- Commanding.CommandQueueEntry - Class in org.yamcs.protobuf
-
One entry (command) in the command queue
- Commanding.CommandQueueEntry.Builder - Class in org.yamcs.protobuf
-
One entry (command) in the command queue
- Commanding.CommandQueueEntryOrBuilder - Interface in org.yamcs.protobuf
- Commanding.CommandQueueEvent - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandQueueEvent
- Commanding.CommandQueueEvent.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandQueueEvent
- Commanding.CommandQueueEvent.Type - Enum Class in org.yamcs.protobuf
-
Protobuf enum
yamcs.protobuf.commanding.CommandQueueEvent.Type
- Commanding.CommandQueueEventOrBuilder - Interface in org.yamcs.protobuf
- Commanding.CommandQueueInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandQueueInfo
- Commanding.CommandQueueInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandQueueInfo
- Commanding.CommandQueueInfoOrBuilder - Interface in org.yamcs.protobuf
- Commanding.CommandQueueRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandQueueRequest
- Commanding.CommandQueueRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.CommandQueueRequest
- Commanding.CommandQueueRequestOrBuilder - Interface in org.yamcs.protobuf
- Commanding.CommandSignificance - Class in org.yamcs.protobuf
-
this message is sent as response to validate, in case the significance is defined for a commands
- Commanding.CommandSignificance.Builder - Class in org.yamcs.protobuf
-
this message is sent as response to validate, in case the significance is defined for a commands
- Commanding.CommandSignificanceOrBuilder - Interface in org.yamcs.protobuf
- Commanding.QueueState - Enum Class in org.yamcs.protobuf
-
Protobuf enum
yamcs.protobuf.commanding.QueueState
- Commanding.VerifierConfig - Class in org.yamcs.protobuf
-
can be used when sending commands to affect the way post transmission verifiers are running
- Commanding.VerifierConfig.Builder - Class in org.yamcs.protobuf
-
can be used when sending commands to affect the way post transmission verifiers are running
- Commanding.VerifierConfig.CheckWindow - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.VerifierConfig.CheckWindow
- Commanding.VerifierConfig.CheckWindow.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.VerifierConfig.CheckWindow
- Commanding.VerifierConfig.CheckWindowOrBuilder - Interface in org.yamcs.protobuf
- Commanding.VerifierConfigOrBuilder - Interface in org.yamcs.protobuf
- CommandingManager - Class in org.yamcs.commanding
-
Responsible for parsing and tc packet composition.
- CommandingManager(Processor) - Constructor for class org.yamcs.commanding.CommandingManager
-
Keeps a reference to the channel and creates the queue manager
- CommandItemProvider - Class in org.yamcs.timeline
-
Implements the "commands" timeline source providing items derived from the command history.
- CommandItemProvider(String) - Constructor for class org.yamcs.timeline.CommandItemProvider
- CommandListener - Interface in org.yamcs.client
- CommandMapData - Class in org.yamcs.cascading
- CommandMapData() - Constructor for class org.yamcs.cascading.CommandMapData
- CommandMapData(String, String) - Constructor for class org.yamcs.cascading.CommandMapData
- CommandMapData(String, String, String) - Constructor for class org.yamcs.cascading.CommandMapData
- CommandMapData(YConfiguration) - Constructor for class org.yamcs.cascading.CommandMapData
- COMMANDNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandHistoryEntry
- COMMANDNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandId
- COMMANDNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandQueueEntry
- COMMANDNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IssueCommandResponse
- CommandOption - Class in org.yamcs
-
A command option.
- CommandOption(String, String, CommandOption.CommandOptionType) - Constructor for class org.yamcs.CommandOption
-
Create a new command option.
- CommandOption.CommandOptionType - Enum Class in org.yamcs
- commandOptionAdded(CommandOption) - Method in interface org.yamcs.CommandOptionListener
- commandOptionAdded(CommandOption) - Method in class org.yamcs.web.WebPlugin
- CommandOptionListener - Interface in org.yamcs
- CommandOptions - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows specifying command options (extra attributes in the command history, disable/modify verifiers)
- COMMANDOPTIONS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.GetServerInfoResponse
- CommandPostprocessor - Interface in org.yamcs.tctm
-
The command post processor is responsible to provide the binary packet that will be send out for a PreparedCommand.
- commandQueue - Variable in class org.yamcs.tctm.AbstractThreadedTcDataLink
- commandQueue - Variable in class org.yamcs.tctm.ccsds.TcPacketHandler
- CommandQueue - Class in org.yamcs.commanding
- CommandQueueListener - Interface in org.yamcs.commanding
- CommandQueueManager - Class in org.yamcs.commanding
-
Implements the management of the control queues for one processor: for each command that is sent, based on the sender it finds the queue where the command should go depending on the queue state the command can be immediately sent, stored in the queue or rejected when the command is immediately sent or rejected, the command queue monitor is not notified if the command has transmissionConstraints with timeout > 0, the command can sit in the queue even if the queue is not on hold Note: the update of the command monitors is done in the same thread.
- CommandQueueManager(CommandingManager) - Constructor for class org.yamcs.commanding.CommandQueueManager
-
Constructs a Command Queue Manager.
- CommandQueueMemento - Class in org.yamcs.commanding
-
Object that is used to persist link state information across Yamcs restarts.
- CommandQueueMemento() - Constructor for class org.yamcs.commanding.CommandQueueMemento
- commandQueueRegistered(String, String, CommandQueue) - Method in interface org.yamcs.commanding.CommandQueueListener
- CommandQueueState - Class in org.yamcs.commanding
- CommandQueueState() - Constructor for class org.yamcs.commanding.CommandQueueState
- commandQueueUnregistered(String, String, CommandQueue) - Method in interface org.yamcs.commanding.CommandQueueListener
- commandRejected(CommandQueue, ActiveCommand) - Method in interface org.yamcs.commanding.CommandQueueListener
- CommandReleaser - Interface in org.yamcs.commanding
-
This is responsible for "releasing" a command.
- COMMANDRESPONSE_FIELD_NUMBER - Static variable in class org.yamcs.tse.api.TseCommanderMessage
- commands - Variable in class org.yamcs.xtce.XtceDb
- commands(String...) - Static method in class org.yamcs.client.archive.ArchiveClient.StreamOptions
- COMMANDS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListCommandsResponse
- COMMANDS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListQueuedCommandsResponse
- COMMANDS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListCommandsResponse
- COMMANDS_TIMELINE_SOURCE - Static variable in class org.yamcs.timeline.TimelineService
- CommandsApi - Class in org.yamcs.http.api
- CommandsApi() - Constructor for class org.yamcs.http.api.CommandsApi
- CommandsApiClient - Class in org.yamcs.protobuf
- CommandsApiClient(MethodHandler) - Constructor for class org.yamcs.protobuf.CommandsApiClient
- commandSent(CommandQueue, ActiveCommand) - Method in interface org.yamcs.commanding.CommandQueueListener
- commandSeparation - Variable in class org.yamcs.tse.InstrumentDriver
- CommandsServiceProto - Class in org.yamcs.protobuf
- CommandStack - Class in org.yamcs.activities
- CommandStack() - Constructor for class org.yamcs.activities.CommandStack
- CommandStackExecution - Class in org.yamcs.activities
- CommandStackExecution(ActivityService, CommandStackExecutor, Activity, Processor, Bucket, String, User) - Constructor for class org.yamcs.activities.CommandStackExecution
- CommandStackExecutor - Class in org.yamcs.activities
- CommandStackExecutor() - Constructor for class org.yamcs.activities.CommandStackExecutor
- CommandStackParseException - Exception in org.yamcs.activities
- CommandStackParseException(String) - Constructor for exception org.yamcs.activities.CommandStackParseException
- CommandStackParseException(String, Throwable) - Constructor for exception org.yamcs.activities.CommandStackParseException
- CommandStackParseException(Throwable) - Constructor for exception org.yamcs.activities.CommandStackParseException
- CommandSubscription - Class in org.yamcs.client
-
Subscription for tracking issued commands, their attributes and acknowledgment status.
- CommandSubscription(MethodHandler) - Constructor for class org.yamcs.client.CommandSubscription
- commandUnhandled(ActiveCommand) - Method in interface org.yamcs.commanding.CommandQueueListener
- commandUpdated(CommandQueue, ActiveCommand) - Method in interface org.yamcs.commanding.CommandQueueListener
- CommandVerificationHandler - Class in org.yamcs.commanding
-
This class implements the (post transmission) command verification.
- CommandVerificationHandler(CommandingManager, ActiveCommand) - Constructor for class org.yamcs.commanding.CommandVerificationHandler
- CommandVerifier - Class in org.yamcs.xtce
-
XTCE: A command verifier is used to check that the command has been successfully executed.
- CommandVerifier(CommandVerifier) - Constructor for class org.yamcs.xtce.CommandVerifier
- CommandVerifier(CommandVerifier.Type, String) - Constructor for class org.yamcs.xtce.CommandVerifier
- CommandVerifier(CommandVerifier.Type, String, CheckWindow) - Constructor for class org.yamcs.xtce.CommandVerifier
- CommandVerifier.TerminationAction - Enum Class in org.yamcs.xtce
-
what can happen when the verification finishes XTCE does not specify very well, just that each verifier returns true or false.
- CommandVerifier.Type - Enum Class in org.yamcs.xtce
- COMMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.ActivityDefinitionInfo
- COMMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest
- COMMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.ClearAlarmRequest
- COMMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.EditAlarmRequest
- COMMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.ShelveAlarmRequest
- COMMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandQueueEntry
- COMMENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IssueCommandRequest
- compact() - Method in class org.yamcs.parameterarchive.ParameterArchive
- compactDatabase(Void, CompactDatabaseRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.RocksDbApiClient
-
Compact database
- compactDatabase(Context, CompactDatabaseRequest, Observer<Empty>) - Method in class org.yamcs.http.api.RocksDbApi
- compactDatabase(T, CompactDatabaseRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractRocksDbApi
-
Compact database
- CompactDatabaseRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.CompactDatabaseRequest
- CompactDatabaseRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.CompactDatabaseRequest
- CompactDatabaseRequestOrBuilder - Interface in org.yamcs.protobuf
- CompactFormatter - Class in org.yamcs.logging
- CompactFormatter() - Constructor for class org.yamcs.logging.CompactFormatter
- compactRange(String, byte[], byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
-
Compact the given column family between start and stop
- compactRange(ColumnFamilyHandle) - Method in class org.yamcs.yarch.rocksdb.YRDB
- comparable - Variable in class org.yamcs.utils.parser.ast.Comparison
-
Either a field name (in the case of a field comparison), or plain text (in the case of text search).
- comparand - Variable in class org.yamcs.ui.packetviewer.filter.ast.Comparison
- comparator - Variable in class org.yamcs.utils.parser.ast.Comparison
- comparator() - Method in class org.yamcs.utils.parser.FilterParser
- Comparator - Enum Class in org.yamcs.utils.parser.ast
- compare(byte[], byte[]) - Static method in class org.yamcs.utils.ByteArrayUtils
-
lexicographic comparison which returns 0 if one of the array is a subarray of the other one
- compare(byte[], byte[]) - Method in class org.yamcs.yarch.ByteArrayComparator
- compare(byte[], byte[]) - Method in class org.yamcs.yarch.TableReaderStream
- compare(Object, Object) - Static method in class org.yamcs.yarch.DataType
- compare(Value, Value) - Method in class org.yamcs.utils.ValueComparator
- compare(Value, Value) - Static method in class org.yamcs.utils.ValueUtility
- compare(IntArray, IntArray) - Static method in class org.yamcs.utils.IntArray
-
Compares two arrays.
- compareTo(Activity) - Method in class org.yamcs.activities.Activity
- compareTo(Command) - Method in class org.yamcs.client.Command
- compareTo(Route) - Method in class org.yamcs.http.Route
- compareTo(ParameterList) - Method in class org.yamcs.plists.ParameterList
- compareTo(PusTime) - Method in class org.yamcs.simulator.pus.PusTime
- compareTo(Instant) - Method in class org.yamcs.time.Instant
- compareTo(TimelineActivity) - Method in class org.yamcs.timeline.TimelineActivity
- compareTo(Query) - Method in class org.yamcs.web.db.Query
- compareTo(History) - Method in class org.yamcs.xtce.History
- compareTo(SequenceEntry) - Method in class org.yamcs.xtce.SequenceEntry
- compareTo(SplinePoint) - Method in class org.yamcs.xtce.SplinePoint
- compareTo(HistogramRecord) - Method in class org.yamcs.yarch.HistogramRecord
- compareTo(RawTuple) - Method in class org.yamcs.yarch.RawTuple
- comparison() - Method in class org.yamcs.ui.packetviewer.filter.FilterParser
- comparison() - Method in class org.yamcs.utils.parser.FilterParser
- Comparison - Class in org.yamcs.ui.packetviewer.filter.ast
- Comparison - Class in org.yamcs.utils.parser.ast
- Comparison - Class in org.yamcs.xtce
-
This corresponds to XTCE Comparison or ArgumentComparison
- Comparison(String, Operator, String) - Constructor for class org.yamcs.ui.packetviewer.filter.ast.Comparison
- Comparison(String, Comparator, String, Pattern, byte[]) - Constructor for class org.yamcs.utils.parser.ast.Comparison
- Comparison(ArgumentInstanceRef, String, OperatorType) - Constructor for class org.yamcs.xtce.Comparison
- Comparison(ParameterInstanceRef, String, OperatorType) - Constructor for class org.yamcs.xtce.Comparison
-
Makes a new comparison with a generic stringValue at this step the paraRef could be pointing to an unknown parameter. resolveValueType can(should) be called later to create the correct value if it's not string
- COMPARISON_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContextAlarmInfo
- COMPARISON_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo
- ComparisonList - Class in org.yamcs.xtce
-
All comparisons must be true.
- ComparisonList() - Constructor for class org.yamcs.xtce.ComparisonList
- ComparisonOperatorType - Class in org.yamcs.xtce
- compatible(DataType, DataType) - Static method in class org.yamcs.yarch.DataType
- CompilableAggregateExpression - Class in org.yamcs.yarch.streamsql
- CompilableAggregateExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.CompilableAggregateExpression
- compile() - Method in class org.yamcs.yarch.streamsql.AggregateExpression
- compile() - Method in class org.yamcs.yarch.streamsql.ColumnExpression
- compile() - Method in class org.yamcs.yarch.streamsql.Expression
- compile() - Method in class org.yamcs.yarch.streamsql.ValueExpression
- compile(JavaExpressionCalibrator) - Static method in class org.yamcs.mdb.JavaExpressionNumericCalibratorFactory
-
Compiles the expression into an executable calibrator processor
- compile(MathOperationCalibrator) - Static method in class org.yamcs.mdb.MathOperationCalibratorFactory
-
Compiles the math operation calibrator into an executable calibrator processor
- COMPILE_ERROR - Enum constant in enum class org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
- CompiledAggregateExpression - Interface in org.yamcs.yarch
- CompiledAggregateList - Class in org.yamcs.yarch
- CompiledAggregateList() - Constructor for class org.yamcs.yarch.CompiledAggregateList
- CompiledExpression - Interface in org.yamcs.yarch
- CompiledFirstVal - Class in org.yamcs.yarch
- CompiledFirstVal(String[], boolean) - Constructor for class org.yamcs.yarch.CompiledFirstVal
- compileExpression() - Method in class org.yamcs.ui.packetviewer.filter.FilterParser
- complete() - Method in class org.yamcs.actions.ActionResult
-
Complete successfully, without response message.
- complete() - Method in interface org.yamcs.api.Observer
-
Mark the successful end.
- complete() - Method in class org.yamcs.client.archive.ArchiveClient.TableLoader
- complete() - Method in class org.yamcs.client.base.AbstractStreamSender
- complete() - Method in class org.yamcs.client.base.ClientStreamingObserver
- complete() - Method in class org.yamcs.client.base.ResponseObserver
- complete() - Method in interface org.yamcs.client.StreamSender
- complete() - Method in class org.yamcs.http.api.SubscribeEventsObserver
- complete() - Method in class org.yamcs.http.api.SubscribeParameterObserver
- complete() - Method in class org.yamcs.http.CallObserver
- complete() - Method in class org.yamcs.http.ServerStreamingObserver
- complete() - Method in class org.yamcs.http.WebSocketObserver
- complete() - Method in class org.yamcs.web.api.ParseFilterObserver
- complete() - Method in interface org.yamcs.yarch.streamsql.ResultListener
- complete(JsonObject) - Method in class org.yamcs.actions.ActionResult
-
Complete successfully
- complete(String) - Method in interface org.yamcs.activities.ActivityReceiver
-
If a paged request has been performed, the token can be used to retrieve the next chunk.
- complete(String) - Method in interface org.yamcs.http.audit.AuditRecordListener
-
If a paged request has been performed, the token can be used to retrieve the next chunk.
- complete(String) - Method in interface org.yamcs.timeline.BandListener
-
If a paged request has been performed, the token can be used to retrieve the next chunk.
- complete(String) - Method in interface org.yamcs.timeline.ItemReceiver
-
If a paged request has been performed, the token can be used to retrieve the next chunk.
- complete(String) - Method in interface org.yamcs.timeline.ViewListener
-
If a paged request has been performed, the token can be used to retrieve the next chunk.
- complete(User) - Method in class org.yamcs.activities.Activity
-
Stop a successful activity
- complete(User) - Method in class org.yamcs.activities.OngoingActivity
- complete(T) - Method in interface org.yamcs.api.Observer
-
Shortcut for:
- COMPLETED - Enum constant in enum class org.yamcs.protobuf.ExecutionStatus
-
COMPLETED = 3;
- COMPLETED - Enum constant in enum class org.yamcs.protobuf.TransferState
-
COMPLETED = 4;
- COMPLETED_VALUE - Static variable in enum class org.yamcs.protobuf.ExecutionStatus
-
COMPLETED = 3;
- COMPLETED_VALUE - Static variable in enum class org.yamcs.protobuf.TransferState
-
COMPLETED = 4;
- CompletedTransfer - Class in org.yamcs.cfdp
-
Represents a past
CfdpFileTransfer
obtained from the database. - CompletedTransfer(Tuple) - Constructor for class org.yamcs.cfdp.CompletedTransfer
- completeExceptionally(String, User) - Method in class org.yamcs.activities.Activity
-
Stop an activity.
- completeExceptionally(String, User) - Method in class org.yamcs.activities.OngoingActivity
- completeExceptionally(Throwable) - Method in class org.yamcs.actions.ActionResult
-
Complete with an exception
- completeExceptionally(Throwable) - Method in interface org.yamcs.activities.ActivityReceiver
- completeExceptionally(Throwable) - Method in interface org.yamcs.api.Observer
-
Complete with an exception.
- completeExceptionally(Throwable) - Method in class org.yamcs.client.base.ClientStreamingObserver
- completeExceptionally(Throwable) - Method in class org.yamcs.client.base.ResponseObserver
- completeExceptionally(Throwable) - Method in class org.yamcs.http.api.SubscribeEventsObserver
- completeExceptionally(Throwable) - Method in class org.yamcs.http.api.SubscribeParameterObserver
- completeExceptionally(Throwable) - Method in interface org.yamcs.http.audit.AuditRecordListener
- completeExceptionally(Throwable) - Method in class org.yamcs.http.CallObserver
- completeExceptionally(Throwable) - Method in class org.yamcs.http.ServerStreamingObserver
- completeExceptionally(Throwable) - Method in class org.yamcs.http.WebSocketObserver
- completeExceptionally(Throwable) - Method in interface org.yamcs.timeline.BandListener
- completeExceptionally(Throwable) - Method in interface org.yamcs.timeline.ItemReceiver
- completeExceptionally(Throwable) - Method in interface org.yamcs.timeline.ViewListener
- completeExceptionally(Throwable) - Method in class org.yamcs.web.api.ParseFilterObserver
- completeExceptionally(Throwable) - Method in interface org.yamcs.yarch.streamsql.ResultListener
- completeManualActivity(Void, CompleteManualActivityRequest, Observer<ActivityInfo>) - Method in class org.yamcs.protobuf.activities.ActivitiesApiClient
-
Mark an ongoing activity as completed.
- completeManualActivity(UUID, String, User) - Method in class org.yamcs.activities.ActivityService
- completeManualActivity(Context, CompleteManualActivityRequest, Observer<ActivityInfo>) - Method in class org.yamcs.http.api.ActivitiesApi
- completeManualActivity(T, CompleteManualActivityRequest, Observer<ActivityInfo>) - Method in class org.yamcs.protobuf.activities.AbstractActivitiesApi
-
Mark an ongoing activity as completed.
- CompleteManualActivityRequest - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.CompleteManualActivityRequest
- CompleteManualActivityRequest.Builder - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.CompleteManualActivityRequest
- CompleteManualActivityRequestOrBuilder - Interface in org.yamcs.protobuf.activities
- COMPLETENESS - Enum constant in enum class org.yamcs.archive.IndexRequestListener.IndexType
- completeRequest() - Method in class org.yamcs.client.base.BulkRestDataSender
-
Complete the request by a final empty chunck and return the response from the server.
- compress(float[], int, ByteBuffer) - Static method in class org.yamcs.parameterarchive.FloatCompressor
-
*compress the first n elements from the array of floats into the ByteBuffer
- compress(float[], ByteBuffer) - Static method in class org.yamcs.parameterarchive.FloatCompressor
- compress(int[], IntWrapper, int, byte[], IntWrapper) - Method in interface me.lemire.integercompression.ByteIntegerCODEC
-
Compress data from an array to another array.
- compress(int[], IntWrapper, int, int[], IntWrapper) - Method in class me.lemire.integercompression.FastPFOR128
- compress(int[], IntWrapper, int, int[], IntWrapper) - Method in interface me.lemire.integercompression.IntegerCODEC
-
Compress data from an array to another array.
- COMPRESSED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.TableInfo
- COMPRESSED_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
- compute(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.error.CrcCciitCalculator
- compute(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.error.ProximityCrc32
- compute(byte[], int, int) - Method in interface org.yamcs.tctm.ErrorDetectionWordCalculator
-
Compute the checksum on the data buffer starting at offset and taking into account length bytes
- compute(byte[], int, int) - Method in class org.yamcs.tctm.Iso16CrcCalculator
- compute(byte[], int, int) - Method in class org.yamcs.tctm.Running16BitChecksumCalculator
- compute(byte[], int, int, int) - Method in class org.yamcs.tctm.ccsds.error.Crc16Calculator
- compute(byte[], int, int, int) - Method in class org.yamcs.tctm.ccsds.error.Crc32Calculator
- compute(ByteBuffer, int, int) - Method in class org.yamcs.tctm.ccsds.error.CrcCciitCalculator
- compute(ByteBuffer, int, int, int) - Method in class org.yamcs.tctm.ccsds.error.Crc16Calculator
- Condition - Class in org.yamcs.xtce
-
The Condition is XTCE overlaps with the Comparison.
- Condition(OperatorType, ParameterOrArgumentRef, String) - Constructor for class org.yamcs.xtce.Condition
- Condition(OperatorType, ParameterOrArgumentRef, ParameterOrArgumentRef) - Constructor for class org.yamcs.xtce.Condition
- ConditionCode - Enum Class in org.yamcs.cfdp.pdu
- ConditionParser - Class in org.yamcs.mdb
-
used by the SpreadsheetLoader to parse conditions
- ConditionParser(ConditionParser.ParameterReferenceFactory) - Constructor for class org.yamcs.mdb.ConditionParser
- ConditionParser.ParameterReferenceFactory - Interface in org.yamcs.mdb
- config - Variable in class org.yamcs.AbstractPlugin
- config - Variable in class org.yamcs.AbstractProcessorService
- config - Variable in class org.yamcs.AbstractYamcsService
- config - Variable in class org.yamcs.tctm.AbstractLink
- CONFIG_DISPLAY_BUCKET - Static variable in class org.yamcs.web.WebPlugin
- CONFIG_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateProcessorRequest
- CONFIG_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ProcessorManagementRequest
- CONFIG_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SetTcoConfigRequest
- CONFIG_KEY_BYTE_ORDER - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- CONFIG_KEY_CHECK_SEQUENCE - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- CONFIG_KEY_ERROR_DETECTION - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- CONFIG_KEY_TCO_SERVICE - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- CONFIG_KEY_TIME_ENCODING - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- CONFIG_PARAMETER_ARCHIVE - Static variable in class org.yamcs.web.WebPlugin
- CONFIG_STACK_BUCKET - Static variable in class org.yamcs.web.WebPlugin
- CONFIG_TERMINATION - Static variable in class org.yamcs.tse.RequestTerminator
- ConfigApi - Class in org.yamcs.http.api
- ConfigApi() - Constructor for class org.yamcs.http.api.ConfigApi
- configDirectory - Variable in class org.yamcs.tse.TseCommanderArgs
- configDirectory - Static variable in class org.yamcs.YConfiguration
- CONFIGDIRECTORY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SystemInfo
- configName - Variable in class org.yamcs.mdb.AbstractFileLoader
- CONFIGNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.MissionDatabase
- ConfigProto - Class in org.yamcs.protobuf.config
- ConfigScope - Enum Class in org.yamcs
-
Represents a type of configuration file
- ConfigurationException - Exception in org.yamcs
-
Exception thrown if there is an error in configuration.
- ConfigurationException(Exception) - Constructor for exception org.yamcs.ConfigurationException
- ConfigurationException(String) - Constructor for exception org.yamcs.ConfigurationException
- ConfigurationException(String, String) - Constructor for exception org.yamcs.ConfigurationException
- ConfigurationException(String, String, Throwable) - Constructor for exception org.yamcs.ConfigurationException
- ConfigurationException(String, Throwable) - Constructor for exception org.yamcs.ConfigurationException
- ConfigurationException(YConfiguration, String) - Constructor for exception org.yamcs.ConfigurationException
- ConfigurationNotFoundException(String) - Constructor for exception org.yamcs.YConfiguration.ConfigurationNotFoundException
- ConfigurationNotFoundException(String, Throwable) - Constructor for exception org.yamcs.YConfiguration.ConfigurationNotFoundException
- configureDataLink(Link, YConfiguration) - Method in class org.yamcs.management.LinkManager
-
Connects the links to streams
- configureLogging(Level) - Static method in class org.yamcs.tests.LoggingUtils
- configureRowFilter(PacketFilter) - Method in class org.yamcs.ui.packetviewer.PacketsTable
- configureRowSorting() - Method in class org.yamcs.ui.packetviewer.PacketsTable
- confirm() - Method in interface org.yamcs.client.base.DataObserver
-
Called when the server has confirmed this call.
- confirm() - Method in class org.yamcs.security.Account
- confirmationTime - Variable in class org.yamcs.security.Account
- CONFIRMATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ServiceAccountInfo
- CONFIRMATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UserInfo
- CONFIRMATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
- connect() - Method in class org.yamcs.tse.InstrumentDriver
- connect() - Method in class org.yamcs.tse.SerialPortDriver
- connect() - Method in class org.yamcs.tse.TcpIpDriver
- connect() - Method in class org.yamcs.tse.UdpDriver
- connect(String) - Method in class org.yamcs.client.base.WebSocketClient
- CONNECT_TO_PROCESSOR - Enum constant in enum class org.yamcs.protobuf.ProcessorManagementRequest.Operation
-
CONNECT_TO_PROCESSOR = 1;
- CONNECT_TO_PROCESSOR_VALUE - Static variable in enum class org.yamcs.protobuf.ProcessorManagementRequest.Operation
-
CONNECT_TO_PROCESSOR = 1;
- ConnectData - Class in org.yamcs.ui.packetviewer
- ConnectData() - Constructor for class org.yamcs.ui.packetviewer.ConnectData
- ConnectDialog - Class in org.yamcs.ui.packetviewer
-
Dialog for entering yamcs connection parameters.
- connected() - Method in class org.yamcs.cascading.YamcsLink
- connected() - Method in interface org.yamcs.client.base.WebSocketClientCallback
-
When the connection was successfully established
- connected() - Method in interface org.yamcs.client.ConnectionListener
-
Called after a successful connection to Yamcs has been established.
- connected() - Method in class org.yamcs.ui.packetviewer.PacketViewer
- connecting() - Method in class org.yamcs.cascading.YamcsLink
- connecting() - Method in interface org.yamcs.client.base.WebSocketClientCallback
-
When a connection attempt is underway
- connecting() - Method in interface org.yamcs.client.ConnectionListener
-
Called right before the initial connection to Yamcs is being made.
- connecting() - Method in class org.yamcs.ui.packetviewer.PacketViewer
- connectionFailed(Throwable) - Method in class org.yamcs.cascading.YamcsLink
- connectionFailed(Throwable) - Method in interface org.yamcs.client.base.WebSocketClientCallback
-
When the initial connection attempt failed
- connectionFailed(Throwable) - Method in interface org.yamcs.client.ConnectionListener
-
Called when the initial connection to Yamcs has failed, e.g. the maximum number of retry attempts has exceeded.
- connectionFailed(Throwable) - Method in class org.yamcs.ui.packetviewer.PacketViewer
- ConnectionListener - Interface in org.yamcs.client
-
A connection listener interface for clients connecting to Yamcs.
- CONNECTIONS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.HttpTraffic
- connectionStatus() - Method in class org.yamcs.cascading.YamcsEventLink
- connectionStatus() - Method in class org.yamcs.cascading.YamcsLink
- connectionStatus() - Method in class org.yamcs.cascading.YamcsParameterLink
- connectionStatus() - Method in class org.yamcs.cascading.YamcsTcLink
- connectionStatus() - Method in class org.yamcs.cascading.YamcsTmArchiveLink
- connectionStatus() - Method in class org.yamcs.cascading.YamcsTmLink
- connectionStatus() - Method in class org.yamcs.tctm.AbstractLink
-
In case the link should be connected (i.e. is running and enabled) this method is called to return the actual connection status
- connectionStatus() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
- connectionStatus() - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
- connectionStatus() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
- connectionStatus() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
- connectionStatus() - Method in class org.yamcs.tctm.FilePollingTmDataLink
- connectionStatus() - Method in class org.yamcs.tctm.TcpTcDataLink
- connectionStatus() - Method in class org.yamcs.tctm.TcpTcTmDataLink
- connectionStatus() - Method in class org.yamcs.tctm.TcpTmDataLink
- connectionStatus() - Method in class org.yamcs.tctm.UdpParameterDataLink
- connectionStatus() - Method in class org.yamcs.tctm.UdpTcDataLink
- connectionStatus() - Method in class org.yamcs.tctm.UdpTcTmDataLink
- connectionStatus() - Method in class org.yamcs.tctm.UdpTmDataLink
- connectionStatus() - Method in class org.yamcs.tests.AbstractIntegrationTest.TcDataLink
- connectionStatus() - Method in class org.yamcs.tse.TseDataLink
- connectWebSocket() - Method in class org.yamcs.client.YamcsClient
-
Establish a live communication channel.
- CONSEQUENCELEVEL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.SignificanceInfo
- console - Static variable in class org.yamcs.cli.Command
- ConsoleFormatter - Class in org.yamcs.logging
-
Specifically intended for short-term console output.
- ConsoleFormatter() - Constructor for class org.yamcs.logging.ConsoleFormatter
- consolidate() - Method in class org.yamcs.parameterarchive.BaseSegment
- consolidate() - Method in class org.yamcs.parameterarchive.ObjectSegment
- consolidate() - Method in class org.yamcs.parameterarchive.ParameterValueSegment
-
Optimise for writing to archive
- consolidate() - Method in class org.yamcs.parameterarchive.PGSegment
- consolidate() - Method in interface org.yamcs.parameterarchive.ValueSegment
-
Optimise the segment data for writing to the archive
- CONSTANT - Enum constant in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
CONSTANT = 2;
- CONSTANT - Enum constant in enum class org.yamcs.xtce.DataSource
-
constants in the XtceDb - cannot be changed
- CONSTANT_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
CONSTANT = 2;
- Constants - Class in org.yamcs.pus
- Constants - Class in org.yamcs.xtce.xml
- Constants() - Constructor for class org.yamcs.pus.Constants
- Constants() - Constructor for class org.yamcs.xtce.xml.Constants
- constantValue - Variable in class org.yamcs.yarch.streamsql.Expression
- ConstantValueCompiledExpression - Class in org.yamcs.yarch
-
this is no compiled expression at all, it just returns the same value
- ConstantValueCompiledExpression(Object, ColumnDefinition) - Constructor for class org.yamcs.yarch.ConstantValueCompiledExpression
- CONSTRAINT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandInfo
- ConsumerAbortException - Exception in org.yamcs.parameterarchive
-
Use this in the consumers to signal that they don't want anymore data.
- ConsumerAbortException() - Constructor for exception org.yamcs.parameterarchive.ConsumerAbortException
- container - Variable in class org.yamcs.xtce.SequenceEntry
- Container - Class in org.yamcs.xtce
-
An abstract block of data; used as the base type for more specific container types
- CONTAINER - Enum constant in enum class org.yamcs.protobuf.Mdb.MissionDatabaseItem.ItemCase
- CONTAINER - Enum constant in enum class org.yamcs.xtce.CommandVerifier.Type
-
verifier succeeds if a container is received
- CONTAINER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.MissionDatabaseItem
- CONTAINER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.SequenceEntryInfo
- CONTAINER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.UsedByInfo
- CONTAINER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.VerifierInfo
- CONTAINER_PROCESSING - Enum constant in enum class org.yamcs.protobuf.Mdb.AlgorithmInfo.Scope
-
CONTAINER_PROCESSING = 2;
- CONTAINER_PROCESSING - Enum constant in enum class org.yamcs.xtce.Algorithm.Scope
- CONTAINER_PROCESSING_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.AlgorithmInfo.Scope
-
CONTAINER_PROCESSING = 2;
- CONTAINER_START - Enum constant in enum class org.yamcs.protobuf.Mdb.SequenceEntryInfo.ReferenceLocationType
-
CONTAINER_START = 1;
- CONTAINER_START - Enum constant in enum class org.yamcs.xtce.SequenceEntry.ReferenceLocationType
- CONTAINER_START_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.SequenceEntryInfo.ReferenceLocationType
-
CONTAINER_START = 1;
- ContainerConsumer - Interface in org.yamcs.container
- CONTAINERCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.MissionDatabase
- ContainerData - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.packets.ContainerData
- ContainerData.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.packets.ContainerData
- ContainerDataOrBuilder - Interface in org.yamcs.protobuf
- ContainerDecodingException - Exception in org.yamcs.mdb
- ContainerDecodingException(String) - Constructor for exception org.yamcs.mdb.ContainerDecodingException
- ContainerDecodingException(ContainerProcessingContext, String) - Constructor for exception org.yamcs.mdb.ContainerDecodingException
- ContainerEntry - Class in org.yamcs.xtce
-
Entry from a container that makes reference to another container.
- ContainerEntry(int, SequenceEntry.ReferenceLocationType) - Constructor for class org.yamcs.xtce.ContainerEntry
- ContainerEntry(int, SequenceEntry.ReferenceLocationType, SequenceContainer) - Constructor for class org.yamcs.xtce.ContainerEntry
- ContainerExtractionResult - Class in org.yamcs
-
Holds the definition of a container, the content of its slice and some positioning information inside that slice
- ContainerExtractionResult(SequenceContainer, byte[], int, int, long, long, int, boolean) - Constructor for class org.yamcs.ContainerExtractionResult
- ContainerFetcher - Class in org.yamcs.cascading
-
Responsible for retrieving the list of containers from the upstream server
- ContainerFetcher() - Constructor for class org.yamcs.cascading.ContainerFetcher
- ContainerListener - Interface in org.yamcs.mdb
-
Used together with the XtceTmProcessor to find out which containers a specific data packet is representing
- ContainerParameterValue - Class in org.yamcs.parameter
-
A parameter value corresponding to a parameter that has been extracted from a container.
- ContainerParameterValue(ContainerParameterValue) - Constructor for class org.yamcs.parameter.ContainerParameterValue
- ContainerParameterValue(Parameter, int, int) - Constructor for class org.yamcs.parameter.ContainerParameterValue
- ContainerProcessingContext - Class in org.yamcs.mdb
-
Keeps track of where we are when processing a packet.
- ContainerProcessingContext(ProcessorData, BitBuffer, ContainerProcessingResult, Subscription, ContainerProcessingOptions, boolean) - Constructor for class org.yamcs.mdb.ContainerProcessingContext
- ContainerProcessingOptions - Class in org.yamcs.mdb
- ContainerProcessingOptions() - Constructor for class org.yamcs.mdb.ContainerProcessingOptions
-
Default configuration
- ContainerProcessingOptions(YConfiguration) - Constructor for class org.yamcs.mdb.ContainerProcessingOptions
- ContainerProcessingResult - Class in org.yamcs.mdb
-
the container result is built during a container processing
- ContainerProcessingResult(long, long, int, LastValueCache) - Constructor for class org.yamcs.mdb.ContainerProcessingResult
- ContainerProvider - Interface in org.yamcs.container
-
Interface implemented by all the classes that can provide containers to a ContainerListener
- ContainerRequestManager - Class in org.yamcs.container
-
Keeps track of the subscribers to the containers of a processor.
- ContainerRequestManager(Processor, XtceTmProcessor) - Constructor for class org.yamcs.container.ContainerRequestManager
-
Creates a new ContainerRequestManager, configured to listen to the specified XtceTmProcessor.
- CONTAINERS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListContainersResponse
- ContainerSubscription - Class in org.yamcs.client
- ContainerSubscription(MethodHandler) - Constructor for class org.yamcs.client.ContainerSubscription
- ContainerWithId - Class in org.yamcs.container
- ContainerWithId(SequenceContainer, Yamcs.NamedObjectId) - Constructor for class org.yamcs.container.ContainerWithId
- ContainerWithIdConsumer - Interface in org.yamcs.container
- ContainerWithIdRequestHelper - Class in org.yamcs.container
-
This sits in front of the ContainerRequestManager and implements subscriptions based on NamedObjectId taking care to send to the consumers the containers with the requested id.
- ContainerWithIdRequestHelper(ContainerRequestManager, ContainerWithIdConsumer) - Constructor for class org.yamcs.container.ContainerWithIdRequestHelper
- contains(int) - Method in class org.yamcs.utils.IntHashSet
-
Checks whether the set contains the given value.
- contains(int) - Method in class org.yamcs.utils.SortedIntArray
-
Performs a binary search and returns true if this array contains the value.
- contains(Object) - Method in class org.yamcs.parameter.ParameterValueList
-
Return true if the list contains the exact same ParameterValue.
- contains(String) - Method in class org.yamcs.tests.LoggingUtils.ArrayLogHandler
- CONTAINS - Enum constant in enum class org.yamcs.ui.packetviewer.filter.ast.Operator
- CONTAINS - Static variable in interface org.yamcs.ui.packetviewer.filter.FilterParserConstants
-
RegularExpression Id.
- contains0(long) - Method in class org.yamcs.utils.TimeInterval
-
Checks that [this.start, this.end) contains t
- containsAlgorithm(String) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
- containsAliases(String) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry.Builder
-
Name aliases keyed by namespace.
- containsAliases(String) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry
-
Name aliases keyed by namespace.
- containsAliases(String) - Method in interface org.yamcs.protobuf.Commanding.CommandHistoryEntryOrBuilder
-
Name aliases keyed by namespace.
- containsAliases(String) - Method in class org.yamcs.protobuf.IssueCommandResponse.Builder
-
Name aliases keyed by namespace.
- containsAliases(String) - Method in class org.yamcs.protobuf.IssueCommandResponse
-
Name aliases keyed by namespace.
- containsAliases(String) - Method in interface org.yamcs.protobuf.IssueCommandResponseOrBuilder
-
Name aliases keyed by namespace.
- containsAliases(String) - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest.Builder
-
Aliases, keyed by namespace
- containsAliases(String) - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest
-
Aliases, keyed by namespace
- containsAliases(String) - Method in interface org.yamcs.protobuf.Mdb.CreateParameterRequestOrBuilder
-
Aliases, keyed by namespace
- containsAliases(String) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest.Builder
-
Aliases, keyed by namespace
- containsAliases(String) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest
-
Aliases, keyed by namespace
- containsAliases(String) - Method in interface org.yamcs.protobuf.Mdb.CreateParameterTypeRequestOrBuilder
-
Aliases, keyed by namespace
- containsAll(Collection<?>) - Method in class org.yamcs.parameter.ParameterValueList
-
Throws UnsupportedOperationException
- containsAncillaryData(String) - Method in class org.yamcs.protobuf.Mdb.CommandInfo.Builder
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 15;
- containsAncillaryData(String) - Method in class org.yamcs.protobuf.Mdb.CommandInfo
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 15;
- containsAncillaryData(String) - Method in interface org.yamcs.protobuf.Mdb.CommandInfoOrBuilder
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 15;
- containsAncillaryData(String) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo.Builder
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 12;
- containsAncillaryData(String) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 12;
- containsAncillaryData(String) - Method in interface org.yamcs.protobuf.Mdb.ContainerInfoOrBuilder
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 12;
- containsAncillaryData(String) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo.Builder
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
- containsAncillaryData(String) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
- containsAncillaryData(String) - Method in interface org.yamcs.protobuf.Mdb.ParameterInfoOrBuilder
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 9;
- containsAncillaryData(String) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo.Builder
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 10;
- containsAncillaryData(String) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 10;
- containsAncillaryData(String) - Method in interface org.yamcs.protobuf.Mdb.ParameterTypeInfoOrBuilder
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 10;
- containsAncillaryData(String) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo.Builder
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 17;
- containsAncillaryData(String) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 17;
- containsAncillaryData(String) - Method in interface org.yamcs.protobuf.Mdb.SpaceSystemInfoOrBuilder
-
map<string, .yamcs.protobuf.mdb.AncillaryDataInfo> ancillaryData = 17;
- containsArgumentMapping(String) - Method in class org.yamcs.tse.api.TseCommand.Builder
-
map<string, .yamcs.protobuf.Value> argumentMapping = 4;
- containsArgumentMapping(String) - Method in class org.yamcs.tse.api.TseCommand
-
map<string, .yamcs.protobuf.Value> argumentMapping = 4;
- containsArgumentMapping(String) - Method in interface org.yamcs.tse.api.TseCommandOrBuilder
-
map<string, .yamcs.protobuf.Value> argumentMapping = 4;
- containsExtra(String) - Method in class org.yamcs.protobuf.CreateEventRequest.Builder
-
Additional properties
- containsExtra(String) - Method in class org.yamcs.protobuf.CreateEventRequest
-
Additional properties
- containsExtra(String) - Method in interface org.yamcs.protobuf.CreateEventRequestOrBuilder
-
Additional properties
- containsExtra(String) - Method in class org.yamcs.protobuf.Event.Builder
-
Additional properties
- containsExtra(String) - Method in class org.yamcs.protobuf.Event
-
Additional properties
- containsExtra(String) - Method in interface org.yamcs.protobuf.EventOrBuilder
-
Additional properties
- containsExtra(String) - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
Specify custom options for interpretation by non-core extensions.
- containsExtra(String) - Method in class org.yamcs.protobuf.IssueCommandRequest
-
Specify custom options for interpretation by non-core extensions.
- containsExtra(String) - Method in interface org.yamcs.protobuf.IssueCommandRequestOrBuilder
-
Specify custom options for interpretation by non-core extensions.
- containsExtra(String) - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord.Builder
-
map<string, string> extra = 10;
- containsExtra(String) - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord
-
map<string, string> extra = 10;
- containsExtra(String) - Method in interface org.yamcs.protobuf.Yamcs.ArchiveRecordOrBuilder
-
map<string, string> extra = 10;
- containsExtra(String) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
-
Additional properties
- containsExtra(String) - Method in class org.yamcs.yarch.protobuf.Db.Event
-
Additional properties
- containsExtra(String) - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
-
Additional properties
- containsInfo(int) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Mapping between numeric identifier, and matching parameter.
- containsInfo(int) - Method in class org.yamcs.protobuf.SubscribeParametersData
-
Mapping between numeric identifier, and matching parameter.
- containsInfo(int) - Method in interface org.yamcs.protobuf.SubscribeParametersDataOrBuilder
-
Mapping between numeric identifier, and matching parameter.
- containsKey(String) - Method in class org.yamcs.YConfiguration
- containsKey(String, String) - Method in class org.yamcs.YConfiguration
- containsLabels(String) - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
-
Labels assigned to this instance.
- containsLabels(String) - Method in class org.yamcs.protobuf.CreateInstanceRequest
-
Labels assigned to this instance.
- containsLabels(String) - Method in interface org.yamcs.protobuf.CreateInstanceRequestOrBuilder
-
Labels assigned to this instance.
- containsLabels(String) - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
-
Labels assigned to this instance.
- containsLabels(String) - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest
-
Labels assigned to this instance.
- containsLabels(String) - Method in interface org.yamcs.protobuf.ReconfigureInstanceRequestOrBuilder
-
Labels assigned to this instance.
- containsLabels(String) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
Labels assigned to this instance.
- containsLabels(String) - Method in class org.yamcs.protobuf.YamcsInstance
-
Labels assigned to this instance.
- containsLabels(String) - Method in interface org.yamcs.protobuf.YamcsInstanceOrBuilder
-
Labels assigned to this instance.
- containsMapping(int) - Method in class org.yamcs.protobuf.SubscribeParametersData.Builder
-
Mapping between numeric and subscribed identifier.
- containsMapping(int) - Method in class org.yamcs.protobuf.SubscribeParametersData
-
Mapping between numeric and subscribed identifier.
- containsMapping(int) - Method in interface org.yamcs.protobuf.SubscribeParametersDataOrBuilder
-
Mapping between numeric and subscribed identifier.
- containsMetadata(String) - Method in class org.yamcs.api.HttpBody.Builder
-
Any other metadata (used in multipart/form)
- containsMetadata(String) - Method in class org.yamcs.api.HttpBody
-
Any other metadata (used in multipart/form)
- containsMetadata(String) - Method in interface org.yamcs.api.HttpBodyOrBuilder
-
Any other metadata (used in multipart/form)
- containsMetadata(String) - Method in class org.yamcs.protobuf.ObjectInfo.Builder
-
Object metadata
- containsMetadata(String) - Method in class org.yamcs.protobuf.ObjectInfo
-
Object metadata
- containsMetadata(String) - Method in interface org.yamcs.protobuf.ObjectInfoOrBuilder
-
Object metadata
- containsMetadata(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
-
map<string, string> metadata = 6;
- containsMetadata(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
-
map<string, string> metadata = 6;
- containsMetadata(String) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
-
map<string, string> metadata = 6;
- containsNamespace(String) - Method in class org.yamcs.xtce.XtceDb
- containsOnlyIdleData() - Method in class org.yamcs.tctm.ccsds.AosTransferFrame
- containsOnlyIdleData() - Method in class org.yamcs.tctm.ccsds.TmTransferFrame
- containsOnlyIdleData() - Method in class org.yamcs.tctm.ccsds.UslpTransferFrame
- containsOption(String) - Method in class org.yamcs.Spec
-
Returns true if this spec contains the specified option.
- containsParameterMapping(String) - Method in class org.yamcs.tse.api.TseCommand.Builder
-
map<string, string> parameterMapping = 5;
- containsParameterMapping(String) - Method in class org.yamcs.tse.api.TseCommand
-
map<string, string> parameterMapping = 5;
- containsParameterMapping(String) - Method in interface org.yamcs.tse.api.TseCommandOrBuilder
-
map<string, string> parameterMapping = 5;
- containsProperties(String) - Method in class org.yamcs.protobuf.AddBandRequest.Builder
-
Additional properties used by yamcs-web to render this band
- containsProperties(String) - Method in class org.yamcs.protobuf.AddBandRequest
-
Additional properties used by yamcs-web to render this band
- containsProperties(String) - Method in interface org.yamcs.protobuf.AddBandRequestOrBuilder
-
Additional properties used by yamcs-web to render this band
- containsProperties(String) - Method in class org.yamcs.protobuf.CreateItemRequest.Builder
-
Additional properties used by yamcs-web to render this item
- containsProperties(String) - Method in class org.yamcs.protobuf.CreateItemRequest
-
Additional properties used by yamcs-web to render this item
- containsProperties(String) - Method in interface org.yamcs.protobuf.CreateItemRequestOrBuilder
-
Additional properties used by yamcs-web to render this item
- containsProperties(String) - Method in class org.yamcs.protobuf.TimelineBand.Builder
-
Additional properties used by yamcs-web to render this band
- containsProperties(String) - Method in class org.yamcs.protobuf.TimelineBand
-
Additional properties used by yamcs-web to render this band
- containsProperties(String) - Method in interface org.yamcs.protobuf.TimelineBandOrBuilder
-
Additional properties used by yamcs-web to render this band
- containsProperties(String) - Method in class org.yamcs.protobuf.TimelineItem.Builder
-
Additional properties used by yamcs-web to render this item
- containsProperties(String) - Method in class org.yamcs.protobuf.TimelineItem
-
Additional properties used by yamcs-web to render this item
- containsProperties(String) - Method in interface org.yamcs.protobuf.TimelineItemOrBuilder
-
Additional properties used by yamcs-web to render this item
- containsProperties(String) - Method in class org.yamcs.protobuf.UpdateBandRequest.Builder
-
Additional properties used by yamcs-web to render this band
- containsProperties(String) - Method in class org.yamcs.protobuf.UpdateBandRequest
-
Additional properties used by yamcs-web to render this band
- containsProperties(String) - Method in interface org.yamcs.protobuf.UpdateBandRequestOrBuilder
-
Additional properties used by yamcs-web to render this band
- containsProperties(String) - Method in class org.yamcs.protobuf.UpdateItemRequest.Builder
-
Additional properties used by yamcs-web to render this item
- containsProperties(String) - Method in class org.yamcs.protobuf.UpdateItemRequest
-
Additional properties used by yamcs-web to render this item
- containsProperties(String) - Method in interface org.yamcs.protobuf.UpdateItemRequestOrBuilder
-
Additional properties used by yamcs-web to render this item
- containsSources(String) - Method in class org.yamcs.protobuf.ListSourcesResponse.Builder
-
map<string, .yamcs.protobuf.timeline.TimelineSourceCapabilities> sources = 1;
- containsSources(String) - Method in class org.yamcs.protobuf.ListSourcesResponse
-
map<string, .yamcs.protobuf.timeline.TimelineSourceCapabilities> sources = 1;
- containsSources(String) - Method in interface org.yamcs.protobuf.ListSourcesResponseOrBuilder
-
map<string, .yamcs.protobuf.timeline.TimelineSourceCapabilities> sources = 1;
- containsTemplateArgs(String) - Method in class org.yamcs.protobuf.CreateInstanceRequest.Builder
-
Arguments for substitution in the template definition.
- containsTemplateArgs(String) - Method in class org.yamcs.protobuf.CreateInstanceRequest
-
Arguments for substitution in the template definition.
- containsTemplateArgs(String) - Method in interface org.yamcs.protobuf.CreateInstanceRequestOrBuilder
-
Arguments for substitution in the template definition.
- containsTemplateArgs(String) - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest.Builder
-
Arguments for substitution in the template definition.
- containsTemplateArgs(String) - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest
-
Arguments for substitution in the template definition.
- containsTemplateArgs(String) - Method in interface org.yamcs.protobuf.ReconfigureInstanceRequestOrBuilder
-
Arguments for substitution in the template definition.
- containsTemplateArgs(String) - Method in class org.yamcs.protobuf.YamcsInstance.Builder
-
Arguments used during template processing, if this instance was generated
- containsTemplateArgs(String) - Method in class org.yamcs.protobuf.YamcsInstance
-
Arguments used during template processing, if this instance was generated
- containsTemplateArgs(String) - Method in interface org.yamcs.protobuf.YamcsInstanceOrBuilder
-
Arguments used during template processing, if this instance was generated
- containsUpdate(Parameter) - Method in class org.yamcs.mdb.ProcessingContext
-
Returns true if the
tmParams
orcmdParams
contains a value forparam
- containsVerifierConfig(String) - Method in class org.yamcs.protobuf.IssueCommandRequest.Builder
-
Override verifier configuration.
- containsVerifierConfig(String) - Method in class org.yamcs.protobuf.IssueCommandRequest
-
Override verifier configuration.
- containsVerifierConfig(String) - Method in interface org.yamcs.protobuf.IssueCommandRequestOrBuilder
-
Override verifier configuration.
- CONTENT_FINISHED_EVENT - Static variable in class org.yamcs.http.HttpRequestHandler
- CONTENT_TYPE_FIELD_NUMBER - Static variable in class org.yamcs.api.HttpBody
- contentType() - Method in record class org.yamcs.buckets.ObjectProperties
-
Returns the value of the
contentType
record component. - CONTENTTYPE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ObjectInfo
- CONTENTTYPE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
- Context - Class in org.yamcs.http
-
Request context used in RPC-style endpoints.
- CONTEXT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContextAlarmInfo
- CONTEXT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo
- CONTEXTALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- CONTEXTALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateParameterRequest
- CONTEXTALARMS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest
- CONTEXTALARMS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ParameterOverride
- ContextCalibrator - Class in org.yamcs.xtce
-
Context calibrations are applied when the ContextMatch is true.
- ContextCalibrator(MatchCriteria, Calibrator) - Constructor for class org.yamcs.xtce.ContextCalibrator
- CONTEXTCALIBRATOR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.DataEncodingInfo
- CONTEXTCALIBRATOR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateParameterRequest
- contextCalibratorList - Variable in class org.yamcs.xtce.DataEncoding
- contextCalibrators - Variable in class org.yamcs.xtce.xlsv6.V6Loader
- contextCalibrators - Variable in class org.yamcs.xtce.xlsv7.V7Loader
- CONTEXTCALIBRATORS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.DataEncodingInfo
- CONTEXTCALIBRATORS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ParameterOverride
- ContextListener - Interface in org.yamcs.http
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.ListActivitiesResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.alarms.ListAlarmsResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.audit.ListAuditRecordsResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IndexResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListCommandsResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListEventsResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListItemsResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListPacketsResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListCommandsResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListContainersResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListParametersResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse
- CONTINUATIONTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse
- CONTINUE_RESPONSE - Static variable in class org.yamcs.http.HttpUtils
- continueSegment(PGSegment) - Method in class org.yamcs.parameterarchive.PGSegment
-
populate the currentFullGaps and previousFullGaps based on the previous segment parameters and gaps
- ControlAccess - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to control access (users, groups, roles, ...)
- ControlActivities - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to control activities
- ControlAlarms - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to manage alarms
- ControlArchiving - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to manage archiving properties of Yamcs.
- ControlCommandClearances - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to clear users for commanding.
- ControlCommandQueue - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to control the state of command queues.
- ControlFileTransfers - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to control file transfers.
- ControlLinks - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to control the lifecycle of any link.
- ControlProcessor - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to control any processor.
- ControlServices - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to control the lifecycle of services
- ControlTimeCorrelation - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to control time correlation
- ControlTimeline - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to modify the timeline
- contVerifCmdAck_Length - Variable in class org.yamcs.tests.RefMdbPacketGenerator
- convert(String) - Method in class org.yamcs.cli.UsersCli.SignificanceLevelConverter
- convert(String) - Method in class org.yamcs.cli.YamcsAdminCli.OutputFormatConverter
- convert(String) - Method in class org.yamcs.YamcsServerOptions.AbsolutePathConverter
- convert(String) - Method in class org.yamcs.YamcsServerOptions.LeakLevelConverter
- convertEngValueForType(DataType, Value) - Static method in class org.yamcs.mdb.DataTypeProcessor
-
Converts a Value to suit the type engineering value
- convertType(Object) - Method in class org.yamcs.xtce.AbsoluteTimeDataType
- convertType(Object) - Method in class org.yamcs.xtce.AggregateDataType
-
Parse the initial value as a JSON string.
- convertType(Object) - Method in class org.yamcs.xtce.ArrayDataType
-
Parse an initial value specified as an json array.
- convertType(Object) - Method in class org.yamcs.xtce.BinaryDataType
-
parse the hexadecimal stringValue into byte[]
- convertType(Object) - Method in class org.yamcs.xtce.BooleanDataType
- convertType(Object) - Method in interface org.yamcs.xtce.DataType
-
Converts to the canonical (boxed) java representation of this type.
- convertType(Object) - Method in class org.yamcs.xtce.EnumeratedDataType
- convertType(Object) - Method in class org.yamcs.xtce.FloatDataType
- convertType(Object) - Method in class org.yamcs.xtce.IntegerDataType
-
In case the provided value is a String, it is parsed to a Long Base 10 (decimal) form unless: if preceded by a 0b or 0B, value is in base two (binary form) if preceded by a 0o or 0O, values is in base 8 (octal) form if preceded by a 0x or 0X, value is in base 16 (hex) form. Underscores (_) are allowed in the string and ignored.
- convertType(Object) - Method in class org.yamcs.xtce.StringDataType
- COP1ACTIVE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Cop1Status
- Cop1Api - Class in org.yamcs.http.api
- Cop1Api() - Constructor for class org.yamcs.http.api.Cop1Api
- Cop1ApiClient - Class in org.yamcs.protobuf
-
Methods for virtual channel TC links that have ``useCop1: true``.
- Cop1ApiClient(MethodHandler) - Constructor for class org.yamcs.protobuf.Cop1ApiClient
- Cop1Config - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.cop1.Cop1Config
- COP1CONFIG_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateConfigRequest
- Cop1Config.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.cop1.Cop1Config
- Cop1ConfigOrBuilder - Interface in org.yamcs.protobuf
- Cop1Monitor - Interface in org.yamcs.tctm.ccsds
- Cop1Monitor.AlertType - Enum Class in org.yamcs.tctm.ccsds
- Cop1MonitorImpl - Class in org.yamcs.tctm.ccsds
-
Sends events and websocket messages for FOP1 state changes and alerts
- Cop1MonitorImpl(String, String) - Constructor for class org.yamcs.tctm.ccsds.Cop1MonitorImpl
- Cop1Proto - Class in org.yamcs.protobuf
- Cop1State - Enum Class in org.yamcs.protobuf
-
Protobuf enum
yamcs.protobuf.cop1.Cop1State
- Cop1Status - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.cop1.Cop1Status
- Cop1Status.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.cop1.Cop1Status
- Cop1StatusOrBuilder - Interface in org.yamcs.protobuf
- Cop1TcPacketHandler - Class in org.yamcs.tctm.ccsds
-
Assembles TC packets into TC frames as per CCSDS 232.0-B-3 and sends them out via FOP1
- Cop1TcPacketHandler(String, String, TcManagedParameters.TcVcManagedParameters, ScheduledThreadPoolExecutor) - Constructor for class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
- copy() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
- copy() - Method in class org.yamcs.mdb.SpreadsheetLoadContext
- copy() - Method in class org.yamcs.xtce.BinaryDataEncoding
- copy() - Method in class org.yamcs.xtce.BooleanDataEncoding
- copy() - Method in class org.yamcs.xtce.CustomAlgorithm
-
return a shallow copy of the algorithm
- copy() - Method in class org.yamcs.xtce.DataEncoding
-
Create a shallow copy of the data encoding
- copy() - Method in class org.yamcs.xtce.FloatDataEncoding
- copy() - Method in class org.yamcs.xtce.IntegerDataEncoding
- copy() - Method in class org.yamcs.xtce.StringDataEncoding
- copy() - Method in class org.yamcs.yarch.TupleDefinition
- copy(boolean) - Method in class org.yamcs.cfdp.pdu.CfdpHeader
- copy(boolean, boolean) - Method in class org.yamcs.cfdp.pdu.CfdpHeader
- copyDirectionInverted() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
- copyRecursively(Path, Path, CopyOption...) - Static method in class org.yamcs.utils.FileUtils
- CorruptedFileException - Exception in org.yamcs.replication
- CorruptedFileException(Path, String) - Constructor for exception org.yamcs.replication.CorruptedFileException
- CorruptedFrameException - Exception in org.yamcs.tctm.ccsds
-
Exception indicating a frame is corrupted
- CorruptedFrameException(String) - Constructor for exception org.yamcs.tctm.ccsds.CorruptedFrameException
- CorruptedFrameException(String, Throwable) - Constructor for exception org.yamcs.tctm.ccsds.CorruptedFrameException
- COS - Enum constant in enum class org.yamcs.xtce.MathOperator
-
cosine (x -- cos\(x)) radians
- COSH - Enum constant in enum class org.yamcs.xtce.MathOperator
-
hyperbolic cosine (x -- cosh\(x))
- CouldNotAcknowledgeAlarmException - Exception in org.yamcs.alarms
-
Used by AlarmServer to indicate when the acknowledge on an alarm did not work.
- CouldNotAcknowledgeAlarmException(String) - Constructor for exception org.yamcs.alarms.CouldNotAcknowledgeAlarmException
- CouldNotAcknowledgeAlarmException(Throwable) - Constructor for exception org.yamcs.alarms.CouldNotAcknowledgeAlarmException
- count(Parameter) - Method in class org.yamcs.parameter.ParameterValueList
-
Return the number of values for p
- COUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlarmData
- COUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest
- COUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ArchiveParameterSegmentInfo
- COUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IndexEntry
- COUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.Ranges.Range
- COUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.WriteRowsExceptionDetail
- COUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.WriteRowsResponse
- CountExpression - Class in org.yamcs.yarch.streamsql.funct
- CountExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.funct.CountExpression
- countMap - Static variable in class org.yamcs.simulator.pus.PusTmPacket
- COUNTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.Ranges.Range
- coverageEnd() - Method in class org.yamcs.parameterarchive.ParameterArchive
- CrashHandler - Interface in org.yamcs
-
CrashHandler is used to handle extreme problems that need to reach operator (or sysadmin) attention.
- CRC16 - Enum constant in enum class org.yamcs.tctm.ccsds.DownlinkManagedParameters.FrameErrorDetection
- CRC16 - Enum constant in enum class org.yamcs.tctm.ccsds.UplinkManagedParameters.FrameErrorDetection
- Crc16Calculator - Class in org.yamcs.tctm.ccsds.error
- Crc16Calculator(int) - Constructor for class org.yamcs.tctm.ccsds.error.Crc16Calculator
- CRC32 - Enum constant in enum class org.yamcs.cfdp.ChecksumType
- CRC32 - Enum constant in enum class org.yamcs.tctm.ccsds.DownlinkManagedParameters.FrameErrorDetection
- CRC32 - Enum constant in enum class org.yamcs.tctm.ccsds.UplinkManagedParameters.FrameErrorDetection
- CRC32C - Enum constant in enum class org.yamcs.cfdp.ChecksumType
- Crc32Calculator - Class in org.yamcs.tctm.ccsds.error
- Crc32Calculator(int) - Constructor for class org.yamcs.tctm.ccsds.error.Crc32Calculator
- CrcCciitCalculator - Class in org.yamcs.tctm.ccsds.error
-
Cylcic Redundancy Check (CRC-CCIIT 0xFFFF) with the polynomial:
- CrcCciitCalculator() - Constructor for class org.yamcs.tctm.ccsds.error.CrcCciitCalculator
- CrcCciitCalculator(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.error.CrcCciitCalculator
- create() - Method in class org.yamcs.client.mdb.CreateParameterBuilder
- create() - Method in class org.yamcs.client.mdb.CreateParameterTypeBuilder
- create(String) - Static method in class org.yamcs.http.api.EventFilterFactory
- create(String, String, String, String, Object) - Static method in class org.yamcs.ProcessorFactory
-
Create a processor with the give name, type, creator and spec type is used to load the tm, parameter and command classes as defined in processor.yaml spec if not null is passed as an extra argument to those classes - it is used for example when creating replay processors to pass on the data that has to be replayed. should probably be changed from string to some sort of object.
- create(String, String, String, List<ProcessorServiceWithConfig>, String, ProcessorConfig, Object) - Static method in class org.yamcs.ProcessorFactory
-
Create a Processor by specifying the service.
- create(String, String, ProcessorService...) - Static method in class org.yamcs.ProcessorFactory
-
creates a processor with the services already instantiated. used from unit tests
- create(String, String, ProcessorServiceWithConfig...) - Static method in class org.yamcs.ProcessorFactory
-
creates a processor with the services already instantiated. used from unit tests
- CREATE_PROCESSOR - Enum constant in enum class org.yamcs.protobuf.ProcessorManagementRequest.Operation
-
CREATE_PROCESSOR = 0;
- CREATE_PROCESSOR_VALUE - Static variable in enum class org.yamcs.protobuf.ProcessorManagementRequest.Operation
-
CREATE_PROCESSOR = 0;
- createAlarmSubscription() - Method in class org.yamcs.client.YamcsClient
- createAndGet(String, Yamcs.Value.Type) - Method in class org.yamcs.parameterarchive.ParameterIdDb
-
get a parameter id for a parameter that only has engineering value
- createAndGet(String, Yamcs.Value.Type, Yamcs.Value.Type) - Method in class org.yamcs.parameterarchive.ParameterIdDb
-
Get the mapping from (parameterFqn, type) to pid
- createAndGetAggrray(String, Yamcs.Value.Type, Yamcs.Value.Type, IntArray) - Method in class org.yamcs.parameterarchive.ParameterIdDb
-
Creates (if not already existing) an id for the aggregate or array parameter with the given qualified name and member ids.
- createAndGetColumnFamilyHandle(String) - Method in class org.yamcs.yarch.rocksdb.YRDB
- createAndGetHistogram(long, String) - Method in class org.yamcs.yarch.PartitionManager
- createAndGetHistogram(long, String) - Method in class org.yamcs.yarch.rocksdb.RdbTable
- createAndGetPartition(long, Object) - Method in class org.yamcs.yarch.PartitionManager
-
Creates (if not already existing) and returns the partition in which the instant,value should be written.
- createArchiveClient(String) - Method in class org.yamcs.client.YamcsClient
- createAuthInfo() - Static method in class org.yamcs.http.auth.AuthHandler
- createBackup(String, String) - Method in class org.yamcs.yarch.BackupControl
- createBackup(String, String) - Method in interface org.yamcs.yarch.BackupControlMBean
- createBucket(String) - Method in class org.yamcs.buckets.BucketManager
- createBucket(String) - Method in class org.yamcs.client.storage.StorageClient
- createBucket(String) - Method in interface org.yamcs.yarch.BucketDatabase
- createBucket(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucketDatabase
- createBucket(Void, CreateBucketRequest, Observer<BucketInfo>) - Method in class org.yamcs.protobuf.BucketsApiClient
-
Create a bucket
- createBucket(Context, CreateBucketRequest, Observer<BucketInfo>) - Method in class org.yamcs.http.api.BucketsApi
- createBucket(T, CreateBucketRequest, Observer<BucketInfo>) - Method in class org.yamcs.protobuf.AbstractBucketsApi
-
Create a bucket
- CreateBucketRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.buckets.CreateBucketRequest
- CreateBucketRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.buckets.CreateBucketRequest
- CreateBucketRequestOrBuilder - Interface in org.yamcs.protobuf
- createByteBuf() - Method in class org.yamcs.http.HandlerContext
- createClearanceSubscription() - Method in class org.yamcs.client.YamcsClient
- createColumnFamily(String) - Method in class org.yamcs.yarch.rocksdb.YRDB
- createCommandSubscription() - Method in class org.yamcs.client.YamcsClient
- createContainerSubscription() - Method in class org.yamcs.client.YamcsClient
- createContext(String) - Method in class org.yamcs.algorithms.AlgorithmManager
-
Create a new algorithm execution context.
- created() - Method in record class org.yamcs.buckets.BucketProperties
-
Returns the value of the
created
record component. - created() - Method in record class org.yamcs.buckets.ObjectProperties
-
Returns the value of the
created
record component. - CREATED - Enum constant in enum class org.yamcs.protobuf.StreamEvent.Type
-
A new stream was created
- CREATED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.BucketInfo
- CREATED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ObjectInfo
- CREATED_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
- CREATED_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
- CREATED_VALUE - Static variable in enum class org.yamcs.protobuf.StreamEvent.Type
-
A new stream was created
- createdBy - Variable in class org.yamcs.security.Account
- CREATEDBY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Event
- CREATEDBY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ServiceAccountInfo
- CREATEDBY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UserInfo
- CREATEDBY_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
- CREATEDBY_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
- createEnumeratedParameterType(Class<? extends Enum<?>>) - Method in class org.yamcs.parameter.SystemParametersService
- createEnumeratedSystemParameter(String, Class<? extends Enum<?>>, String) - Method in class org.yamcs.parameter.SystemParametersService
-
Creates an enumerated system parameter by deducing the possible enumeration states from the java enum.
- createEvent(Void, CreateEventRequest, Observer<Event>) - Method in class org.yamcs.protobuf.EventsApiClient
-
Create an event
- createEvent(Context, CreateEventRequest, Observer<Event>) - Method in class org.yamcs.http.api.EventsApi
- createEvent(CreateEventRequest) - Method in class org.yamcs.client.YamcsClient
- createEvent(T, CreateEventRequest, Observer<Event>) - Method in class org.yamcs.protobuf.AbstractEventsApi
-
Create an event
- CreateEventRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.events.CreateEventRequest
- CreateEventRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.events.CreateEventRequest
- CreateEventRequestOrBuilder - Interface in org.yamcs.protobuf
- createEventSubscription() - Method in class org.yamcs.client.YamcsClient
- createExecution(Activity, User) - Method in interface org.yamcs.activities.ActivityExecutor
-
Create an executable activity with the provided arguments
- createExecution(Activity, User) - Method in class org.yamcs.activities.CommandExecutor
- createExecution(Activity, User) - Method in class org.yamcs.activities.CommandStackExecutor
- createExecution(Activity, User) - Method in class org.yamcs.activities.ScriptExecutor
- createFileSystemBucket(String, Path) - Method in class org.yamcs.buckets.BucketManager
-
Adds a bucket that maps to the file system.
- createForCmdProcessing(LastValueCache, Map<Argument, ArgumentValue>, LastValueCache, long) - Static method in class org.yamcs.mdb.ProcessingContext
-
Used in TC processing when command history events are received, they will be added to the cmdParams.
- createForTestCmd(ParameterValue...) - Static method in class org.yamcs.mdb.ProcessingContext
-
same as above but creates command parameters
- createForTestTm(ParameterValue...) - Static method in class org.yamcs.mdb.ProcessingContext
-
creates an object with an empty cache and with the given values as current tm delivery.
- createForTmProcessing(LastValueCache, long) - Static method in class org.yamcs.mdb.ProcessingContext
-
Used in a TM processing pipeline - for example when a TM packet is received
- createGlobalAlarmStatusSubscription() - Method in class org.yamcs.client.YamcsClient
- createGroup(Void, CreateGroupRequest, Observer<GroupInfo>) - Method in class org.yamcs.protobuf.IamApiClient
-
Create a group
- createGroup(Context, CreateGroupRequest, Observer<GroupInfo>) - Method in class org.yamcs.http.api.IamApi
- createGroup(T, CreateGroupRequest, Observer<GroupInfo>) - Method in class org.yamcs.protobuf.AbstractIamApi
-
Create a group
- CreateGroupRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.CreateGroupRequest
- CreateGroupRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.CreateGroupRequest
- CreateGroupRequestOrBuilder - Interface in org.yamcs.protobuf
- createHash(char[]) - Method in interface org.yamcs.security.PasswordHasher
- createHash(char[]) - Method in class org.yamcs.security.PBKDF2PasswordHasher
-
Returns a salted PBKDF2 hash of the password.
- createHistogram(String) - Method in class org.yamcs.yarch.PartitionManager
- createHistogram(String) - Method in class org.yamcs.yarch.rocksdb.RdbPartitionManager
-
For non time partitioned tables - create a tablespace record for the histogram for the given column name
- createHistogramByTime(TimePartitionInfo, String) - Method in class org.yamcs.yarch.PartitionManager
- createHistogramByTime(TimePartitionInfo, String) - Method in class org.yamcs.yarch.rocksdb.RdbPartitionManager
-
For time partitioned tables: creates a tablespace record for the histogram for the given column name
- createInitial(LastValueCache, Map<Argument, ArgumentValue>, LastValueCache, long) - Static method in class org.yamcs.mdb.ProcessingContext
-
Processing context which contains values to be used in algorithm initialisation.
- CreateInputStreamStatement - Class in org.yamcs.yarch.streamsql
- CreateInputStreamStatement(String, TupleDefinition) - Constructor for class org.yamcs.yarch.streamsql.CreateInputStreamStatement
- CreateInputStreamStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- createInstance(String, String, Map<String, Object>, Map<String, String>, Map<String, Object>) - Method in class org.yamcs.YamcsServer
-
Create a new instance based on a template.
- createInstance(Void, CreateInstanceRequest, Observer<YamcsInstance>) - Method in class org.yamcs.protobuf.InstancesApiClient
-
Create an instance
- createInstance(List<YConfiguration>, boolean, boolean) - Static method in class org.yamcs.mdb.MdbFactory
-
Load a XTCE database from a description.
- createInstance(Context, CreateInstanceRequest, Observer<YamcsInstance>) - Method in class org.yamcs.http.api.InstancesApi
- createInstance(CreateInstanceRequest) - Method in class org.yamcs.client.YamcsClient
- createInstance(T, CreateInstanceRequest, Observer<YamcsInstance>) - Method in class org.yamcs.protobuf.AbstractInstancesApi
-
Create an instance
- createInstanceByConfig(String) - Static method in class org.yamcs.mdb.MdbFactory
-
Creates a new instance of the database in memory. configSection is the top heading under which this appears in the mdb.yaml
- createInstanceByConfig(String, boolean) - Static method in class org.yamcs.mdb.MdbFactory
- CreateInstanceRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.instances.CreateInstanceRequest
- CreateInstanceRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.instances.CreateInstanceRequest
- CreateInstanceRequestOrBuilder - Interface in org.yamcs.protobuf
- CreateInstances - Static variable in class org.yamcs.security.SystemPrivilege
-
Allows to create instances.
- createItem(Void, CreateItemRequest, Observer<TimelineItem>) - Method in class org.yamcs.protobuf.TimelineApiClient
-
Create an item
- createItem(Context, CreateItemRequest, Observer<TimelineItem>) - Method in class org.yamcs.http.api.TimelineApi
- createItem(T, CreateItemRequest, Observer<TimelineItem>) - Method in class org.yamcs.protobuf.AbstractTimelineApi
-
Create an item
- CreateItemRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.CreateItemRequest
- CreateItemRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.CreateItemRequest
- CreateItemRequestOrBuilder - Interface in org.yamcs.protobuf
- createLinkSubscription() - Method in class org.yamcs.client.YamcsClient
- createMetadataRecord(String, Tablespace.TablespaceRecord.Builder) - Method in class org.yamcs.yarch.rocksdb.Tablespace
-
Creates a new tablespace record and adds it to the metadata database
- createMissionDatabaseClient(String) - Method in class org.yamcs.client.YamcsClient
- createOrGetAlarm(MatchCriteria) - Method in class org.yamcs.xtce.EnumeratedParameterType.Builder
- createOrGetAlarm(MatchCriteria) - Method in class org.yamcs.xtce.FloatParameterType.Builder
- createOrGetAlarm(MatchCriteria) - Method in class org.yamcs.xtce.IntegerParameterType.Builder
- createOrGetAlarm(MatchCriteria) - Method in interface org.yamcs.xtce.NumericParameterType.Builder
- CreateOutputStreamStatement - Class in org.yamcs.yarch.streamsql
- CreateOutputStreamStatement(String, StreamExpression) - Constructor for class org.yamcs.yarch.streamsql.CreateOutputStreamStatement
- createPacketSubscription() - Method in class org.yamcs.client.YamcsClient
- createParameter(String, Mdb.DataSourceType) - Method in class org.yamcs.client.mdb.MissionDatabaseClient
- createParameter(Void, Mdb.CreateParameterRequest, Observer<Mdb.ParameterInfo>) - Method in class org.yamcs.protobuf.MdbApiClient
-
Create a parameter
- createParameter(Context, Mdb.CreateParameterRequest, Observer<Mdb.ParameterInfo>) - Method in class org.yamcs.http.api.MdbApi
- createParameter(T, Mdb.CreateParameterRequest, Observer<Mdb.ParameterInfo>) - Method in class org.yamcs.protobuf.AbstractMdbApi
-
Create a parameter
- CreateParameterBuilder - Class in org.yamcs.client.mdb
- createParameterList(Void, CreateParameterListRequest, Observer<ParameterListInfo>) - Method in class org.yamcs.protobuf.plists.ParameterListsApiClient
-
Create a parameter list
- createParameterList(Context, CreateParameterListRequest, Observer<ParameterListInfo>) - Method in class org.yamcs.http.api.ParameterListsApi
- createParameterList(T, CreateParameterListRequest, Observer<ParameterListInfo>) - Method in class org.yamcs.protobuf.plists.AbstractParameterListsApi
-
Create a parameter list
- CreateParameterListRequest - Class in org.yamcs.protobuf.plists
-
Protobuf type
yamcs.protobuf.plists.CreateParameterListRequest
- CreateParameterListRequest.Builder - Class in org.yamcs.protobuf.plists
-
Protobuf type
yamcs.protobuf.plists.CreateParameterListRequest
- CreateParameterListRequestOrBuilder - Interface in org.yamcs.protobuf.plists
- createParameterSubscription() - Method in class org.yamcs.client.YamcsClient
- createParameterType(String) - Method in class org.yamcs.client.mdb.MissionDatabaseClient
- createParameterType(String, AggregateValue) - Static method in class org.yamcs.utils.AggregateUtil
- createParameterType(Void, Mdb.CreateParameterTypeRequest, Observer<Mdb.ParameterTypeInfo>) - Method in class org.yamcs.protobuf.MdbApiClient
-
Create a parameter type
- createParameterType(Context, Mdb.CreateParameterTypeRequest, Observer<Mdb.ParameterTypeInfo>) - Method in class org.yamcs.http.api.MdbApi
- createParameterType(T, Mdb.CreateParameterTypeRequest, Observer<Mdb.ParameterTypeInfo>) - Method in class org.yamcs.protobuf.AbstractMdbApi
-
Create a parameter type
- CreateParameterTypeBuilder - Class in org.yamcs.client.mdb
- createPartition(Object) - Method in class org.yamcs.yarch.PartitionManager
-
Create a partition for value based partitioning
- createPartition(Object) - Method in class org.yamcs.yarch.rocksdb.RdbPartitionManager
- createPartitionByTime(TimePartitionInfo, Object) - Method in class org.yamcs.yarch.PartitionManager
-
Create a partition for time (and possible value) based partitioning
- createPartitionByTime(TimePartitionInfo, Object) - Method in class org.yamcs.yarch.rocksdb.RdbPartitionManager
- createPath(boolean) - Static method in class org.yamcs.client.filetransfer.FileTransferClient.UploadOptions
- createProcessor(Void, CreateProcessorRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.ProcessingApiClient
-
Create a processor
- createProcessor(Context, CreateProcessorRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
- createProcessor(CreateProcessorRequest) - Method in class org.yamcs.client.YamcsClient
- createProcessor(ProcessorManagementRequest, String) - Method in class org.yamcs.management.ManagementService
- createProcessor(T, CreateProcessorRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractProcessingApi
-
Create a processor
- createProcessorClient(String, String) - Method in class org.yamcs.client.YamcsClient
- CreateProcessorRequest - Class in org.yamcs.protobuf
-
Request message for `CreateProcessor`.
- CreateProcessorRequest.Builder - Class in org.yamcs.protobuf
-
Request message for `CreateProcessor`.
- CreateProcessorRequestOrBuilder - Interface in org.yamcs.protobuf
- createProcessorSubscription() - Method in class org.yamcs.client.YamcsClient
- createQuery(Void, CreateQueryRequest, Observer<QueryInfo>) - Method in class org.yamcs.web.api.WebApiClient
-
Create a query on a target resource
- createQuery(Context, CreateQueryRequest, Observer<QueryInfo>) - Method in class org.yamcs.web.api.WebApi
- createQuery(T, CreateQueryRequest, Observer<QueryInfo>) - Method in class org.yamcs.web.api.AbstractWebApi
-
Create a query on a target resource
- CreateQueryRequest - Class in org.yamcs.web.api
-
Protobuf type
yamcs.protobuf.web.CreateQueryRequest
- CreateQueryRequest.Builder - Class in org.yamcs.web.api
-
Protobuf type
yamcs.protobuf.web.CreateQueryRequest
- CreateQueryRequestOrBuilder - Interface in org.yamcs.web.api
- createQueueEventSubscription() - Method in class org.yamcs.client.YamcsClient
- createQueueStatisticsSubscription() - Method in class org.yamcs.client.YamcsClient
- createReplay(ReplayOptions, ReplayListener) - Method in class org.yamcs.archive.ReplayServer
-
create a new packet replay object
- createResult(boolean) - Method in class org.yamcs.algorithms.VerifierFunctions
-
Create a new verification result
- createServiceAccount(Void, CreateServiceAccountRequest, Observer<CreateServiceAccountResponse>) - Method in class org.yamcs.protobuf.IamApiClient
-
Create a service account
- createServiceAccount(Context, CreateServiceAccountRequest, Observer<CreateServiceAccountResponse>) - Method in class org.yamcs.http.api.IamApi
- createServiceAccount(T, CreateServiceAccountRequest, Observer<CreateServiceAccountResponse>) - Method in class org.yamcs.protobuf.AbstractIamApi
-
Create a service account
- CreateServiceAccountRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.CreateServiceAccountRequest
- CreateServiceAccountRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.CreateServiceAccountRequest
- CreateServiceAccountRequestOrBuilder - Interface in org.yamcs.protobuf
- CreateServiceAccountResponse - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.CreateServiceAccountResponse
- CreateServiceAccountResponse.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.CreateServiceAccountResponse
- CreateServiceAccountResponseOrBuilder - Interface in org.yamcs.protobuf
- createSession(AuthenticationInfo, String, String) - Method in class org.yamcs.security.SessionManager
- createStatement(String, Object...) - Method in class org.yamcs.yarch.YarchDatabaseInstance
- createStorageClient() - Method in class org.yamcs.client.YamcsClient
- createStream(String) - Static method in class org.yamcs.yarch.query.Query
- createStream(String, TupleDefinition) - Static method in class org.yamcs.yarch.query.Query
- CreateStreamQueryBuilder - Class in org.yamcs.yarch.query
- CreateStreamQueryBuilder(String) - Constructor for class org.yamcs.yarch.query.CreateStreamQueryBuilder
- createStreams() - Method in class org.yamcs.StreamInitializer
- createStreams(String) - Static method in class org.yamcs.StreamInitializer
- CreateStreamStatement - Class in org.yamcs.yarch.streamsql
- CreateStreamStatement(String, StreamExpression) - Constructor for class org.yamcs.yarch.streamsql.CreateStreamStatement
- CreateStreamStatement(String, TupleDefinition) - Constructor for class org.yamcs.yarch.streamsql.CreateStreamStatement
- CreateStreamStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- createSystemParameter(String, Yamcs.Value.Type, String) - Method in class org.yamcs.parameter.SystemParametersService
- createSystemParameter(String, Yamcs.Value.Type, UnitType, String) - Method in class org.yamcs.parameter.SystemParametersService
-
Create a system parameter for a basic value type.
- createSystemParameter(String, AggregateParameterType, String) - Method in class org.yamcs.parameter.SystemParametersService
-
Creates a system parameter for an aggregate type.
- createSystemParameter(String, ParameterType, String) - Method in class org.yamcs.mdb.Mdb
-
Creates and returns a system parameter with the given qualified name.
- createSystemParameter(Mdb, String, Value) - Static method in class org.yamcs.parameter.SystemParametersService
- createSystemParameter(Mdb, String, Value, UnitType) - Static method in class org.yamcs.parameter.SystemParametersService
- createSystemParameter(Mdb, String, Yamcs.Value.Type, String) - Static method in class org.yamcs.parameter.SystemParametersService
- createSystemParameter(Mdb, String, Yamcs.Value.Type, UnitType, String) - Static method in class org.yamcs.parameter.SystemParametersService
- createSystemParameterType(Mdb, String, Value, UnitType) - Static method in class org.yamcs.parameter.SystemParametersService
- createTable(String) - Static method in class org.yamcs.yarch.query.Query
- createTable(String, TableDefinition) - Method in class org.yamcs.yarch.rocksdb.Tablespace
- createTable(String, TupleDefinition) - Static method in class org.yamcs.yarch.query.Query
- createTable(TableDefinition) - Method in class org.yamcs.yarch.YarchDatabaseInstance
-
add a table to the dictionary throws exception if a table or a stream with the same name already exist
- createTable(YarchDatabaseInstance, TableDefinition) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
- createTable(YarchDatabaseInstance, TableDefinition) - Method in interface org.yamcs.yarch.StorageEngine
-
Create a new table based on definition.
- createTableLoader(String) - Method in class org.yamcs.client.archive.ArchiveClient
- CreateTableQueryBuilder - Class in org.yamcs.yarch.query
- CreateTableQueryBuilder(String) - Constructor for class org.yamcs.yarch.query.CreateTableQueryBuilder
- createTablespace(String) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
- CreateTableStatement - Class in org.yamcs.yarch.streamsql
- CreateTableStatement(boolean, String, TupleDefinition, List<String>, List<String>) - Constructor for class org.yamcs.yarch.streamsql.CreateTableStatement
- CreateTableStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- CreateTableStatement.TableFormatOption - Class in org.yamcs.yarch.streamsql
- createTimelineClient(String, String) - Method in class org.yamcs.client.YamcsClient
- createTimeSubscription() - Method in class org.yamcs.client.YamcsClient
- createTransfer(Void, CreateTransferRequest, Observer<TransferInfo>) - Method in class org.yamcs.protobuf.FileTransferApiClient
-
Create a transfer
- createTransfer(Context, CreateTransferRequest, Observer<TransferInfo>) - Method in class org.yamcs.http.api.FileTransferApi
- createTransfer(T, CreateTransferRequest, Observer<TransferInfo>) - Method in class org.yamcs.protobuf.AbstractFileTransferApi
-
Create a transfer
- CreateTransferRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.CreateTransferRequest
- CreateTransferRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.CreateTransferRequest
- CreateTransferRequestOrBuilder - Interface in org.yamcs.protobuf
- createUser(Void, CreateUserRequest, Observer<UserInfo>) - Method in class org.yamcs.protobuf.IamApiClient
-
Create a user
- createUser(Context, CreateUserRequest, Observer<UserInfo>) - Method in class org.yamcs.http.api.IamApi
- createUser(T, CreateUserRequest, Observer<UserInfo>) - Method in class org.yamcs.protobuf.AbstractIamApi
-
Create a user
- CreateUserRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.CreateUserRequest
- CreateUserRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.CreateUserRequest
- CreateUserRequestOrBuilder - Interface in org.yamcs.protobuf
- createVcaHandler(String, String, VcDownlinkManagedParameters) - Method in class org.yamcs.tctm.ccsds.DownlinkManagedParameters
- createVcHandlers(String, String) - Method in class org.yamcs.tctm.ccsds.AosManagedParameters
- createVcHandlers(String, String) - Method in class org.yamcs.tctm.ccsds.DownlinkManagedParameters
- createVcHandlers(String, String) - Method in class org.yamcs.tctm.ccsds.TmManagedParameters
- createVcHandlers(String, String) - Method in class org.yamcs.tctm.ccsds.UslpManagedParameters
- createVcHandlers(String, String, ScheduledThreadPoolExecutor) - Method in class org.yamcs.tctm.ccsds.TcManagedParameters
- createVcHandlers(String, String, ScheduledThreadPoolExecutor) - Method in class org.yamcs.tctm.ccsds.UplinkManagedParameters
- creationTime - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
- creationTime - Variable in class org.yamcs.security.Account
- CREATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ServiceAccountInfo
- CREATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TransferInfo
- CREATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UserInfo
- CREATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
- CREATOR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ProcessorInfo
- Credentials - Interface in org.yamcs.client
- CRIT_KEY_CMD_NAME_PATTERN - Static variable in class org.yamcs.timeline.CommandItemProvider
- CRIT_KEY_TAG - Static variable in class org.yamcs.timeline.TimelineItemDb
- CRITERIA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ItemFilter
- CRITERIA_FIELD_NUMBER - Static variable in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
- criterionMatch(ItemFilter.FilterCriterion, T) - Method in class org.yamcs.timeline.FilterMatcher
- critical(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
-
Deprecated.
- critical(String) - Method in class org.yamcs.algorithms.EventLogFunctions
- critical(String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
-
Deprecated.
- critical(String, String) - Method in class org.yamcs.algorithms.EventLogFunctions
- critical(String, String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
-
Deprecated.
- critical(String, String, String) - Method in class org.yamcs.algorithms.EventLogFunctions
- critical(Map<String, Object>) - Method in class org.yamcs.algorithms.EventLogFunctions
- CRITICAL - Enum constant in enum class org.yamcs.protobuf.AlarmSeverity
-
CRITICAL = 4;
- CRITICAL - Enum constant in enum class org.yamcs.protobuf.Event.EventSeverity
-
CRITICAL = 6;
- CRITICAL - Enum constant in enum class org.yamcs.protobuf.Mdb.AlarmLevelType
-
CRITICAL = 4;
- CRITICAL - Enum constant in enum class org.yamcs.protobuf.Mdb.SignificanceInfo.SignificanceLevelType
-
CRITICAL = 5;
- CRITICAL - Enum constant in enum class org.yamcs.protobuf.Pvalue.MonitoringResult
-
CRITICAL = 16;
- CRITICAL - Enum constant in enum class org.yamcs.xtce.AlarmLevels
- CRITICAL - Enum constant in enum class org.yamcs.xtce.Significance.Levels
-
ISO 14490: telecommand that, if executed at the wrong time or in the wrong configuration, could cause irreversible loss or damage for the mission (i.e. endanger the achievement of the primary mission objectives)
- CRITICAL_VALUE - Static variable in enum class org.yamcs.protobuf.AlarmSeverity
-
CRITICAL = 4;
- CRITICAL_VALUE - Static variable in enum class org.yamcs.protobuf.Event.EventSeverity
-
CRITICAL = 6;
- CRITICAL_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.AlarmLevelType
-
CRITICAL = 4;
- CRITICAL_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.SignificanceInfo.SignificanceLevelType
-
CRITICAL = 5;
- CRITICAL_VALUE - Static variable in enum class org.yamcs.protobuf.Pvalue.MonitoringResult
-
CRITICAL = 16;
- CryptoUtils - Class in org.yamcs.security
- CryptoUtils() - Constructor for class org.yamcs.security.CryptoUtils
- CryptoUtils.PKCE - Class in org.yamcs.security
- CspCommandPostprocessor - Class in org.yamcs.tctm.csp
-
Link postprocessor for CSP 1.x commands (CubeSat Protocol)
- CspCommandPostprocessor() - Constructor for class org.yamcs.tctm.csp.CspCommandPostprocessor
- CspPacket - Class in org.yamcs.tctm.csp
-
Helper class for accessing CubeSat Space Protocol v1 fields
- CspPacket(byte[]) - Constructor for class org.yamcs.tctm.csp.CspPacket
- CspPacket(ByteBuffer) - Constructor for class org.yamcs.tctm.csp.CspPacket
- CspPacketPreprocessor - Class in org.yamcs.tctm.csp
-
Link preprocessor for CSP 1.x packets (CubeSat Protocol)
- CspPacketPreprocessor(String) - Constructor for class org.yamcs.tctm.csp.CspPacketPreprocessor
- CspPacketPreprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.csp.CspPacketPreprocessor
- CSV - Static variable in class org.yamcs.http.MediaType
- CsvListingParser - Class in org.yamcs.filetransfer
-
Parses a directory listing from Comma Separated Values (CSV) formatted data.
- CsvListingParser() - Constructor for class org.yamcs.filetransfer.CsvListingParser
- ctx - Variable in class org.yamcs.http.auth.FormData
- ctx - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader
- ctx - Variable in class org.yamcs.yarch.AbstractTableWalker
- CTX_CONTEXT - Static variable in class org.yamcs.http.HttpRequestHandler
- CTX_CONTEXT_PATH - Static variable in class org.yamcs.http.HttpRequestHandler
- CTX_HTTP_REQUEST - Static variable in class org.yamcs.http.HttpRequestHandler
- CTX_USERNAME - Static variable in class org.yamcs.http.HttpRequestHandler
- CUC - Enum constant in enum class org.yamcs.tctm.AbstractPacketPreprocessor.TimeDecoderType
- CucTimeDecoder - Class in org.yamcs.tctm.ccsds.time
-
Decoder for CCSDS Unsegmented time Code as specified in TIME CODE FORMATS, CCSDS 301.0-B-4, Nov 2010 The time code is composed by P-Field (preamble field) 8 or 16 bits optional T-Field - up to 7+10 bytes (although it could be longer for custom codes)
- CucTimeDecoder(int) - Constructor for class org.yamcs.tctm.ccsds.time.CucTimeDecoder
- CucTimeDecoder(int, int) - Constructor for class org.yamcs.tctm.ccsds.time.CucTimeDecoder
-
Constructor for decoder.
- CucTimeEncoder - Class in org.yamcs.tctm.ccsds.time
- CucTimeEncoder(int, boolean) - Constructor for class org.yamcs.tctm.ccsds.time.CucTimeEncoder
- CucTimeEncoder(int, int, boolean) - Constructor for class org.yamcs.tctm.ccsds.time.CucTimeEncoder
- curChar - Variable in class org.yamcs.templating.TemplateParserTokenManager
- curChar - Variable in class org.yamcs.ui.packetviewer.filter.FilterParserTokenManager
- curChar - Variable in class org.yamcs.utils.parser.FilterParserTokenManager
- curChar - Variable in class org.yamcs.xtce.xlsv7.parser.AggregateTypeParserTokenManager
- curChar - Variable in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
- CURRENT_ENTRY_ACROSS_PACKETS - Enum constant in enum class org.yamcs.xtce.ParameterInstanceRef.InstanceRelativeTo
-
This is the same as CURRENT_ENTRY_WITHIN_PACKET but not restricted to the current packet.
- CURRENT_ENTRY_WITHIN_PACKET - Enum constant in enum class org.yamcs.xtce.ParameterInstanceRef.InstanceRelativeTo
-
The instance field counts negatively from the current entry. 0 means the last instance.
- CURRENT_FORMAT_VERSION - Static variable in class org.yamcs.yarch.TableDefinition
- CURRENTEVENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.EventAlarmData
- CURRENTTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TimeInfo
- currentTimestamp() - Static method in class org.yamcs.utils.TimestampUtil
- currentToken - Variable in exception org.yamcs.templating.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.yamcs.ui.packetviewer.filter.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.yamcs.utils.parser.ParseException
-
This is the last token that has been consumed successfully.
- CURRENTVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ParameterAlarmData
- CUSTOM - Enum constant in enum class org.yamcs.protobuf.Mdb.AlgorithmInfo.Type
-
CUSTOM = 1;
- CUSTOM - Enum constant in enum class org.yamcs.tctm.AbstractPacketPreprocessor.TimeEpochs
- CUSTOM - Enum constant in enum class org.yamcs.tctm.ccsds.error.CltuGenerator.Encoding
- CUSTOM - Enum constant in enum class org.yamcs.xtce.BinaryDataEncoding.Type
- CUSTOM - Enum constant in enum class org.yamcs.xtce.StringDataEncoding.SizeType
-
DataEncoding.getFromBinaryTransformAlgorithm()
will be used to decode the data - CUSTOM_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.AlgorithmInfo.Type
-
CUSTOM = 1;
- CustomAlgorithm - Class in org.yamcs.xtce
-
Algorithm implemented in a specific language.
- CustomAlgorithm(String) - Constructor for class org.yamcs.xtce.CustomAlgorithm
- CustomAlgorithm(CustomAlgorithm) - Constructor for class org.yamcs.xtce.CustomAlgorithm
- customEpoch - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- customEpochIncludeLeapSecond - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- cv - Variable in class org.yamcs.commanding.AlgorithmVerifier
- cvh - Variable in class org.yamcs.commanding.AlgorithmVerifier
D
- data - Variable in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
- DATA - Static variable in class org.yamcs.replication.Message
- DATA_CNAME - Static variable in class org.yamcs.tctm.ccsds.FrameStreamHelper
- DATA_FIELD_NUMBER - Static variable in class org.yamcs.api.HttpBody
- DATA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandQueueEvent
- DATA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ServerMessage
- DATA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.Row.Cell
- DATA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UploadObjectRequest
- DATA_OFFSET - Static variable in class org.yamcs.simulator.pus.PusTcPacket
- DATA_OFFSET - Static variable in class org.yamcs.simulator.pus.PusTmPacket
- DatabaseApi - Class in org.yamcs.http.api
- DatabaseApi() - Constructor for class org.yamcs.http.api.DatabaseApi
- DatabaseApiClient - Class in org.yamcs.protobuf
- DatabaseApiClient(MethodHandler) - Constructor for class org.yamcs.protobuf.DatabaseApiClient
- DatabaseCorruptionException - Exception in org.yamcs.utils
-
used to signal inconsistencies found in the database
- DatabaseCorruptionException(String) - Constructor for exception org.yamcs.utils.DatabaseCorruptionException
- DatabaseCorruptionException(String, Throwable) - Constructor for exception org.yamcs.utils.DatabaseCorruptionException
- DatabaseCorruptionException(Throwable) - Constructor for exception org.yamcs.utils.DatabaseCorruptionException
- DatabaseInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.DatabaseInfo
- DatabaseInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.DatabaseInfo
- DatabaseInfoOrBuilder - Interface in org.yamcs.protobuf
- DatabaseLoadException - Exception in org.yamcs.mdb
- DatabaseLoadException(Exception) - Constructor for exception org.yamcs.mdb.DatabaseLoadException
- DatabaseLoadException(String) - Constructor for exception org.yamcs.mdb.DatabaseLoadException
- DatabaseLoadException(String, Throwable) - Constructor for exception org.yamcs.mdb.DatabaseLoadException
- DATABASES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListDatabasesResponse
- DATABASES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListRocksDbDatabasesResponse
- DATABASES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RocksDbTablespaceInfo
- dataCount - Variable in class org.yamcs.cascading.YamcsEventLink
- DATACOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.StreamEvent
- DATACOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.StreamInfo
- DataDecoder - Interface in org.yamcs.mdb
-
Interface to be implemented by the custom XTCE DataEncoding decoders - fromBinaryTransformAlgorithm
- DataDecoderFactory - Class in org.yamcs.mdb
- DataDecoderFactory() - Constructor for class org.yamcs.mdb.DataDecoderFactory
- DATADIR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RocksDbDatabaseInfo
- DATADIR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RocksDbTablespaceInfo
- DATADIRECTORY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SystemInfo
- DataEncoder - Interface in org.yamcs.mdb
-
Interface to be implemented by the custom XTCE DataEncoding decoders - toBinaryTransformAlgorithm
- DataEncoderFactory - Class in org.yamcs.mdb
- DataEncoderFactory() - Constructor for class org.yamcs.mdb.DataEncoderFactory
- DataEncoding - Class in org.yamcs.xtce
-
Describes how a particular piece of data is sent or received from some non-native, off-platform device.
- DATAENCODING_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo
- DATAENCODING_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- DataEncoding.Builder<T extends DataEncoding.Builder<T>> - Class in org.yamcs.xtce
- DataEncodingDecoder - Class in org.yamcs.mdb
-
Decodes TM data according to the specification of the DataEncoding This is a generic catch all decoder, relies on specific custom decoders implementing the DataDecoder interface when necessary.
- DataEncodingDecoder(ContainerProcessingContext) - Constructor for class org.yamcs.mdb.DataEncodingDecoder
- DataEncodingDecoder(ProcessorData, BitBuffer) - Constructor for class org.yamcs.mdb.DataEncodingDecoder
- DataEncodingEncoder - Class in org.yamcs.mdb
-
Encodes TC data according to the DataEncoding definition
- DataEncodingEncoder(TcProcessingContext) - Constructor for class org.yamcs.mdb.DataEncodingEncoder
- dataEncodingProcessor - Variable in class org.yamcs.mdb.ContainerProcessingContext
- DataEncodingUtils - Class in org.yamcs.mdb
-
Utility methods for DataEncodings: create raw values according to the data encoding used return the type of the raw value according to the data encoding used
- DataEncodingUtils() - Constructor for class org.yamcs.mdb.DataEncodingUtils
- DataFile - Class in org.yamcs.cfdp
- DataFile() - Constructor for class org.yamcs.cfdp.DataFile
- DataFile(long) - Constructor for class org.yamcs.cfdp.DataFile
- datagram - Variable in class org.yamcs.tctm.UdpTmDataLink
- dataIn(long, long) - Method in class org.yamcs.tctm.AbstractLink
-
Update the dataInCount with the given number of items received
- dataInCount - Variable in class org.yamcs.tctm.AbstractLink
- DATAINCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.links.LinkInfo
- dataInputStream - Variable in class org.yamcs.tctm.CcsdsPacketInputStream
- dataInputStream - Variable in class org.yamcs.tctm.FixedPacketInputStream
- DataObserver<T extends com.google.protobuf.Message> - Interface in org.yamcs.client.base
- dataOut(long, long) - Method in class org.yamcs.tctm.AbstractLink
-
Update the dataOutCount with the given number of items sent
- dataOutCount - Variable in class org.yamcs.tctm.AbstractLink
- DATAOUTCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.links.LinkInfo
- DATARATE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TmStatistics
- DataRateMeter - Class in org.yamcs.utils
-
Like the
Meter
but gives the data rates at 5 seconds mean rates - DataRateMeter() - Constructor for class org.yamcs.utils.DataRateMeter
- dataSize() - Method in class org.yamcs.simulator.DHSHandler
- dataSize() - Method in class org.yamcs.simulator.EpsLvpduHandler
- dataSize() - Method in class org.yamcs.simulator.FlightDataHandler
- dataSize() - Method in class org.yamcs.simulator.PowerHandler
- dataSize() - Method in class org.yamcs.simulator.RCSHandler
- DataSource - Enum Class in org.yamcs.xtce
-
The data source is associated to a
Parameter
and specifies the source of the values for that parameter. - DATASOURCE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CreateParameterRequest
- DATASOURCE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterInfo
- DATASOURCE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SubscribedParameterInfo
- dataToTuple(byte[], byte[]) - Method in class org.yamcs.yarch.TableReaderStream
- dataType() - Method in class org.yamcs.xtce.xlsv7.parser.AggrMember
- DataType - Class in org.yamcs.yarch
-
Types supported by yarch.
- DataType - Interface in org.yamcs.xtce
-
Interface for all XTCE data types.
- DataType(DataType._type, byte) - Constructor for class org.yamcs.yarch.DataType
- DataType(DataType._type, byte, boolean) - Constructor for class org.yamcs.yarch.DataType
- DataType._type - Enum Class in org.yamcs.yarch
- DataType.Builder<T extends DataType.Builder<T>> - Interface in org.yamcs.xtce
- DataTypeDefinition() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- DataTypeProcessor - Class in org.yamcs.mdb
- DataTypeProcessor() - Constructor for class org.yamcs.mdb.DataTypeProcessor
- dataTypesDefs - Variable in class org.yamcs.xtce.xlsv7.V7Loader
- DataTypeUtil - Class in org.yamcs.xtce.util
- DataTypeUtil() - Constructor for class org.yamcs.xtce.util.DataTypeUtil
- DATE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.HistoryInfo
- DateTimeComponents(int, int, int, int, int, int) - Constructor for class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
- DateTimeComponents(int, int, int, int, int, int, int) - Constructor for class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
-
Constructs a new DateTimeComponents
- Db - Class in org.yamcs.yarch.protobuf
- Db.Event - Class in org.yamcs.yarch.protobuf
-
Protobuf type
Event
- Db.Event.Builder - Class in org.yamcs.yarch.protobuf
-
Protobuf type
Event
- Db.EventOrBuilder - Interface in org.yamcs.yarch.protobuf
- Db.ParameterStatus - Class in org.yamcs.yarch.protobuf
-
used in the ParameterArchive to store the status flags associated to one parameter value
- Db.ParameterStatus.Builder - Class in org.yamcs.yarch.protobuf
-
used in the ParameterArchive to store the status flags associated to one parameter value
- Db.ParameterStatusOrBuilder - Interface in org.yamcs.yarch.protobuf
- Db.ParameterValue - Class in org.yamcs.yarch.protobuf
-
this message has been copied in Yamcs 5 from pvalue.proto and is used when storing parameter values in tables (ParameterValueColumnSerializer.java).
- Db.ParameterValue.Builder - Class in org.yamcs.yarch.protobuf
-
this message has been copied in Yamcs 5 from pvalue.proto and is used when storing parameter values in tables (ParameterValueColumnSerializer.java).
- Db.ParameterValueOrBuilder - Interface in org.yamcs.yarch.protobuf
- Db.ProtoDataType - Enum Class in org.yamcs.yarch.protobuf
-
Protobuf enum
ProtoDataType
- DbIterator - Interface in org.yamcs.yarch.rocksdb
-
Iterator that does not support seek.
- dbKey(int) - Static method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
-
returns a byte array containing the encoded tbsIndex
- DBPATH_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.BackupDatabaseRequest
- DBPATH_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CompactDatabaseRequest
- DBPATH_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.DescribeDatabaseRequest
- DBPATH_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RocksDbDatabaseInfo
- DbRange - Class in org.yamcs.yarch
- DbRange() - Constructor for class org.yamcs.yarch.DbRange
- DbServiceProto - Class in org.yamcs.protobuf
- debug(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
-
Print a debug message in the Yamcs log.
- debug(String) - Method in class org.yamcs.logging.Log
-
Send a log message at DEBUG level.
- debug(String, Object...) - Method in class org.yamcs.logging.Log
-
Send a log message at DEBUG level using SLF4J-style formatting.
- debug(String, Throwable) - Method in class org.yamcs.logging.Log
-
Send a log message at DEBUG level.
- debugStream - Variable in class org.yamcs.templating.TemplateParserTokenManager
-
Debug output.
- debugStream - Variable in class org.yamcs.ui.packetviewer.filter.FilterParserTokenManager
-
Debug output.
- debugStream - Variable in class org.yamcs.utils.parser.FilterParserTokenManager
-
Debug output.
- debugStream - Variable in class org.yamcs.xtce.xlsv7.parser.AggregateTypeParserTokenManager
-
Debug output.
- debugStream - Variable in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
-
Debug output.
- decalibrate(String) - Method in class org.yamcs.xtce.EnumeratedArgumentType
- decalibrate(Value, ProcessingContext) - Method in class org.yamcs.algo.TcoCalibrator
- decalibrate(Value, ProcessingContext) - Method in interface org.yamcs.mdb.CalibratorProc
-
Convert the engineering value to a raw value
- decalibrate(Value, ProcessingContext) - Method in class org.yamcs.mdb.NumericCalibratorProc
- decalibrate(ArgumentType, Value) - Method in class org.yamcs.mdb.ArgumentTypeProcessor
-
Performs the engineering value to the raw value conversion for the given type
- DECIMAL - Enum constant in enum class org.yamcs.xtce.RadixType
- DECIMAL_LITERAL - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
-
RegularExpression Id.
- decode(byte[]) - Static method in class org.yamcs.parameterarchive.SegmentKey
-
Key decode in Yamcs starting with 5.10 - we use the invertSign for the timestamps in order for the negative times to sort before the positive ones in the archive
- decode(byte[], int) - Method in class org.yamcs.tctm.ccsds.time.CucTimeDecoder
- decode(byte[], int) - Method in class org.yamcs.time.FixedSizeTimeDecoder
- decode(byte[], int) - Method in class org.yamcs.time.Float64TimeDecoder
- decode(byte[], int) - Method in interface org.yamcs.time.TimeDecoder
-
Decodes the time from the binary buffer and returns the time in milliseconds.
- decode(byte[], int[]) - Method in class org.yamcs.rs.ReedSolomon
-
Corrects in place data and returns the number of error corrected.
- decode(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.AosFrameDecoder
- decode(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.TmFrameDecoder
- decode(byte[], int, int) - Method in interface org.yamcs.tctm.ccsds.TransferFrameDecoder
-
Parse frame data
- decode(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.UslpFrameDecoder
- decode(byte[], long) - Static method in class org.yamcs.parameterarchive.SegmentEncoderDecoder
- decode(int, int, int) - Static method in class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr
-
Based on the received header information, reconstitutes the correct header if possible
- decode(ChannelHandlerContext, HttpContent, List<Object>) - Method in class org.yamcs.http.HttpContentToByteBufDecoder
- decode(String) - Static method in class org.yamcs.http.api.NamedObjectPageToken
- decode(String) - Static method in class org.yamcs.http.api.TimeSortedPageToken
- decode(String, byte[]) - Static method in class org.yamcs.http.auth.JwtHelper
- decode(ByteBuffer) - Static method in class org.yamcs.replication.Message
- decode(ByteSupplier) - Method in class org.yamcs.tctm.ccsds.time.CucTimeDecoder
-
Assuming that the basic time unit is second, return the number of milliseconds.
- decode32(int) - Static method in class org.yamcs.utils.MilStd1750A
-
Decodes a 32 bit MIL-STD 1750A number into a double.
- decode48(long) - Static method in class org.yamcs.utils.MilStd1750A
-
Decodes a MIL-STD 1750A 48 bit number into a double.
- decode5Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
-
Decode 5 bytes as a signed integer in two's complement encoding
- decode6Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
-
Decode 6 bytes as a signed integer in two's complement encoding
- decodeByte(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeDatagram(byte[], int, int) - Method in class org.yamcs.tctm.UdpParameterDataLink
-
Decode
Pvalue.ParameterData
from the content of a single received UDP Datagram. - decodeDeltaDeltaZigZag(int[]) - Static method in class org.yamcs.utils.VarIntUtil
- decodeDeltaIntArray(byte[]) - Static method in class org.yamcs.utils.VarIntUtil
-
The reverse of the
VarIntUtil.encodeDeltaIntArray(IntArray)
method. - decodedFrameLength() - Method in class org.yamcs.tctm.ccsds.CcsdsFrameDecoder
- decodedFrameLength() - Method in interface org.yamcs.tctm.RawFrameDecoder
-
Returns the length of the decoded frame or -1 if it can be variable
- decodeExtra(MessageLite.Builder) - Method in exception org.yamcs.YamcsException
- decodeFrame(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.CcsdsFrameDecoder
- decodeFrame(byte[], int, int) - Method in interface org.yamcs.tctm.RawFrameDecoder
-
Decodes frame in the buffer at offset.
- decodeFromVarIntArray(byte[]) - Static method in class org.yamcs.utils.SortedIntArray
- decodeGaps(byte[]) - Static method in class org.yamcs.parameterarchive.SegmentEncoderDecoder
- decodeInt(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeIntLE(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeLong(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeLongLE(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeRaw(byte[], int) - Method in class org.yamcs.tctm.ccsds.time.CucTimeDecoder
-
Returns the time in an unspecified unit.
- decodeRaw(byte[], int) - Method in class org.yamcs.time.FixedSizeTimeDecoder
- decodeRaw(byte[], int) - Method in class org.yamcs.time.Float64TimeDecoder
- decodeRaw(byte[], int) - Method in interface org.yamcs.time.TimeDecoder
-
Returns the time in an unspecified unit.
- decodeRaw(ByteSupplier) - Method in class org.yamcs.tctm.ccsds.time.CucTimeDecoder
-
Decodes the time in the highest available resolution.
- DecoderResult(int, int, int) - Constructor for class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr.DecoderResult
- decodeShort(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeShortLE(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeUnsigned3Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeUnsigned3BytesLE(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeUnsigned5Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeUnsigned6Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
-
Decode 6 bytes as an unsigned integer
- decodeUnsigned7Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeUnsignedByte(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeUnsignedIntLE(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeUnsignedShort(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- decodeUnsignedShortLE(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
-
Decode unsigned short
- decodeUnverified(String) - Static method in class org.yamcs.http.auth.JwtHelper
- decodeV0(byte[]) - Static method in class org.yamcs.parameterarchive.SegmentKey
-
Version 0 is prior to Yamcs 5.10 when the negative times were not sorting properly
- decodeZigZag(int) - Static method in class org.yamcs.utils.VarIntUtil
- DecodingException - Exception in org.yamcs.utils
- DecodingException() - Constructor for exception org.yamcs.utils.DecodingException
- DecodingException(String) - Constructor for exception org.yamcs.utils.DecodingException
- DecodingException(String, Throwable) - Constructor for exception org.yamcs.utils.DecodingException
- DecodingException(Throwable) - Constructor for exception org.yamcs.utils.DecodingException
- decompress(ByteBuffer, int) - Static method in class org.yamcs.parameterarchive.FloatCompressor
- DEFAULT - Enum constant in enum class org.yamcs.cli.OutputFormat
- DEFAULT - Static variable in interface org.yamcs.templating.TemplateParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface org.yamcs.ui.packetviewer.filter.FilterParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface org.yamcs.xtce.xlsv7.parser.AggregateTypeParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
-
Lexical state.
- DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.BooleanArray
- DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.ByteArray
- DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.DoubleArray
- DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.FloatArray
- DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.IntArray
- DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.LongArray
- DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.SortedIntArray
- DEFAULT_CF - Static variable in class org.yamcs.yarch.rocksdb.YRDB
- DEFAULT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.config.OptionInfo
- DEFAULT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.FileTransferOption
- DEFAULT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RoleInfo
- DEFAULT_MAX_OPEN_FILES - Static variable in class org.yamcs.yarch.rocksdb.RdbConfig
- DEFAULT_NAMESPACE - Static variable in class org.yamcs.alarms.EventId
- DEFAULT_ONE_STRING_VALUE - Static variable in class org.yamcs.xtce.BooleanDataType
- DEFAULT_PAGE_SIZE - Static variable in class me.lemire.integercompression.FastPFOR128
- DEFAULT_PKT_TIME_OFFSET - Static variable in class org.yamcs.pus.Constants
- DEFAULT_REPORT_TYPE - Static variable in class org.yamcs.xtce.AlarmType
- DEFAULT_SOURCE - Static variable in class org.yamcs.algorithms.AlgorithmFunctions
- DEFAULT_SOURCE - Static variable in class org.yamcs.algorithms.EventLogFunctions
- DEFAULT_TIME_PACKET_TIME_OFFSET - Static variable in class org.yamcs.pus.Constants
- DEFAULT_ZERO_STRING_VALUE - Static variable in class org.yamcs.xtce.BooleanDataType
- DEFAULTALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest
- DEFAULTALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- DEFAULTALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ParameterOverride
- DEFAULTALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateParameterRequest
- defaultCalibrator - Variable in class org.yamcs.xtce.DataEncoding
- DEFAULTCALIBRATOR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.DataEncodingInfo
- DEFAULTCALIBRATOR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ParameterOverride
- DEFAULTCALIBRATOR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateParameterRequest
- DefaultConfigurationResolver() - Constructor for class org.yamcs.YConfiguration.DefaultConfigurationResolver
- DEFAULTLEVEL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.AlarmInfo
- DefaultPropertyProvider() - Constructor for class org.yamcs.YConfiguration.DefaultPropertyProvider
- DEFAULTTOF_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TcoConfig
- DEFAULTYAMCSINSTANCE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.GetServerInfoResponse
- delete(byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
- delete(String) - Method in interface org.yamcs.yarch.ProtobufDatabase
-
Delete a protobuf message for a specific id.
- delete(String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
- delete(String) - Method in class org.yamcs.yarch.rocksdb.RdbProtobufDatabase
- delete(UUID) - Method in class org.yamcs.plists.ParameterListDb
- delete(UUID) - Method in class org.yamcs.web.db.QueryDb
- delete(ColumnFamilyHandle, byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
- DELETE - Enum constant in enum class org.yamcs.api.HttpRoute.PatternCase
- DELETE - Enum constant in enum class org.yamcs.yarch.TableVisitor.ActionType
- DELETE_FIELD_NUMBER - Static variable in class org.yamcs.api.HttpRoute
- deleteAccount(Account) - Method in class org.yamcs.security.DirectoryDb
- deleteAccounts() - Method in class org.yamcs.security.DirectoryDb
- deleteActivity(UUID) - Method in class org.yamcs.activities.ActivityDb
- deleteBand(String) - Method in class org.yamcs.client.timeline.TimelineClient
- deleteBand(Void, DeleteBandRequest, Observer<TimelineBand>) - Method in class org.yamcs.protobuf.TimelineApiClient
-
Delete a band
- deleteBand(UUID) - Method in class org.yamcs.timeline.TimelineBandDb
- deleteBand(Context, DeleteBandRequest, Observer<TimelineBand>) - Method in class org.yamcs.http.api.TimelineApi
- deleteBand(T, DeleteBandRequest, Observer<TimelineBand>) - Method in class org.yamcs.protobuf.AbstractTimelineApi
-
Delete a band
- DeleteBandRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.DeleteBandRequest
- DeleteBandRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.DeleteBandRequest
- DeleteBandRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteBucket(String) - Method in class org.yamcs.buckets.BucketManager
- deleteBucket(String) - Method in class org.yamcs.client.storage.StorageClient
- deleteBucket(String) - Method in interface org.yamcs.yarch.BucketDatabase
- deleteBucket(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucketDatabase
- deleteBucket(Void, DeleteBucketRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.BucketsApiClient
-
Delete a bucket Deleting a bucket means also deleting all objects that are part of it.
- deleteBucket(Context, DeleteBucketRequest, Observer<Empty>) - Method in class org.yamcs.http.api.BucketsApi
- deleteBucket(T, DeleteBucketRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractBucketsApi
-
Delete a bucket Deleting a bucket means also deleting all objects that are part of it.
- DeleteBucketRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.buckets.DeleteBucketRequest
- DeleteBucketRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.buckets.DeleteBucketRequest
- DeleteBucketRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteClearance(Void, DeleteClearanceRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.ClearanceApiClient
-
Delete a user's clearance
- deleteClearance(Context, DeleteClearanceRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ClearanceApi
- deleteClearance(T, DeleteClearanceRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractClearanceApi
-
Delete a user's clearance
- DeleteClearanceRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.DeleteClearanceRequest
- DeleteClearanceRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.DeleteClearanceRequest
- DeleteClearanceRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteContents(Path) - Static method in class org.yamcs.utils.FileUtils
- DELETED - Enum constant in enum class org.yamcs.protobuf.StreamEvent.Type
-
A stream was deleted
- DELETED_VALUE - Static variable in enum class org.yamcs.protobuf.StreamEvent.Type
-
A stream was deleted
- deleteDump(String) - Method in class org.yamcs.simulator.LosRecorder
- deleteFromTable(String) - Static method in class org.yamcs.yarch.query.Query
- DeleteFromTableQueryBuilder - Class in org.yamcs.yarch.query
- DeleteFromTableQueryBuilder(String) - Constructor for class org.yamcs.yarch.query.DeleteFromTableQueryBuilder
- deleteGroup(Void, DeleteGroupRequest, Observer<GroupInfo>) - Method in class org.yamcs.protobuf.IamApiClient
-
Delete a group
- deleteGroup(Context, DeleteGroupRequest, Observer<GroupInfo>) - Method in class org.yamcs.http.api.IamApi
- deleteGroup(Group) - Method in class org.yamcs.security.Directory
- deleteGroup(Group) - Method in class org.yamcs.security.DirectoryDb
- deleteGroup(T, DeleteGroupRequest, Observer<GroupInfo>) - Method in class org.yamcs.protobuf.AbstractIamApi
-
Delete a group
- DeleteGroupRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.DeleteGroupRequest
- DeleteGroupRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.DeleteGroupRequest
- DeleteGroupRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteGroups() - Method in class org.yamcs.security.DirectoryDb
- deleteIdentity(String) - Method in class org.yamcs.security.User
- deleteIdentity(Void, DeleteIdentityRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.IamApiClient
-
Delete an external identity
- deleteIdentity(Context, DeleteIdentityRequest, Observer<Empty>) - Method in class org.yamcs.http.api.IamApi
- deleteIdentity(T, DeleteIdentityRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractIamApi
-
Delete an external identity
- DeleteIdentityRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.DeleteIdentityRequest
- DeleteIdentityRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.DeleteIdentityRequest
- DeleteIdentityRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteItem(String) - Method in class org.yamcs.client.timeline.TimelineClient
- deleteItem(String, String) - Method in class org.yamcs.client.timeline.TimelineClient
- deleteItem(Void, DeleteItemRequest, Observer<TimelineItem>) - Method in class org.yamcs.protobuf.TimelineApiClient
-
Delete an item
- deleteItem(UUID) - Method in class org.yamcs.timeline.CommandItemProvider
- deleteItem(UUID) - Method in interface org.yamcs.timeline.ItemProvider
-
Delete the item with the given uuid and return the deleted item.
- deleteItem(UUID) - Method in class org.yamcs.timeline.TimelineItemDb
- deleteItem(Context, DeleteItemRequest, Observer<TimelineItem>) - Method in class org.yamcs.http.api.TimelineApi
- deleteItem(T, DeleteItemRequest, Observer<TimelineItem>) - Method in class org.yamcs.protobuf.AbstractTimelineApi
-
Delete an item
- DeleteItemRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.DeleteItemRequest
- DeleteItemRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.DeleteItemRequest
- DeleteItemRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteLosDataFile(String) - Method in class org.yamcs.simulator.ColSimulator
- deleteObject(String) - Method in class org.yamcs.buckets.FileSystemBucket
- deleteObject(String) - Method in class org.yamcs.client.storage.Bucket
- deleteObject(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
- deleteObject(Void, DeleteObjectRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.BucketsApiClient
-
Delete an object
- deleteObject(Context, DeleteObjectRequest, Observer<Empty>) - Method in class org.yamcs.http.api.BucketsApi
- deleteObject(T, DeleteObjectRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractBucketsApi
-
Delete an object
- deleteObjectAsync(String) - Method in interface org.yamcs.buckets.Bucket
- deleteObjectAsync(String) - Method in class org.yamcs.buckets.FileSystemBucket
- deleteObjectAsync(String) - Method in class org.yamcs.buckets.RemoteYamcsBucket
- deleteObjectAsync(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
- DeleteObjectRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.buckets.DeleteObjectRequest
- DeleteObjectRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.buckets.DeleteObjectRequest
- DeleteObjectRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteParameterList(Void, DeleteParameterListRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.plists.ParameterListsApiClient
-
Delete a parameter list
- deleteParameterList(Context, DeleteParameterListRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ParameterListsApi
- deleteParameterList(T, DeleteParameterListRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.plists.AbstractParameterListsApi
-
Delete a parameter list
- DeleteParameterListRequest - Class in org.yamcs.protobuf.plists
-
Protobuf type
yamcs.protobuf.plists.DeleteParameterListRequest
- DeleteParameterListRequest.Builder - Class in org.yamcs.protobuf.plists
-
Protobuf type
yamcs.protobuf.plists.DeleteParameterListRequest
- DeleteParameterListRequestOrBuilder - Interface in org.yamcs.protobuf.plists
- deletePartitions(long, long) - Method in class org.yamcs.parameterarchive.ParameterArchive
-
Delete all partitions that overlap with [start, stop) segment.
- deleteProcessor(Void, DeleteProcessorRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.ProcessingApiClient
-
Delete a processor Only replay processors can be removed.
- deleteProcessor(Context, DeleteProcessorRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
- deleteProcessor(T, DeleteProcessorRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractProcessingApi
-
Delete a processor Only replay processors can be removed.
- DeleteProcessorRequest - Class in org.yamcs.protobuf
-
Request message for `DeleteProcessor`.
- DeleteProcessorRequest.Builder - Class in org.yamcs.protobuf
-
Request message for `DeleteProcessor`.
- DeleteProcessorRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteQuery(Void, DeleteQueryRequest, Observer<Empty>) - Method in class org.yamcs.web.api.WebApiClient
-
Delete a query
- deleteQuery(Context, DeleteQueryRequest, Observer<Empty>) - Method in class org.yamcs.web.api.WebApi
- deleteQuery(T, DeleteQueryRequest, Observer<Empty>) - Method in class org.yamcs.web.api.AbstractWebApi
-
Delete a query
- DeleteQueryRequest - Class in org.yamcs.web.api
-
Protobuf type
yamcs.protobuf.web.DeleteQueryRequest
- DeleteQueryRequest.Builder - Class in org.yamcs.web.api
-
Protobuf type
yamcs.protobuf.web.DeleteQueryRequest
- DeleteQueryRequestOrBuilder - Interface in org.yamcs.web.api
- deleteRecords(long, long) - Method in class org.yamcs.archive.CcsdsTmIndex
- deleteRecords(long, long) - Method in interface org.yamcs.archive.TmIndexService
- deleteRecursively(Path) - Static method in class org.yamcs.utils.FileUtils
- deleteRecursivelyIfExists(Path) - Static method in class org.yamcs.utils.FileUtils
- deleteRole(String) - Method in class org.yamcs.security.User
- deleteRoleAssignment(Void, DeleteRoleAssignmentRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.IamApiClient
-
Delete a role assignment
- deleteRoleAssignment(Context, DeleteRoleAssignmentRequest, Observer<Empty>) - Method in class org.yamcs.http.api.IamApi
- deleteRoleAssignment(T, DeleteRoleAssignmentRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractIamApi
-
Delete a role assignment
- DeleteRoleAssignmentRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.DeleteRoleAssignmentRequest
- DeleteRoleAssignmentRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.DeleteRoleAssignmentRequest
- DeleteRoleAssignmentRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteServiceAccount(Void, DeleteServiceAccountRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.IamApiClient
-
Delete a service account
- deleteServiceAccount(Context, DeleteServiceAccountRequest, Observer<Empty>) - Method in class org.yamcs.http.api.IamApi
- deleteServiceAccount(ServiceAccount) - Method in class org.yamcs.security.Directory
- deleteServiceAccount(T, DeleteServiceAccountRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractIamApi
-
Delete a service account
- DeleteServiceAccountRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.DeleteServiceAccountRequest
- DeleteServiceAccountRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.DeleteServiceAccountRequest
- DeleteServiceAccountRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteSplineIntervals(Instant, Instant) - Method in class org.yamcs.time.TimeOfFlightEstimator
- DeleteStatement - Class in org.yamcs.yarch.streamsql
-
Execute a statement:
- DeleteStatement(String, Expression, long) - Constructor for class org.yamcs.yarch.streamsql.DeleteStatement
- DeleteStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- deleteTimelineGroup(String) - Method in class org.yamcs.client.timeline.TimelineClient
- deleteTimelineGroup(String, String) - Method in class org.yamcs.client.timeline.TimelineClient
- deleteTimelineGroup(Void, DeleteTimelineGroupRequest, Observer<TimelineItem>) - Method in class org.yamcs.protobuf.TimelineApiClient
-
Delete a group
- deleteTimelineGroup(UUID) - Method in class org.yamcs.timeline.CommandItemProvider
- deleteTimelineGroup(UUID) - Method in interface org.yamcs.timeline.ItemProvider
- deleteTimelineGroup(UUID) - Method in class org.yamcs.timeline.TimelineItemDb
- deleteTimelineGroup(Context, DeleteTimelineGroupRequest, Observer<TimelineItem>) - Method in class org.yamcs.http.api.TimelineApi
- deleteTimelineGroup(T, DeleteTimelineGroupRequest, Observer<TimelineItem>) - Method in class org.yamcs.protobuf.AbstractTimelineApi
-
Delete a group
- DeleteTimelineGroupRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.DeleteTimelineGroupRequest
- DeleteTimelineGroupRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.DeleteTimelineGroupRequest
- DeleteTimelineGroupRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteTimeOfFlightIntervals(Void, DeleteTimeOfFlightIntervalsRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.TimeCorrelationApiClient
-
Delete intervals for the time of flight calculation.
- deleteTimeOfFlightIntervals(Context, DeleteTimeOfFlightIntervalsRequest, Observer<Empty>) - Method in class org.yamcs.http.api.TimeCorrelationApi
- deleteTimeOfFlightIntervals(T, DeleteTimeOfFlightIntervalsRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractTimeCorrelationApi
-
Delete intervals for the time of flight calculation.
- DeleteTimeOfFlightIntervalsRequest - Class in org.yamcs.protobuf
-
Delete all the TofIntervals having start <= tofInterval.ertStart <= stop
- DeleteTimeOfFlightIntervalsRequest.Builder - Class in org.yamcs.protobuf
-
Delete all the TofIntervals having start <= tofInterval.ertStart <= stop
- DeleteTimeOfFlightIntervalsRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteUser(Void, DeleteUserRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.IamApiClient
-
Delete a user
- deleteUser(Context, DeleteUserRequest, Observer<Empty>) - Method in class org.yamcs.http.api.IamApi
- deleteUser(User) - Method in class org.yamcs.security.Directory
- deleteUser(T, DeleteUserRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractIamApi
-
Delete a user
- DeleteUserRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.DeleteUserRequest
- DeleteUserRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.DeleteUserRequest
- DeleteUserRequestOrBuilder - Interface in org.yamcs.protobuf
- deleteView(Void, DeleteViewRequest, Observer<TimelineView>) - Method in class org.yamcs.protobuf.TimelineApiClient
-
Delete a view
- deleteView(UUID) - Method in class org.yamcs.timeline.TimelineViewDb
- deleteView(Context, DeleteViewRequest, Observer<TimelineView>) - Method in class org.yamcs.http.api.TimelineApi
- deleteView(T, DeleteViewRequest, Observer<TimelineView>) - Method in class org.yamcs.protobuf.AbstractTimelineApi
-
Delete a view
- DeleteViewRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.DeleteViewRequest
- DeleteViewRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.timeline.DeleteViewRequest
- DeleteViewRequestOrBuilder - Interface in org.yamcs.protobuf
- DELIBERATELY_DISCARDED - Enum constant in enum class org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
- delimiter(String) - Static method in class org.yamcs.client.storage.Bucket.ListObjectsOptions
- DELIMITER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest
- DELIMITER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ExportCommandsRequest
- DELIMITER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ExportEventsRequest
- DELIMITER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListObjectsRequest
- deltaFrom(Instant) - Method in class org.yamcs.time.Instant
-
Compute the distance in seconds between this instant and the given instant.
- deltaMillis(PusTime) - Method in class org.yamcs.simulator.pus.PusTime
- dependsOn - Variable in class org.yamcs.timeline.TimelineActivity
- DEPRECATED_FIELD_NUMBER - Static variable in class org.yamcs.api.HttpRoute
- DEPRECATED_FIELD_NUMBER - Static variable in class org.yamcs.api.WebSocketTopic
- DEPRECATED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RouteInfo
- DEPRECATED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TopicInfo
- DeprecationInfo - Annotation Interface in org.yamcs.utils
-
Annotation used to mark service that have been deprecated.
- DEPRECATIONMESSAGE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.config.OptionInfo
- DEPTH_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListThreadsRequest
- deriveArchivePartition(ContainerProcessingResult) - Static method in class org.yamcs.archive.XtceTmRecorder
- DERIVED - Enum constant in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
DERIVED = 1;
- DERIVED - Enum constant in enum class org.yamcs.xtce.DataSource
-
parameters set by the algorithm manager
- DERIVED_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
DERIVED = 1;
- derivedFromRoot - Variable in class org.yamcs.mdb.ContainerProcessingContext
- deriveTargetContentType() - Method in class org.yamcs.http.RouteContext
- deriveTargetContentType(HttpRequest) - Static method in class org.yamcs.http.RouteContext
-
Derives an applicable content type for the output.
- descend(boolean) - Method in class org.yamcs.yarch.SqlBuilder
- descending - Variable in class org.yamcs.filetransfer.FileTransferFilter
- DescendingPrefixIterator - Class in org.yamcs.yarch.rocksdb
-
Wrapper around RocksDb iterator that iterates all the keys with a prefix in descending order
- DescendingPrefixIterator(RocksIterator, byte[]) - Constructor for class org.yamcs.yarch.rocksdb.DescendingPrefixIterator
- DescendingRangeIterator - Class in org.yamcs.yarch.rocksdb
-
Wrapper around a rocksdb iterator that only supports prev() and is restricted to a range.
- DescendingRangeIterator(RocksIterator, byte[], byte[]) - Constructor for class org.yamcs.yarch.rocksdb.DescendingRangeIterator
-
Creates a new range iterator that iteates in descending order from rangeEnd to rangeStart
- DescendingRangeIterator(RocksIterator, DbRange) - Constructor for class org.yamcs.yarch.rocksdb.DescendingRangeIterator
- describeActivity(Map<String, Object>) - Method in interface org.yamcs.activities.ActivityExecutor
-
Return a short (one-line) descriptive text for an activity that would have the specified args.
- describeActivity(Map<String, Object>) - Method in class org.yamcs.activities.CommandExecutor
- describeActivity(Map<String, Object>) - Method in class org.yamcs.activities.CommandStackExecutor
- describeActivity(Map<String, Object>) - Method in class org.yamcs.activities.ScriptExecutor
- describeDatabase(Void, DescribeDatabaseRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.RocksDbApiClient
-
Get a text-dump describing a database This operation can be used to debug the inner workings of RocksDB database.
- describeDatabase(Context, DescribeDatabaseRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.RocksDbApi
- describeDatabase(T, DescribeDatabaseRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractRocksDbApi
-
Get a text-dump describing a database This operation can be used to debug the inner workings of RocksDB database.
- DescribeDatabaseRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.DescribeDatabaseRequest
- DescribeDatabaseRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.DescribeDatabaseRequest
- DescribeDatabaseRequestOrBuilder - Interface in org.yamcs.protobuf
- describeRocksDb(Void, Empty, Observer<HttpBody>) - Method in class org.yamcs.protobuf.RocksDbApiClient
-
Get a text-dump with general RocksDB info
- describeRocksDb(Context, Empty, Observer<HttpBody>) - Method in class org.yamcs.http.api.RocksDbApi
- describeRocksDb(T, Empty, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractRocksDbApi
-
Get a text-dump with general RocksDB info
- DescribeStatement - Class in org.yamcs.yarch.streamsql
- DescribeStatement(String) - Constructor for class org.yamcs.yarch.streamsql.DescribeStatement
- DescribeStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- description - Variable in class org.yamcs.timeline.TimelineItem
- description() - Method in record class org.yamcs.buckets.BucketLocation
-
Returns the value of the
description
record component. - description() - Method in class org.yamcs.xtce.xlsv7.parser.AggrMember
- Description() - Method in class org.yamcs.xtce.xlsv7.parser.AggregateTypeParser
- DESCRIPTION - Static variable in interface org.yamcs.xtce.xlsv7.parser.AggregateTypeParserConstants
-
RegularExpression Id.
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AcknowledgmentInfo
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.ExecutorInfo
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AddBandRequest
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AddViewRequest
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.BucketLocation
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.config.OptionInfo
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateGroupRequest
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateItemRequest
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.FileTransferOption
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.GroupInfo
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.InstanceTemplate
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ArgumentInfo
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.EnumRange
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.EnumValue
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.plists.CreateParameterListRequest
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.plists.ParameterListInfo
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.plists.UpdateParameterListRequest
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RoleInfo
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RouteInfo
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TimelineBand
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TimelineItem
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TimelineView
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TopicInfo
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateBandRequest
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateGroupRequest
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateViewRequest
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.GroupRecord
- deserialize(byte[], byte[]) - Method in class org.yamcs.yarch.TableDefinition
- deserialize(ByteBuffer, ColumnDefinition) - Method in interface org.yamcs.yarch.ColumnSerializer
-
Same as above but read the data from a ByteBuffer.
- deserialize(ByteBuffer, ColumnDefinition) - Method in class org.yamcs.yarch.ParameterValueColumnSerializer
- deserialize(ByteArray, ColumnDefinition) - Method in interface org.yamcs.yarch.ColumnSerializer
-
Read one column value (i.e. a cell from the stream) The enums are deserialized as shorts (it is converted to the actual type in the
TableDefinition.deserialize(byte[], byte[])
) - deserialize(ByteArray, ColumnDefinition) - Method in class org.yamcs.yarch.ParameterValueColumnSerializer
- deserializeValue(ByteArray) - Method in class org.yamcs.yarch.TableColumnDefinition
- DESTINATION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateTransferRequest
- DESTINATION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListFilesRequest
- DESTINATION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListFilesResponse
- DETAIL_FIELD_NUMBER - Static variable in class org.yamcs.api.ExceptionMessage
- DETAIL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.ActivityInfo
- DETAILEDSTATUS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.links.LinkInfo
- details(boolean) - Static method in class org.yamcs.client.mdb.MissionDatabaseClient.ListOptions
- DETAILS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListItemsRequest
- DETAILS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListCommandsRequest
- DETAILS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ListParametersRequest
- DEVIATION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TcoStatus
- DHSData - Class in org.yamcs.simulator
- DHSData() - Constructor for class org.yamcs.simulator.DHSData
- DHSHandler - Class in org.yamcs.simulator
- DHSHandler() - Constructor for class org.yamcs.simulator.DHSHandler
- DIGIT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
-
RegularExpression Id.
- DIMENSIONS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo
- DIMENSIONS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ArrayInfo
- direction - Variable in class org.yamcs.filetransfer.FileTransferFilter
- DIRECTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateTransferRequest
- DIRECTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListTransfersRequest
- DIRECTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TransferInfo
- Directory - Class in org.yamcs.security
-
Stores user, group and application information in the Yamcs database.
- Directory() - Constructor for class org.yamcs.security.Directory
- DIRECTORY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.BucketInfo
- DIRECTORY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RootDirectory
- DIRECTORY_LISTING_REQUEST - Enum constant in enum class org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
- DIRECTORY_LISTING_REQUEST - Enum constant in enum class org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
- DIRECTORY_LISTING_RESPONSE - Enum constant in enum class org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
- DIRECTORY_LISTING_RESPONSE - Enum constant in enum class org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
- DirectoryAuthModule - Class in org.yamcs.security
-
Identifies users and service accounts based on authentication information stored in the Yamcs
Directory
. - DirectoryAuthModule() - Constructor for class org.yamcs.security.DirectoryAuthModule
- DirectoryDb - Class in org.yamcs.security
-
Stores users and groups in the Yamcs DB.
- DirectoryDb() - Constructor for class org.yamcs.security.DirectoryDb
- DirectoryListingRequest - Class in org.yamcs.cfdp.pdu
- DirectoryListingRequest(byte[]) - Constructor for class org.yamcs.cfdp.pdu.DirectoryListingRequest
- DirectoryListingRequest(String, String) - Constructor for class org.yamcs.cfdp.pdu.DirectoryListingRequest
- DirectoryListingResponse - Class in org.yamcs.cfdp.pdu
- DirectoryListingResponse(byte[]) - Constructor for class org.yamcs.cfdp.pdu.DirectoryListingResponse
- DirectoryListingResponse(DirectoryListingResponse.ListingResponseCode, String, String) - Constructor for class org.yamcs.cfdp.pdu.DirectoryListingResponse
- DirectoryListingResponse.ListingResponseCode - Enum Class in org.yamcs.cfdp.pdu
- disable() - Method in class org.yamcs.tctm.AbstractLink
- disable() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
- disable() - Method in interface org.yamcs.tctm.Link
-
Disable any data I/O through this link.
- disable() - Method in class org.yamcs.tests.AbstractIntegrationTest.PacketProvider
- disable() - Method in class org.yamcs.tests.AbstractIntegrationTest.ParameterProvider
- disable(Void, DisableRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.Cop1ApiClient
-
Disable COP-1 operation This causes the sent queue to be purged.
- disable(Context, DisableRequest, Observer<Empty>) - Method in class org.yamcs.http.api.Cop1Api
- disable(T, DisableRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractCop1Api
-
Disable COP-1 operation This causes the sent queue to be purged.
- DISABLE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.VerifierConfig
- disable_tracing() - Method in class org.yamcs.templating.TemplateParser
-
Disable tracing.
- disable_tracing() - Method in class org.yamcs.ui.packetviewer.filter.FilterParser
-
Disable tracing.
- disable_tracing() - Method in class org.yamcs.utils.parser.FilterParser
-
Disable tracing.
- disable_tracing() - Method in class org.yamcs.xtce.xlsv7.parser.AggregateTypeParser
-
Disable tracing.
- disable_tracing() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
-
Disable tracing.
- disableAutoCompaction(long, long) - Method in class org.yamcs.parameterarchive.ParameterArchive
- disableAutoCompaction(ColumnFamilyHandle) - Method in class org.yamcs.yarch.rocksdb.YRDB
- disableBackfilling(Void, DisableBackfillingRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.ParameterArchiveApiClient
-
Disables the automatic backfilling (rebuilding) of the parameter archive.
- disableBackfilling(Context, DisableBackfillingRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ParameterArchiveApi
- disableBackfilling(T, DisableBackfillingRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractParameterArchiveApi
-
Disables the automatic backfilling (rebuilding) of the parameter archive.
- DisableBackfillingRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.DisableBackfillingRequest
- DisableBackfillingRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.DisableBackfillingRequest
- DisableBackfillingRequestOrBuilder - Interface in org.yamcs.protobuf
- disableCommandVerifiers() - Method in class org.yamcs.commanding.ActiveCommand
- disableCommandVerifiers() - Method in class org.yamcs.commanding.PreparedCommand
- disableCommandVerifiers(boolean) - Method in class org.yamcs.commanding.PreparedCommand
- disableCop1(boolean) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
- disabled - Variable in class org.yamcs.tctm.AbstractLink
- disabled() - Method in interface org.yamcs.tctm.ccsds.Cop1Monitor
-
Called when the COP1 has been disabled
- disabled() - Method in class org.yamcs.tctm.ccsds.Cop1MonitorImpl
- DISABLED - Enum constant in enum class org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
- DISABLED - Enum constant in enum class org.yamcs.protobuf.Commanding.QueueState
-
DISABLED = 2;
- DISABLED - Enum constant in enum class org.yamcs.protobuf.Pvalue.MonitoringResult
-
DISABLED = 0;
- DISABLED - Enum constant in enum class org.yamcs.tctm.Link.Status
-
the link has been disabled by the user (so it's implicitly unavailable)
- DISABLED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.links.LinkInfo
- DISABLED_VALUE - Static variable in enum class org.yamcs.protobuf.Commanding.QueueState
-
DISABLED = 2;
- DISABLED_VALUE - Static variable in enum class org.yamcs.protobuf.Pvalue.MonitoringResult
-
DISABLED = 0;
- disableLink(String) - Method in class org.yamcs.algorithms.LinksFunctions
- disableLink(String) - Method in class org.yamcs.management.LinkManager
- disableLink(String, String) - Method in class org.yamcs.client.YamcsClient
- disableLink(Void, DisableLinkRequest, Observer<LinkInfo>) - Method in class org.yamcs.protobuf.links.LinksApiClient
-
Disable a link
- disableLink(Context, DisableLinkRequest, Observer<LinkInfo>) - Method in class org.yamcs.http.api.LinksApi
- disableLink(T, DisableLinkRequest, Observer<LinkInfo>) - Method in class org.yamcs.protobuf.links.AbstractLinksApi
-
Disable a link
- DisableLinkRequest - Class in org.yamcs.protobuf.links
-
Protobuf type
yamcs.protobuf.links.DisableLinkRequest
- DisableLinkRequest.Builder - Class in org.yamcs.protobuf.links
-
Protobuf type
yamcs.protobuf.links.DisableLinkRequest
- DisableLinkRequestOrBuilder - Interface in org.yamcs.protobuf.links
- disablePostprocessing() - Method in class org.yamcs.commanding.PreparedCommand
- disablePostprocessing(boolean) - Method in class org.yamcs.commanding.PreparedCommand
- disableQueue(String) - Method in class org.yamcs.client.processor.ProcessorClient
- disableQueue(Void, DisableQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.protobuf.QueuesApiClient
-
Disable a command queue
- disableQueue(Context, DisableQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.http.api.QueuesApi
- disableQueue(T, DisableQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.protobuf.AbstractQueuesApi
-
Disable a command queue
- DisableQueueRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.DisableQueueRequest
- DisableQueueRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.DisableQueueRequest
- DisableQueueRequestOrBuilder - Interface in org.yamcs.protobuf
- DisableRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.cop1.DisableRequest
- DisableRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.cop1.DisableRequest
- DisableRequestOrBuilder - Interface in org.yamcs.protobuf
- disableTracing(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
- disableTracing(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmManager
- disableTransmissionConstraints() - Method in class org.yamcs.commanding.ActiveCommand
- disableTransmissionConstraints() - Method in class org.yamcs.commanding.PreparedCommand
- disableTransmissionConstraints(boolean) - Method in class org.yamcs.commanding.PreparedCommand
- DISABLETRANSMISSIONCONSTRAINTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IssueCommandRequest
- DISABLEVERIFIERS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IssueCommandRequest
- disconnect() - Method in class org.yamcs.client.base.WebSocketClient
- disconnect() - Method in class org.yamcs.tctm.TcpTcDataLink
- disconnect() - Method in class org.yamcs.tse.InstrumentDriver
- disconnect() - Method in class org.yamcs.tse.SerialPortDriver
- disconnect() - Method in class org.yamcs.tse.TcpIpDriver
- disconnect() - Method in class org.yamcs.tse.UdpDriver
- disconnected() - Method in class org.yamcs.cascading.YamcsLink
- disconnected() - Method in interface org.yamcs.client.base.WebSocketClientCallback
-
When a previously successful connection was disconnected
- disconnected() - Method in interface org.yamcs.client.ConnectionListener
-
Called when the connection to Yamcs is closed.
- disconnected() - Method in class org.yamcs.ui.packetviewer.PacketViewer
- discoverPlugins() - Method in class org.yamcs.PluginManager
- DiskstatsParameterProducer - Class in org.yamcs.parameter
-
Generates parameters containing information about the disk IO, similarly with what the command iostat provides.
- DiskstatsParameterProducer(SystemParametersService) - Constructor for class org.yamcs.parameter.DiskstatsParameterProducer
- DISPLAYBUCKET_FIELD_NUMBER - Static variable in class org.yamcs.web.api.InstanceConfiguration
- displayName - Variable in class org.yamcs.security.Account
- DISPLAYNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.ExecutorInfo
- DISPLAYNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateUserRequest
- DISPLAYNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RemoteFile
- DISPLAYNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ServiceAccountInfo
- DISPLAYNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateUserRequest
- DISPLAYNAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UserInfo
- DISPLAYNAME_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
- dispose() - Method in interface org.yamcs.algorithms.AlgorithmExecutor
-
Called when this executor instance is no longer used.
- dispose(YRDB) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
- dispose(YRDB) - Method in class org.yamcs.yarch.rocksdb.Tablespace
- distress(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
-
Deprecated.
- distress(String) - Method in class org.yamcs.algorithms.EventLogFunctions
- distress(String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
-
Deprecated.
- distress(String, String) - Method in class org.yamcs.algorithms.EventLogFunctions
- distress(String, String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
-
Deprecated.
- distress(String, String, String) - Method in class org.yamcs.algorithms.EventLogFunctions
- distress(Map<String, Object>) - Method in class org.yamcs.algorithms.EventLogFunctions
- DISTRESS - Enum constant in enum class org.yamcs.protobuf.AlarmSeverity
-
DISTRESS = 3;
- DISTRESS - Enum constant in enum class org.yamcs.protobuf.Event.EventSeverity
-
DISTRESS = 5;
- DISTRESS - Enum constant in enum class org.yamcs.protobuf.Mdb.AlarmLevelType
-
DISTRESS = 3;
- DISTRESS - Enum constant in enum class org.yamcs.protobuf.Mdb.SignificanceInfo.SignificanceLevelType
-
DISTRESS = 4;
- DISTRESS - Enum constant in enum class org.yamcs.protobuf.Pvalue.MonitoringResult
-
DISTRESS = 13;
- DISTRESS - Enum constant in enum class org.yamcs.xtce.AlarmLevels
- DISTRESS - Enum constant in enum class org.yamcs.xtce.Significance.Levels
-
ISO 14490: telecommand that is not a critical telecommand but is essential to the success of the mission and, if sent at the wrong time, could cause momentary loss of the mission
- DISTRESS_VALUE - Static variable in enum class org.yamcs.protobuf.AlarmSeverity
-
DISTRESS = 3;
- DISTRESS_VALUE - Static variable in enum class org.yamcs.protobuf.Event.EventSeverity
-
DISTRESS = 5;
- DISTRESS_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.AlarmLevelType
-
DISTRESS = 3;
- DISTRESS_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.SignificanceInfo.SignificanceLevelType
-
DISTRESS = 4;
- DISTRESS_VALUE - Static variable in enum class org.yamcs.protobuf.Pvalue.MonitoringResult
-
DISTRESS = 13;
- DIV - Enum constant in enum class org.yamcs.xtce.MathOperator
-
division (x1 x2 -- x1/x2) An undefined condition exists if x2 is zero
- DIV - Enum constant in enum class org.yamcs.yarch.streamsql.MultOp
- doAddArgumentType(List<ArgumentType>, boolean) - Method in class org.yamcs.xtce.XtceDb
-
Adds new argument types to the XTCE db.
- doAddParameter(Parameter, boolean, boolean) - Method in class org.yamcs.xtce.XtceDb
- doAddParameters(List<Parameter>, boolean, boolean) - Method in class org.yamcs.xtce.XtceDb
-
Adds a list of new parameters to the XTCE db.
- doAddParameterType(List<ParameterType>, boolean) - Method in class org.yamcs.xtce.XtceDb
-
Adds new parameter types to the XTCE db.
- doAsyncRequest(String, HttpMethod, byte[]) - Method in class org.yamcs.client.base.HttpClient
- doAsyncRequest(String, HttpMethod, byte[], HttpHeaders) - Method in class org.yamcs.client.base.HttpClient
- doBackup(String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
-
Performs backup of the root database to a given directory
- doBackup(String, String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
-
Performs a backup of the database to the given directory
- doBaseRequest(String, HttpMethod, byte[]) - Method in class org.yamcs.client.base.RestClient
-
Perform asynchronously the request indicated by the HTTP method and return the result as a future providing byte array.
- doBind() - Method in class org.yamcs.yarch.streamsql.AdditiveExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.AggregateListExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.AndExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.ArgumentExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.ArrayExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.BitwiseExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.ColumnExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.ExponentExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.Expression
- doBind() - Method in class org.yamcs.yarch.streamsql.FirstValExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.funct.CoalesceExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.funct.CountExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.funct.ExtractNumberExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.funct.SubstringExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.funct.SumExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.funct.UnhexExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.InExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.IsNullExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.LikeExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.MultiplicativeExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.NegativeExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.NotExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.NullExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.OrExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.RelationalExpression
- doBind() - Method in class org.yamcs.yarch.streamsql.ValueExpression
- doBulkReceiveRequest(String, HttpMethod, byte[], BulkRestDataReceiver) - Method in class org.yamcs.client.base.HttpClient
-
Perform a request that potentially retrieves large amount of data.
- doBulkRequest(HttpMethod, String, byte[], BulkRestDataReceiver) - Method in class org.yamcs.client.base.RestClient
-
Performs a bulk request and provides the result piece by piece to the receiver.
- doBulkRequest(HttpMethod, String, BulkRestDataReceiver) - Method in class org.yamcs.client.base.RestClient
- doBulkRequest(String, HttpMethod, String, BulkRestDataReceiver) - Method in class org.yamcs.client.base.HttpClient
- doBulkSendRequest(String, HttpMethod) - Method in class org.yamcs.client.base.HttpClient
- doBulkSendRequest(String, HttpMethod) - Method in class org.yamcs.client.base.RestClient
- doClose() - Method in class org.yamcs.yarch.HistogramReaderStream
- doClose() - Method in class org.yamcs.yarch.InternalStream
- doClose() - Method in class org.yamcs.yarch.MergeStream
- doClose() - Method in class org.yamcs.yarch.OutputStream
- doClose() - Method in class org.yamcs.yarch.rocksdb.RdbTableWriter
- doClose() - Method in class org.yamcs.yarch.SelectStream
- doClose() - Method in class org.yamcs.yarch.Stream
- doClose() - Method in class org.yamcs.yarch.streamsql.LimitedStream
- doClose() - Method in class org.yamcs.yarch.TableReaderStream
- doClose() - Method in class org.yamcs.yarch.TableWriter
- doDisable() - Method in class org.yamcs.cascading.YamcsEventLink
- doDisable() - Method in class org.yamcs.cascading.YamcsLink
- doDisable() - Method in class org.yamcs.cascading.YamcsParameterLink
- doDisable() - Method in class org.yamcs.cascading.YamcsTcLink
- doDisable() - Method in class org.yamcs.cascading.YamcsTmArchiveLink
- doDisable() - Method in class org.yamcs.cascading.YamcsTmLink
- doDisable() - Method in class org.yamcs.tctm.AbstractLink
- doDisable() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
- doDisable() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
- doDisable() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
- doDisable() - Method in class org.yamcs.tctm.FilePollingTmDataLink
- doDisable() - Method in class org.yamcs.tctm.TcpTcTmDataLink
- doDisable() - Method in class org.yamcs.tctm.TcpTmDataLink
- doDisable() - Method in class org.yamcs.tctm.UdpParameterDataLink
- doDisable() - Method in class org.yamcs.tctm.UdpTcTmDataLink
- doDisable() - Method in class org.yamcs.tctm.UdpTmDataLink
-
Sets the disabled to true such that getNextPacket ignores the received datagrams
- doDisable() - Method in class org.yamcs.tse.TseDataLink
- doEnable() - Method in class org.yamcs.cascading.YamcsEventLink
- doEnable() - Method in class org.yamcs.cascading.YamcsLink
- doEnable() - Method in class org.yamcs.cascading.YamcsParameterLink
- doEnable() - Method in class org.yamcs.cascading.YamcsTcLink
- doEnable() - Method in class org.yamcs.cascading.YamcsTmArchiveLink
- doEnable() - Method in class org.yamcs.cascading.YamcsTmLink
- doEnable() - Method in class org.yamcs.tctm.AbstractLink
- doEnable() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
- doEnable() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
- doEnable() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
- doEnable() - Method in class org.yamcs.tctm.FilePollingTmDataLink
- doEnable() - Method in class org.yamcs.tctm.TcpTcTmDataLink
- doEnable() - Method in class org.yamcs.tctm.TcpTmDataLink
- doEnable() - Method in class org.yamcs.tctm.UdpParameterDataLink
- doEnable() - Method in class org.yamcs.tctm.UdpTcTmDataLink
- doEnable() - Method in class org.yamcs.tctm.UdpTmDataLink
-
Sets the disabled to false such that getNextPacket does not ignore the received datagrams
- doEnable() - Method in class org.yamcs.tse.TseDataLink
- doExecute(long, long, List<ParameterValue>) - Method in class org.yamcs.algorithms.AbstractJavaExprExecutor
- doHandle(ChannelHandlerContext, HttpRequest, User) - Method in class org.yamcs.http.BodyHandler
- doHandle(ChannelHandlerContext, HttpRequest, User) - Method in class org.yamcs.http.HttpHandler
- doHousekeeping() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
-
Called each
AbstractTcDataLink.housekeepingInterval
milliseconds, can be used to establish tcp connections or similar things - doHousekeeping() - Method in class org.yamcs.tctm.TcpTcDataLink
- doInit() - Method in class org.yamcs.YamcsInstanceService
- doInit() - Method in class org.yamcs.YamcsServerInstance
- Done() - Method in class org.yamcs.templating.SimpleCharStream
-
Reset buffer when finished.
- Done() - Method in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
-
Reset buffer when finished.
- Done() - Method in class org.yamcs.utils.parser.SimpleCharStream
-
Reset buffer when finished.
- doRequest(String, HttpMethod) - Method in class org.yamcs.client.base.RestClient
-
Performs a request with an empty body.
- doRequest(String, HttpMethod, byte[]) - Method in class org.yamcs.client.base.RestClient
-
Perform asynchronously the request indicated by the HTTP method and return the result as a future providing byte array.
- doRequest(String, HttpMethod, Message) - Method in class org.yamcs.client.base.RestClient
-
Perform asynchronously the request indicated by the HTTP method and return the result as a future providing byte array.
- doRequest(String, HttpMethod, String) - Method in class org.yamcs.client.base.RestClient
-
Perform asynchronously the request indicated by the HTTP method and return the result as a future providing byte array.
- doStart() - Method in class org.yamcs.activities.ActivityService
- doStart() - Method in class org.yamcs.alarms.AlarmMirrorService
- doStart() - Method in class org.yamcs.alarms.AlarmReporter
- doStart() - Method in class org.yamcs.alarms.AlarmServer
- doStart() - Method in class org.yamcs.alarms.EventAlarmServer
- doStart() - Method in class org.yamcs.algorithms.AlgorithmManager
- doStart() - Method in class org.yamcs.archive.AlarmRecorder
- doStart() - Method in class org.yamcs.archive.CcsdsTmIndex
- doStart() - Method in class org.yamcs.archive.CommandHistoryRecorder
- doStart() - Method in class org.yamcs.archive.EventRecorder
- doStart() - Method in class org.yamcs.archive.ParameterRecorder
- doStart() - Method in class org.yamcs.archive.ReplayServer
- doStart() - Method in class org.yamcs.archive.XtceTmRecorder
- doStart() - Method in class org.yamcs.cascading.YamcsEventLink
- doStart() - Method in class org.yamcs.cascading.YamcsLink
- doStart() - Method in class org.yamcs.cascading.YamcsParameterLink
- doStart() - Method in class org.yamcs.cascading.YamcsTcLink
- doStart() - Method in class org.yamcs.cascading.YamcsTmArchiveLink
- doStart() - Method in class org.yamcs.cascading.YamcsTmLink
- doStart() - Method in class org.yamcs.cfdp.CfdpService
- doStart() - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
- doStart() - Method in class org.yamcs.cmdhistory.StreamCommandHistoryProvider
- doStart() - Method in class org.yamcs.commanding.CommandingManager
- doStart() - Method in class org.yamcs.commanding.CommandQueueManager
-
called at processor startup
- doStart() - Method in class org.yamcs.http.audit.AuditLog
- doStart() - Method in class org.yamcs.http.auth.TokenStore
- doStart() - Method in class org.yamcs.http.HttpServer
- doStart() - Method in class org.yamcs.mdb.XtceTmProcessor
- doStart() - Method in class org.yamcs.parameter.LocalParameterManager
- doStart() - Method in class org.yamcs.parameter.ParameterProcessorManager
- doStart() - Method in class org.yamcs.parameter.ParameterRetrievalService
- doStart() - Method in class org.yamcs.parameter.SystemParametersService
- doStart() - Method in class org.yamcs.parameterarchive.ParameterArchive
- doStart() - Method in class org.yamcs.plists.ParameterListService
- doStart() - Method in class org.yamcs.Processor
-
starts processing by invoking the start method for all the associated components
- doStart() - Method in class org.yamcs.ProcessorCreatorService
- doStart() - Method in class org.yamcs.ProcessRunner
- doStart() - Method in class org.yamcs.pus.PusEventDecoder
- doStart() - Method in class org.yamcs.replication.ReplicationMaster
- doStart() - Method in class org.yamcs.replication.ReplicationServer
- doStart() - Method in class org.yamcs.replication.ReplicationSlave
- doStart() - Method in class org.yamcs.simulator.ColSimulator
- doStart() - Method in class org.yamcs.simulator.pus.PusSimulator
- doStart() - Method in class org.yamcs.simulator.TelnetServer
- doStart() - Method in class org.yamcs.StreamTcCommandReleaser
- doStart() - Method in class org.yamcs.StreamTmPacketProvider
- doStart() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
- doStart() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
- doStart() - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
- doStart() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
- doStart() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
- doStart() - Method in class org.yamcs.tctm.cfs.CfsEventDecoder
- doStart() - Method in class org.yamcs.tctm.FilePollingTmDataLink
- doStart() - Method in class org.yamcs.tctm.ReplayService
- doStart() - Method in class org.yamcs.tctm.StreamParameterProvider
- doStart() - Method in class org.yamcs.tctm.TcpTcTmDataLink
- doStart() - Method in class org.yamcs.tctm.TcpTmDataLink
- doStart() - Method in class org.yamcs.tctm.UdpParameterDataLink
- doStart() - Method in class org.yamcs.tctm.UdpTcTmDataLink
- doStart() - Method in class org.yamcs.tctm.UdpTmDataLink
- doStart() - Method in class org.yamcs.tests.AbstractIntegrationTest.TcDataLink
- doStart() - Method in class org.yamcs.tests.RefMdbPacketGenerator
- doStart() - Method in class org.yamcs.time.TimeCorrelationService
- doStart() - Method in class org.yamcs.timeline.TimelineService
- doStart() - Method in class org.yamcs.tse.InstrumentController
- doStart() - Method in class org.yamcs.tse.TcTmServer
- doStart() - Method in class org.yamcs.tse.TelnetServer
- doStart() - Method in class org.yamcs.tse.TseDataLink
- doStart() - Method in class org.yamcs.YamcsInstanceService
- doStart() - Method in class org.yamcs.YamcsServerInstance
- doStart() - Method in class org.yamcs.yarch.HistogramReaderStream
- doStart() - Method in class org.yamcs.yarch.InternalStream
- doStart() - Method in class org.yamcs.yarch.MergeStream
- doStart() - Method in class org.yamcs.yarch.OutputStream
- doStart() - Method in class org.yamcs.yarch.SelectStream
- doStart() - Method in class org.yamcs.yarch.Stream
-
Start emitting tuples.
- doStart() - Method in class org.yamcs.yarch.streamsql.LimitedStream
- doStart() - Method in class org.yamcs.yarch.TableReaderStream
- doStop() - Method in class org.yamcs.activities.ActivityService
- doStop() - Method in class org.yamcs.alarms.AlarmMirrorService
- doStop() - Method in class org.yamcs.alarms.AlarmReporter
- doStop() - Method in class org.yamcs.alarms.AlarmServer
- doStop() - Method in class org.yamcs.alarms.EventAlarmServer
- doStop() - Method in class org.yamcs.algorithms.AlgorithmManager
- doStop() - Method in class org.yamcs.archive.AlarmRecorder
- doStop() - Method in class org.yamcs.archive.CcsdsTmIndex
- doStop() - Method in class org.yamcs.archive.CommandHistoryRecorder
- doStop() - Method in class org.yamcs.archive.EventRecorder
- doStop() - Method in class org.yamcs.archive.ParameterRecorder
- doStop() - Method in class org.yamcs.archive.ReplayServer
- doStop() - Method in class org.yamcs.archive.XtceTmRecorder
- doStop() - Method in class org.yamcs.cascading.YamcsEventLink
- doStop() - Method in class org.yamcs.cascading.YamcsLink
- doStop() - Method in class org.yamcs.cascading.YamcsParameterLink
- doStop() - Method in class org.yamcs.cascading.YamcsTcLink
- doStop() - Method in class org.yamcs.cascading.YamcsTmArchiveLink
- doStop() - Method in class org.yamcs.cascading.YamcsTmLink
- doStop() - Method in class org.yamcs.cfdp.CfdpService
- doStop() - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
- doStop() - Method in class org.yamcs.cmdhistory.StreamCommandHistoryProvider
- doStop() - Method in class org.yamcs.commanding.CommandingManager
- doStop() - Method in class org.yamcs.commanding.CommandQueueManager
- doStop() - Method in class org.yamcs.http.audit.AuditLog
- doStop() - Method in class org.yamcs.http.auth.TokenStore
- doStop() - Method in class org.yamcs.http.HttpServer
- doStop() - Method in class org.yamcs.mdb.XtceTmProcessor
- doStop() - Method in class org.yamcs.parameter.LocalParameterManager
- doStop() - Method in class org.yamcs.parameter.ParameterProcessorManager
- doStop() - Method in class org.yamcs.parameter.ParameterRetrievalService
- doStop() - Method in class org.yamcs.parameter.SystemParametersService
- doStop() - Method in class org.yamcs.parameterarchive.ParameterArchive
- doStop() - Method in class org.yamcs.plists.ParameterListService
- doStop() - Method in class org.yamcs.Processor
-
Closes the processor by stoping the tm/pp and tc It can be that there are still clients connected, but they will not get any data and new clients can not connect to these processors anymore.
- doStop() - Method in class org.yamcs.ProcessorCreatorService
- doStop() - Method in class org.yamcs.ProcessRunner
- doStop() - Method in class org.yamcs.pus.PusEventDecoder
- doStop() - Method in class org.yamcs.replication.ReplicationMaster
- doStop() - Method in class org.yamcs.replication.ReplicationServer
- doStop() - Method in class org.yamcs.replication.ReplicationSlave
- doStop() - Method in class org.yamcs.simulator.ColSimulator
- doStop() - Method in class org.yamcs.simulator.pus.PusSimulator
- doStop() - Method in class org.yamcs.simulator.TelnetServer
- doStop() - Method in class org.yamcs.StreamTcCommandReleaser
- doStop() - Method in class org.yamcs.StreamTmPacketProvider
- doStop() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
- doStop() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
- doStop() - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
- doStop() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
- doStop() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
- doStop() - Method in class org.yamcs.tctm.cfs.CfsEventDecoder
- doStop() - Method in class org.yamcs.tctm.FilePollingTmDataLink
- doStop() - Method in class org.yamcs.tctm.ReplayService
- doStop() - Method in class org.yamcs.tctm.StreamParameterProvider
- doStop() - Method in class org.yamcs.tctm.TcpTcTmDataLink
- doStop() - Method in class org.yamcs.tctm.TcpTmDataLink
- doStop() - Method in class org.yamcs.tctm.UdpParameterDataLink
- doStop() - Method in class org.yamcs.tctm.UdpTcTmDataLink
- doStop() - Method in class org.yamcs.tctm.UdpTmDataLink
- doStop() - Method in class org.yamcs.tests.AbstractIntegrationTest.TcDataLink
- doStop() - Method in class org.yamcs.tests.RefMdbPacketGenerator
- doStop() - Method in class org.yamcs.time.TimeCorrelationService
- doStop() - Method in class org.yamcs.timeline.TimelineService
- doStop() - Method in class org.yamcs.tse.InstrumentController
- doStop() - Method in class org.yamcs.tse.TcTmServer
- doStop() - Method in class org.yamcs.tse.TelnetServer
- doStop() - Method in class org.yamcs.tse.TseDataLink
- doStop() - Method in class org.yamcs.YamcsInstanceService
- doStop() - Method in class org.yamcs.YamcsServerInstance
- DOUBLE - Enum constant in enum class org.yamcs.protobuf.FileTransferOption.Type
-
Shown as a number field or drop-down if values is specified
- DOUBLE - Enum constant in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
DOUBLE = 1;
- DOUBLE - Enum constant in enum class org.yamcs.yarch.DataType._type
- DOUBLE - Static variable in class org.yamcs.yarch.DataType
- DOUBLE_VALUE - Static variable in enum class org.yamcs.protobuf.FileTransferOption.Type
-
Shown as a number field or drop-down if values is specified
- DOUBLE_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
DOUBLE = 1;
- DoubleArray - Class in org.yamcs.utils
-
expandable double array
- DoubleArray() - Constructor for class org.yamcs.utils.DoubleArray
-
Creates a sorted int array with a default initial capacity
- DoubleArray(int) - Constructor for class org.yamcs.utils.DoubleArray
-
Creates an IntArray with a given initial capacity
- DoubleRange - Class in org.yamcs.xtce.util
-
A range of numbers [min, max) where both min and max can be inclusive or exclusive.
- DoubleRange(double, double) - Constructor for class org.yamcs.xtce.util.DoubleRange
- DoubleRange(double, double, boolean, boolean) - Constructor for class org.yamcs.xtce.util.DoubleRange
- DoubleRange(DoubleRange) - Constructor for class org.yamcs.xtce.util.DoubleRange
- doubleValue() - Method in class me.lemire.integercompression.IntWrapper
- DoubleValue - Class in org.yamcs.parameter
- DoubleValue(double) - Constructor for class org.yamcs.parameter.DoubleValue
- DOUBLEVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.Value
- DoubleValueSegment - Class in org.yamcs.parameterarchive
- DOWN_ACTION_KEY - Static variable in class org.yamcs.ui.packetviewer.PacketsTable
- DownlinkManagedParameters - Class in org.yamcs.tctm.ccsds
-
Stores configuration related to Master channels for downlink.
- DownlinkManagedParameters(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.DownlinkManagedParameters
- DownlinkManagedParameters.FrameErrorDetection - Enum Class in org.yamcs.tctm.ccsds
- DownlinkTransferFrame - Class in org.yamcs.tctm.ccsds
-
Transfer frame is an interface covering the three CCSDS transfer frames types: TM (CCSDS 132.0-B-2) AOS (CCSDS 732.0-B-3) UNIFIED ( 732.1-B-1)
- DownlinkTransferFrame(byte[], int, int) - Constructor for class org.yamcs.tctm.ccsds.DownlinkTransferFrame
- download(String, ObjectId) - Method in class org.yamcs.client.filetransfer.FileTransferClient
-
Initiate file download
- DOWNLOAD - Enum constant in enum class org.yamcs.protobuf.TransferDirection
-
DOWNLOAD = 2;
- DOWNLOAD_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.FileTransferCapabilities
- DOWNLOAD_REQUEST - Enum constant in enum class org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
- DOWNLOAD_REQUEST_RESPONSE - Enum constant in enum class org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
- DOWNLOAD_VALUE - Static variable in enum class org.yamcs.protobuf.TransferDirection
-
DOWNLOAD = 2;
- downloadObject(String) - Method in class org.yamcs.client.storage.Bucket
- downloadObject(ObjectId) - Method in class org.yamcs.client.storage.StorageClient
- Downsampler - Class in org.yamcs.http.api
-
One-pass downsampler for time-series data (i.e. numeric archived parameters), where the number of recorded data points are not known upfront.
- Downsampler(long, long) - Constructor for class org.yamcs.http.api.Downsampler
- Downsampler(long, long, int) - Constructor for class org.yamcs.http.api.Downsampler
- Downsampler.Sample - Class in org.yamcs.http.api
-
A cumulative sample that keeps track of a rolling average among others.
- DROP - Enum constant in enum class org.yamcs.xtce.MathOperator
-
Remove top item from the stack (x -- )
- dropColumnFamily(String) - Method in class org.yamcs.yarch.rocksdb.YRDB
-
Removes all data belonging to the column family
- dropTable(String) - Method in class org.yamcs.yarch.YarchDatabaseInstance
- dropTable(YarchDatabaseInstance, TableDefinition) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
- dropTable(YarchDatabaseInstance, TableDefinition) - Method in interface org.yamcs.yarch.StorageEngine
-
Drop the table (removing all data)
- dropTablespace(String) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
- DropTableStatement - Class in org.yamcs.yarch.streamsql
- DropTableStatement(boolean, String) - Constructor for class org.yamcs.yarch.streamsql.DropTableStatement
- DropTableStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- DRYRUN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IssueCommandRequest
- DT_ERROR - Enum constant in enum class org.yamcs.yarch.protobuf.Db.ProtoDataType
-
error in replay
- DT_ERROR_VALUE - Static variable in enum class org.yamcs.yarch.protobuf.Db.ProtoDataType
-
error in replay
- DUMP_CMDHIST_STREAM_NAME - Static variable in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
- DUMP_EVENT_STREAM_NAME - Static variable in class org.yamcs.archive.EventRecorder
- dumpLosDataFile(String) - Method in class org.yamcs.simulator.ColSimulator
- dumpState() - Method in class org.yamcs.http.TopicContext
- dumpTable(String, StreamReceiver<Table.Row>) - Method in class org.yamcs.client.archive.ArchiveClient
- dumpThreads(Void, Empty, Observer<HttpBody>) - Method in class org.yamcs.protobuf.ServerApiClient
-
Get a text-dump with thread information
- dumpThreads(Context, Empty, Observer<HttpBody>) - Method in class org.yamcs.http.api.ServerApi
- dumpThreads(T, Empty, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractServerApi
-
Get a text-dump with thread information
- DUP - Enum constant in enum class org.yamcs.xtce.MathOperator
-
Duplicate top item on the stack (x -- x x)
- DUPLICATE_KEY - Enum constant in enum class org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
- duration - Variable in class org.yamcs.timeline.TimelineItem
- DURATION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateItemRequest
- DURATION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TimelineItem
- DURATION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateItemRequest
- DYNAMIC - Enum constant in enum class org.yamcs.xtce.BinaryDataEncoding.Type
- DYNAMICCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.RepeatInfo
- DynamicIntegerValue - Class in org.yamcs.xtce
-
Uses a parameter instance to obtain the value.
- DynamicIntegerValue(ParameterOrArgumentRef) - Constructor for class org.yamcs.xtce.DynamicIntegerValue
- dynamicSize - Variable in class org.yamcs.xtce.BinaryDataEncoding
-
For variable-sized parameters or arguments, a reference to the parameter or argument containing the size.
E
- EARTHRECEPTIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TmPacketData
- editAlarm(Void, EditAlarmRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.alarms.AlarmsApiClient
-
Update an alarm
- editAlarm(Context, EditAlarmRequest, Observer<Empty>) - Method in class org.yamcs.http.api.AlarmsApi
- editAlarm(EditAlarmRequest) - Method in class org.yamcs.client.YamcsClient
- editAlarm(T, EditAlarmRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.alarms.AbstractAlarmsApi
-
Update an alarm
- EditAlarmRequest - Class in org.yamcs.protobuf.alarms
-
Protobuf type
yamcs.protobuf.alarms.EditAlarmRequest
- EditAlarmRequest.Builder - Class in org.yamcs.protobuf.alarms
-
Protobuf type
yamcs.protobuf.alarms.EditAlarmRequest
- EditAlarmRequestOrBuilder - Interface in org.yamcs.protobuf.alarms
- editAlgorithmTrace(Void, EditAlgorithmTraceRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.ProcessingApiClient
-
Enable/disable algorithm tracing
- editAlgorithmTrace(Context, EditAlgorithmTraceRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
- editAlgorithmTrace(T, EditAlgorithmTraceRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractProcessingApi
-
Enable/disable algorithm tracing
- EditAlgorithmTraceRequest - Class in org.yamcs.protobuf
-
Request message for `EditAlgorithmTrace`.
- EditAlgorithmTraceRequest.Builder - Class in org.yamcs.protobuf
-
Request message for `EditAlgorithmTrace`.
- EditAlgorithmTraceRequestOrBuilder - Interface in org.yamcs.protobuf
- editProcessor(Void, EditProcessorRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.ProcessingApiClient
-
Update a processor
- editProcessor(Context, EditProcessorRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
- editProcessor(T, EditProcessorRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractProcessingApi
-
Update a processor
- EditProcessorRequest - Class in org.yamcs.protobuf
-
Request message for `EditProcessor`.
- EditProcessorRequest.Builder - Class in org.yamcs.protobuf
-
Request message for `EditProcessor`.
- EditProcessorRequestOrBuilder - Interface in org.yamcs.protobuf
- EFFECTIVESIGNIFICANCE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandInfo
- ELAPSEDTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SetTimeRequest
- ELEM_ABSOLUTE_TIME_ARGUMENT_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ABSOLUTE_TIME_PARAMETER_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_AGGREGATE_ARGUMENT_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_AGGREGATE_PARAMETER_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ALGORITHM_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ALGORITHM_TEXT - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ALIAS - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ALIAS_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ANCILLARY_DATA - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ANCILLARY_DATA_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_AND_CONDITIONS - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARGUMENT - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARGUMENT_ASSIGNMENT - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARGUMENT_ASSIGNMENT_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARGUMENT_INSTANCE_REF - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARGUMENT_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARGUMENT_REF_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARGUMENT_TYPE_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARRAY_ARGUMENT_REF_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARRAY_ARGUMENT_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARRAY_PARAMETER_REF_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ARRAY_PARAMETER_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_AUTHOR_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_BASE_CONTAINER - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_BASE_META_COMMAND - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_BINARY_ARGUMENT_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_BINARY_DATA_ENCODING - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_BINARY_ENCODING - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_BINARY_PARAMETER_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_BOOLEAN_ARGUMENT_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_BOOLEAN_EXPRESSION - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_BOOLEAN_PARAMETER_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CALIBRATOR - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CHANGE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CHECK_WINDOW - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_COMMAND_CONTAINER - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_COMMAND_CONTAINER_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_COMMAND_MEATA_DATA - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_COMPARISON - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_COMPARISON_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_COMPARISON_OPERATOR - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONDITION - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONSTANT - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONTAINER_REF - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONTAINER_REF_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONTAINER_SEGMENT_REF_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONTAINER_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONTEXT_ALARM - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONTEXT_ALARM_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONTEXT_CALIBRATOR - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONTEXT_CALIBRATOR_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CONTEXT_MATCH - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_COUNT - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_CUSTOM_ALGORITHM - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_DEFAULT_ALARM - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_DEFAULT_CALIBRATOR - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_DEFAULT_RATE_IN_STREAM - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_DEFAULT_SIGNIFICANCE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_DIMENSION - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_DIMENSION_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_DISCRETE_LOOKUP_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_DYNAMIC_VALUE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ENCODING - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ENDING_INDEX - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ENTRY_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ENUMERATED_ARGUMENT_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ENUMERATED_PARAMETER_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ENUMERATION - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_ENUMERATION_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_EPOCH - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_FIXED - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_FIXED_VALUE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_FIXED_VALUE_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_FLOAT_ARGUMENT_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_FLOAT_DATA_ENCODING - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_FLOAT_PARAMETER_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_HEADER - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_HISTORY_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_INCLUDE_CONDITION - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_INDIRECT_PARAMETER_REF_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_INPUT_ARGUMENT_INSTANCE_REF - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_INPUT_PARAMETER_INSTANCE_REF - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_INPUT_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_INTEGER_ARGUMENT_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_INTEGER_DATA_ENCODING - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_INTEGER_PARAMETER_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_LEADING_SIZE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_LINEAR_ADJUSTMENT - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_LOCATION_IN_CONTAINER_IN_BITS - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_LONG_DESCRIPTION - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_MATH_ALGORITHM - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_MATH_OPERATION - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_MATH_OPERATION_CALIBRATOR - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_MEMBER - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_MEMBER_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_MESSAGE_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_META_COMMAND - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_META_COMMAND_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_NOTE_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_NUMBER_FORMAT - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_OFFSET_FROM - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_OR_CONDITIONS - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_OUTPUT_PARAMETER_REF - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_OUTPUT_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PARAMETER - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PARAMETER_INSTANCE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PARAMETER_INSTANCE_REF - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PARAMETER_PROPERTIES - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PARAMETER_REF - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PARAMETER_REF_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PARAMETER_SEGMENT_REF_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PARAMETER_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PARAMETER_TYPE_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PARAMETER_VALUE_CHANGE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_PHYSICAL_ADDRESS_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_POLYNOMIAL_CALIBRATOR - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_RANGE_ENUMERATION - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_REFERENCE_TIME - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_RELATIVE_TIME_PARAMETER_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_REPEAT_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_RESTRICTION_CRITERIA - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_RETURN_PARAM_REF - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_SEQUENCE_CONTAINER - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_SIZE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_SIZE_IN_BITS - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_SIZE_RANGE_IN_CHARACTERS - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_SPACE_SYSTEM - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_SPLINE_CALIBRATOR - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_SPLINE_POINT - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_STARTING_INDEX - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_STATIC_ALARM_RANGES - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_STREAM_SEGMENT_ENTRY - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_STREAM_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_STRING_ARGUMENT_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_STRING_DATA_ENCODING - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_STRING_PARAMETER_TYPE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_SYSTEM_NAME - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_TELEMTRY_META_DATA - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_TERM - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_TERMINATION_CHAR - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_TIME_ASSOCIATION - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_TO_STRING - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_TRANSMISSION_CONSTRAINT - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_TRANSMISSION_CONSTRAINT_LIST - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_TRIGGER_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_UNIT - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_UNIT_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_VALID_RANGE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_VALID_RANGE_SET - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_VALIDITY_CONDITION - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_VALUE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_VALUE_OPERAND - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_VARIABLE - Static variable in class org.yamcs.xtce.xml.Constants
- ELEM_VERIFIER_SET - Static variable in class org.yamcs.xtce.xml.Constants
- Element() - Constructor for class org.yamcs.xtce.MathOperation.Element
- Element(double) - Constructor for class org.yamcs.xtce.MathOperation.Element
- Element(MathOperation.ElementType) - Constructor for class org.yamcs.xtce.MathOperation.Element
- Element(MathOperator) - Constructor for class org.yamcs.xtce.MathOperation.Element
- Element(ParameterInstanceRef) - Constructor for class org.yamcs.xtce.MathOperation.Element
- ELEMENTTYPE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.config.OptionInfo
- ELEMENTTYPE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo
- ELIF - Static variable in interface org.yamcs.templating.TemplateParserConstants
-
RegularExpression Id.
- ELSE - Static variable in interface org.yamcs.templating.TemplateParserConstants
-
RegularExpression Id.
- EMAIL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateUserRequest
- EMAIL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateUserRequest
- EMAIL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UserInfo
- EMAIL_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.UserAccountRecordDetail
- emitted - Variable in class org.yamcs.http.api.AbstractPaginatedParameterRetrievalConsumer
- emitTuple(Tuple) - Method in class org.yamcs.yarch.Stream
- EMPTY - Static variable in class org.yamcs.parameter.ParameterValueList
- EMPTY - Static variable in class org.yamcs.utils.ByteArrayUtils
- EMPTY_RETURN - Static variable in class org.yamcs.yarch.WindowProcessor
- EMPTY_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.CltuGenerator
- emptyConfig() - Static method in class org.yamcs.YConfiguration
- EmptyNodeLoader - Class in org.yamcs.mdb
-
Database "loader" that simply creates an empty SpaceSystem with the given name
- EmptyNodeLoader(String) - Constructor for class org.yamcs.mdb.EmptyNodeLoader
- EmptyNodeLoader(YConfiguration) - Constructor for class org.yamcs.mdb.EmptyNodeLoader
- enable() - Method in class org.yamcs.tctm.AbstractLink
-
Sets the disabled to false such that getNextPacket does not ignore the received datagrams
- enable() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
- enable() - Method in interface org.yamcs.tctm.Link
-
Reenable the data transit if disabled by the disable() method.
- enable() - Method in class org.yamcs.tests.AbstractIntegrationTest.PacketProvider
- enable() - Method in class org.yamcs.tests.AbstractIntegrationTest.ParameterProvider
- enable_tracing() - Method in class org.yamcs.templating.TemplateParser
-
Enable tracing.
- enable_tracing() - Method in class org.yamcs.ui.packetviewer.filter.FilterParser
-
Enable tracing.
- enable_tracing() - Method in class org.yamcs.utils.parser.FilterParser
-
Enable tracing.
- enable_tracing() - Method in class org.yamcs.xtce.xlsv7.parser.AggregateTypeParser
-
Enable tracing.
- enable_tracing() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
-
Enable tracing.
- enableAutoCompaction(long, long) - Method in class org.yamcs.parameterarchive.ParameterArchive
- enableAutoCompaction(ColumnFamilyHandle) - Method in class org.yamcs.yarch.rocksdb.YRDB
- enableAutomaticBackfilling(boolean) - Method in class org.yamcs.parameterarchive.BackFiller
- enableBackfilling(Void, EnableBackfillingRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.ParameterArchiveApiClient
-
Enables the automatic backfilling (rebuilding) of the parameter archive.
- enableBackfilling(Context, EnableBackfillingRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ParameterArchiveApi
- enableBackfilling(T, EnableBackfillingRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractParameterArchiveApi
-
Enables the automatic backfilling (rebuilding) of the parameter archive.
- EnableBackfillingRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.EnableBackfillingRequest
- EnableBackfillingRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.archive.EnableBackfillingRequest
- EnableBackfillingRequestOrBuilder - Interface in org.yamcs.protobuf
- enableBuffering(Parameter, int) - Method in class org.yamcs.parameter.LastValueCache
-
Configure the parameter cache to remember at least capacity values for the parameter.
- ENABLED - Enum constant in enum class org.yamcs.protobuf.Commanding.QueueState
-
ENABLED = 3;
- ENABLED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.actions.ActionInfo
- ENABLED_VALUE - Static variable in enum class org.yamcs.protobuf.Commanding.QueueState
-
ENABLED = 3;
- enableLink(String) - Method in class org.yamcs.algorithms.LinksFunctions
- enableLink(String) - Method in class org.yamcs.management.LinkManager
- enableLink(String, String) - Method in class org.yamcs.client.YamcsClient
- enableLink(Void, EnableLinkRequest, Observer<LinkInfo>) - Method in class org.yamcs.protobuf.links.LinksApiClient
-
Enable a link
- enableLink(Context, EnableLinkRequest, Observer<LinkInfo>) - Method in class org.yamcs.http.api.LinksApi
- enableLink(T, EnableLinkRequest, Observer<LinkInfo>) - Method in class org.yamcs.protobuf.links.AbstractLinksApi
-
Enable a link
- EnableLinkRequest - Class in org.yamcs.protobuf.links
-
Protobuf type
yamcs.protobuf.links.EnableLinkRequest
- EnableLinkRequest.Builder - Class in org.yamcs.protobuf.links
-
Protobuf type
yamcs.protobuf.links.EnableLinkRequest
- EnableLinkRequestOrBuilder - Interface in org.yamcs.protobuf.links
- enableQueue(String) - Method in class org.yamcs.client.processor.ProcessorClient
- enableQueue(Void, EnableQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.protobuf.QueuesApiClient
-
Enable a command queue
- enableQueue(Context, EnableQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.http.api.QueuesApi
- enableQueue(T, EnableQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.protobuf.AbstractQueuesApi
-
Enable a command queue
- EnableQueueRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.EnableQueueRequest
- EnableQueueRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.EnableQueueRequest
- EnableQueueRequestOrBuilder - Interface in org.yamcs.protobuf
- enableReporting(AlarmReporter) - Method in class org.yamcs.mdb.ParameterAlarmChecker
- enableServer(AlarmServer<Parameter, ParameterValue>) - Method in class org.yamcs.mdb.ParameterAlarmChecker
- enableTcpKeepAlive(boolean) - Method in class org.yamcs.client.base.WebSocketClient
-
Enable/disable the TCP Keep-Alive on websocket sockets.
- enableTracing() - Static method in class org.yamcs.tests.LoggingUtils
-
use to enable logging during junit tests debugging.
- enableTracing(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
- enableTracing(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmManager
- encode() - Method in class org.yamcs.parameterarchive.SegmentKey
-
Key encode in Yamcs starting with 5.10 - we use the invertSign for the timestamps in order for the negative times to sort before the positive ones in the archive
- encode() - Method in class org.yamcs.replication.Message
- encode() - Method in class org.yamcs.replication.Message.TransactionMessage
- encode(byte[]) - Static method in class org.yamcs.tctm.ccsds.error.BchCltuGenerator.BchEncoder
- encode(byte[], byte[]) - Method in class org.yamcs.rs.ReedSolomon
-
Generate the parity for the given data
- encode(byte[], int) - Static method in class org.yamcs.tctm.ccsds.error.BchCltuGenerator.BchEncoder
-
Encodes 7 bytes of data from p:offset and returns the result
- encode(byte[], int, byte[], int) - Static method in class org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator.Ldpc256Encoder
-
Encodes a block of 32 bytes from in:inOffset into a code of 32 bytes stored in out:outOffset
- encode(byte[], int, byte[], int) - Static method in class org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator.Ldpc64Encoder
-
Encodes a block of 8 bytes from in:inOffset into a code of 8 bytes stored in out:outOffset
- encode(int, int) - Static method in class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr
-
Compute the Error Control word based on the virtual channel id and signaling field byte
- encode(int, int, long, byte) - Static method in class org.yamcs.parameterarchive.SegmentKey
-
Key encode in Yamcs starting with 5.10 - we use the invertSign for the timestamps in order for the negative times to sort before the positive ones in the archive
- encode(long, byte[], int) - Method in class org.yamcs.tctm.ccsds.time.CucTimeEncoder
- encode(long, byte[], int) - Method in interface org.yamcs.time.TimeEncoder
-
Encodes the Yamcs instant into the binary buffer.
- encode(ByteBuffer) - Method in class org.yamcs.simulator.pus.PusTime
- encode(BaseSegment) - Static method in class org.yamcs.parameterarchive.SegmentEncoderDecoder
- encode(MetaCommand) - Method in class org.yamcs.mdb.MetaCommandContainerProcessor
- encode2(byte[], int, byte[], int) - Static method in class org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator.Ldpc256Encoder
- encode32(double) - Static method in class org.yamcs.utils.MilStd1750A
-
Encodes a double into a MIL-STD 1750A 32 bit number.
- encode48(double) - Static method in class org.yamcs.utils.MilStd1750A
-
Encode double value to 48 bits 1750A floating point number.
- encodeAsString() - Method in class org.yamcs.http.api.NamedObjectPageToken
- encodeAsString() - Method in class org.yamcs.http.api.TimeSortedPageToken
- encodeByte(short, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeCltu(int, byte[]) - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
-
optionally encode the data to CLTU if the CLTU generator is configured.
- encodeDeltaDeltaZigZag(int[]) - Static method in class org.yamcs.utils.VarIntUtil
- encodeDeltaDeltaZigZag(IntArray) - Static method in class org.yamcs.utils.VarIntUtil
- encodeDeltaDeltaZigZag(SortedIntArray) - Static method in class org.yamcs.utils.VarIntUtil
- encodeDeltaIntArray(IntArray) - Static method in class org.yamcs.utils.VarIntUtil
-
Encode an int array as a sequence of varints representing the deltas between the subsequent elements of the input array.
- encodedFrameLength() - Method in class org.yamcs.tctm.ccsds.CcsdsFrameDecoder
- encodedFrameLength() - Method in interface org.yamcs.tctm.RawFrameDecoder
-
Returns the length of the encoded (input) frame or -1 if it can be variable
- encodeFrame(TcTransferFrame) - Method in class org.yamcs.tctm.ccsds.TcFrameFactory
- encodeGaps(int, int) - Static method in class org.yamcs.parameterarchive.SegmentEncoderDecoder
- encodeGaps(int, SortedIntArray) - Static method in class org.yamcs.parameterarchive.SegmentEncoderDecoder
-
the gaps is a sorted int array so we encode it with the same encoding like the time segment
- encodeInt(int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeInt(int, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
-
write an int into a byte array at offset and returns the array
- encodeIntLE(int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeIntLE(int, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeLong(long) - Static method in class org.yamcs.utils.ByteArrayUtils
-
write a long into a byte array of 8 bytes
- encodeLong(long, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
-
write an long into a byte array at offset and returns the array
- encodeLongLE(long) - Static method in class org.yamcs.utils.ByteArrayUtils
-
write a long into a byte array of 8 bytes, in little endian
- encodeLongLE(long, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeRaw(long, byte[], int) - Method in class org.yamcs.tctm.ccsds.time.CucTimeEncoder
- encodeRaw(long, byte[], int) - Method in interface org.yamcs.time.TimeEncoder
-
Encodes the time in an unspecified unit.
- encodeRaw(DataEncoding, Value) - Method in class org.yamcs.mdb.DataEncodingEncoder
-
Encode the raw value of the argument into the packet.
- encodeRaw(DataEncoding, Value, BitBuffer, TcProcessingContext) - Method in class org.yamcs.algo.LeadingSizeBinaryEncoder
- encodeRaw(DataEncoding, Value, BitBuffer, TcProcessingContext) - Method in class org.yamcs.algo.ReverseBinaryEncoder
- encodeRaw(DataEncoding, Value, BitBuffer, TcProcessingContext) - Method in class org.yamcs.algo.TimeBinaryEncoder
- encodeRaw(DataEncoding, Value, BitBuffer, TcProcessingContext) - Method in interface org.yamcs.mdb.DataEncoder
-
Encode the raw value into the buffer.
- encodeSigned(byte[], int, int) - Static method in class org.yamcs.utils.VarIntUtil
- encodeUnsigned3Bytes(int, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeUnsigned5Bytes(long, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeUnsigned6Bytes(long, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeUnsignedByte(short, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeUnsignedIntLE(long, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeUnsignedShort(int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeUnsignedShort(int, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeUnsignedShortLE(int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeUnsignedShortLE(int, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
- encodeV0() - Method in class org.yamcs.parameterarchive.SegmentKey
-
Version 0 is prior to Yamcs 5.10 when the negative times were not sorting properly
- encodeV0(int, int, long, byte) - Static method in class org.yamcs.parameterarchive.SegmentKey
-
Version 0 is prior to Yamcs 5.10 when the negative times were not sorting properly
- encodeZigZag(int) - Static method in class org.yamcs.utils.VarIntUtil
- encoding - Variable in class org.yamcs.tse.InstrumentDriver
- encoding - Variable in class org.yamcs.xtce.BaseDataType
- ENCODING_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.DataEncodingInfo
- end - Variable in class org.yamcs.yarch.Partition
- END_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ArchiveParameterSegmentInfo
- ENDACTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.ReplayRequest
- endColumn - Variable in class org.yamcs.templating.Token
-
The column number of the last character of this Token.
- endColumn - Variable in class org.yamcs.ui.packetviewer.filter.Token
-
The column number of the last character of this Token.
- endColumn - Variable in class org.yamcs.utils.parser.Token
-
The column number of the last character of this Token.
- ENDCOLUMN_FIELD_NUMBER - Static variable in class org.yamcs.api.FilterSyntaxException
- ENDCOLUMN_FIELD_NUMBER - Static variable in class org.yamcs.web.api.ParseFilterData
- ENDIF - Static variable in interface org.yamcs.templating.TemplateParserConstants
-
RegularExpression Id.
- endLine - Variable in class org.yamcs.templating.Token
-
The line number of the last character of this Token.
- endLine - Variable in class org.yamcs.ui.packetviewer.filter.Token
-
The line number of the last character of this Token.
- endLine - Variable in class org.yamcs.utils.parser.Token
-
The line number of the last character of this Token.
- ENDLINE_FIELD_NUMBER - Static variable in class org.yamcs.api.FilterSyntaxException
- ENDLINE_FIELD_NUMBER - Static variable in class org.yamcs.web.api.ParseFilterData
- endOfFileOffset() - Method in class org.yamcs.cfdp.DataFile
-
return end of the last segment or -1 if not known
- ENDREASON_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SessionEventInfo
- ENGINEERING - Enum constant in enum class org.yamcs.xtce.FloatingPointNotationType
- ENGTYPE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ArchivedParameterInfo
- ENGTYPE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo
- ENGTYPE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest
- ENGTYPE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- engValue - Variable in class org.yamcs.parameter.RawEngValue
- ENGVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ExtractedParameterValue
- ENGVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.ParameterValue
- ENGVALUE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
- ENGVALUES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.Ranges.Range
- ensureRemaining(int) - Method in class org.yamcs.utils.ByteArray
- EntityConf - Class in org.yamcs.cfdp
- EntityConf(long, String, Bucket) - Constructor for class org.yamcs.cfdp.EntityConf
- EntityInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.EntityInfo
- EntityInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.EntityInfo
- EntityInfoOrBuilder - Interface in org.yamcs.protobuf
- entityName - Variable in class org.yamcs.filetransfer.FileActionIdentifier
- ENTRIES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Commanding.CommandQueueInfo
- ENTRIES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TimelineItemLog
- ENTRY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AddItemLogRequest
- ENTRY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IndexGroup
- ENTRY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListCommandsResponse
- ENTRY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CommandContainerInfo
- ENTRY_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ContainerInfo
- ENTRYCONTAINER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ExtractedParameterValue
- ENUM - Enum constant in enum class org.yamcs.yarch.DataType._type
- ENUM - Static variable in class org.yamcs.yarch.DataType
- ENUMERATED - Enum constant in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
Enumerated values have both an integer (sint64Value) and a string representation
- ENUMERATED_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
Enumerated values have both an integer (sint64Value) and a string representation
- EnumeratedArgumentType - Class in org.yamcs.xtce
- EnumeratedArgumentType(EnumeratedArgumentType) - Constructor for class org.yamcs.xtce.EnumeratedArgumentType
-
Copy constructor
- EnumeratedArgumentType(EnumeratedArgumentType.Builder) - Constructor for class org.yamcs.xtce.EnumeratedArgumentType
- EnumeratedArgumentType.Builder - Class in org.yamcs.xtce
- EnumeratedDataType - Class in org.yamcs.xtce
- EnumeratedDataType(EnumeratedDataType) - Constructor for class org.yamcs.xtce.EnumeratedDataType
-
performs a shallow copy of this object into t
- EnumeratedDataType.Builder<T extends EnumeratedDataType.Builder<T>> - Class in org.yamcs.xtce
- EnumeratedParameterType - Class in org.yamcs.xtce
- EnumeratedParameterType(EnumeratedParameterType) - Constructor for class org.yamcs.xtce.EnumeratedParameterType
-
Copy constructor
- EnumeratedParameterType(EnumeratedParameterType.Builder) - Constructor for class org.yamcs.xtce.EnumeratedParameterType
- EnumeratedParameterType.Builder - Class in org.yamcs.xtce
- EnumeratedValue - Class in org.yamcs.parameter
-
An enumerated value is a value that has both an integer and a string representation.
- EnumeratedValue(long, String) - Constructor for class org.yamcs.parameter.EnumeratedValue
- enumeration - Variable in class org.yamcs.xtce.EnumeratedDataType
- EnumerationAlarm - Class in org.yamcs.xtce
-
Alarm conditions for Enumerations An additional check needs to be performed to ensure that the enumeration values in the alarms are legal enumeration values for the Parameter
- EnumerationAlarm() - Constructor for class org.yamcs.xtce.EnumerationAlarm
- ENUMERATIONALARM_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.AlarmInfo
- EnumerationAlarm.EnumerationAlarmItem - Class in org.yamcs.xtce
- EnumerationAlarmItem(String, AlarmLevels) - Constructor for class org.yamcs.xtce.EnumerationAlarm.EnumerationAlarmItem
- ENUMERATIONALARMS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.AlarmInfo
- EnumerationContextAlarm - Class in org.yamcs.xtce
-
Context alarms are applied when the ContextMatch is true.
- EnumerationContextAlarm() - Constructor for class org.yamcs.xtce.EnumerationContextAlarm
- EnumerationDefinition() - Constructor for class org.yamcs.mdb.BaseSpreadsheetLoader.EnumerationDefinition
- enumerationList - Variable in class org.yamcs.xtce.EnumeratedDataType.Builder
- enumerationList - Variable in class org.yamcs.xtce.EnumeratedDataType
- enumerations - Variable in class org.yamcs.xtce.xlsv6.V6Loader
- enumerations - Variable in class org.yamcs.xtce.xlsv7.V7Loader
- ENUMERATIONVALUES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest
- ENUMRANGES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- ENUMRANGES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SubscribedParameterInfo
- enumValue(Long) - Method in class org.yamcs.xtce.EnumeratedDataType.Builder
- enumValue(Long) - Method in class org.yamcs.xtce.EnumeratedDataType
- enumValue(String) - Method in class org.yamcs.xtce.EnumeratedDataType.Builder
- enumValue(String) - Method in class org.yamcs.xtce.EnumeratedDataType
-
Returns the enumeration value that maps to the given label or null if it does not exist.
- ENUMVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo
- ENUMVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- ENUMVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.ColumnInfo
- ENUMVALUE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
- enumValueRange(String) - Method in class org.yamcs.xtce.EnumeratedDataType
-
Returns the enumeration value range that maps to the given label or null if it does not exist.
- ENUMVALUES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- ENUMVALUES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SubscribedParameterInfo
- EOF - Enum constant in enum class org.yamcs.cfdp.pdu.FileDirectiveCode
- EOF - Static variable in interface org.yamcs.templating.TemplateParserConstants
-
End of File.
- EOF - Static variable in interface org.yamcs.ui.packetviewer.filter.FilterParserConstants
-
End of File.
- EOF - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
-
End of File.
- EOF - Static variable in interface org.yamcs.xtce.xlsv7.parser.AggregateTypeParserConstants
-
End of File.
- EOF - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
-
End of File.
- EofPacket - Class in org.yamcs.cfdp.pdu
- EofPacket(ConditionCode, long, long, TLV, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.EofPacket
- eol - Variable in exception org.yamcs.templating.ParseException
-
The end of line string for this machine.
- eol - Variable in exception org.yamcs.ui.packetviewer.filter.ParseException
-
The end of line string for this machine.
- eol - Variable in exception org.yamcs.utils.parser.ParseException
-
The end of line string for this machine.
- EPOCH_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo
- EpsLvpduData - Class in org.yamcs.simulator
- EpsLvpduData() - Constructor for class org.yamcs.simulator.EpsLvpduData
- EpsLvpduHandler - Class in org.yamcs.simulator
- EpsLvpduHandler() - Constructor for class org.yamcs.simulator.EpsLvpduHandler
- EQ - Static variable in interface org.yamcs.ui.packetviewer.filter.FilterParserConstants
-
RegularExpression Id.
- EQUAL - Enum constant in enum class org.yamcs.yarch.streamsql.RelOp
- EQUAL(Object, Object) - Static method in class org.yamcs.yarch.utils.SqlExpressions
- EQUAL_TO - Enum constant in enum class org.yamcs.protobuf.Mdb.ComparisonInfo.OperatorType
-
EQUAL_TO = 1;
- EQUAL_TO - Enum constant in enum class org.yamcs.ui.packetviewer.filter.ast.Operator
- EQUAL_TO - Enum constant in enum class org.yamcs.utils.parser.ast.Comparator
- EQUAL_TO - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
-
RegularExpression Id.
- EQUAL_TO_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.ComparisonInfo.OperatorType
-
EQUAL_TO = 1;
- EQUALITY - Enum constant in enum class org.yamcs.xtce.OperatorType
- equals(Object) - Method in class org.yamcs.activities.protobuf.ActivityDefinition
- equals(Object) - Method in record class org.yamcs.activities.StackedVerify.VerifyComparison
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.yamcs.alarms.EventId
- equals(Object) - Method in class org.yamcs.api.ExceptionMessage
- equals(Object) - Method in class org.yamcs.api.FilterSyntaxException
- equals(Object) - Method in class org.yamcs.api.HttpBody
- equals(Object) - Method in class org.yamcs.api.HttpRoute
- equals(Object) - Method in class org.yamcs.api.WebSocketTopic
- equals(Object) - Method in record class org.yamcs.buckets.BucketLocation
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.yamcs.buckets.BucketProperties
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.yamcs.buckets.ObjectProperties
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.yamcs.cfdp.CfdpTransactionId
- equals(Object) - Method in class org.yamcs.cfdp.pdu.TLV
- equals(Object) - Method in class org.yamcs.client.Command
- equals(Object) - Method in class org.yamcs.client.storage.ObjectId
- equals(Object) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
- equals(Object) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
- equals(Object) - Method in class org.yamcs.commanding.Acknowledgment
- equals(Object) - Method in class org.yamcs.http.MediaType
- equals(Object) - Method in record class org.yamcs.mdb.TcProcessingContext.AggregateWithValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.yamcs.parameter.ArrayValue
- equals(Object) - Method in class org.yamcs.parameter.BinaryValue
- equals(Object) - Method in class org.yamcs.parameter.BooleanValue
- equals(Object) - Method in class org.yamcs.parameter.DoubleValue
- equals(Object) - Method in class org.yamcs.parameter.EnumeratedValue
- equals(Object) - Method in class org.yamcs.parameter.FloatValue
- equals(Object) - Method in record class org.yamcs.parameter.ParameterRetrievalOptions
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.yamcs.parameter.ParameterStatus
- equals(Object) - Method in class org.yamcs.parameter.SInt32Value
- equals(Object) - Method in class org.yamcs.parameter.SInt64Value
- equals(Object) - Method in class org.yamcs.parameter.StringValue
- equals(Object) - Method in class org.yamcs.parameter.TimestampValue
- equals(Object) - Method in class org.yamcs.parameter.UInt32Value
- equals(Object) - Method in class org.yamcs.parameter.UInt64Value
- equals(Object) - Method in class org.yamcs.parameterarchive.IntValueSegment
- equals(Object) - Method in class org.yamcs.parameterarchive.ObjectSegment
- equals(Object) - Method in record class org.yamcs.parameterarchive.RdbIteratorWithOptions
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.yamcs.protobuf.AcceptCommandRequest
- equals(Object) - Method in class org.yamcs.protobuf.AcknowledgeInfo
- equals(Object) - Method in class org.yamcs.protobuf.AcknowledgmentInfo
- equals(Object) - Method in class org.yamcs.protobuf.actions.ActionInfo
- equals(Object) - Method in class org.yamcs.protobuf.activities.ActivityDefinitionInfo
- equals(Object) - Method in class org.yamcs.protobuf.activities.ActivityInfo
- equals(Object) - Method in class org.yamcs.protobuf.activities.ActivityLogInfo
- equals(Object) - Method in class org.yamcs.protobuf.activities.CancelActivityRequest
- equals(Object) - Method in class org.yamcs.protobuf.activities.CompleteManualActivityRequest
- equals(Object) - Method in class org.yamcs.protobuf.activities.ExecutorInfo
- equals(Object) - Method in class org.yamcs.protobuf.activities.GetActivityLogRequest
- equals(Object) - Method in class org.yamcs.protobuf.activities.GetActivityLogResponse
- equals(Object) - Method in class org.yamcs.protobuf.activities.GetActivityRequest
- equals(Object) - Method in class org.yamcs.protobuf.activities.GlobalActivityStatus
- equals(Object) - Method in class org.yamcs.protobuf.activities.ListActivitiesRequest
- equals(Object) - Method in class org.yamcs.protobuf.activities.ListActivitiesResponse
- equals(Object) - Method in class org.yamcs.protobuf.activities.ListExecutorsRequest
- equals(Object) - Method in class org.yamcs.protobuf.activities.ListExecutorsResponse
- equals(Object) - Method in class org.yamcs.protobuf.activities.ListScriptsRequest
- equals(Object) - Method in class org.yamcs.protobuf.activities.ListScriptsResponse
- equals(Object) - Method in class org.yamcs.protobuf.activities.StartActivityRequest
- equals(Object) - Method in class org.yamcs.protobuf.activities.SubscribeActivitiesRequest
- equals(Object) - Method in class org.yamcs.protobuf.activities.SubscribeActivityLogRequest
- equals(Object) - Method in class org.yamcs.protobuf.activities.SubscribeGlobalStatusRequest
- equals(Object) - Method in class org.yamcs.protobuf.AddBandRequest
- equals(Object) - Method in class org.yamcs.protobuf.AddItemLogRequest
- equals(Object) - Method in class org.yamcs.protobuf.AddTimeOfFlightIntervalsRequest
- equals(Object) - Method in class org.yamcs.protobuf.AddViewRequest
- equals(Object) - Method in class org.yamcs.protobuf.AlarmData
- equals(Object) - Method in class org.yamcs.protobuf.alarms.AcknowledgeAlarmRequest
- equals(Object) - Method in class org.yamcs.protobuf.alarms.ClearAlarmRequest
- equals(Object) - Method in class org.yamcs.protobuf.alarms.EditAlarmRequest
- equals(Object) - Method in class org.yamcs.protobuf.alarms.GlobalAlarmStatus
- equals(Object) - Method in class org.yamcs.protobuf.alarms.ListAlarmsRequest
- equals(Object) - Method in class org.yamcs.protobuf.alarms.ListAlarmsResponse
- equals(Object) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsRequest
- equals(Object) - Method in class org.yamcs.protobuf.alarms.ListProcessorAlarmsResponse
- equals(Object) - Method in class org.yamcs.protobuf.alarms.ShelveAlarmRequest
- equals(Object) - Method in class org.yamcs.protobuf.alarms.SubscribeAlarmsRequest
- equals(Object) - Method in class org.yamcs.protobuf.alarms.SubscribeGlobalStatusRequest
- equals(Object) - Method in class org.yamcs.protobuf.alarms.UnshelveAlarmRequest
- equals(Object) - Method in class org.yamcs.protobuf.AlgorithmStatus
- equals(Object) - Method in class org.yamcs.protobuf.AlgorithmTextOverride
- equals(Object) - Method in class org.yamcs.protobuf.AlgorithmTrace
- equals(Object) - Method in class org.yamcs.protobuf.AlgorithmTrace.Log
- equals(Object) - Method in class org.yamcs.protobuf.AlgorithmTrace.Run
- equals(Object) - Method in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest
- equals(Object) - Method in class org.yamcs.protobuf.Archive.GetParameterSamplesRequest
- equals(Object) - Method in class org.yamcs.protobuf.Archive.ListParameterGroupsRequest
- equals(Object) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryRequest
- equals(Object) - Method in class org.yamcs.protobuf.Archive.ListParameterHistoryResponse
- equals(Object) - Method in class org.yamcs.protobuf.Archive.ParameterGroupInfo
- equals(Object) - Method in class org.yamcs.protobuf.Archive.StreamParameterValuesRequest
- equals(Object) - Method in class org.yamcs.protobuf.ArchivedParameterGroupResponse
- equals(Object) - Method in class org.yamcs.protobuf.ArchivedParameterInfo
- equals(Object) - Method in class org.yamcs.protobuf.ArchivedParameterSegmentsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ArchivedParametersInfoResponse
- equals(Object) - Method in class org.yamcs.protobuf.ArchiveParameterSegmentInfo
- equals(Object) - Method in class org.yamcs.protobuf.audit.AuditRecord
- equals(Object) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsRequest
- equals(Object) - Method in class org.yamcs.protobuf.audit.ListAuditRecordsResponse
- equals(Object) - Method in class org.yamcs.protobuf.AuthInfo
- equals(Object) - Method in class org.yamcs.protobuf.BackupDatabaseRequest
- equals(Object) - Method in class org.yamcs.protobuf.BatchGetParameterValuesRequest
- equals(Object) - Method in class org.yamcs.protobuf.BatchGetParameterValuesResponse
- equals(Object) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest
- equals(Object) - Method in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest
- equals(Object) - Method in class org.yamcs.protobuf.BlockQueueRequest
- equals(Object) - Method in class org.yamcs.protobuf.BucketInfo
- equals(Object) - Method in class org.yamcs.protobuf.BucketLocation
- equals(Object) - Method in class org.yamcs.protobuf.CancelOptions
- equals(Object) - Method in class org.yamcs.protobuf.CancelTransferRequest
- equals(Object) - Method in class org.yamcs.protobuf.Clcw
- equals(Object) - Method in class org.yamcs.protobuf.ClearanceInfo
- equals(Object) - Method in class org.yamcs.protobuf.ClearInfo
- equals(Object) - Method in class org.yamcs.protobuf.ClientConnectionInfo
- equals(Object) - Method in class org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo
- equals(Object) - Method in class org.yamcs.protobuf.ClientMessage
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.CommandAssignment
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryAttribute
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.CommandHistoryEntry
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.CommandId
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEntry
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.CommandQueueEvent
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.CommandQueueInfo
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.CommandQueueRequest
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.CommandSignificance
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.VerifierConfig.CheckWindow
- equals(Object) - Method in class org.yamcs.protobuf.Commanding.VerifierConfig
- equals(Object) - Method in class org.yamcs.protobuf.CompactDatabaseRequest
- equals(Object) - Method in class org.yamcs.protobuf.config.OptionGroupInfo
- equals(Object) - Method in class org.yamcs.protobuf.config.OptionInfo
- equals(Object) - Method in class org.yamcs.protobuf.config.SpecInfo
- equals(Object) - Method in class org.yamcs.protobuf.config.WhenConditionInfo
- equals(Object) - Method in class org.yamcs.protobuf.ContainerData
- equals(Object) - Method in class org.yamcs.protobuf.Cop1Config
- equals(Object) - Method in class org.yamcs.protobuf.Cop1Status
- equals(Object) - Method in class org.yamcs.protobuf.CreateBucketRequest
- equals(Object) - Method in class org.yamcs.protobuf.CreateEventRequest
- equals(Object) - Method in class org.yamcs.protobuf.CreateGroupRequest
- equals(Object) - Method in class org.yamcs.protobuf.CreateInstanceRequest
- equals(Object) - Method in class org.yamcs.protobuf.CreateItemRequest
- equals(Object) - Method in class org.yamcs.protobuf.CreateProcessorRequest
- equals(Object) - Method in class org.yamcs.protobuf.CreateServiceAccountRequest
- equals(Object) - Method in class org.yamcs.protobuf.CreateServiceAccountResponse
- equals(Object) - Method in class org.yamcs.protobuf.CreateTransferRequest
- equals(Object) - Method in class org.yamcs.protobuf.CreateUserRequest
- equals(Object) - Method in class org.yamcs.protobuf.DatabaseInfo
- equals(Object) - Method in class org.yamcs.protobuf.DeleteBandRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteBucketRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteClearanceRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteGroupRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteIdentityRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteItemRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteObjectRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteProcessorRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteRoleAssignmentRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteServiceAccountRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteTimelineGroupRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteUserRequest
- equals(Object) - Method in class org.yamcs.protobuf.DeleteViewRequest
- equals(Object) - Method in class org.yamcs.protobuf.DescribeDatabaseRequest
- equals(Object) - Method in class org.yamcs.protobuf.DisableBackfillingRequest
- equals(Object) - Method in class org.yamcs.protobuf.DisableQueueRequest
- equals(Object) - Method in class org.yamcs.protobuf.DisableRequest
- equals(Object) - Method in class org.yamcs.protobuf.EditAlgorithmTraceRequest
- equals(Object) - Method in class org.yamcs.protobuf.EditProcessorRequest
- equals(Object) - Method in class org.yamcs.protobuf.EnableBackfillingRequest
- equals(Object) - Method in class org.yamcs.protobuf.EnableQueueRequest
- equals(Object) - Method in class org.yamcs.protobuf.EntityInfo
- equals(Object) - Method in class org.yamcs.protobuf.Event
- equals(Object) - Method in class org.yamcs.protobuf.EventAlarmData
- equals(Object) - Method in class org.yamcs.protobuf.ExportCommandRequest
- equals(Object) - Method in class org.yamcs.protobuf.ExportCommandsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ExportEventsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ExportPacketRequest
- equals(Object) - Method in class org.yamcs.protobuf.ExportPacketsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ExternalIdentityInfo
- equals(Object) - Method in class org.yamcs.protobuf.ExtraColumnInfo
- equals(Object) - Method in class org.yamcs.protobuf.ExtractedParameterValue
- equals(Object) - Method in class org.yamcs.protobuf.ExtractPacketRequest
- equals(Object) - Method in class org.yamcs.protobuf.ExtractPacketResponse
- equals(Object) - Method in class org.yamcs.protobuf.FileTransferCapabilities
- equals(Object) - Method in class org.yamcs.protobuf.FileTransferOption
- equals(Object) - Method in class org.yamcs.protobuf.FileTransferOption.Value
- equals(Object) - Method in class org.yamcs.protobuf.FileTransferServiceInfo
- equals(Object) - Method in class org.yamcs.protobuf.GetAlgorithmOverridesRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetAlgorithmOverridesResponse
- equals(Object) - Method in class org.yamcs.protobuf.GetAlgorithmStatusRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetAlgorithmTraceRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetArchivedParameterGroupRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetArchivedParameterSegmentsRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetArchivedParametersInfoRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetBandRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetBucketRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetCommandRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetConfigRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetDatabaseRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetFileTransferServiceRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetGroupRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetInstanceRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetInstanceTemplateRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetItemLogRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetItemRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetObjectInfoRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetObjectRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetPacketRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetParameterOverrideRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetParameterRangesRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetParameterValueRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetProcessorRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetQueueRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetRoleRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetServerInfoResponse.CommandOptionInfo
- equals(Object) - Method in class org.yamcs.protobuf.GetServerInfoResponse
- equals(Object) - Method in class org.yamcs.protobuf.GetServerInfoResponse.PluginInfo
- equals(Object) - Method in class org.yamcs.protobuf.GetServiceAccountRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetServiceRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetStatusRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetTcoConfigRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetTcoStatusRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetThreadRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetTransferRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetUserRequest
- equals(Object) - Method in class org.yamcs.protobuf.GetViewRequest
- equals(Object) - Method in class org.yamcs.protobuf.GroupInfo
- equals(Object) - Method in class org.yamcs.protobuf.HttpTraffic
- equals(Object) - Method in class org.yamcs.protobuf.IndexEntry
- equals(Object) - Method in class org.yamcs.protobuf.IndexGroup
- equals(Object) - Method in class org.yamcs.protobuf.IndexResponse
- equals(Object) - Method in class org.yamcs.protobuf.InitializeRequest
- equals(Object) - Method in class org.yamcs.protobuf.InstanceTemplate
- equals(Object) - Method in class org.yamcs.protobuf.IssueCommandRequest.Assignment
- equals(Object) - Method in class org.yamcs.protobuf.IssueCommandRequest
- equals(Object) - Method in class org.yamcs.protobuf.IssueCommandResponse
- equals(Object) - Method in class org.yamcs.protobuf.ItemFilter
- equals(Object) - Method in class org.yamcs.protobuf.ItemFilter.FilterCriterion
- equals(Object) - Method in class org.yamcs.protobuf.LeapSecondsTable
- equals(Object) - Method in class org.yamcs.protobuf.LeapSecondsTable.ValidityRange
- equals(Object) - Method in class org.yamcs.protobuf.links.DisableLinkRequest
- equals(Object) - Method in class org.yamcs.protobuf.links.EnableLinkRequest
- equals(Object) - Method in class org.yamcs.protobuf.links.GetLinkRequest
- equals(Object) - Method in class org.yamcs.protobuf.links.LinkEvent
- equals(Object) - Method in class org.yamcs.protobuf.links.LinkInfo
- equals(Object) - Method in class org.yamcs.protobuf.links.ListLinksRequest
- equals(Object) - Method in class org.yamcs.protobuf.links.ListLinksResponse
- equals(Object) - Method in class org.yamcs.protobuf.links.ResetLinkCountersRequest
- equals(Object) - Method in class org.yamcs.protobuf.links.RunActionRequest
- equals(Object) - Method in class org.yamcs.protobuf.links.SubscribeLinksRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListBandsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListBandsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListBucketsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListBucketsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListClearancesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListCommandHistoryIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListCommandsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListCommandsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListCompletenessIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListDatabasesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListEventIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListEventSourcesRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListEventSourcesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListEventsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListEventsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListFilesRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListFilesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListFileTransferServicesRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListFileTransferServicesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListGroupsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListInstancesRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListInstancesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListInstanceTemplatesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListItemsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListItemsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListMdbOverridesRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListMdbOverridesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListObjectsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListObjectsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListPacketIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListPacketNamesRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListPacketNamesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListPacketsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListPacketsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListParameterIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListPrivilegesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListProcessorsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListProcessorsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListProcessorTypesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListQueuedCommandsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListQueuedCommandsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListQueuesRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListQueuesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListRocksDbDatabasesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListRocksDbTablespacesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListRolesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListRoutesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListServiceAccountsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListServicesRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListServicesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListSessionsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListSourcesRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListSourcesResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListThreadsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListThreadsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListTimelineTagsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListTimelineTagsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListTopicsResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListTransfersRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListTransfersResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListUsersResponse
- equals(Object) - Method in class org.yamcs.protobuf.ListViewsRequest
- equals(Object) - Method in class org.yamcs.protobuf.ListViewsResponse
- equals(Object) - Method in class org.yamcs.protobuf.LoadParameterValuesRequest
- equals(Object) - Method in class org.yamcs.protobuf.LoadParameterValuesResponse
- equals(Object) - Method in class org.yamcs.protobuf.LogEntry
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.AbsoluteTimeInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.AlarmInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.AlarmRange
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.AlgorithmInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.AncillaryDataInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ArgumentAssignmentInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ArgumentInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ArgumentMemberInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ArgumentTypeInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ArrayInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.BatchGetParametersResponse.GetParameterResponse
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.CalibratorInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.CheckWindowInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.CommandContainerInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.CommandInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ComparisonInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ContainerInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ContextAlarmInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ContextCalibratorInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.CreateParameterRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.CreateParameterTypeRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.DataEncodingInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.EnumerationAlarm
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.EnumRange
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.EnumValue
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ExportJavaMissionDatabaseRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ExportXtceRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.FixedValueInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.GetAlgorithmRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.GetCommandRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.GetContainerRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.GetMissionDatabaseRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.GetParameterRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.GetParameterTypeRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.GetSpaceSystemRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.HistoryInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.IndirectParameterRefInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.InputParameterInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.JavaExpressionCalibratorInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListAlgorithmsResponse
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListCommandsRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListCommandsResponse
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListContainersRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListContainersResponse
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListParametersRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListParametersResponse
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListParameterTypesResponse
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ListSpaceSystemsResponse
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.MathElement
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.MemberInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.MissionDatabase
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.MissionDatabaseItem
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.NumberFormatTypeInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.OutputParameterInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ParameterInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.ParameterTypeInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.PolynomialCalibratorInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.RepeatInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.SequenceEntryInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.SignificanceInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.SpaceSystemInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.SplineCalibratorInfo.SplinePointInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.StreamMissionDatabaseRequest
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.UnitInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.UsedByInfo
- equals(Object) - Method in class org.yamcs.protobuf.Mdb.VerifierInfo
- equals(Object) - Method in class org.yamcs.protobuf.MdbOverrideInfo
- equals(Object) - Method in class org.yamcs.protobuf.ObjectInfo
- equals(Object) - Method in class org.yamcs.protobuf.ObjectPrivilegeInfo
- equals(Object) - Method in class org.yamcs.protobuf.OpenIDConnectInfo
- equals(Object) - Method in class org.yamcs.protobuf.ParameterAlarmData
- equals(Object) - Method in class org.yamcs.protobuf.ParameterOverride
- equals(Object) - Method in class org.yamcs.protobuf.ParameterValueUpdate
- equals(Object) - Method in class org.yamcs.protobuf.PauseTransferRequest
- equals(Object) - Method in class org.yamcs.protobuf.plists.CreateParameterListRequest
- equals(Object) - Method in class org.yamcs.protobuf.plists.DeleteParameterListRequest
- equals(Object) - Method in class org.yamcs.protobuf.plists.GetParameterListRequest
- equals(Object) - Method in class org.yamcs.protobuf.plists.ListParameterListsRequest
- equals(Object) - Method in class org.yamcs.protobuf.plists.ListParameterListsResponse
- equals(Object) - Method in class org.yamcs.protobuf.plists.ParameterListInfo
- equals(Object) - Method in class org.yamcs.protobuf.plists.PatternDefinition
- equals(Object) - Method in class org.yamcs.protobuf.plists.UpdateParameterListRequest
- equals(Object) - Method in class org.yamcs.protobuf.ProcessInfo
- equals(Object) - Method in class org.yamcs.protobuf.ProcessorInfo
- equals(Object) - Method in class org.yamcs.protobuf.ProcessorManagementRequest
- equals(Object) - Method in class org.yamcs.protobuf.ProcessorRequest
- equals(Object) - Method in class org.yamcs.protobuf.PurgeRequest
- equals(Object) - Method in class org.yamcs.protobuf.Pvalue.ParameterData
- equals(Object) - Method in class org.yamcs.protobuf.Pvalue.ParameterValue
- equals(Object) - Method in class org.yamcs.protobuf.Pvalue.Ranges
- equals(Object) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range
- equals(Object) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries
- equals(Object) - Method in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample
- equals(Object) - Method in class org.yamcs.protobuf.RebuildCcsdsIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.RebuildRangeRequest
- equals(Object) - Method in class org.yamcs.protobuf.ReconfigureInstanceRequest
- equals(Object) - Method in class org.yamcs.protobuf.RejectCommandRequest
- equals(Object) - Method in class org.yamcs.protobuf.RelativeTime
- equals(Object) - Method in class org.yamcs.protobuf.RemoteFile
- equals(Object) - Method in class org.yamcs.protobuf.ReplicationInfo
- equals(Object) - Method in class org.yamcs.protobuf.ReplicationMasterInfo
- equals(Object) - Method in class org.yamcs.protobuf.ReplicationSlaveInfo
- equals(Object) - Method in class org.yamcs.protobuf.Reply
- equals(Object) - Method in class org.yamcs.protobuf.RestartInstanceRequest
- equals(Object) - Method in class org.yamcs.protobuf.ResumeRequest
- equals(Object) - Method in class org.yamcs.protobuf.ResumeTransferRequest
- equals(Object) - Method in class org.yamcs.protobuf.RocksDbDatabaseInfo
- equals(Object) - Method in class org.yamcs.protobuf.RocksDbTablespaceInfo
- equals(Object) - Method in class org.yamcs.protobuf.RoleAssignment
- equals(Object) - Method in class org.yamcs.protobuf.RoleInfo
- equals(Object) - Method in class org.yamcs.protobuf.RootDirectory
- equals(Object) - Method in class org.yamcs.protobuf.RouteInfo
- equals(Object) - Method in class org.yamcs.protobuf.RunFileActionRequest
- equals(Object) - Method in class org.yamcs.protobuf.ServerMessage
- equals(Object) - Method in class org.yamcs.protobuf.ServiceAccountInfo
- equals(Object) - Method in class org.yamcs.protobuf.ServiceInfo
- equals(Object) - Method in class org.yamcs.protobuf.SessionEventInfo
- equals(Object) - Method in class org.yamcs.protobuf.SessionInfo
- equals(Object) - Method in class org.yamcs.protobuf.SetCoefficientsRequest
- equals(Object) - Method in class org.yamcs.protobuf.SetParameterValueRequest
- equals(Object) - Method in class org.yamcs.protobuf.SetTcoConfigRequest
- equals(Object) - Method in class org.yamcs.protobuf.SetTimeRequest
- equals(Object) - Method in class org.yamcs.protobuf.ShelveInfo
- equals(Object) - Method in class org.yamcs.protobuf.StartInstanceRequest
- equals(Object) - Method in class org.yamcs.protobuf.StartServiceRequest
- equals(Object) - Method in class org.yamcs.protobuf.State.CallInfo
- equals(Object) - Method in class org.yamcs.protobuf.State
- equals(Object) - Method in class org.yamcs.protobuf.Statistics
- equals(Object) - Method in class org.yamcs.protobuf.StopInstanceRequest
- equals(Object) - Method in class org.yamcs.protobuf.StopServiceRequest
- equals(Object) - Method in class org.yamcs.protobuf.StreamCommandIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.StreamCommandsRequest
- equals(Object) - Method in class org.yamcs.protobuf.StreamCompletenessIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.StreamEvent
- equals(Object) - Method in class org.yamcs.protobuf.StreamEventIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.StreamEventsRequest
- equals(Object) - Method in class org.yamcs.protobuf.StreamPacketIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.StreamPacketsRequest
- equals(Object) - Method in class org.yamcs.protobuf.StreamParameterIndexRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeAlgorithmStatusRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeBackfillingData.BackfillFinishedInfo
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeBackfillingData
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeBackfillingRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeCommandsRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeContainersRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribedParameterInfo
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeEventsRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeMdbChangesRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribePacketsRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeParametersData
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeParametersRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeProcessorsRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeQueueEventsRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeQueueStatisticsRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeStatusRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeTimeRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeTMStatisticsRequest
- equals(Object) - Method in class org.yamcs.protobuf.SubscribeTransfersRequest
- equals(Object) - Method in class org.yamcs.protobuf.SystemInfo
- equals(Object) - Method in class org.yamcs.protobuf.Table.ColumnData
- equals(Object) - Method in class org.yamcs.protobuf.Table.ColumnInfo
- equals(Object) - Method in class org.yamcs.protobuf.Table.EnumValue
- equals(Object) - Method in class org.yamcs.protobuf.Table.ExecuteSqlRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.GetStreamRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.GetTableDataRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.GetTableRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.ListStreamsRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.ListStreamsResponse
- equals(Object) - Method in class org.yamcs.protobuf.Table.ListTablesRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.ListTablesResponse
- equals(Object) - Method in class org.yamcs.protobuf.Table.ListValue
- equals(Object) - Method in class org.yamcs.protobuf.Table.PartitioningInfo
- equals(Object) - Method in class org.yamcs.protobuf.Table.ReadRowsRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.RebuildHistogramRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.RebuildHistogramResponse
- equals(Object) - Method in class org.yamcs.protobuf.Table.ResultSet
- equals(Object) - Method in class org.yamcs.protobuf.Table.Row.Cell
- equals(Object) - Method in class org.yamcs.protobuf.Table.Row.ColumnInfo
- equals(Object) - Method in class org.yamcs.protobuf.Table.Row
- equals(Object) - Method in class org.yamcs.protobuf.Table.StreamData
- equals(Object) - Method in class org.yamcs.protobuf.Table.StreamInfo
- equals(Object) - Method in class org.yamcs.protobuf.Table.SubscribeStreamRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.SubscribeStreamStatisticsRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.TableData
- equals(Object) - Method in class org.yamcs.protobuf.Table.TableData.TableRecord
- equals(Object) - Method in class org.yamcs.protobuf.Table.TableInfo
- equals(Object) - Method in class org.yamcs.protobuf.Table.WriteRowsExceptionDetail
- equals(Object) - Method in class org.yamcs.protobuf.Table.WriteRowsRequest
- equals(Object) - Method in class org.yamcs.protobuf.Table.WriteRowsResponse
- equals(Object) - Method in class org.yamcs.protobuf.TcoCoefficients
- equals(Object) - Method in class org.yamcs.protobuf.TcoConfig
- equals(Object) - Method in class org.yamcs.protobuf.TcoResetRequest
- equals(Object) - Method in class org.yamcs.protobuf.TcoSample
- equals(Object) - Method in class org.yamcs.protobuf.TcoStatus
- equals(Object) - Method in class org.yamcs.protobuf.TemplateVariable
- equals(Object) - Method in class org.yamcs.protobuf.ThreadGroupInfo
- equals(Object) - Method in class org.yamcs.protobuf.ThreadInfo
- equals(Object) - Method in class org.yamcs.protobuf.TimeInfo
- equals(Object) - Method in class org.yamcs.protobuf.TimelineBand
- equals(Object) - Method in class org.yamcs.protobuf.TimelineItem
- equals(Object) - Method in class org.yamcs.protobuf.TimelineItemLog
- equals(Object) - Method in class org.yamcs.protobuf.TimelineSourceCapabilities
- equals(Object) - Method in class org.yamcs.protobuf.TimelineView
- equals(Object) - Method in class org.yamcs.protobuf.TmPacketData
- equals(Object) - Method in class org.yamcs.protobuf.TmStatistics
- equals(Object) - Method in class org.yamcs.protobuf.TofInterval
- equals(Object) - Method in class org.yamcs.protobuf.TokenResponse
- equals(Object) - Method in class org.yamcs.protobuf.TopicInfo
- equals(Object) - Method in class org.yamcs.protobuf.TraceElementInfo
- equals(Object) - Method in class org.yamcs.protobuf.TransactionId
- equals(Object) - Method in class org.yamcs.protobuf.TransferInfo
- equals(Object) - Method in class org.yamcs.protobuf.UpdateAlgorithmRequest
- equals(Object) - Method in class org.yamcs.protobuf.UpdateBandRequest
- equals(Object) - Method in class org.yamcs.protobuf.UpdateClearanceRequest
- equals(Object) - Method in class org.yamcs.protobuf.UpdateCommandHistoryRequest
- equals(Object) - Method in class org.yamcs.protobuf.UpdateConfigRequest
- equals(Object) - Method in class org.yamcs.protobuf.UpdateGroupRequest
- equals(Object) - Method in class org.yamcs.protobuf.UpdateGroupRequest.MemberInfo
- equals(Object) - Method in class org.yamcs.protobuf.UpdateItemRequest
- equals(Object) - Method in class org.yamcs.protobuf.UpdateParameterRequest
- equals(Object) - Method in class org.yamcs.protobuf.UpdateUserRequest
- equals(Object) - Method in class org.yamcs.protobuf.UpdateViewRequest
- equals(Object) - Method in class org.yamcs.protobuf.UploadObjectRequest
- equals(Object) - Method in class org.yamcs.protobuf.UserInfo
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.AggregateValue
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.ArchiveRecord
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.CommandHistoryReplayRequest
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.EventReplayRequest
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectId
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.NamedObjectList
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.PacketReplayRequest
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.ParameterReplayRequest
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.PpReplayRequest
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.ReplayRequest
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.ReplaySpeed
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.ReplayStatus
- equals(Object) - Method in class org.yamcs.protobuf.Yamcs.Value
- equals(Object) - Method in class org.yamcs.protobuf.YamcsInstance
- equals(Object) - Method in class org.yamcs.replication.protobuf.ColumnInfo
- equals(Object) - Method in class org.yamcs.replication.protobuf.Request
- equals(Object) - Method in class org.yamcs.replication.protobuf.Response
- equals(Object) - Method in class org.yamcs.replication.protobuf.StreamInfo
- equals(Object) - Method in class org.yamcs.replication.protobuf.TimeMessage
- equals(Object) - Method in class org.yamcs.replication.protobuf.Wakeup
- equals(Object) - Method in class org.yamcs.security.Account
- equals(Object) - Method in class org.yamcs.security.Group
- equals(Object) - Method in class org.yamcs.security.ObjectPrivilege
- equals(Object) - Method in class org.yamcs.security.ObjectPrivilegeType
- equals(Object) - Method in class org.yamcs.security.OpenIDAuthenticationInfo.ExternalSession
- equals(Object) - Method in class org.yamcs.security.OpenIDAuthenticationInfo.ExternalSubject
- equals(Object) - Method in class org.yamcs.security.protobuf.AccountCollection
- equals(Object) - Method in class org.yamcs.security.protobuf.AccountRecord
- equals(Object) - Method in class org.yamcs.security.protobuf.Clearance
- equals(Object) - Method in class org.yamcs.security.protobuf.ExternalIdentity
- equals(Object) - Method in class org.yamcs.security.protobuf.GroupCollection
- equals(Object) - Method in class org.yamcs.security.protobuf.GroupRecord
- equals(Object) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
- equals(Object) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
- equals(Object) - Method in class org.yamcs.security.Role
- equals(Object) - Method in class org.yamcs.security.SystemPrivilege
- equals(Object) - Method in class org.yamcs.security.UserSession
- equals(Object) - Method in class org.yamcs.simulator.pus.PusTime
- equals(Object) - Method in record class org.yamcs.tctm.ccsds.TcTransferFrame.SegmentHeader
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.yamcs.time.Instant
- equals(Object) - Method in class org.yamcs.timeline.protobuf.BandFilter
- equals(Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
- equals(Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
- equals(Object) - Method in class org.yamcs.timeline.TimelineActivity
- equals(Object) - Method in class org.yamcs.tse.api.TseCommand
- equals(Object) - Method in class org.yamcs.tse.api.TseCommanderMessage
- equals(Object) - Method in class org.yamcs.tse.api.TseCommandResponse
- equals(Object) - Method in class org.yamcs.utils.ByteArray
- equals(Object) - Method in class org.yamcs.utils.ByteArrayWrapper
- equals(Object) - Method in class org.yamcs.utils.DoubleArray
- equals(Object) - Method in class org.yamcs.utils.FloatArray
- equals(Object) - Method in class org.yamcs.utils.IntArray
- equals(Object) - Method in class org.yamcs.utils.LongArray
- equals(Object) - Method in class org.yamcs.utils.SortedIntArray
- equals(Object) - Method in class org.yamcs.web.api.CreateQueryRequest
- equals(Object) - Method in class org.yamcs.web.api.DeleteQueryRequest
- equals(Object) - Method in class org.yamcs.web.api.GetInstanceConfigurationRequest
- equals(Object) - Method in class org.yamcs.web.api.InstanceConfiguration
- equals(Object) - Method in class org.yamcs.web.api.ListQueriesRequest
- equals(Object) - Method in class org.yamcs.web.api.ListQueriesResponse
- equals(Object) - Method in class org.yamcs.web.api.ParseFilterData
- equals(Object) - Method in class org.yamcs.web.api.ParseFilterRequest
- equals(Object) - Method in class org.yamcs.web.api.QueryInfo
- equals(Object) - Method in class org.yamcs.web.api.UpdateQueryRequest
- equals(Object) - Method in class org.yamcs.xtce.SplinePoint
- equals(Object) - Method in class org.yamcs.xtce.util.AggregateMemberNames
- equals(Object) - Method in class org.yamcs.xtce.util.DoubleRange
- equals(Object) - Method in class org.yamcs.yarch.ArrayDataType
- equals(Object) - Method in class org.yamcs.yarch.protobuf.Db.Event
- equals(Object) - Method in class org.yamcs.yarch.protobuf.Db.ParameterStatus
- equals(Object) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
- equals(Object) - Method in class org.yamcs.yarch.ProtobufDataType
- equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
- equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
- equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
- equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
- equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
- equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
- equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
- equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
- equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
- equals(Value, Value) - Static method in class org.yamcs.utils.ValueUtility
- errFrameCount - Variable in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
- error(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
-
Print an error message in the Yamcs log.
- error(String) - Method in class org.yamcs.logging.Log
-
Send a log message at ERROR level.
- error(String, Object...) - Method in class org.yamcs.logging.Log
-
Send a log message at ERROR level using SLF4J-style formatting.
- error(String, Throwable) - Method in class org.yamcs.logging.Log
-
Send a log message at ERROR level.
- ERROR - Enum constant in enum class org.yamcs.activities.ActivityLogLevel
- ERROR - Enum constant in enum class org.yamcs.protobuf.activities.ActivityLogLevel
-
Error level
- ERROR - Enum constant in enum class org.yamcs.protobuf.Event.EventSeverity
-
Deprecated.
- ERROR - Enum constant in enum class org.yamcs.protobuf.Yamcs.ReplayStatus.ReplayState
-
The replay stopped due to an error.
- ERROR - Enum constant in enum class org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
- ERROR_BORDER - Static variable in class org.yamcs.ui.packetviewer.PacketViewer
- ERROR_CNAME - Static variable in class org.yamcs.tctm.ccsds.FrameStreamHelper
- ERROR_FAINT_BG - Static variable in class org.yamcs.ui.packetviewer.PacketViewer
- ERROR_FAINT_FG - Static variable in class org.yamcs.ui.packetviewer.PacketViewer
- ERROR_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlgorithmTrace.Run
- ERROR_VALUE - Static variable in enum class org.yamcs.protobuf.activities.ActivityLogLevel
-
Error level
- ERROR_VALUE - Static variable in enum class org.yamcs.protobuf.Event.EventSeverity
-
Deprecated.
- ERROR_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.ReplayStatus.ReplayState
-
The replay stopped due to an error.
- errorColumn - Variable in error org.yamcs.utils.parser.TokenMgrError
- ERRORCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlgorithmStatus
- ERRORCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RouteInfo
- errorDetection - Variable in class org.yamcs.tctm.ccsds.DownlinkManagedParameters
- errorDetection - Variable in class org.yamcs.tctm.ccsds.UplinkManagedParameters
- errorDetectionCalculator - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- ErrorDetectionWordCalculator - Interface in org.yamcs.tctm
-
Computes the checksum inside the CCSDS packet
- ErrorInCommand - Exception in org.yamcs
- ErrorInCommand(String) - Constructor for exception org.yamcs.ErrorInCommand
- errorLine - Variable in error org.yamcs.utils.parser.TokenMgrError
- ERRORMESSAGE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlgorithmStatus
- ERRORMESSAGE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.ReplayStatus
- ERRORMESSAGE_FIELD_NUMBER - Static variable in class org.yamcs.tse.api.TseCommandResponse
- ERRORMESSAGE_FIELD_NUMBER - Static variable in class org.yamcs.web.api.ParseFilterData
- ERRORMSG_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Response
- ERRORTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlgorithmStatus
- ERTIME_CNAME - Static variable in class org.yamcs.tctm.ccsds.FrameStreamHelper
- ERTSTART_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TofInterval
- ERTSTOP_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TofInterval
- EscapeFilter - Class in org.yamcs.templating
-
Escapes HTML in a string.
- EscapeFilter() - Constructor for class org.yamcs.templating.EscapeFilter
- ETYPE_CORRUPTED_PACKET - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- evaluate(double[]) - Method in interface org.yamcs.algorithms.MathOperationEvaluator
- evaluate(ProcessingContext) - Method in interface org.yamcs.mdb.MatchCriteriaEvaluator
- Event - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.events.Event
- EVENT - Enum constant in enum class org.yamcs.protobuf.AlarmType
-
EVENT = 2;
- EVENT - Enum constant in enum class org.yamcs.protobuf.TimelineItemType
-
Events are the most generic timeline item.
- EVENT - Enum constant in enum class org.yamcs.StreamConfig.StandardStreamType
- EVENT - Enum constant in enum class org.yamcs.yarch.protobuf.Db.ProtoDataType
-
EVENT = 5;
- EVENT - Static variable in class org.yamcs.StandardTupleDefinitions
- EVENT_ALARM - Enum constant in enum class org.yamcs.StreamConfig.StandardStreamType
- EVENT_ALARM - Static variable in class org.yamcs.StandardTupleDefinitions
- EVENT_ALARM_TABLE_NAME - Static variable in class org.yamcs.archive.AlarmRecorder
- EVENT_DATA_TYPE - Static variable in class org.yamcs.alarms.EventAlarmStreamer
- EVENT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListEventsResponse
- EVENT_SOURCE_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
- EVENT_TYPE_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
- EVENT_VALUE - Static variable in enum class org.yamcs.protobuf.AlarmType
-
EVENT = 2;
- EVENT_VALUE - Static variable in enum class org.yamcs.protobuf.TimelineItemType
-
Events are the most generic timeline item.
- EVENT_VALUE - Static variable in enum class org.yamcs.yarch.protobuf.Db.ProtoDataType
-
EVENT = 5;
- Event.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.events.Event
- Event.EventSeverity - Enum Class in org.yamcs.protobuf
-
The severity levels, in order are: INFO, WATCH, WARNING, DISTRESS, CRITICAL, SEVERE.
- EventAlarmData - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.alarms.EventAlarmData
- EventAlarmData.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.alarms.EventAlarmData
- EventAlarmDataOrBuilder - Interface in org.yamcs.protobuf
- EventAlarmServer - Class in org.yamcs.alarms
-
Handles alarms for events.
- EventAlarmServer(String, ProcessorConfig, ScheduledThreadPoolExecutor) - Constructor for class org.yamcs.alarms.EventAlarmServer
- EventAlarmStreamer - Class in org.yamcs.alarms
-
Receives event alarms from the
AlarmServer
and sends them to the events_alarms stream to be recorded - EventAlarmStreamer(Stream) - Constructor for class org.yamcs.alarms.EventAlarmStreamer
- EventCrashHandler - Class in org.yamcs
-
Crash handler that reports events via an event producer Created by msc on 28/11/16.
- EventCrashHandler(String) - Constructor for class org.yamcs.EventCrashHandler
- EVENTDETAIL_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlarmData
- EventFilter - Class in org.yamcs.http.api
- EventFilter(String) - Constructor for class org.yamcs.http.api.EventFilter
- EventFilterFactory - Class in org.yamcs.http.api
- EventFilterFactory() - Constructor for class org.yamcs.http.api.EventFilterFactory
- EventId - Class in org.yamcs.alarms
-
The id of an event alarm is its (source,type)
- EventId(String) - Constructor for class org.yamcs.alarms.EventId
- EventId(String, String) - Constructor for class org.yamcs.alarms.EventId
- EventLogFunctions - Class in org.yamcs.algorithms
-
Library of functions available from within Algorithm scripts using this naming scheme:
- EventLogFunctions(String) - Constructor for class org.yamcs.algorithms.EventLogFunctions
- EventOrBuilder - Interface in org.yamcs.protobuf
- eventProducer - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
- eventProducer - Variable in class org.yamcs.tctm.AbstractLink
- eventProducer - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
- EventProducer - Interface in org.yamcs.events
- EventProducerFactory - Class in org.yamcs.events
- EventProducerFactory() - Constructor for class org.yamcs.events.EventProducerFactory
- EventRecorder - Class in org.yamcs.archive
-
Sets up the archiving of the events coming on events_realtime and events_dump streams into the yarch table events.
- EventRecorder() - Constructor for class org.yamcs.archive.EventRecorder
- EventReplayHandler - Class in org.yamcs.archive
- EventReplayHandler() - Constructor for class org.yamcs.archive.EventReplayHandler
- EVENTREQUEST_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.ReplayRequest
- EVENTS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListEventsResponse
- EventsApi - Class in org.yamcs.http.api
- EventsApi() - Constructor for class org.yamcs.http.api.EventsApi
- EventsApiClient - Class in org.yamcs.protobuf
- EventsApiClient(MethodHandler) - Constructor for class org.yamcs.protobuf.EventsApiClient
- eventSources(String...) - Static method in class org.yamcs.client.archive.ArchiveClient.StreamOptions
- EventsProto - Class in org.yamcs.protobuf
- EventsServiceProto - Class in org.yamcs.protobuf
- EventSubscription - Class in org.yamcs.client
-
Subscription for receiving events.
- EventSubscription(MethodHandler) - Constructor for class org.yamcs.client.EventSubscription
- exception(Exception) - Method in class org.yamcs.ui.packetviewer.PacketsTable
- EXCEPTION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Reply
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.client.base.WebSocketClientHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.http.HttpRequestHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.http.RouteHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.http.StreamingClientHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.http.WebSocketFrameHandler
-
Called when the client abruptly closes the connection
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.replication.MasterChannelHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.simulator.TelnetServerHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.tse.TcTmServerHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.tse.TelnetServerHandler
- ExceptionData(String, String, Any) - Constructor for class org.yamcs.client.ClientException.ExceptionData
- exceptionHandler(Stream.ExceptionHandler) - Method in class org.yamcs.yarch.Stream
- ExceptionMessage - Class in org.yamcs.api
-
Generic holder for an exception
- ExceptionMessage.Builder - Class in org.yamcs.api
-
Generic holder for an exception
- ExceptionMessageOrBuilder - Interface in org.yamcs.api
- ExceptionProto - Class in org.yamcs.api
- ExceptionUtil - Class in org.yamcs.utils
- ExceptionUtil() - Constructor for class org.yamcs.utils.ExceptionUtil
- excludeState(YamcsInstance.InstanceState) - Method in class org.yamcs.client.InstanceFilter
- execCtx - Variable in class org.yamcs.algorithms.AbstractAlgorithmExecutor
- execListeners - Variable in class org.yamcs.algorithms.ActiveAlgorithm
-
Algorithm execution listeners
- EXECTIMENS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AlgorithmStatus
- execute() - Method in class org.yamcs.cli.RocksDbCli
- execute(long, long, ProcessingContext) - Method in class org.yamcs.algorithms.AbstractJavaExprExecutor
- execute(long, long, ProcessingContext) - Method in interface org.yamcs.algorithms.AlgorithmExecutor
-
Runs the associated algorithm with the latest InputParameters.
- execute(long, long, ProcessingContext) - Method in class org.yamcs.algorithms.MathAlgorithmExecutor
- execute(long, long, ProcessingContext) - Method in class org.yamcs.algorithms.ScriptAlgorithmExecutor
- execute(long, long, ProcessingContext) - Method in class org.yamcs.mdb.AbstractDataDecoder
- execute(long, long, ProcessingContext) - Method in class org.yamcs.mdb.AbstractDataEncoder
-
Runs the associated algorithm with the latest InputParameters
- execute(long, long, ProcessingContext) - Method in class org.yamcs.pus.Pus1Verifier
- execute(String, Object...) - Method in class org.yamcs.yarch.YarchDatabaseInstance
-
Executes a query and returns a result.
- execute(Link, JsonObject) - Method in class org.yamcs.tctm.LinkAction
-
Deprecated.
- execute(Link, JsonObject, ActionResult) - Method in class org.yamcs.tctm.LinkAction
- execute(ExecutionContext) - Method in class org.yamcs.yarch.streamsql.InsertValuesExpression
- execute(ExecutionContext) - Method in class org.yamcs.yarch.streamsql.SelectExpression
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.AlterSequenceStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.AlterTableStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.CloseStreamStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.CreateInputStreamStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.CreateOutputStreamStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.CreateStreamStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.CreateTableStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.DeleteStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.DescribeStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.DropTableStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.InsertStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.MergeStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowDatabasesStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowEnginesStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowSequencesStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowStreamsStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowStreamStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowTablesStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.SimpleStreamSqlStatement
- execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.UpdateTableStatement
- execute(StreamSqlStatement) - Method in class org.yamcs.yarch.YarchDatabaseInstance
- execute(StreamSqlStatement, ResultListener) - Method in class org.yamcs.yarch.YarchDatabaseInstance
- execute(StreamSqlStatement, ResultListener, long) - Method in class org.yamcs.yarch.YarchDatabaseInstance
- execute(YarchDatabaseInstance) - Method in class org.yamcs.yarch.streamsql.SelectTableStatement
- execute(YarchDatabaseInstance) - Method in class org.yamcs.yarch.streamsql.SimpleStreamSqlStatement
- execute(YarchDatabaseInstance) - Method in interface org.yamcs.yarch.streamsql.StreamSqlStatement
-
Execute query and return a result.
- execute(YarchDatabaseInstance, ResultListener) - Method in interface org.yamcs.yarch.streamsql.StreamSqlStatement
-
Execute query and send the results to the result listener.
- execute(YarchDatabaseInstance, ResultListener, long) - Method in class org.yamcs.yarch.streamsql.SelectTableStatement
- execute(YarchDatabaseInstance, ResultListener, long) - Method in class org.yamcs.yarch.streamsql.SimpleStreamSqlStatement
- execute(YarchDatabaseInstance, ResultListener, long) - Method in interface org.yamcs.yarch.streamsql.StreamSqlStatement
-
Execute query and limit the number of results returned.
- execute(T, JsonObject, ActionResult) - Method in class org.yamcs.actions.Action
-
Execute an action.
- executeDiscardingResult(String, Object...) - Method in class org.yamcs.yarch.YarchDatabaseInstance
- executeSql(Void, Table.ExecuteSqlRequest, Observer<Table.ResultSet>) - Method in class org.yamcs.protobuf.TableApiClient
-
Execute SQL
- executeSql(Context, Table.ExecuteSqlRequest, Observer<Table.ResultSet>) - Method in class org.yamcs.http.api.TableApi
- executeSql(T, Table.ExecuteSqlRequest, Observer<Table.ResultSet>) - Method in class org.yamcs.protobuf.AbstractTableApi
-
Execute SQL
- executeStreamingSql(Void, Table.ExecuteSqlRequest, Observer<Table.ResultSet>) - Method in class org.yamcs.protobuf.TableApiClient
-
Execute streaming SQL
- executeStreamingSql(Context, Table.ExecuteSqlRequest, Observer<Table.ResultSet>) - Method in class org.yamcs.http.api.TableApi
- executeStreamingSql(T, Table.ExecuteSqlRequest, Observer<Table.ResultSet>) - Method in class org.yamcs.protobuf.AbstractTableApi
-
Execute streaming SQL
- executeTc(PusTcPacket) - Method in class org.yamcs.simulator.pus.AbstractPusService
- executeTc(PusTcPacket) - Method in class org.yamcs.simulator.pus.Pus11Service
- executeTc(PusTcPacket) - Method in class org.yamcs.simulator.pus.Pus17Service
- executeTc(PusTcPacket) - Method in class org.yamcs.simulator.pus.Pus5Service
- executeUnchecked(String, Object...) - Method in class org.yamcs.yarch.YarchDatabaseInstance
-
Same as
YarchDatabaseInstance.execute(String, Object...)
but it embeds any exception into aYarchException
- executeUnchecked(StreamSqlStatement) - Method in class org.yamcs.yarch.YarchDatabaseInstance
-
Same as
YarchDatabaseInstance.execute(StreamSqlStatement)
but it embeds any exception into aYarchException
- ExecutionContext - Class in org.yamcs.yarch
-
Keeps track of attributes associated with an execution context of a query: tablespace, database and snapshots
- ExecutionContext(YarchDatabaseInstance) - Constructor for class org.yamcs.yarch.ExecutionContext
- ExecutionStatus - Enum Class in org.yamcs.protobuf
-
Execution status of an activity
- executor - Variable in class org.yamcs.activities.ActivityExecution
- executor - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
- ExecutorInfo - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.ExecutorInfo
- ExecutorInfo.Builder - Class in org.yamcs.protobuf.activities
-
Protobuf type
yamcs.protobuf.activities.ExecutorInfo
- ExecutorInfoOrBuilder - Interface in org.yamcs.protobuf.activities
- EXECUTORS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.ListExecutorsResponse
- exit(int) - Static method in class org.yamcs.cli.Command
- exitFunction - Static variable in class org.yamcs.cli.Command
- EXP - Enum constant in enum class org.yamcs.xtce.MathOperator
-
exponentiation (x -- exp(x))
- ExpandBuff(boolean) - Method in class org.yamcs.templating.SimpleCharStream
- ExpandBuff(boolean) - Method in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
- ExpandBuff(boolean) - Method in class org.yamcs.utils.parser.SimpleCharStream
- expectedTokenSequences - Variable in exception org.yamcs.templating.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception org.yamcs.ui.packetviewer.filter.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception org.yamcs.utils.parser.ParseException
-
Each entry in this array is an array of integers.
- expectTimely() - Method in class org.yamcs.tests.MessageCaptor
- expectTimely() - Method in class org.yamcs.tests.ParameterCaptor
-
Returns the next delivery.
- expectTimelyInvalidIdentifier() - Method in class org.yamcs.tests.ParameterCaptor
- Experimental - Annotation Interface in org.yamcs
-
Marks a class or method as experimental.
- EXPIRATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SessionInfo
- EXPIRED - Enum constant in enum class org.yamcs.protobuf.Pvalue.AcquisitionStatus
-
The parameter is coming from a packet which has not since updated although it should have been
- EXPIRED_VALUE - Static variable in enum class org.yamcs.protobuf.Pvalue.AcquisitionStatus
-
The parameter is coming from a packet which has not since updated although it should have been
- EXPIREMILLIS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.ParameterValue
- EXPIREMILLIS_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterStatus
- EXPIREMILLIS_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
- EXPIRES_IN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TokenResponse
- expiresAt - Variable in class org.yamcs.security.OpenIDAuthenticationInfo
- EXPIRESIN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.BatchSetParameterValuesRequest.SetParameterValueRequest
- EXPIRESIN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ParameterValueUpdate
- EXPIRESIN_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SetParameterValueRequest
- EXPONENT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
-
RegularExpression Id.
- ExponentExpression - Class in org.yamcs.yarch.streamsql
- ExponentExpression(Expression, Expression) - Constructor for class org.yamcs.yarch.streamsql.ExponentExpression
- ExponentExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- exportCommand(Void, ExportCommandRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.CommandsApiClient
-
Export a raw command
- exportCommand(Context, ExportCommandRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.CommandsApi
- exportCommand(T, ExportCommandRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractCommandsApi
-
Export a raw command
- ExportCommandRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.ExportCommandRequest
- ExportCommandRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.ExportCommandRequest
- ExportCommandRequestOrBuilder - Interface in org.yamcs.protobuf
- exportCommands(Void, ExportCommandsRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.CommandsApiClient
-
Export commands in CSV format
- exportCommands(Context, ExportCommandsRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.CommandsApi
- exportCommands(T, ExportCommandsRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractCommandsApi
-
Export commands in CSV format
- ExportCommandsRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.ExportCommandsRequest
- ExportCommandsRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.commanding.ExportCommandsRequest
- ExportCommandsRequestOrBuilder - Interface in org.yamcs.protobuf
- exportEvents(Void, ExportEventsRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.EventsApiClient
-
Export events in CSV format
- exportEvents(Context, ExportEventsRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.EventsApi
- exportEvents(T, ExportEventsRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractEventsApi
-
Export events in CSV format
- ExportEventsRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.events.ExportEventsRequest
- ExportEventsRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.events.ExportEventsRequest
- ExportEventsRequestOrBuilder - Interface in org.yamcs.protobuf
- exportJavaMissionDatabase(Void, Mdb.ExportJavaMissionDatabaseRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.MdbApiClient
-
Export a java serialized dump of the mission database
- exportJavaMissionDatabase(Context, Mdb.ExportJavaMissionDatabaseRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.MdbApi
- exportJavaMissionDatabase(T, Mdb.ExportJavaMissionDatabaseRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractMdbApi
-
Export a java serialized dump of the mission database
- exportPacket(Void, ExportPacketRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.PacketsApiClient
-
Export a raw packet
- exportPacket(Context, ExportPacketRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.PacketsApi
- exportPacket(T, ExportPacketRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractPacketsApi
-
Export a raw packet
- ExportPacketRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.packets.ExportPacketRequest
- ExportPacketRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.packets.ExportPacketRequest
- ExportPacketRequestOrBuilder - Interface in org.yamcs.protobuf
- exportPackets(Void, ExportPacketsRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.PacketsApiClient
-
Export raw packets
- exportPackets(Context, ExportPacketsRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.PacketsApi
- exportPackets(T, ExportPacketsRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractPacketsApi
-
Export raw packets
- ExportPacketsRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.packets.ExportPacketsRequest
- ExportPacketsRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.packets.ExportPacketsRequest
- ExportPacketsRequestOrBuilder - Interface in org.yamcs.protobuf
- exportParameterValues(Void, Archive.ExportParameterValuesRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.StreamArchiveApiClient
-
Export parameter values in CSV format
- exportParameterValues(Context, Archive.ExportParameterValuesRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.StreamArchiveApi
- exportParameterValues(T, Archive.ExportParameterValuesRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractStreamArchiveApi
-
Export parameter values in CSV format
- exportXtce(Void, Mdb.ExportXtceRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.MdbApiClient
-
Export an XTCE representation of a space system.
- exportXtce(Context, Mdb.ExportXtceRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.MdbApi
- exportXtce(T, Mdb.ExportXtceRequest, Observer<HttpBody>) - Method in class org.yamcs.protobuf.AbstractMdbApi
-
Export an XTCE representation of a space system.
- expr() - Method in class org.yamcs.ui.packetviewer.filter.FilterParser
- expr() - Method in class org.yamcs.utils.parser.FilterParser
- Expression - Class in org.yamcs.yarch.streamsql
- Expression(Expression[]) - Constructor for class org.yamcs.yarch.streamsql.Expression
- Expression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- EXPRESSION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.TransmissionConstraintInfo
- EXPRESSION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.VerifierInfo
- ExpressionList - Class in org.yamcs.xtce
-
This class does not have an equivalence in the XTCE standard Created as a base-class for ORedConditions and ANDedConditions
- ExpressionList() - Constructor for class org.yamcs.xtce.ExpressionList
- ExpressionList() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
- expressions - Variable in class org.yamcs.xtce.ExpressionList
- EXTERNAL1 - Enum constant in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
EXTERNAL1 = 7;
- EXTERNAL1 - Enum constant in enum class org.yamcs.xtce.DataSource
-
external parameters are like local parameters (can be set by the client) but maintained outside Yamcs.
- EXTERNAL1_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
EXTERNAL1 = 7;
- EXTERNAL2 - Enum constant in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
EXTERNAL2 = 8;
- EXTERNAL2 - Enum constant in enum class org.yamcs.xtce.DataSource
- EXTERNAL2_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
EXTERNAL2 = 8;
- EXTERNAL3 - Enum constant in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
EXTERNAL3 = 9;
- EXTERNAL3 - Enum constant in enum class org.yamcs.xtce.DataSource
- EXTERNAL3_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.DataSourceType
-
EXTERNAL3 = 9;
- ExternalIdentity - Class in org.yamcs.security.protobuf
-
Protobuf type
ExternalIdentity
- ExternalIdentity.Builder - Class in org.yamcs.security.protobuf
-
Protobuf type
ExternalIdentity
- ExternalIdentityInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.ExternalIdentityInfo
- ExternalIdentityInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.iam.ExternalIdentityInfo
- ExternalIdentityInfoOrBuilder - Interface in org.yamcs.protobuf
- ExternalIdentityOrBuilder - Interface in org.yamcs.security.protobuf
- ExternalSession(String, String) - Constructor for class org.yamcs.security.OpenIDAuthenticationInfo.ExternalSession
- ExternalSubject(String, String) - Constructor for class org.yamcs.security.OpenIDAuthenticationInfo.ExternalSubject
- EXTRA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest
- EXTRA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.CreateEventRequest
- EXTRA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Event
- EXTRA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.IssueCommandRequest
- EXTRA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.links.LinkInfo
- EXTRA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RemoteFile
- EXTRA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.ArchiveRecord
- EXTRA_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
- ExtraColumnInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.ExtraColumnInfo
- ExtraColumnInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.ExtraColumnInfo
- ExtraColumnInfoOrBuilder - Interface in org.yamcs.protobuf
- extract(SubscribedContainer) - Method in class org.yamcs.mdb.SequenceContainerProcessor
- extract(SequenceEntry) - Method in class org.yamcs.mdb.SequenceEntryProcessor
- ExtractedParameterValue - Class in org.yamcs.protobuf
-
Contents of a container, can be either a parameter entry, or a nested container entry.
- ExtractedParameterValue.Builder - Class in org.yamcs.protobuf
-
Contents of a container, can be either a parameter entry, or a nested container entry.
- ExtractedParameterValueOrBuilder - Interface in org.yamcs.protobuf
- extractMember(T, PathElement[]) - Static method in class org.yamcs.utils.AggregateUtil
-
Create a parameter value with a member from the passed parameter value as found following the path.
- ExtractNumberExpression - Class in org.yamcs.yarch.streamsql.funct
- ExtractNumberExpression(Expression[], boolean, String) - Constructor for class org.yamcs.yarch.streamsql.funct.ExtractNumberExpression
- extractPacket(Void, ExtractPacketRequest, Observer<ExtractPacketResponse>) - Method in class org.yamcs.protobuf.PacketsApiClient
-
Extract data from a stored packet This call uses the current Mission Database to perform a standalone extraction of a single stored packet, returning contained parameter values, and corresponding bit positions.
- extractPacket(Context, ExtractPacketRequest, Observer<ExtractPacketResponse>) - Method in class org.yamcs.http.api.PacketsApi
- extractPacket(T, ExtractPacketRequest, Observer<ExtractPacketResponse>) - Method in class org.yamcs.protobuf.AbstractPacketsApi
-
Extract data from a stored packet This call uses the current Mission Database to perform a standalone extraction of a single stored packet, returning contained parameter values, and corresponding bit positions.
- ExtractPacketRequest - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.packets.ExtractPacketRequest
- ExtractPacketRequest.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.packets.ExtractPacketRequest
- ExtractPacketRequestOrBuilder - Interface in org.yamcs.protobuf
- ExtractPacketResponse - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.packets.ExtractPacketResponse
- ExtractPacketResponse.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.packets.ExtractPacketResponse
- ExtractPacketResponseOrBuilder - Interface in org.yamcs.protobuf
- extractRaw(DataEncoding, ContainerProcessingContext) - Method in class org.yamcs.mdb.DataEncodingDecoder
-
Extract the raw, uncalibrated parameter value from the buffer, using the provider context to find referenced parameter values for variably-sized objects.
- extractRaw(DataEncoding, ContainerProcessingContext, BitBuffer) - Method in class org.yamcs.algo.BitMaskBooleanDecoder
- extractRaw(DataEncoding, ContainerProcessingContext, BitBuffer) - Method in class org.yamcs.algo.HexStringDecoder
- extractRaw(DataEncoding, ContainerProcessingContext, BitBuffer) - Method in class org.yamcs.algo.LeadingSizeBinaryDecoder
- extractRaw(DataEncoding, ContainerProcessingContext, BitBuffer) - Method in class org.yamcs.algo.RemainingBinaryDecoder
- extractRaw(DataEncoding, ContainerProcessingContext, BitBuffer) - Method in class org.yamcs.algo.ReverseBinaryDecoder
- extractRaw(DataEncoding, ContainerProcessingContext, BitBuffer) - Method in class org.yamcs.algo.TimeBinaryDecoder
- extractRaw(DataEncoding, ContainerProcessingContext, BitBuffer) - Method in interface org.yamcs.mdb.DataDecoder
-
Extracts the raw value from the buffer.
F
- FACT - Enum constant in enum class org.yamcs.xtce.MathOperator
-
factorial (x -- x!)
- factorial(double) - Static method in class org.yamcs.utils.MathUtil
- FAIL - Enum constant in enum class org.yamcs.protobuf.Mdb.VerifierInfo.TerminationActionType
-
FAIL = 2;
- FAIL - Enum constant in enum class org.yamcs.xtce.CommandVerifier.TerminationAction
- FAIL - Static variable in class org.yamcs.commanding.VerificationResult
- FAIL_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.VerifierInfo.TerminationActionType
-
FAIL = 2;
- failBypassFrame(TcTransferFrame, String) - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
- failCommand(Commanding.CommandId, String) - Method in class org.yamcs.tctm.AbstractCommandPostProcessor
-
Send to command history the failed command
- failed(Throwable) - Method in interface org.yamcs.InstanceStateListener
- FAILED - Enum constant in enum class org.yamcs.activities.ActivityStatus
-
An error occurred while running this activity
- FAILED - Enum constant in enum class org.yamcs.protobuf.activities.ActivityStatus
-
An error occurred while running this activity
- FAILED - Enum constant in enum class org.yamcs.protobuf.ExecutionStatus
-
FAILED = 5;
- FAILED - Enum constant in enum class org.yamcs.protobuf.ServiceState
-
A service in this state has encountered a problem and may not be operational.
- FAILED - Enum constant in enum class org.yamcs.protobuf.TransferState
-
FAILED = 3;
- FAILED - Enum constant in enum class org.yamcs.protobuf.YamcsInstance.InstanceState
-
FAILED = 6;
- FAILED - Enum constant in enum class org.yamcs.tctm.Link.Status
-
the link has failed (like an internal crash while processing the data)
- FAILED_VALUE - Static variable in enum class org.yamcs.protobuf.activities.ActivityStatus
-
An error occurred while running this activity
- FAILED_VALUE - Static variable in enum class org.yamcs.protobuf.ExecutionStatus
-
FAILED = 5;
- FAILED_VALUE - Static variable in enum class org.yamcs.protobuf.ServiceState
-
A service in this state has encountered a problem and may not be operational.
- FAILED_VALUE - Static variable in enum class org.yamcs.protobuf.TransferState
-
FAILED = 3;
- FAILED_VALUE - Static variable in enum class org.yamcs.protobuf.YamcsInstance.InstanceState
-
FAILED = 6;
- failedCommand(ActiveCommand) - Method in class org.yamcs.commanding.CommandingManager
- failedCommand(Commanding.CommandId, String) - Method in class org.yamcs.tctm.AbstractTcDataLink
-
Send to command history the failed command
- failedCommand(Commanding.CommandId, String) - Method in class org.yamcs.tctm.AbstractTcTmParamLink
-
Send to command history the failed command
- failOnFirstFailedMatch() - Method in class org.yamcs.xtce.CommandVerifier
- failTransfer(String) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
- failure() - Method in class org.yamcs.algorithms.VerifierFunctions
-
Returns a failed verification result
- failure(String) - Method in class org.yamcs.algorithms.VerifierFunctions
-
Returns a failed verification result with provided message
- failure(String, Object) - Method in class org.yamcs.algorithms.VerifierFunctions
-
Returns a failed verification result with provided message, and a return value
- failureCause() - Method in class org.yamcs.YamcsInstanceService
- FAILURECAUSE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ServiceInfo
- FAILURECAUSE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.YamcsInstance
- FAILUREMESSAGE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ServiceInfo
- failureReason - Variable in class org.yamcs.timeline.TimelineActivity
- FAILUREREASON_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.ActivityInfo
- FAILUREREASON_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.activities.CompleteManualActivityRequest
- FAILUREREASON_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TimelineItem
- FAILUREREASON_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TransferInfo
- FAILUREREASON_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateItemRequest
- FALSE - Static variable in class org.yamcs.parameter.BooleanValue
- fastpack(int[], int, int[], int, int) - Static method in class me.lemire.integercompression.BitPacking
-
Pack 32 integers
- fastpack0(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack1(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack10(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack11(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack12(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack13(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack14(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack15(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack16(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack17(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack18(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack19(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack2(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack20(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack21(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack22(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack23(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack24(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack25(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack26(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack27(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack28(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack29(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack3(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack30(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack31(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack32(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack4(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack5(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack6(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack7(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack8(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpack9(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask(int[], int, int[], int, int) - Static method in class me.lemire.integercompression.BitPacking
-
Unpack 32 integers
- fastpackwithoutmask0(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask1(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask10(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask11(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask12(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask13(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask14(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask15(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask16(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask17(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask18(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask19(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask2(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask20(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask21(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask22(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask23(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask24(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask25(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask26(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask27(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask28(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask29(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask3(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask30(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask31(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask32(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask4(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask5(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask6(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask7(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask8(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastpackwithoutmask9(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- FastPFOR128 - Class in me.lemire.integercompression
-
This class is similar to FastPFOR but uses a small block size.
- FastPFOR128() - Constructor for class me.lemire.integercompression.FastPFOR128
-
Construct the fastPFOR CODEC with default parameters.
- FastPFOR128(int) - Constructor for class me.lemire.integercompression.FastPFOR128
-
Construct the FastPFOR CODEC.
- FastPFORFactory - Class in org.yamcs.parameterarchive
-
Because the FastPFOR codec uses quite some memory, we use this factory to limit the number of created objects to one per thread
- FastPFORFactory() - Constructor for class org.yamcs.parameterarchive.FastPFORFactory
- fastunpack(int[], int, int[], int, int) - Static method in class me.lemire.integercompression.BitPacking
-
Pack the 32 integers
- fastunpack0(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack1(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack10(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack11(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack12(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack13(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack14(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack15(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack16(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack17(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack18(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack19(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack2(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack20(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack21(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack22(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack23(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack24(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack25(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack26(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack27(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack28(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack29(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack3(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack30(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack31(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack32(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack4(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack5(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack6(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack7(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack8(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- fastunpack9(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
- FaviconHandler - Class in org.yamcs.http
-
Handles favicon requests.
- FaviconHandler() - Constructor for class org.yamcs.http.FaviconHandler
- fetch(MissionDatabaseClient, Log) - Static method in class org.yamcs.cascading.ContainerFetcher
- fetch(RequestT, Observer<ResponseT>) - Method in class org.yamcs.client.base.AbstractPage
- fetchAndMatch(MissionDatabaseClient, List<String>, Log) - Static method in class org.yamcs.cascading.ContainerFetcher
- fetchAuthenticationCode(SpnegoInfo) - Static method in class org.yamcs.client.base.SpnegoUtils
- fetchFileList(String, String, String, Map<String, Object>) - Method in class org.yamcs.cfdp.CfdpService
- fetchFileList(String, String, String, Map<String, Object>) - Method in interface org.yamcs.filetransfer.FileListingService
-
Start fetching a new file list from remote.
- fetchFileList(Void, ListFilesRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.FileTransferApiClient
-
Request file list from remote
- fetchFileList(Context, ListFilesRequest, Observer<Empty>) - Method in class org.yamcs.http.api.FileTransferApi
-
Request file list from remote
- fetchFileList(T, ListFilesRequest, Observer<Empty>) - Method in class org.yamcs.protobuf.AbstractFileTransferApi
-
Request file list from remote
- field - Variable in class org.yamcs.yarch.streamsql.WindowSpecification
- FIELD - Enum constant in enum class org.yamcs.yarch.streamsql.WindowSpecification.Type
- FIELD_BEHAVIOR_FIELD_NUMBER - Static variable in class org.yamcs.api.AnnotationsProto
- FIELD_BEHAVIOR_UNSPECIFIED - Enum constant in enum class org.yamcs.api.FieldBehavior
-
Default.
- FIELD_BEHAVIOR_UNSPECIFIED_VALUE - Static variable in enum class org.yamcs.api.FieldBehavior
-
Default.
- FIELD_MASK_ROOT_FIELD_NUMBER - Static variable in class org.yamcs.api.HttpRoute
- fieldBehavior - Static variable in class org.yamcs.api.AnnotationsProto
-
extend .google.protobuf.FieldOptions { ... }
- FieldBehavior - Enum Class in org.yamcs.api
-
Protobuf enum
yamcs.api.FieldBehavior
- fieldMask - Variable in class org.yamcs.http.Context
- FieldReturnCompiledExpression - Class in org.yamcs.yarch
- FieldReturnCompiledExpression(String, ColumnDefinition) - Constructor for class org.yamcs.yarch.FieldReturnCompiledExpression
- FIFO - Enum constant in enum class org.yamcs.tctm.ccsds.TcManagedParameters.PriorityScheme
- file - Variable in class org.yamcs.mdb.SpreadsheetLoadContext
- FILE_CHECKSUM_FAILURE - Enum constant in enum class org.yamcs.cfdp.pdu.ConditionCode
- FILE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.RunFileActionRequest
- FILE_SIZE_ERROR - Enum constant in enum class org.yamcs.cfdp.pdu.ConditionCode
- FILE_STATUS_UNREPORTED - Enum constant in enum class org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
- FILE_TRANSFER - Enum constant in enum class org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
- FileAction - Class in org.yamcs.filetransfer
- FileAction(String, String) - Constructor for class org.yamcs.filetransfer.FileAction
- FileActionIdentifier - Class in org.yamcs.filetransfer
- FileActionIdentifier(String, String) - Constructor for class org.yamcs.filetransfer.FileActionIdentifier
- FileActionProvider - Interface in org.yamcs.filetransfer
- FILEACTIONS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.FileTransferCapabilities
- FileBasedConfigurationResolver - Class in org.yamcs
-
A file-based configuration resolver.
- FileBasedConfigurationResolver(Path...) - Constructor for class org.yamcs.FileBasedConfigurationResolver
- FileDataPacket - Class in org.yamcs.cfdp.pdu
-
Structure is
- FileDataPacket(byte[], long, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.FileDataPacket
- FileDataPacket(ByteBuffer, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.FileDataPacket
- FileDirective - Interface in org.yamcs.cfdp
- FileDirectiveCode - Enum Class in org.yamcs.cfdp.pdu
- FileDownloadRequests - Class in org.yamcs.cfdp
-
Only mapping a transaction ID to a download bucket at the moment
- FileDownloadRequests() - Constructor for class org.yamcs.cfdp.FileDownloadRequests
- FileFormat - Class in org.yamcs.ui.packetviewer
- FileFormat(String, String, YConfiguration, PacketPreprocessor) - Constructor for class org.yamcs.ui.packetviewer.FileFormat
- FILELIST_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.FileTransferCapabilities
- FILELISTEXTRACOLUMNS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.FileTransferCapabilities
- FileListingParser - Class in org.yamcs.filetransfer
-
Interface for retrieving and saving the list of files of a certain remote directory.
- FileListingParser() - Constructor for class org.yamcs.filetransfer.FileListingParser
- FileListingService - Interface in org.yamcs.filetransfer
- fileName - Variable in class org.yamcs.filetransfer.FileActionIdentifier
- fileName - Variable in class org.yamcs.xtce.xml.AbstractStaxReader
- FILENAME_FIELD_NUMBER - Static variable in class org.yamcs.api.HttpBody
- FILENAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Archive.ExportParameterValuesRequest
- FILENAME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TraceElementInfo
- FilePollingTmDataLink - Class in org.yamcs.tctm
-
TM packet data link which reads telemetry files from a specified directory.
- FilePollingTmDataLink() - Constructor for class org.yamcs.tctm.FilePollingTmDataLink
- FilePutRequest - Class in org.yamcs.cfdp
-
A Put.request is a primitive that requests data delivery from a source to a destination
- FilePutRequest(long, long, String, String, boolean, boolean, boolean, boolean, Bucket, byte[]) - Constructor for class org.yamcs.cfdp.FilePutRequest
- FILES_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListFilesResponse
- FileSaveHandler - Class in org.yamcs.filetransfer
- FileSaveHandler(String, Bucket) - Constructor for class org.yamcs.filetransfer.FileSaveHandler
- FileSaveHandler(String, Bucket, FileDownloadRequests, boolean, boolean, boolean, int) - Constructor for class org.yamcs.filetransfer.FileSaveHandler
- FILESTORE_REJECTION - Enum constant in enum class org.yamcs.cfdp.pdu.ConditionCode
- FILESTORE_REJECTION - Enum constant in enum class org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
- FileStoreParameterProducer - Class in org.yamcs.parameter
-
Generates parameters containing information about the system disks: total space, available space and percentage used.
- FileStoreParameterProducer(SystemParametersService) - Constructor for class org.yamcs.parameter.FileStoreParameterProducer
- FileStoreRequest - Class in org.yamcs.cfdp.pdu
-
NOT IMPLEMENTED
- FileStoreRequest() - Constructor for class org.yamcs.cfdp.pdu.FileStoreRequest
- FileSystemBucket - Class in org.yamcs.buckets
- FileSystemBucket(String, Path) - Constructor for class org.yamcs.buckets.FileSystemBucket
- FileTransfer - Interface in org.yamcs.filetransfer
- FileTransferApi - Class in org.yamcs.http.api
- FileTransferApi(AuditLog) - Constructor for class org.yamcs.http.api.FileTransferApi
- FileTransferApiClient - Class in org.yamcs.protobuf
- FileTransferApiClient(MethodHandler) - Constructor for class org.yamcs.protobuf.FileTransferApiClient
- FileTransferCapabilities - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.FileTransferCapabilities
- FileTransferCapabilities.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.FileTransferCapabilities
- FileTransferCapabilitiesOrBuilder - Interface in org.yamcs.protobuf
- FileTransferClient - Class in org.yamcs.client.filetransfer
- FileTransferClient(YamcsClient, String, String) - Constructor for class org.yamcs.client.filetransfer.FileTransferClient
- FileTransferClient.UploadOptions - Class in org.yamcs.client.filetransfer
- FileTransferClient.UploadOptions.UploadOption - Interface in org.yamcs.client.filetransfer
- FileTransferFilter - Class in org.yamcs.filetransfer
- FileTransferFilter() - Constructor for class org.yamcs.filetransfer.FileTransferFilter
- FileTransferOption - Class in org.yamcs.protobuf
-
CUSTOMISABLE FILE TRANSFER OPTIONS
- FileTransferOption.Builder - Class in org.yamcs.protobuf
-
CUSTOMISABLE FILE TRANSFER OPTIONS
- FileTransferOption.Type - Enum Class in org.yamcs.protobuf
-
Protobuf enum
yamcs.protobuf.filetransfer.FileTransferOption.Type
- FileTransferOption.Value - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.FileTransferOption.Value
- FileTransferOption.Value.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.FileTransferOption.Value
- FileTransferOption.ValueOrBuilder - Interface in org.yamcs.protobuf
- FileTransferOptionOrBuilder - Interface in org.yamcs.protobuf
- FileTransferProto - Class in org.yamcs.protobuf
- FileTransferService - Interface in org.yamcs.filetransfer
-
The file transfer service defines an interface for implementing file transfers.
- FileTransferServiceInfo - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.FileTransferServiceInfo
- FileTransferServiceInfo.Builder - Class in org.yamcs.protobuf
-
Protobuf type
yamcs.protobuf.filetransfer.FileTransferServiceInfo
- FileTransferServiceInfoOrBuilder - Interface in org.yamcs.protobuf
- FileUtils - Class in org.yamcs.utils
- FileUtils() - Constructor for class org.yamcs.utils.FileUtils
- fill(byte[]) - Method in class org.yamcs.tctm.CcsdsSeqCountFiller
-
generates a sequence count and fills it in
- FillBuff() - Method in class org.yamcs.templating.SimpleCharStream
- FillBuff() - Method in class org.yamcs.ui.packetviewer.filter.SimpleCharStream
- FillBuff() - Method in class org.yamcs.utils.parser.SimpleCharStream
- fillChecksum() - Method in class org.yamcs.simulator.cfdp.CfdpCcsdsPacket
- fillChecksum() - Method in class org.yamcs.simulator.ColumbusCcsdsPacket
- fillChecksum() - Method in class org.yamcs.simulator.pus.PusTcPacket
- fillChecksum() - Method in class org.yamcs.simulator.pus.PusTmPacket
- fillChecksum() - Method in class org.yamcs.simulator.pus.PusTmTimePacket
- fillChecksum() - Method in class org.yamcs.simulator.SimulatorCcsdsPacket
- fillCode_Constructor(StringBuilder) - Method in class org.yamcs.yarch.streamsql.Expression
- fillCode_Constructor(StringBuilder) - Method in class org.yamcs.yarch.streamsql.InExpression
- fillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ArrayExpression
- fillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.Expression
- fillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.InExpression
- fillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ValueExpression
- fillCode_getValueBody(StringBuilder) - Method in class org.yamcs.yarch.streamsql.Expression
- fillCode_getValueBody(StringBuilder) - Method in class org.yamcs.yarch.streamsql.InExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.AdditiveExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.AggregateExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.AndExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ArgumentExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ArrayExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.BitwiseExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ColumnExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ExponentExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.Expression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.CoalesceExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.ExtractNumberExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.SubstringExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.UnhexExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.InExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.IsNullExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.LikeExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.MultiplicativeExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.NegativeExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.NotExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.NullExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.OrExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.RelationalExpression
- fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ValueExpression
- fillCode_InputDefVars(Collection<ColumnDefinition>, StringBuilder) - Method in class org.yamcs.yarch.streamsql.Expression
- FillerLock - Class in org.yamcs.parameterarchive
-
Handle locking parameter archive intervals in order to avoid different fillers filling up the same interval concurrently.
- FillerLock() - Constructor for class org.yamcs.parameterarchive.FillerLock
- fillPacket(ByteBuffer) - Method in class org.yamcs.simulator.DHSData
- fillPacket(ByteBuffer) - Method in class org.yamcs.simulator.DHSHandler
- fillPacket(ByteBuffer) - Method in class org.yamcs.simulator.EpsLvpduData
- fillPacket(ByteBuffer) - Method in class org.yamcs.simulator.EpsLvpduHandler
- fillPacket(ByteBuffer) - Method in class org.yamcs.simulator.FlightData
- fillPacket(ByteBuffer) - Method in class org.yamcs.simulator.FlightDataHandler
- fillPacket(ByteBuffer) - Method in class org.yamcs.simulator.PowerData
- fillPacket(ByteBuffer) - Method in class org.yamcs.simulator.PowerHandler
- fillPacket(ByteBuffer) - Method in class org.yamcs.simulator.RCSData
- fillPacket(ByteBuffer) - Method in class org.yamcs.simulator.RCSHandler
- filter(String) - Static method in class org.yamcs.client.archive.ArchiveClient.ListOptions
- filter(Tablespace.TablespaceRecord.Type, String, Predicate<Tablespace.TablespaceRecord.Builder>) - Method in class org.yamcs.yarch.rocksdb.Tablespace
- Filter<T> - Class in org.yamcs.utils.parser
- Filter(String) - Constructor for class org.yamcs.utils.parser.Filter
- FILTER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ExportEventsRequest
- FILTER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListEventsRequest
- FILTER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListInstancesRequest
- FILTER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.StreamEventsRequest
- FILTER_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SubscribeEventsRequest
- FILTER_FIELD_NUMBER - Static variable in class org.yamcs.web.api.ParseFilterRequest
- FilterableTarget - Interface in org.yamcs.yarch
- FilterMatcher<T> - Class in org.yamcs.timeline
- FilterMatcher() - Constructor for class org.yamcs.timeline.FilterMatcher
- FilterOverlappingIterator(TimeInterval, Iterator<T>) - Constructor for class org.yamcs.utils.TimeInterval.FilterOverlappingIterator
-
Creates a new Interator that iterates the elements of inputIterator and outputs only those that overalp with timeInterval.
- FilterParser - Class in org.yamcs.ui.packetviewer.filter
- FilterParser<T> - Class in org.yamcs.utils.parser
- FilterParser(InputStream) - Constructor for class org.yamcs.ui.packetviewer.filter.FilterParser
-
Constructor with InputStream.
- FilterParser(InputStream) - Constructor for class org.yamcs.utils.parser.FilterParser
-
Constructor with InputStream.
- FilterParser(InputStream, String) - Constructor for class org.yamcs.ui.packetviewer.filter.FilterParser
-
Constructor with InputStream and supplied encoding
- FilterParser(InputStream, String) - Constructor for class org.yamcs.utils.parser.FilterParser
-
Constructor with InputStream and supplied encoding
- FilterParser(Reader) - Constructor for class org.yamcs.ui.packetviewer.filter.FilterParser
-
Constructor.
- FilterParser(Reader) - Constructor for class org.yamcs.utils.parser.FilterParser
-
Constructor.
- FilterParser(FilterParserTokenManager) - Constructor for class org.yamcs.ui.packetviewer.filter.FilterParser
-
Constructor with generated Token Manager.
- FilterParser(FilterParserTokenManager) - Constructor for class org.yamcs.utils.parser.FilterParser
-
Constructor with generated Token Manager.
- FilterParserConstants - Interface in org.yamcs.ui.packetviewer.filter
-
Token literal values and constants.
- FilterParserConstants - Interface in org.yamcs.utils.parser
-
Token literal values and constants.
- FilterParserTokenManager - Class in org.yamcs.ui.packetviewer.filter
-
Token Manager.
- FilterParserTokenManager - Class in org.yamcs.utils.parser
-
Token Manager.
- FilterParserTokenManager(SimpleCharStream) - Constructor for class org.yamcs.ui.packetviewer.filter.FilterParserTokenManager
-
Constructor.
- FilterParserTokenManager(SimpleCharStream, int) - Constructor for class org.yamcs.ui.packetviewer.filter.FilterParserTokenManager
-
Constructor.
- FilterParserTokenManager(SimpleCharStream) - Constructor for class org.yamcs.utils.parser.FilterParserTokenManager
-
Constructor.
- FilterParserTokenManager(SimpleCharStream, int) - Constructor for class org.yamcs.utils.parser.FilterParserTokenManager
-
Constructor.
- FILTERS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.AddBandRequest
- FILTERS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.ListItemsRequest
- FILTERS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.TimelineBand
- FILTERS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.UpdateBandRequest
- FILTERS_FIELD_NUMBER - Static variable in class org.yamcs.timeline.protobuf.BandFilter
- FilterSyntaxException - Class in org.yamcs.api
-
Protobuf type
yamcs.api.FilterSyntaxException
- FilterSyntaxException.Builder - Class in org.yamcs.api
-
Protobuf type
yamcs.api.FilterSyntaxException
- FilterSyntaxExceptionOrBuilder - Interface in org.yamcs.api
- finalize() - Method in class org.yamcs.yarch.ExecutionContext
- finalize() - Method in class org.yamcs.yarch.rocksdb.AbstractDbIterator
- find(String) - Method in class org.yamcs.utils.GlobFileFinder
-
Calls
GlobFileFinder.find(Path, String)
for the current working directory. - find(Path, String) - Method in class org.yamcs.utils.GlobFileFinder
-
Find a list of regular files (not directories) which match glob pattern.
- findAccount(long) - Method in class org.yamcs.security.DirectoryDb
- findAccountByName(String) - Method in class org.yamcs.security.DirectoryDb
- findAliasReference(SpaceSystem, NameReference, SpaceSystem) - Method in class org.yamcs.xtce.util.ReferenceFinder
-
searches for aliases in the parent hierarchy
- findArgumentReference(ArgumentReference) - Static method in class org.yamcs.xtce.util.ReferenceFinder
- findArgumentTypeReference(SpaceSystem, String) - Static method in class org.yamcs.xtce.util.ReferenceFinder
- findEnum(Class<E>, String) - Method in class org.yamcs.utils.parser.FilterParser
-
Finds the constant for an Enum label, but case-insensitive.
- findGroupByName(String) - Method in class org.yamcs.security.DirectoryDb
- findObject(String) - Method in class org.yamcs.buckets.FileSystemBucket
- findObject(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
- findObjectAsync(String) - Method in interface org.yamcs.buckets.Bucket
-
Retrieve the object properties or null if not such an object exist
- findObjectAsync(String) - Method in class org.yamcs.buckets.FileSystemBucket
- findObjectAsync(String) - Method in class org.yamcs.buckets.RemoteYamcsBucket
- findObjectAsync(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
- FindParameterBar - Class in org.yamcs.ui.packetviewer
- FindParameterBar(ParametersTable) - Constructor for class org.yamcs.ui.packetviewer.FindParameterBar
- findParameterReference(SpaceSystem, String) - Static method in class org.yamcs.xtce.util.ReferenceFinder
- findRange(Sheet, int, int, int) - Static method in class org.yamcs.mdb.BaseSpreadsheetLoader
- findReference(SpaceSystem, NameReference) - Static method in class org.yamcs.xtce.util.ReferenceFinder
-
find reference starting at startSs and looking through the SpaceSystem path
- findReference(SpaceSystem, NameReference, SpaceSystem) - Method in class org.yamcs.xtce.util.ReferenceFinder
-
find the reference nr mentioned in the space system ss by looking either in root (if absolute reference) or in the parent hierarchy if relative reference
- findSeparator(String) - Static method in class org.yamcs.utils.AggregateUtil
-
finds the first occurrence of . or [ after the last /
- findSeparator(String) - Static method in class org.yamcs.xtce.util.AggregateTypeUtil
-
finds the first occurrence of . or [ after the last /
- findSeparator(String) - Static method in class org.yamcs.xtce.util.ReferenceFinder
- findServiceAccountForApplicationId(String) - Method in class org.yamcs.security.DirectoryDb
- findStream(String) - Method in class org.yamcs.AbstractYamcsService
-
looks for a stream with a given name and throws an exception if it cannot be found
- fineTime - Variable in class org.yamcs.utils.GpsCcsdsTime
- finished() - Method in class org.yamcs.mdb.XtceTmProcessor
- finished() - Method in interface org.yamcs.TmProcessor
-
Notification that there is no more packet to process
- finished(String, boolean) - Method in interface org.yamcs.archive.IndexRequestListener
-
Called right after the processing ended, either successfully or through error.
- FINISHED - Enum constant in enum class org.yamcs.cfdp.pdu.FileDirectiveCode
- FINISHED_BY_END_SYSTEM - Enum constant in enum class org.yamcs.cfdp.pdu.AckPacket.FileDirectiveSubtypeCode
- FINISHED_BY_WAYPOINT_OR_OTHER - Enum constant in enum class org.yamcs.cfdp.pdu.AckPacket.FileDirectiveSubtypeCode
- FINISHED_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.SubscribeBackfillingData
- FinishedPacket - Class in org.yamcs.cfdp.pdu
- FinishedPacket(ConditionCode, boolean, FinishedPacket.FileStatus, TLV, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.FinishedPacket
- FinishedPacket.FileStatus - Enum Class in org.yamcs.cfdp.pdu
- first - Variable in class org.yamcs.utils.ParameterFormatter
- FIRST_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.ArchiveRecord
- firstRow - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader.Range
- FIRSTTIME_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.TimeSeries.Sample
- FirstValExpression - Class in org.yamcs.yarch.streamsql
- FirstValExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.FirstValExpression
- FIXED - Enum constant in enum class org.yamcs.tctm.AbstractPacketPreprocessor.TimeDecoderType
- FIXED - Enum constant in enum class org.yamcs.xtce.StringDataEncoding.SizeType
-
fixed size has to be specified in the
DataEncoding.getSizeInBits()
- FIXED_DELAY - Enum constant in enum class org.yamcs.archive.SpeedSpec.Type
- FIXED_DELAY - Enum constant in enum class org.yamcs.protobuf.Yamcs.ReplaySpeed.ReplaySpeedType
-
FIXED_DELAY = 2;
- FIXED_DELAY_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.ReplaySpeed.ReplaySpeedType
-
FIXED_DELAY = 2;
- FIXED_SIZE - Enum constant in enum class org.yamcs.xtce.BinaryDataEncoding.Type
- FIXEDCOUNT_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.RepeatInfo
- FixedIntegerValue - Class in org.yamcs.xtce
-
A simple long value
- FixedIntegerValue(long) - Constructor for class org.yamcs.xtce.FixedIntegerValue
- FixedPacketInputStream - Class in org.yamcs.tctm
-
This input stream reads packets of a configurable fixed packet size.
- FixedPacketInputStream() - Constructor for class org.yamcs.tctm.FixedPacketInputStream
- FixedSizeTimeDecoder - Class in org.yamcs.time
-
Decodes time on a fixed number of bytes.
- FixedSizeTimeDecoder(ByteOrder, int, double) - Constructor for class org.yamcs.time.FixedSizeTimeDecoder
- FIXEDVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ArgumentDimensionInfo
- FIXEDVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.ParameterDimensionInfo
- FIXEDVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.SequenceEntryInfo
- FixedValueEntry - Class in org.yamcs.xtce
-
Holds an optional attributes name, bitOrder, byteOrderList, required attributes binaryValue, sizeInBits and optional LocationInContainerInBits, RepeatEntry and IncludeCondition.
- FixedValueEntry(int, SequenceEntry.ReferenceLocationType, String, byte[], int) - Constructor for class org.yamcs.xtce.FixedValueEntry
- FixedValueEntry(String, byte[], int) - Constructor for class org.yamcs.xtce.FixedValueEntry
- flatIndex(int[]) - Method in class org.yamcs.parameter.ArrayValue
- flatIndex(int[], int[]) - Static method in class org.yamcs.parameter.ArrayValue
- flatIndexToString(int) - Method in class org.yamcs.parameter.ArrayValue
- flatLength() - Method in class org.yamcs.parameter.ArrayValue
-
Return the length of the flat array This is the product of the size of the individual dimensions.
- flatSize(int[]) - Static method in class org.yamcs.parameter.ArrayValue
- FlightData - Class in org.yamcs.simulator
- FlightData() - Constructor for class org.yamcs.simulator.FlightData
- FlightDataHandler - Class in org.yamcs.simulator
- FlightDataHandler() - Constructor for class org.yamcs.simulator.FlightDataHandler
- FLOAT - Enum constant in enum class org.yamcs.protobuf.config.OptionType
-
FLOAT = 4;
- FLOAT - Enum constant in enum class org.yamcs.protobuf.Mdb.DataEncodingInfo.Type
-
FLOAT = 2;
- FLOAT - Enum constant in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
FLOAT = 0;
- FLOAT - Enum constant in enum class org.yamcs.Spec.OptionType
- FLOAT_VALUE - Static variable in enum class org.yamcs.protobuf.config.OptionType
-
FLOAT = 4;
- FLOAT_VALUE - Static variable in enum class org.yamcs.protobuf.Mdb.DataEncodingInfo.Type
-
FLOAT = 2;
- FLOAT_VALUE - Static variable in enum class org.yamcs.protobuf.Yamcs.Value.Type
-
FLOAT = 0;
- FLOAT64 - Enum constant in enum class org.yamcs.tctm.AbstractPacketPreprocessor.TimeDecoderType
- Float64TimeDecoder - Class in org.yamcs.time
-
Decodes milliseconds from fractional seconds stored in a 64-bit float
- Float64TimeDecoder(ByteOrder) - Constructor for class org.yamcs.time.Float64TimeDecoder
- FloatArgumentType - Class in org.yamcs.xtce
-
Represent aspects of an float, probably using IntegerDataEncoding with a calibrator or FloatDataEncoding.
- FloatArgumentType(FloatArgumentType) - Constructor for class org.yamcs.xtce.FloatArgumentType
-
Creates a shallow copy.
- FloatArgumentType(FloatArgumentType.Builder) - Constructor for class org.yamcs.xtce.FloatArgumentType
- FloatArgumentType.Builder - Class in org.yamcs.xtce
- FloatArray - Class in org.yamcs.utils
-
float array
- FloatArray() - Constructor for class org.yamcs.utils.FloatArray
-
Creates a sorted int array with a default initial capacity
- FloatArray(int) - Constructor for class org.yamcs.utils.FloatArray
-
Creates an IntArray with a given initial capacity
- FloatCompressor - Class in org.yamcs.parameterarchive
-
Implements the floating point compression scheme described here: http://www.vldb.org/pvldb/vol8/p1816-teller.pdf
- FloatCompressor() - Constructor for class org.yamcs.parameterarchive.FloatCompressor
- FloatDataEncoding - Class in org.yamcs.xtce
-
For common encodings of floating point data.
- FloatDataEncoding(FloatDataEncoding) - Constructor for class org.yamcs.xtce.FloatDataEncoding
-
copy constructor
- FloatDataEncoding(FloatDataEncoding.Builder) - Constructor for class org.yamcs.xtce.FloatDataEncoding
- FloatDataEncoding.Builder - Class in org.yamcs.xtce
- FloatDataEncoding.Encoding - Enum Class in org.yamcs.xtce
- FloatDataType - Class in org.yamcs.xtce
- FloatDataType(FloatDataType) - Constructor for class org.yamcs.xtce.FloatDataType
- FloatDataType(FloatDataType.Builder<?>) - Constructor for class org.yamcs.xtce.FloatDataType
- FloatDataType.Builder<T extends FloatDataType.Builder<T>> - Class in org.yamcs.xtce
- FloatingPointNotationType - Enum Class in org.yamcs.xtce
- FloatParameterType - Class in org.yamcs.xtce
- FloatParameterType(FloatParameterType) - Constructor for class org.yamcs.xtce.FloatParameterType
-
Creates a shallow copy.
- FloatParameterType(FloatParameterType.Builder) - Constructor for class org.yamcs.xtce.FloatParameterType
- FloatParameterType.Builder - Class in org.yamcs.xtce
- FloatValidRange - Class in org.yamcs.xtce
-
Holds the min/max of a ValidRange for floating point.
- FloatValidRange(double, double) - Constructor for class org.yamcs.xtce.FloatValidRange
- FloatValidRange(DoubleRange) - Constructor for class org.yamcs.xtce.FloatValidRange
- floatValue() - Method in class me.lemire.integercompression.IntWrapper
- FloatValue - Class in org.yamcs.parameter
- FloatValue(float) - Constructor for class org.yamcs.parameter.FloatValue
- FLOATVALUE_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Yamcs.Value
- FloatValueSegment - Class in org.yamcs.parameterarchive
- flush() - Method in class org.yamcs.logging.SyslogHandler
- flush() - Method in class org.yamcs.logging.WatchedFileHandler
- flush() - Method in class org.yamcs.tests.LoggingUtils.ArrayLogHandler
- flush() - Method in class org.yamcs.utils.BitWriter
-
flush the temporary long to the ByteBuffer do not call this method twice!!
- flush() - Method in class org.yamcs.utils.ParameterFormatter
- flushEventBuffer(boolean) - Method in class org.yamcs.events.AbstractEventProducer
- flushOptions - Static variable in class org.yamcs.yarch.rocksdb.RDBFactory
- follow - Variable in class org.yamcs.yarch.AbstractTableWalker
- Fop1Exception - Exception in org.yamcs.tctm.ccsds
- Fop1Exception(String) - Constructor for exception org.yamcs.tctm.ccsds.Fop1Exception
- Fop1Exception(Cop1Monitor.AlertType) - Constructor for exception org.yamcs.tctm.ccsds.Fop1Exception
- ForbiddenException - Exception in org.yamcs.http
-
When there was an authz exception
- ForbiddenException(String) - Constructor for exception org.yamcs.http.ForbiddenException
- ForbiddenException(String, Throwable) - Constructor for exception org.yamcs.http.ForbiddenException
- ForbiddenException(Throwable) - Constructor for exception org.yamcs.http.ForbiddenException
- forceCoefficients(Instant, long, double, double) - Method in class org.yamcs.time.TimeCorrelationService
- forceStandardStreams(Level) - Static method in class org.yamcs.logging.Log
-
Force all log message to be printed on stdout instead of the configured logger.
- forEach(IntConsumer) - Method in class org.yamcs.utils.SortedIntArray
- forEach(Parameter, Consumer<ParameterValue>) - Method in class org.yamcs.parameter.ParameterValueList
-
Performs the given action for each value of the parameter p The values are considered in insertion order - oldest is first to be processed
- forgetUser(String) - Method in class org.yamcs.http.auth.TokenStore
- forLink(Link) - Static method in class org.yamcs.tctm.LinkState
-
Create state object for the given link.
- format(LogRecord) - Method in class org.yamcs.logging.CompactFormatter
- format(LogRecord) - Method in class org.yamcs.logging.ConsoleFormatter
- format(LogRecord) - Method in class org.yamcs.logging.JournalFormatter
- format(LogRecord) - Method in class org.yamcs.ui.LogFormatter
- format(MessageTemplate.ParameterValueResolver) - Method in class org.yamcs.pus.MessageTemplate
- FORMAT_ID_BinaryValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
- FORMAT_ID_BooleanValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
- FORMAT_ID_DoubleValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
- FORMAT_ID_FloatValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
- FORMAT_ID_GapSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
- FORMAT_ID_GenericValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
- FORMAT_ID_IntValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
- FORMAT_ID_LongValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
- FORMAT_ID_ParameterStatusSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
- FORMAT_ID_SortedTimeValueSegmentV1 - Static variable in class org.yamcs.parameterarchive.BaseSegment
-
Deprecated.
- FORMAT_ID_SortedTimeValueSegmentV2 - Static variable in class org.yamcs.parameterarchive.BaseSegment
- FORMAT_ID_StringValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
- formatId - Variable in class org.yamcs.parameterarchive.BaseSegment
- FORMATVERSION_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Table.TableInfo
- FORMATVERSION_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
- FormData - Class in org.yamcs.http.auth
- FormData(HandlerContext) - Constructor for class org.yamcs.http.auth.FormData
- FORMULA_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Mdb.JavaExpressionCalibratorInfo
- forNumber(int) - Static method in enum class org.yamcs.api.FieldBehavior
- forNumber(int) - Static method in enum class org.yamcs.api.HttpRoute.PatternCase
- forNumber(int) - Static method in enum class org.yamcs.protobuf.activities.ActivityLogLevel
- forNumber(int) - Static method in enum class org.yamcs.protobuf.activities.ActivityStatus
- forNumber(int) - Static method in enum class org.yamcs.protobuf.AlarmNotificationType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.AlarmSeverity
- forNumber(int) - Static method in enum class org.yamcs.protobuf.AlarmType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Commanding.CommandQueueEvent.Type
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Commanding.QueueState
- forNumber(int) - Static method in enum class org.yamcs.protobuf.config.OptionType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Cop1State
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Event.EventSeverity
- forNumber(int) - Static method in enum class org.yamcs.protobuf.ExecutionStatus
- forNumber(int) - Static method in enum class org.yamcs.protobuf.FileTransferOption.Type
- forNumber(int) - Static method in enum class org.yamcs.protobuf.InitializationType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.AlarmLevelType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.AlgorithmInfo.Scope
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.AlgorithmInfo.Type
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.CalibratorInfo.Type
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.ComparisonInfo.OperatorType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.DataEncodingInfo.Type
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.DataSourceType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.MathElement.Type
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.MissionDatabaseItem.ItemCase
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.SequenceEntryInfo.ReferenceLocationType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.SignificanceInfo.SignificanceLevelType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Mdb.VerifierInfo.TerminationActionType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.MdbOverrideInfo.OverrideType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.ProcessorManagementRequest.Operation
- forNumber(int) - Static method in enum class org.yamcs.protobuf.ProcessorRequest.Operation
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Pvalue.AcquisitionStatus
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Pvalue.MonitoringResult
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Pvalue.RangeCondition
- forNumber(int) - Static method in enum class org.yamcs.protobuf.ServiceState
- forNumber(int) - Static method in enum class org.yamcs.protobuf.StreamEvent.Type
- forNumber(int) - Static method in enum class org.yamcs.protobuf.SubscribeParametersRequest.Action
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Table.PartitioningInfo.PartitioningType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.TimelineBandType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.TimelineItemType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.TimeoutType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.TransferDirection
- forNumber(int) - Static method in enum class org.yamcs.protobuf.TransferState
- forNumber(int) - Static method in enum class org.yamcs.protobuf.UpdateAlgorithmRequest.ActionType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.UpdateParameterRequest.ActionType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Yamcs.EndAction
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Yamcs.ReplaySpeed.ReplaySpeedType
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Yamcs.ReplayStatus.ReplayState
- forNumber(int) - Static method in enum class org.yamcs.protobuf.Yamcs.Value.Type
- forNumber(int) - Static method in enum class org.yamcs.protobuf.YamcsInstance.InstanceState
- forNumber(int) - Static method in enum class org.yamcs.replication.protobuf.Request.Type
LinkAction.execute(Link, JsonObject, ActionResult)
instead