Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
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
 
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
 
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
 
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
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) - 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_LIMIT_REACHED - Enum constant in enum class org.yamcs.cfdp.pdu.ConditionCode
 
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(String, long, String) - Method in class org.yamcs.alarms.ActiveAlarm
Acknowledge the alarm.
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
 
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))
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.ParameterStatus
 
ACQUISITIONSTATUS_FIELD_NUMBER - Static variable in class org.yamcs.protobuf.Pvalue.ParameterValue
 
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.
ActiveAlarm(T, boolean, boolean) - Constructor for class org.yamcs.alarms.ActiveAlarm
 
activeAlarms - Variable in class org.yamcs.alarms.AlarmServer
 
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
 
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) - Method in class org.yamcs.alarms.AlarmServer
 
addActiveAlarmFromTuple(Mdb, Tuple) - Method in class org.yamcs.alarms.EventAlarmServer
 
addActiveAlarmFromTuple(Mdb, Tuple) - Method in class org.yamcs.alarms.ParameterAlarmServer
 
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.AlarmServer
Register for alarm notices
addAlarmRange(int, Mdb.AlarmRange) - Method in class org.yamcs.protobuf.Pvalue.ParameterStatus.Builder
context-dependent ranges
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.ParameterValue.Builder
Context-dependent ranges
addAlarmRange(int, Mdb.AlarmRange.Builder) - Method in class org.yamcs.protobuf.Pvalue.ParameterStatus.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.ParameterValue.Builder
Context-dependent ranges
addAlarmRange(Mdb.AlarmRange) - Method in class org.yamcs.protobuf.Pvalue.ParameterStatus.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.ParameterValue.Builder
Context-dependent ranges
addAlarmRange(Mdb.AlarmRange.Builder) - Method in class org.yamcs.protobuf.Pvalue.ParameterStatus.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.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.ParameterStatus.Builder
context-dependent ranges
addAlarmRangeBuilder() - Method in class org.yamcs.protobuf.Pvalue.ParameterValue.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.ParameterStatus.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.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.ParameterStatus.Builder
context-dependent ranges
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.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
The counts correspond one to one to the engValues
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
Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows specifying the minimum length of the range returned.
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.
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
repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
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;
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.
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.ProcessingData
 
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(StackedCommand) - Method in class org.yamcs.activities.CommandStack
 
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
 
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
 
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 particulat 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
The counts correspond one to one to the engValues
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;
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
Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows specifying the minimum length of the range returned.
addEngValues(int, Yamcs.Value.Builder) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows specifying the minimum length of the range returned.
addEngValues(Yamcs.Value) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows specifying the minimum length of the range returned.
addEngValues(Yamcs.Value.Builder) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows specifying the minimum length of the range returned.
addEngValuesBuilder() - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows specifying the minimum length of the range returned.
addEngValuesBuilder(int) - Method in class org.yamcs.protobuf.Pvalue.Ranges.Range.Builder
Since Yamcs 5.4.1 there is a new parameter minRange in the GetParameterRangesRequest which allows specifying the minimum length of the range returned.
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
 
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
repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
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
repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
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
repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
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
repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
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
repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
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
repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
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;
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;
addFileSystemBucket(String, Path) - Method in class org.yamcs.yarch.YarchDatabaseInstance
Adds a bucket that maps to the file system.
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.
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.
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(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.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.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.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.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.ParameterStatus.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
 
addRepeat