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
ABSOLUTE - Enum constant in enum org.yamcs.tctm.ccsds.TcManagedParameters.PriorityScheme
 
AbsolutePathConverter() - Constructor for class org.yamcs.YamcsServerOptions.AbsolutePathConverter
 
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
 
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
 
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
 
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
 
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
AbstractLink() - Constructor for class org.yamcs.tctm.AbstractLink
 
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 in org.yamcs.tctm
 
AbstractPacketPreprocessor.TimeEpochs - Enum in org.yamcs.tctm
 
AbstractParameterDataLink - Class in org.yamcs.tctm
 
AbstractParameterDataLink() - Constructor for class org.yamcs.tctm.AbstractParameterDataLink
 
AbstractProcessorService - Class in org.yamcs
 
AbstractProcessorService() - Constructor for class org.yamcs.AbstractProcessorService
 
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
 
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
 
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
 
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
 
acceptCommand(Context, AcceptCommandRequest, Observer<Empty>) - Method in class org.yamcs.http.api.QueuesApi
 
acceptParameter(String) - Method in class org.yamcs.http.auth.FormData
 
acceptParameters(String...) - Method in class org.yamcs.http.auth.FormData
 
accessToken - Variable in class org.yamcs.security.OpenIDAuthModule.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 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 org.yamcs.security.protobuf.AccountRecord.AccountTypeCase
 
ACK - Enum constant in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
ACK_ALARM - Enum constant in enum org.yamcs.alarms.AlarmState
 
ACK_LIMIT_REACHED - Enum constant in enum 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.TcpTcTmDataLink
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(Context, AcknowledgeAlarmRequest, Observer<Empty>) - Method in class org.yamcs.http.api.AlarmsApi
 
acknowledged - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
ACKNOWLEDGED - Enum constant in enum org.yamcs.alarms.AlarmNotificationType
 
ACKNOWLEDGED - Enum constant in enum org.yamcs.cfdp.pdu.CfdpPacket.TransmissionMode
 
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.
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
 
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 in org.yamcs.cfdp.pdu
 
AckPacket.TransactionStatus - Enum in org.yamcs.cfdp.pdu
 
acosh(double) - Static method in class org.yamcs.utils.MathUtil
 
acquisitionStatus - Variable in class org.yamcs.algorithms.ValueBinding
 
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.yarch.protobuf.Db.ParameterValue
 
acquisitionTimeMillis - Variable in class org.yamcs.algorithms.ValueBinding
 
action() - Method in class org.yamcs.yarch.TableVisitor.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_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
 
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 org.yamcs.cfdp.pdu.AckPacket.TransactionStatus
 
ACTIVE_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
 
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
 
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
 
Activity - Class in org.yamcs.timeline
 
Activity(TimelineItemType, UUID) - Constructor for class org.yamcs.timeline.Activity
 
ActivityGroup - Class in org.yamcs.timeline
 
ActivityGroup(UUID) - Constructor for class org.yamcs.timeline.ActivityGroup
 
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.SortedIntArray
Change the elements of the array by adding x to each element
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(int, Value) - Method in class org.yamcs.parameterarchive.BinaryValueSegment
 
add(int, Value) - Method in class org.yamcs.parameterarchive.BooleanValueSegment
 
add(int, Value) - Method in class org.yamcs.parameterarchive.DoubleValueSegment
 
add(int, Value) - Method in class org.yamcs.parameterarchive.FloatValueSegment
 
add(int, Value) - Method in class org.yamcs.parameterarchive.IntValueSegment
 
add(int, Value) - Method in class org.yamcs.parameterarchive.LongValueSegment
 
add(int, Value) - Method in class org.yamcs.parameterarchive.StringValueSegment
 
add(int, Value) - Method in interface org.yamcs.parameterarchive.ValueSegment
 
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(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, 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
 
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).
addAction(LinkAction) - Method in class org.yamcs.tctm.AbstractLink
 
addAction(LinkAction) - Method in interface org.yamcs.tctm.LinkActionProvider
 
addAlarmListener(AlarmListener<T>) - Method in class org.yamcs.alarms.AlarmServer
Register for alarm notices
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.yarch.protobuf.Db.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.yarch.protobuf.Db.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.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
addAlarmRanges(List<Mdb.AlarmRange>) - Method in class org.yamcs.parameter.BasicParameterValue
 
addAlgorithm(ActiveAlgorithm) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
addAlgorithmTextListener(AlgorithmTextListener) - Method in class org.yamcs.algorithms.AlgorithmManager
 
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.
addAllAlarmRange(Iterable<? extends Mdb.AlarmRange>) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
addAllAssignment(Iterable<? extends Cmdhistory.Assignment>) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
addAllColumnName(Iterable<String>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
repeated string columnName = 1;
addAllColumns(Iterable<? extends ColumnInfo>) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
addAllCriteria(Iterable<? extends BandFilter.FilterCriterion>) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
addAllEntries() - Method in class org.yamcs.mdb.SubscribedContainer
 
addAllEnumValue(Iterable<? extends Tablespace.TableColumnInfo.EnumValue>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
addAllFilters(Iterable<? extends BandFilter.ItemFilter>) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
addAllHistogramColumn(Iterable<String>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated string histogramColumn = 5;
addAllIdentities(Iterable<? extends ExternalIdentity>) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
addAllKeyColumn(Iterable<? extends Tablespace.TableColumnInfo>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
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;
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;
addAllRoles(Iterable<String>) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated string roles = 5;
addAllSecondaryIndex(Iterable<? extends Tablespace.SecondaryIndex>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
addAllValueColumn(Iterable<? extends Tablespace.TableColumnInfo>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
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
 
addArgumentValue(Argument, Value) - Method in class org.yamcs.mdb.TcProcessingContext
 
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;
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;
addAttribute(Commanding.CommandHistoryAttribute) - Method in class org.yamcs.commanding.PreparedCommand
 
addBand(Context, AddBandRequest, Observer<TimelineBand>) - Method in class org.yamcs.http.api.TimelineApi
 
addBand(TimelineBand) - Method in class org.yamcs.timeline.TimelineBandDb
 
addChangeListener(LinkAction.ActionChangeListener) - Method in class org.yamcs.tctm.LinkAction
Add a listener that will get notified whenever one of the action properties has changed.
addClearanceListener(ClearanceListener) - Method in class org.yamcs.security.User
 
addCmdParam(ParameterValue) - Method in class org.yamcs.mdb.ProcessingData
 
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(ColumnDefinition) - Method in class org.yamcs.yarch.TupleDefinition
 
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, 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(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.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
addColumnsBuilder(int) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
addCommand(PreparedCommand) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
addCommand(PreparedCommand) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
Called when a new command has to be added to the command history (i.e. when a users sends a telecommand)
addCommand(PreparedCommand) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
addCommand(User, ActiveCommand) - Method in class org.yamcs.commanding.CommandQueueManager
Called from the CommandingImpl to add a command to the queue.
addCommandOption(CommandOption) - Method in class org.yamcs.YamcsServer
Registers the system-wide availability of a CommandOption.
addCommandQueueListener(CommandQueueListener) - Method in class org.yamcs.management.ManagementService
 
addCommandQueueState(String, CommandQueueState) - Method in class org.yamcs.commanding.CommandQueueMemento
 
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
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(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.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
addCriteriaBuilder(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
addData(double, double) - Method in class org.yamcs.external.SimpleRegression
Adds the observation (x,y) to the regression data set.
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
 
addEntry(String, AppConfigurationEntry) - Static method in class org.yamcs.security.JaasConfiguration
 
addEntry(SequenceEntry) - Method in class org.yamcs.mdb.SubscribedContainer
 
addEnumColumn(String, String) - Method in class org.yamcs.yarch.Tuple
Add an ENUM column
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(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.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.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.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.yarch.streamsql.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addExecListener(AlgorithmExecListener) - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
addExecListener(AlgorithmExecListener) - Method in class org.yamcs.mdb.AbstractDataDecoder
 
addExternalIdentity(String, String) - Method in class org.yamcs.security.AuthenticationInfo
 
addFileSystemBucket(String, Path) - Method in class org.yamcs.yarch.YarchDatabaseInstance
Adds a bucket that maps to the file system.
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
 
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(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.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
addFiltersBuilder(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
addGlobalService(String, Class<T>, YConfiguration) - Method in class org.yamcs.YamcsServer
 
addGlobalServicesAndInstances() - Method in class org.yamcs.YamcsServer
 
addGroup(Group) - Method in class org.yamcs.security.Directory
 
addGroup(Group) - Method in class org.yamcs.security.DirectoryDb
 
addGroups(Collection<String>) - Method in class org.yamcs.commanding.CommandQueue
 
addHandler(String, Supplier<Handler>) - Method in class org.yamcs.http.HttpServer
Deprecated.
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.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.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated string histogramColumn = 5;
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(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.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
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
 
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
 
addInstance(String, InstanceMetadata, boolean, YConfiguration) - Method in class org.yamcs.YamcsServer
Creates a new yamcs instance.
addInstanceTemplate(Template) - Method in class org.yamcs.YamcsServer
 
addInt(int) - Method in class org.yamcs.utils.ByteArray
 
addInterval(Instant, Instant, double[]) - Method in class org.yamcs.time.TimeOfFlightEstimator
 
addIntervals(Collection<TimeOfFlightEstimator.TofInterval>) - Method in class org.yamcs.time.TimeOfFlightEstimator
 
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
 
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(Context, AddItemLogRequest, Observer<LogEntry>) - Method in class org.yamcs.http.api.TimelineApi
 
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.
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, 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(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.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
addKeyColumnBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
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.
addLinkState(String, LinkState) - Method in class org.yamcs.tctm.LinkMemento
 
addListener(ContextListener) - Method in class org.yamcs.http.TopicContext
 
addLog(String) - Method in class org.yamcs.algorithms.AlgorithmTrace
 
addLogEntry(UUID, LogEntry) - Method in class org.yamcs.timeline.TimelineItemLogDb
 
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.
addMember(long) - Method in class org.yamcs.security.Group
 
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;
addMonitor(Cop1Monitor) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
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
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
 
addObjectPrivilegeType(ObjectPrivilegeType) - Method in class org.yamcs.security.SecurityStore
 
AddOp - Enum 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.
addParameter(Parameter) - Method in class org.yamcs.mdb.Subscription
Add to the subscription all the entries and containers on which this parameter depends
addParameterListener(ParameterProcessor) - Method in class org.yamcs.parameter.LocalParameterManager
 
addParameterProvider(ParameterProvider) - Method in class org.yamcs.parameter.ParameterProcessorManager
 
addParameterTypeListener(ParameterTypeListener) - Method in class org.yamcs.mdb.ProcessorData
 
addParameterValue(int, BasicParameterValue) - Method in class org.yamcs.parameterarchive.ParameterStatusSegment
 
addParameterValue(BasicParameterValue) - Method in class org.yamcs.parameterarchive.ParameterStatusSegment
 
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
 
addReadyListener(ReadyListener) - Method in class org.yamcs.YamcsServer
Register a listener that will be called when Yamcs has fully started.
addRecord(long, List<BasicParameterValue>) - Method in class org.yamcs.parameterarchive.PGSegment
Add a new record instant goes into the timeSegment the values goes each into a value segment the sortedPvList list has to be already sorted according to the definition of the ParameterGroup
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
 
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(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.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.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
addRecordsBuilder(int) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
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
 
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.replication.protobuf.ColumnInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.Request.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.Response.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
addRequest(int, List<Parameter>, ParameterConsumer) - Method in class org.yamcs.parameter.ParameterRequestManager
Called by a consumer to create request with a given id.
addRequest(Collection<Parameter>, ParameterConsumer) - Method in class org.yamcs.parameter.ParameterRequestManager
Called by a consumer to create a new subscription
addRequest(List<Yamcs.NamedObjectId>, boolean, User) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
addRequest(List<Yamcs.NamedObjectId>, User) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
addRequest(Parameter, ParameterConsumer) - Method in class org.yamcs.parameter.ParameterRequestManager
Called by a consumer to create a subscription with one parameter
addRole(String) - Method in class org.yamcs.security.User
 
addRoles(String) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated string roles = 5;
addRolesBytes(ByteString) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated string roles = 5;
addRoute(String, Supplier<HttpHandler>) - Method in class org.yamcs.http.HttpServer
 
addSample(long, Instant) - Method in class org.yamcs.time.TimeCorrelationService
Add a time synchronisation sample.
addSecondaryIndex(int, Tablespace.SecondaryIndex) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
addSecondaryIndex(int, Tablespace.SecondaryIndex.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
addSecondaryIndex(Tablespace.SecondaryIndex) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
addSecondaryIndex(Tablespace.SecondaryIndex.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
addSecondaryIndexBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
addSecondaryIndexBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
addSegment(DataFileSegment) - Method in class org.yamcs.cfdp.DataFile
 
addSequenceContainer(SequenceContainer) - Method in class org.yamcs.mdb.Subscription
 
addSequenceEntry(SequenceEntry) - Method in class org.yamcs.mdb.Subscription
 
addService(String) - Method in class org.yamcs.http.audit.AuditRecordFilter
 
addServiceAccount(ServiceAccount) - Method in class org.yamcs.security.Directory
Creates a new service account.
addShort(short) - Method in class org.yamcs.utils.ByteArray
 
addSizePrefixedProto(MessageLite) - Method in class org.yamcs.utils.ByteArray
Writes a protobuf message to the buffer.
addSizePrefixedUTF(String) - Method in class org.yamcs.utils.ByteArray
Writes a string preceded by its size in two bytes big endian.
addSnapshot(YRDB, Snapshot) - Method in class org.yamcs.yarch.ExecutionContext
 
addSoftwareParameterManager(DataSource, SoftwareParameterManager) - Method in class org.yamcs.parameter.ParameterProcessorManager
Register a SoftwareParameterManager for the given DataSource.
addStateListener(InstanceStateListener) - Method in class org.yamcs.YamcsInstanceService
 
addStatement(Statement) - Method in class org.yamcs.templating.TemplateBody
 
addStaticRoot(Path) - Method in class org.yamcs.http.HttpServer
Deprecated.
addStream(Stream) - Method in class org.yamcs.yarch.YarchDatabaseInstance
Adds a stream to the dictionary making it "official"
addStringAttribute(String, String) - Method in class org.yamcs.commanding.PreparedCommand
 
addSubCommand(Command) - Method in class org.yamcs.cli.Command
 
addSubscriber(StreamSubscriber) - Method in class org.yamcs.yarch.Stream
 
addSubscription(CommandHistoryFilter, CommandHistoryConsumer) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
Called by the CommandHistoryImpl to move the subscription from another command history manager to this one
addSystemPrivilege(SystemPrivilege) - Method in class org.yamcs.security.AuthorizationInfo
 
addSystemPrivilege(SystemPrivilege) - Method in class org.yamcs.security.Role
 
addSystemPrivilege(SystemPrivilege) - Method in class org.yamcs.security.SecurityStore
 
addSystemPrivilege(SystemPrivilege, boolean) - Method in class org.yamcs.security.User
 
addTableStreamListener(TableStreamListener) - Method in class org.yamcs.management.ManagementService
 
addTcPatterns(Collection<Pattern>) - Method in class org.yamcs.commanding.CommandQueue
 
addTimeOfFlightIntervals(Context, AddTimeOfFlightIntervalsRequest, Observer<Empty>) - Method in class org.yamcs.http.api.TimeCorrelationApi
 
addTimePartition(Partition) - Method in class org.yamcs.yarch.PartitionManager.Interval
 
addTimestampColumn(String, long) - Method in class org.yamcs.yarch.Tuple
Add a TIMESTAMP column
addTmParam(ParameterValue) - Method in class org.yamcs.mdb.ProcessingData
 
addTmParams(List<ParameterValue>) - Method in class org.yamcs.mdb.ProcessingData
 
addToCommandHistory(Commanding.CommandId, Commanding.CommandHistoryAttribute) - Method in class org.yamcs.commanding.CommandQueueManager
 
addToProto(boolean, TimelineItem.Builder) - Method in class org.yamcs.timeline.Activity
 
addToProto(boolean, TimelineItem.Builder) - Method in class org.yamcs.timeline.ItemGroup
 
addToProto(boolean, TimelineItem.Builder) - Method in class org.yamcs.timeline.TimelineEvent
 
addToProto(boolean, TimelineItem.Builder) - Method in class org.yamcs.timeline.TimelineItem
 
addToTuple(Tuple) - Method in class org.yamcs.timeline.Activity
 
addToTuple(Tuple) - Method in class org.yamcs.timeline.ItemGroup
 
addToTuple(Tuple) - Method in class org.yamcs.timeline.TimelineEvent
 
addToTuple(Tuple) - Method in class org.yamcs.timeline.TimelineItem
 
addTransfer(CfdpTransactionId, String) - Method in class org.yamcs.cfdp.FileDownloadRequests
 
addTransferredSize(long) - Method in class org.yamcs.http.Context
 
addTuple(Tuple) - Method in class org.yamcs.yarch.streamsql.StreamSqlResultList
 
addUser(User) - Method in class org.yamcs.security.Directory
 
addUsers(Collection<String>) - Method in class org.yamcs.commanding.CommandQueue
 
addValue(Value) - Method in class org.yamcs.parameterarchive.StringValueSegment
 
addValueColumn(int, Tablespace.TableColumnInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
addValueColumn(int, Tablespace.TableColumnInfo.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
addValueColumn(Tablespace.TableColumnInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
addValueColumn(Tablespace.TableColumnInfo.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
addValueColumnBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
addValueColumnBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
addVariable(Variable) - Method in class org.yamcs.templating.Template
 
addVerifierConfig(String, Commanding.VerifierConfig) - Method in class org.yamcs.commanding.PreparedCommand
 
addView(Context, AddViewRequest, Observer<TimelineView>) - Method in class org.yamcs.http.api.TimelineApi
 
addView(TimelineView) - Method in class org.yamcs.timeline.TimelineViewDb
 
adjustBeginLineColumn(int, int) - Method in class org.yamcs.templating.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.yamcs.utils.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
advance - Variable in class org.yamcs.yarch.streamsql.WindowSpecification
 
AFAP - Enum constant in enum org.yamcs.archive.SpeedSpec.Type
 
aggInputDef - Variable in class org.yamcs.yarch.WindowProcessor
 
aggList - Variable in class org.yamcs.yarch.WindowProcessor
 
AGGREGATE_IN_AGGREGATE - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
AGGREGATE_WITHOUT_WINDOW - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
AggregatedDataLink - Interface in org.yamcs.tctm
A data link that has multiple sub-links
AggregateExpression - Class in org.yamcs.yarch.streamsql
Expressions containing aggregates are computed in two phases: phase 1: the input tuples are passed to a list of expressions composed by the group by columns and the list of aggregates phase 2: the output tuples of phase 1 are passed to the list of original select list.
AggregateExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.AggregateExpression
 
aggregateFillCode_clear(StringBuilder) - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
 
aggregateFillCode_clear(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.CountExpression
 
aggregateFillCode_clear(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.SumExpression
 
aggregateFillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
 
aggregateFillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.CountExpression
 
aggregateFillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.SumExpression
 
aggregateFillCode_getValue(StringBuilder) - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
 
aggregateFillCode_getValue(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.CountExpression
 
aggregateFillCode_getValue(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.SumExpression
 
aggregateFillCode_newData(StringBuilder) - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
 
aggregateFillCode_newData(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.CountExpression
 
aggregateFillCode_newData(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.SumExpression
 
AggregateListExpression - Class in org.yamcs.yarch.streamsql
 
AggregateListExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.AggregateListExpression
 
AggregateUtil - Class in org.yamcs.utils
operations to aggregates or arrays
AggregateUtil() - Constructor for class org.yamcs.utils.AggregateUtil
 
AggregateValue - Class in org.yamcs.parameter
 
AggregateValue(AggregateMemberNames) - Constructor for class org.yamcs.parameter.AggregateValue
Create a new aggregate value with the member names.
AggrrayBuilder - Class in org.yamcs.parameterarchive
builds aggregate or array values out of members extracted from the parameter archive.
AggrrayIterator - Class in org.yamcs.parameterarchive
Iterates over parameter archive segments storing components of an aggregate or array value and reconstructs the aggregate/array value from those components.
AggrrayIterator(ParameterArchive, ParameterId, int, ParameterRequest) - Constructor for class org.yamcs.parameterarchive.AggrrayIterator
 
AlarmListener<T> - Interface in org.yamcs.alarms
 
AlarmNotificationType - Enum in org.yamcs.alarms
 
ALARMRANGE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
AlarmRecorder - Class in org.yamcs.archive
Records alarms.
AlarmRecorder() - Constructor for class org.yamcs.archive.AlarmRecorder
 
AlarmReporter - Class in org.yamcs.alarms
Generates alarm events for a processor, by subscribing to all relevant parameters.
AlarmReporter() - Constructor for class org.yamcs.alarms.AlarmReporter
 
AlarmsApi - Class in org.yamcs.http.api
 
AlarmsApi(AuditLog) - Constructor for class org.yamcs.http.api.AlarmsApi
 
AlarmSequenceException - Exception in org.yamcs.alarms
Used by AlarmServer to indicate that a specified alarm instance does not have the expected sequence number.
AlarmSequenceException(int, int) - Constructor for exception org.yamcs.alarms.AlarmSequenceException
 
AlarmServer<S,T> - Class in org.yamcs.alarms
Maintains a list of active alarms.
AlarmServer(String, ScheduledThreadPoolExecutor) - Constructor for class org.yamcs.alarms.AlarmServer
 
AlarmState - Enum in org.yamcs.alarms
Inspired from ANSI/ISA–18.2 Management Of Alarm Systems For The Process Industries process is the entity that triggers the alarm, in our case parameters or events.
AlarmStreamer<T> - Class in org.yamcs.alarms
 
AlarmStreamer(Stream, DataType, TupleDefinition) - Constructor for class org.yamcs.alarms.AlarmStreamer
 
alert(Cop1Monitor.AlertType) - Method in interface org.yamcs.tctm.ccsds.Cop1Monitor
 
alert(Cop1Monitor.AlertType) - Method in class org.yamcs.tctm.ccsds.Cop1MonitorImpl
 
algorithmDef - Variable in class org.yamcs.algorithms.AbstractAlgorithmExecutor
 
AlgorithmEngine - Interface in org.yamcs.algorithms
Handles algorithms for one language.
algorithmError(List<RawEngValue>, String) - Method in interface org.yamcs.algorithms.AlgorithmExecListener
Called when the algorithm produced an error
algorithmError(List<RawEngValue>, String) - Method in class org.yamcs.algorithms.AlgorithmTrace
 
AlgorithmException - Exception in org.yamcs.algorithms
exception thrown when unexpected things happen during the loading and execution of algorithms.
AlgorithmException(String) - Constructor for exception org.yamcs.algorithms.AlgorithmException
 
AlgorithmException(String, Throwable) - Constructor for exception org.yamcs.algorithms.AlgorithmException
 
AlgorithmException(Throwable) - Constructor for exception org.yamcs.algorithms.AlgorithmException
 
AlgorithmException(List<RawEngValue>, String) - Constructor for exception org.yamcs.algorithms.AlgorithmException
When the error was encountered when executing an algorithm with the given inputs
AlgorithmExecListener - Interface in org.yamcs.algorithms
 
AlgorithmExecutionContext - Class in org.yamcs.algorithms
A context is a collection of active algorithms.
AlgorithmExecutionContext(String, ProcessorData, int) - Constructor for class org.yamcs.algorithms.AlgorithmExecutionContext
 
AlgorithmExecutionResult - Class in org.yamcs.algorithms
The result of the algorithm execution consists of: a list of input parameter values - optional - the list of parameters which have been used as input to the algorithm. a list of output parameter values - these are ParameterValue which are then propagated to the Yamcs clients. a return value - this is not an output parameter; used for command verifiers
AlgorithmExecutionResult(Object, List<ParameterValue>) - Constructor for class org.yamcs.algorithms.AlgorithmExecutionResult
 
AlgorithmExecutionResult(List<ParameterValue>) - Constructor for class org.yamcs.algorithms.AlgorithmExecutionResult
 
AlgorithmExecutionResult(List<RawEngValue>, Object, List<ParameterValue>) - Constructor for class org.yamcs.algorithms.AlgorithmExecutionResult
 
AlgorithmExecutionResult(ParameterValue) - Constructor for class org.yamcs.algorithms.AlgorithmExecutionResult
Constructor for an algorithm result which returns exactly one value
AlgorithmExecutor - Interface in org.yamcs.algorithms
Represents the execution context of one algorithm.
AlgorithmExecutorFactory - Interface in org.yamcs.algorithms
Responsible for creating algorithm executors.
AlgorithmFunctions - Class in org.yamcs.algorithms
Library of functions available from within Algorithm scripts using this naming scheme:
AlgorithmFunctions(Processor, AlgorithmExecutionContext) - Constructor for class org.yamcs.algorithms.AlgorithmFunctions
 
AlgorithmManager - Class in org.yamcs.algorithms
Manages the provision of requested parameters that require the execution of one or more XTCE algorithms.
AlgorithmManager() - Constructor for class org.yamcs.algorithms.AlgorithmManager
 
algorithmRun(List<RawEngValue>, Object, List<ParameterValue>) - Method in interface org.yamcs.algorithms.AlgorithmExecListener
Called when the algorithm has run successfully
algorithmRun(List<RawEngValue>, Object, List<ParameterValue>) - Method in class org.yamcs.algorithms.AlgorithmTrace
 
algorithmRun(List<RawEngValue>, Object, List<ParameterValue>) - Method in class org.yamcs.commanding.AlgorithmVerifier
 
AlgorithmTextListener - Interface in org.yamcs.algorithms
 
algorithmTextUpdated(CustomAlgorithm, String) - Method in interface org.yamcs.algorithms.AlgorithmTextListener
 
AlgorithmTrace - Class in org.yamcs.algorithms
 
AlgorithmTrace() - Constructor for class org.yamcs.algorithms.AlgorithmTrace
 
AlgorithmVerifier - Class in org.yamcs.commanding
 
allowContainerlessCommands() - Method in class org.yamcs.ProcessorConfig
 
ALLOWED_INSTANCE_NAMES - Static variable in class org.yamcs.http.api.InstancesApi
 
allowUnknownKeys(boolean) - Method in class org.yamcs.Spec
 
allParametersPresent - Variable in class org.yamcs.utils.ParameterFormatter
 
AlterSequenceStatement - Class in org.yamcs.yarch.streamsql
 
AlterSequenceStatement(String, long) - Constructor for class org.yamcs.yarch.streamsql.AlterSequenceStatement
 
AlterSequenceStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
AlterTableStatement - Class in org.yamcs.yarch.streamsql
Alter table supports only ALTER TABLE <name> RENAME TO <new_name>
AlterTableStatement(String, String) - Constructor for class org.yamcs.yarch.streamsql.AlterTableStatement
 
AlterTableStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ALWAYS_MATCH - Static variable in class org.yamcs.mdb.MatchCriteriaEvaluatorFactory
 
AND - Enum constant in enum org.yamcs.yarch.streamsql.BitwiseOp
 
AND(Object...) - Static method in class org.yamcs.yarch.utils.SqlExpressions
 
AndExpression - Class in org.yamcs.yarch.streamsql
 
AndExpression(List<Expression>) - Constructor for class org.yamcs.yarch.streamsql.AndExpression
 
AndExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ANY - Enum constant in enum org.yamcs.Spec.OptionType
Arguments for an ANY option are unvalidated.
ANY - Static variable in class org.yamcs.http.MediaType
 
ANY - Static variable in class org.yamcs.Spec
Spec implementation that allows any key.
ANY_PATH - Static variable in class org.yamcs.http.HttpRequestHandler
 
AOS - Enum constant in enum org.yamcs.tctm.ccsds.TransferFrameDecoder.CcsdsFrameType
CCSDS 732.0-B-3
AosFrameDecoder - Class in org.yamcs.tctm.ccsds
Decodes frames as per CCSDS 732.0-B-3
AosFrameDecoder(AosManagedParameters) - Constructor for class org.yamcs.tctm.ccsds.AosFrameDecoder
 
AosFrameHeaderErrorCorr - Class in org.yamcs.tctm.ccsds.error
Reed-Solomon (10, 6) encoding/decoding as specified in CCSDS RECOMMENDED STANDARD FOR AOS SPACE DATA LINK PROTOCOL CCSDS 732.0-B-3 September 2015 4.1.2.6 Frame Header Error Control
AosFrameHeaderErrorCorr() - Constructor for class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr
 
AosFrameHeaderErrorCorr.DecoderResult - Class in org.yamcs.tctm.ccsds.error
 
AosManagedParameters - Class in org.yamcs.tctm.ccsds
 
AosManagedParameters(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.AosManagedParameters
 
AosTransferFrame - Class in org.yamcs.tctm.ccsds
AOS Transfer Frame as per CCSDS RECOMMENDED STANDARD FOR AOS SPACE DATA LINK PROTOCOL CCSDS 732.0-B-3 September 2015 Primary Header is composed of Transfer frame version number (2 bits) - shall be set to 01 Spacecraft id (8 bits) Virtual Channel id (6 bits) Virtual Channel frame count (24 bits) replay flag (1 bit) VC frame count usage flag (1 bit) spare (2 bits) VC frame count cycle frame header error control (optional)
AosTransferFrame(byte[], int, int) - Constructor for class org.yamcs.tctm.ccsds.AosTransferFrame
 
api - Variable in class org.yamcs.http.Context
 
ApiHandler - Class in org.yamcs.http
 
ApiHandler(HttpServer) - Constructor for class org.yamcs.http.ApiHandler
 
append(SimpleRegression) - Method in class org.yamcs.external.SimpleRegression
Appends data from another regression calculation to this one.
appendBinaryData(StringBuilder) - Method in class org.yamcs.tctm.CcsdsPacket
 
ApplicationCredentials - Class in org.yamcs.security
Credentials for identifying as an application, for example the singleton application that represents a service account.
ApplicationCredentials(String, String) - Constructor for class org.yamcs.security.ApplicationCredentials
 
APPLICATIONHASH_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
APPLICATIONID_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
ARCHIVE_INDEX - Enum constant in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
ARCHIVE_INDEX = 6;
ARCHIVE_INDEX_VALUE - Static variable in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
ARCHIVE_INDEX = 6;
ARCHIVE_TAG - Enum constant in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
ARCHIVE_TAG = 7;
ARCHIVE_TAG_VALUE - Static variable in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
ARCHIVE_TAG = 7;
ArchiveTmPacketProvider - Interface in org.yamcs.tctm
 
Argument() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
argumentDataTypes - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
ArgumentExpression - Class in org.yamcs.yarch.streamsql
This corresponds to an ?
ArgumentExpression(int, Object) - Constructor for class org.yamcs.yarch.streamsql.ArgumentExpression
 
Arguments() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ArgumentTypeProcessor - Class in org.yamcs.mdb
Handles conversions from engineering value to raw value according to the parameter type and encoding
ArgumentTypeProcessor(TcProcessingContext) - Constructor for class org.yamcs.mdb.ArgumentTypeProcessor
 
ArgumentValue - Class in org.yamcs.commanding
 
ArgumentValue(Argument) - Constructor for class org.yamcs.commanding.ArgumentValue
 
ArgumentValue(Argument, Value) - Constructor for class org.yamcs.commanding.ArgumentValue
 
array() - Method in class org.yamcs.utils.BitBuffer
 
array() - Method in class org.yamcs.utils.ByteArray
get the backing array
array() - Method in class org.yamcs.utils.DoubleArray
 
array() - Method in class org.yamcs.utils.FloatArray
 
array() - Method in class org.yamcs.utils.IntArray
get the backing array
array() - Method in class org.yamcs.utils.LongArray
get the backing array.
array(DataType) - Static method in class org.yamcs.yarch.DataType
 
ARRAY - Enum constant in enum org.yamcs.yarch.DataType._type
 
ARRAY_ID - Static variable in class org.yamcs.yarch.DataType
 
ArrayDataType - Class in org.yamcs.yarch
 
ArrayDataType(DataType) - Constructor for class org.yamcs.yarch.ArrayDataType
 
ArrayExpression - Class in org.yamcs.yarch.streamsql
 
ArrayExpression(List<Expression>) - Constructor for class org.yamcs.yarch.streamsql.ArrayExpression
 
arrayLength() - Method in class org.yamcs.utils.BitBuffer
returns the backing array length in bytes!
ArrayParameterCache - Class in org.yamcs.parameter
This is another implementation of the parameter cache using arrays to store primitive values (instead of storing Value).
arrayToHexString(byte[]) - Static method in class org.yamcs.utils.StringConverter
 
arrayToHexString(byte[], boolean) - Static method in class org.yamcs.utils.StringConverter
 
arrayToHexString(byte[], int, int) - Static method in class org.yamcs.utils.StringConverter
 
arrayToHexString(byte[], int, int, boolean) - Static method in class org.yamcs.utils.StringConverter
 
ArrayValue - Class in org.yamcs.parameter
Multidimensional value array.
ArrayValue(int[], Yamcs.Value.Type) - Constructor for class org.yamcs.parameter.ArrayValue
Create a new value array of size dim[0]*dim[1]*...
ascending - Variable in class org.yamcs.yarch.AbstractTableWalker
 
AscendingRangeIterator - Class in org.yamcs.yarch.rocksdb
wrapper around a rocksdb iterator that only supports next() and is restricted to a range.
AscendingRangeIterator(RocksIterator, byte[], byte[]) - Constructor for class org.yamcs.yarch.rocksdb.AscendingRangeIterator
Constructs an iterator restricted to a range.
AscendingRangeIterator(RocksIterator, DbRange) - Constructor for class org.yamcs.yarch.rocksdb.AscendingRangeIterator
 
asinh(double) - Static method in class org.yamcs.utils.MathUtil
 
asList(ParameterValue...) - Static method in class org.yamcs.parameter.ParameterValueList
 
ASSIGNMENT_FIELD_NUMBER - Static variable in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
atanh(double) - Static method in class org.yamcs.utils.MathUtil
 
Attribute - Class in org.yamcs.cmdhistory
 
Attribute(String, Value) - Constructor for class org.yamcs.cmdhistory.Attribute
 
AuditApi - Class in org.yamcs.http.api
 
AuditApi(AuditLog) - Constructor for class org.yamcs.http.api.AuditApi
 
AuditLog - Class in org.yamcs.http.audit
 
AuditLog() - Constructor for class org.yamcs.http.audit.AuditLog
 
AuditLogDb - Class in org.yamcs.http.audit
 
AuditLogDb(String) - Constructor for class org.yamcs.http.audit.AuditLogDb
 
AuditLogPrivilegeChecker - Interface in org.yamcs.http.audit
 
AuditRecord - Class in org.yamcs.http.audit
 
AuditRecord(Tuple) - Constructor for class org.yamcs.http.audit.AuditRecord
 
AuditRecordFilter - Class in org.yamcs.http.audit
 
AuditRecordFilter(TimeInterval) - Constructor for class org.yamcs.http.audit.AuditRecordFilter
 
AuditRecordListener - Interface in org.yamcs.http.audit
 
AuthenticationException - Exception in org.yamcs.security
Thrown when an AuthModule failed to perform the authentication process (backend not available, password does not match, ...).
AuthenticationException(String) - Constructor for exception org.yamcs.security.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception org.yamcs.security.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for exception org.yamcs.security.AuthenticationException
 
AuthenticationInfo - Class in org.yamcs.security
Data holder for information related to a verified authentication attempt.
AuthenticationInfo(AuthModule, String) - Constructor for class org.yamcs.security.AuthenticationInfo
 
authenticationSucceeded(AuthenticationInfo) - Method in interface org.yamcs.security.AuthModule
Hook that is called on all AuthModules when a login attempt was successful.
authenticationSucceeded(AuthenticationInfo) - Method in class org.yamcs.security.LdapAuthModule
 
AuthenticationToken - Interface in org.yamcs.security
Tag interface that represent any kind of token submitted during login for identifying an application or user.
AuthHandler - Class in org.yamcs.http.auth
Adds servers-side support for OAuth 2 authorization flows for obtaining limited access to API functionality.
AuthHandler(HttpServer) - Constructor for class org.yamcs.http.auth.AuthHandler
 
AuthModule - Interface in org.yamcs.security
Interface implemented by the Authentication and Authorization modules.
AuthorizationException - Exception in org.yamcs.security
Thrown when an AuthModule failed to perform the authorization process.
AuthorizationException(String) - Constructor for exception org.yamcs.security.AuthorizationException
 
AuthorizationException(String, Throwable) - Constructor for exception org.yamcs.security.AuthorizationException
 
AuthorizationException(Throwable) - Constructor for exception org.yamcs.security.AuthorizationException
 
AuthorizationInfo - Class in org.yamcs.security
Collection of system and object privileges.
AuthorizationInfo() - Constructor for class org.yamcs.security.AuthorizationInfo
 
AUTHTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Request
 
AUTHTOKEN_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Wakeup
 
autoIncrement(String) - Method in class org.yamcs.yarch.query.CreateTableQueryBuilder
 
AUTOINCREMENT_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
AutomatedActivity - Class in org.yamcs.timeline
 
AutomatedActivity(UUID) - Constructor for class org.yamcs.timeline.AutomatedActivity
 
awaitInitialized() - Method in class org.yamcs.YamcsInstanceService
 
awaitOffline() - Method in class org.yamcs.YamcsInstanceService
 
awaitRunning() - Method in class org.yamcs.YamcsInstanceService
 
awaitServiceRunning(Service) - Static method in class org.yamcs.utils.ServiceUtil
Awaits a service to be running but throw an UncheckedExecutionException instead of an IllegalStateException
awaitServiceTerminated(Service, int, Log) - Static method in class org.yamcs.utils.ServiceUtil
 

B

BackFiller - Class in org.yamcs.parameterarchive
Back-fills the parameter archive by triggering replays: - either regularly scheduled replays - or monitor data streams (tm, param) and keep track of which segments have to be rebuild
backup(int) - Method in class org.yamcs.templating.SimpleCharStream
Backup a number of characters.
backup(int) - Method in class org.yamcs.utils.parser.SimpleCharStream
Backup a number of characters.
BackupCli - Class in org.yamcs.cli
Command line backup utility for yamcs.
BackupCli(YamcsAdminCli) - Constructor for class org.yamcs.cli.BackupCli
 
BackupCli.BackupDelete - Class in org.yamcs.cli
 
BackupCli.BackupPurge - Class in org.yamcs.cli
 
BackupControl - Class in org.yamcs.yarch
JMX MBean for performing a hot backup of a tablespace.
BackupControl() - Constructor for class org.yamcs.yarch.BackupControl
 
BackupControlMBean - Interface in org.yamcs.yarch
 
backupDatabase(Context, BackupDatabaseRequest, Observer<Empty>) - Method in class org.yamcs.http.api.RocksDbApi
 
BackupDelete() - Constructor for class org.yamcs.cli.BackupCli.BackupDelete
 
BackupPurge() - Constructor for class org.yamcs.cli.BackupCli.BackupPurge
 
BackupUtils - Class in org.yamcs.yarch
 
BackupUtils() - Constructor for class org.yamcs.yarch.BackupUtils
 
BAD_ARG_TYPE - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
BadRequestException - Exception in org.yamcs.http
When there were errors in interpreting the request
BadRequestException(String) - Constructor for exception org.yamcs.http.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception org.yamcs.http.BadRequestException
 
BadRequestException(Throwable) - Constructor for exception org.yamcs.http.BadRequestException
 
BandFilter - Class in org.yamcs.timeline.protobuf
this is a copy of the message defined in the API but we define it separately so we can make the two different in the future if required
BandFilter.Builder - Class in org.yamcs.timeline.protobuf
this is a copy of the message defined in the API but we define it separately so we can make the two different in the future if required
BandFilter.FilterCriterion - Class in org.yamcs.timeline.protobuf
Protobuf type BandFilter.FilterCriterion
BandFilter.FilterCriterion.Builder - Class in org.yamcs.timeline.protobuf
Protobuf type BandFilter.FilterCriterion
BandFilter.FilterCriterionOrBuilder - Interface in org.yamcs.timeline.protobuf
 
BandFilter.ItemFilter - Class in org.yamcs.timeline.protobuf
Protobuf type BandFilter.ItemFilter
BandFilter.ItemFilter.Builder - Class in org.yamcs.timeline.protobuf
Protobuf type BandFilter.ItemFilter
BandFilter.ItemFilterOrBuilder - Interface in org.yamcs.timeline.protobuf
 
BandFilterOrBuilder - Interface in org.yamcs.timeline.protobuf
 
BandListener - Interface in org.yamcs.timeline
 
BaseSegment - Class in org.yamcs.parameterarchive
Base class for all segments of values, timestamps or ParameterStatus
BaseSpreadsheetLoader - Class in org.yamcs.mdb
Base for spreadsheet loader - this contains common properties for both V6 and V7 loaders.
BaseSpreadsheetLoader(String) - Constructor for class org.yamcs.mdb.BaseSpreadsheetLoader
 
BaseSpreadsheetLoader.BasicPrefFactory - Class in org.yamcs.mdb
 
BaseSpreadsheetLoader.EnumerationDefinition - Class in org.yamcs.mdb
Temporary value holder for the enumeration definition; needed because enumerations are read before parameters, and reading sharing the same EPT among all parameters is not a good approach (think different alarm definitions)
BaseSpreadsheetLoader.Range - Class in org.yamcs.mdb
 
BasicListingParser - Class in org.yamcs.filetransfer
Parses a directory listing from a linebreak separated list of filenames Directories are detected when the file name ends with a directory terminator
BasicListingParser() - Constructor for class org.yamcs.filetransfer.BasicListingParser
 
BasicParameterValue - Class in org.yamcs.parameter
Holds the value of a parameter.
BasicParameterValue() - Constructor for class org.yamcs.parameter.BasicParameterValue
 
BasicParameterValue(BasicParameterValue) - Constructor for class org.yamcs.parameter.BasicParameterValue
 
BasicPrefFactory() - Constructor for class org.yamcs.mdb.BaseSpreadsheetLoader.BasicPrefFactory
 
batchGetParameters(Context, Mdb.BatchGetParametersRequest, Observer<Mdb.BatchGetParametersResponse>) - Method in class org.yamcs.http.api.MdbApi
 
batchGetParameterValues(Context, BatchGetParameterValuesRequest, Observer<BatchGetParameterValuesResponse>) - Method in class org.yamcs.http.api.ProcessingApi
 
batchSetParameterValues(Context, BatchSetParameterValuesRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
 
bb - Variable in class org.yamcs.tctm.CcsdsPacket
 
BCH - Enum constant in enum org.yamcs.tctm.ccsds.error.CltuGenerator.Encoding
 
BchCltuGenerator - Class in org.yamcs.tctm.ccsds.error
Makes CLTUs from command transfer frames as per CCSDS 231.0-B-3 (TC SYNCHRONIZATION AND CHANNEL CODING)
BchCltuGenerator() - Constructor for class org.yamcs.tctm.ccsds.error.BchCltuGenerator
 
BchCltuGenerator(byte[], byte[]) - Constructor for class org.yamcs.tctm.ccsds.error.BchCltuGenerator
 
BchCltuGenerator.BchEncoder - Class in org.yamcs.tctm.ccsds.error
 
BchEncoder() - Constructor for class org.yamcs.tctm.ccsds.error.BchCltuGenerator.BchEncoder
 
bdAbsolutePriority - Variable in class org.yamcs.tctm.ccsds.TcManagedParameters.TcVcManagedParameters
 
begin(IndexRequestListener.IndexType, String) - Method in interface org.yamcs.archive.IndexRequestListener
Called at the beginning or when the table/type changes in case multiple indices are sent.
beginColumn - Variable in class org.yamcs.templating.Token
The column number of the first character of this Token.
beginColumn - Variable in class org.yamcs.utils.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.yamcs.templating.Token
The line number of the first character of this Token.
beginLine - Variable in class org.yamcs.utils.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.yamcs.templating.SimpleCharStream
Start.
BeginToken() - Method in class org.yamcs.utils.parser.SimpleCharStream
Start.
BetweenClause() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
BINARY - Enum constant in enum org.yamcs.yarch.DataType._type
 
BINARY - Static variable in class org.yamcs.yarch.DataType
 
binaryConcat(byte[], byte[]) - Static method in class org.yamcs.yarch.streamsql.AdditiveExpression
 
binaryConcat(byte[], byte[], byte[]) - Static method in class org.yamcs.yarch.streamsql.AdditiveExpression
 
binarySearch(int) - Method in class org.yamcs.utils.IntArray
Assuming that the array is sorted, performs a binary search and returns the position of the found element.
BinaryValue - Class in org.yamcs.parameter
 
BinaryValue(byte[]) - Constructor for class org.yamcs.parameter.BinaryValue
 
BinaryValueSegment - Class in org.yamcs.parameterarchive
 
bind(ExecutionContext) - Method in class org.yamcs.yarch.streamsql.InsertValuesExpression
 
bind(ExecutionContext) - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
bind(TupleDefinition) - Method in class org.yamcs.yarch.streamsql.AggregateExpression
 
bind(TupleDefinition) - Method in class org.yamcs.yarch.streamsql.Expression
 
bind(TupleDefinition) - Method in class org.yamcs.yarch.streamsql.WindowSpecification
 
bindAggregate(TupleDefinition) - Method in class org.yamcs.yarch.streamsql.AggregateExpression
When this is called, all the children are already bound.
Binding - Class in org.yamcs.http
 
Binding(int) - Constructor for class org.yamcs.http.Binding
 
Binding(InetAddress, int) - Constructor for class org.yamcs.http.Binding
 
BitBuffer - Class in org.yamcs.utils
Allows to read and write bits from a byte array (byte[]) keeps a bit position and the extractions are relative to the position.
BitBuffer(byte[]) - Constructor for class org.yamcs.utils.BitBuffer
Creates a new bit buffer that wraps array b starting at offset 0
BitBuffer(byte[], int) - Constructor for class org.yamcs.utils.BitBuffer
Creates a new bit buffer that wraps the array b starting at offset (in bytes)
BitPacking - Class in me.lemire.integercompression
Bitpacking routines
BitPacking() - Constructor for class me.lemire.integercompression.BitPacking
 
BitReader - Class in org.yamcs.utils
BitReader is a wrapper around the ByteBuffer that allows to read individual bits.
BitReader(ByteBuffer) - Constructor for class org.yamcs.utils.BitReader
Construct the BitReader as a wrapper around bb
bits(int) - Static method in class me.lemire.integercompression.Util
Compute the integer logarithms (ceil(log(x+1)) of a value
BitwiseExpression - Class in org.yamcs.yarch.streamsql
 
BitwiseExpression(List<Expression>, List<BitwiseOp>) - Constructor for class org.yamcs.yarch.streamsql.BitwiseExpression
 
BitwiseOp - Enum in org.yamcs.yarch.streamsql
 
BitwiseOp() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
BitWriter - Class in org.yamcs.utils
Wrapper around a ByteBuffer that allows to write individual bits or group of bits All the writings/readings are performed to a temporary long which is stored into the backing ByteBuffer when it is "full" Don't forget to call flush after the last write, such that the long is written to the backing ByteBuffer
BitWriter(ByteBuffer) - Constructor for class org.yamcs.utils.BitWriter
Constructs a BitWriter around an existing ByteBuffer
BLOCK_SIZE - Static variable in class me.lemire.integercompression.FastPFOR128
 
blockQueue(Context, BlockQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.http.api.QueuesApi
 
body() - Method in class org.yamcs.templating.TemplateParser
 
BODY_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
BodyHandler - Class in org.yamcs.http
A HttpHandler that allows request bodies.
BodyHandler() - Constructor for class org.yamcs.http.BodyHandler
 
BOOLEAN - Enum constant in enum org.yamcs.CommandOption.CommandOptionType
 
BOOLEAN - Enum constant in enum org.yamcs.Spec.OptionType
 
BOOLEAN - Enum constant in enum org.yamcs.yarch.DataType._type
 
BOOLEAN - Static variable in class org.yamcs.yarch.DataType
 
BooleanArray - Class in org.yamcs.utils
an array that stores the bits in a long[] - each long stores 64 values
BooleanArray() - Constructor for class org.yamcs.utils.BooleanArray
 
BooleanArray(int) - Constructor for class org.yamcs.utils.BooleanArray
 
BooleanValue - Class in org.yamcs.parameter
 
BooleanValue(boolean) - Constructor for class org.yamcs.parameter.BooleanValue
 
BooleanValueSegment - Class in org.yamcs.parameterarchive
Boolean value sgement uses BitSet to represent the boolean values as a set of bits
BooleanValueSegment() - Constructor for class org.yamcs.parameterarchive.BooleanValueSegment
 
boolToByte(boolean, int) - Static method in class org.yamcs.cfdp.CfdpUtils
if bool is true, write bit 1 on bitnr position
Bucket - Interface in org.yamcs.yarch
 
BUCKET - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store bucket and user objects relevant information: instanceName, bucketProperties
BUCKET_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store bucket and user objects relevant information: instanceName, bucketProperties
BucketDatabase - Interface in org.yamcs.yarch
 
BUCKETPROPERTIES_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
BucketsApi - Class in org.yamcs.http.api
 
BucketsApi() - Constructor for class org.yamcs.http.api.BucketsApi
 
bufcolumn - Variable in class org.yamcs.templating.SimpleCharStream
 
bufcolumn - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
buffer - Variable in class org.yamcs.templating.SimpleCharStream
 
buffer - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
bufline - Variable in class org.yamcs.templating.SimpleCharStream
 
bufline - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
bufOut - Variable in class org.yamcs.http.ServerStreamingObserver
 
bufpos - Variable in class org.yamcs.templating.SimpleCharStream
Position in buffer.
bufpos - Variable in class org.yamcs.utils.parser.SimpleCharStream
Position in buffer.
build() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
build() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
build() - Method in class org.yamcs.parameterarchive.AggrrayBuilder
 
build() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
build() - Method in class org.yamcs.replication.protobuf.Request.Builder
 
build() - Method in class org.yamcs.replication.protobuf.Response.Builder
 
build() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
build() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
build() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
build() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
build() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
build() - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
build() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
build() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
build() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
build() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
build() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
build() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
build() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
build() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
build() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
build() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
build() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
build() - Method in class org.yamcs.yarch.streamsql.HistogramStreamBuilder
 
build() - Method in class org.yamcs.yarch.streamsql.TableWalkerBuilder
 
buildCommand(ProcessorData, MetaCommand, Map<String, Object>) - Static method in class org.yamcs.mdb.MetaCommandProcessor
 
buildCommand(MetaCommand, Map<String, Object>) - Method in class org.yamcs.mdb.MetaCommandProcessor
 
buildCommand(MetaCommand, Map<String, Object>, String, int, User) - Method in class org.yamcs.commanding.CommandingManager
Creates a new PreparedCommand where the binary is created by processing the provided arguments and matching it against the MDB definition.
buildPage() - Method in class org.yamcs.http.api.MdbPageBuilder
 
buildPartial() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
buildPartial() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
buildPartial() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
buildPartial() - Method in class org.yamcs.replication.protobuf.Request.Builder
 
buildPartial() - Method in class org.yamcs.replication.protobuf.Response.Builder
 
buildPartial() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
buildPartial() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
buildPartial() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
buildPartial() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
buildPartial() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
buildPartial() - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
buildPartial() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
buildPartial() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
buildPartial() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
buildPartial() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
buildPartial() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
buildPartial() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
buildPartial() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
buildPartial() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
buildPartial() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
buildPartial() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
buildPartial() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
buildRawCommand(MetaCommand, byte[], String, int, User) - Method in class org.yamcs.commanding.CommandingManager
Creates a new PreparedCommand with raw provided binary.
buildStats(Processor, List<TmStatistics>) - Static method in class org.yamcs.management.ManagementGpbHelper
 
byName(String) - Static method in class org.yamcs.yarch.DataType
this is the inverse of DataType.name()
bypassFlag() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
BYTE - Enum constant in enum org.yamcs.yarch.DataType._type
 
BYTE - Static variable in class org.yamcs.yarch.DataType
 
ByteArray - Class in org.yamcs.utils
byte array which grows and also supports writing/reading int, double, etc.
ByteArray() - Constructor for class org.yamcs.utils.ByteArray
Creates a sorted int array with a default initial capacity
ByteArray(int) - Constructor for class org.yamcs.utils.ByteArray
Creates an IntArray with a given initial capacity
ByteArrayComparator - Class in org.yamcs.yarch
 
ByteArrayComparator() - Constructor for class org.yamcs.yarch.ByteArrayComparator
 
byteArrayToObject(byte[]) - Method in class org.yamcs.yarch.rocksdb.ColumnValueSerializer
ByteArrayUtils - Class in org.yamcs.utils
 
ByteArrayUtils() - Constructor for class org.yamcs.utils.ByteArrayUtils
 
ByteArrayWrapper - Class in org.yamcs.utils
Wrapper around byte array that allows usage as hashmap keys
ByteArrayWrapper(byte[]) - Constructor for class org.yamcs.utils.ByteArrayWrapper
 
byteBufferToHexString(ByteBuffer) - Static method in class org.yamcs.utils.StringConverter
 
ByteIntegerCODEC - Interface in me.lemire.integercompression
Interface describing a CODEC to compress integers to bytes.
byteOrder - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
ByteSupplier - Interface in org.yamcs.utils
 

C

calculateChecksum(byte[]) - Static method in class org.yamcs.cfdp.ChecksumCalculator
 
calculateChecksum(DataFileSegment) - Static method in class org.yamcs.cfdp.ChecksumCalculator
 
calculateHmac(byte[], byte[]) - Static method in class org.yamcs.security.CryptoUtils
Calculates an hmac as specified in RFC2104.
calculateHmac(String, byte[]) - Static method in class org.yamcs.security.CryptoUtils
Calculates an hmac as specified in RFC2104.
CALIB_TYPE_ENUMERATION - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CALIB_TYPE_ENUMERATION - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CALIB_TYPE_JAVA_EXPRESSION - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CALIB_TYPE_JAVA_EXPRESSION - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CALIB_TYPE_POLYNOMIAL - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CALIB_TYPE_POLYNOMIAL - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CALIB_TYPE_SPLINE - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CALIB_TYPE_SPLINE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CALIB_TYPE_TIME - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CALIB_TYPE_TIME - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
calibrate(double) - Method in interface org.yamcs.mdb.CalibratorProc
 
calibrate(double) - Method in class org.yamcs.mdb.PolynomialCalibratorProc
 
calibrate(double) - Method in class org.yamcs.mdb.SplineCalibratorProc
 
calibrate(int, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
Calibrate raw value according to the calibration rule of the given parameter
calibrate(ProcessingData, ParameterValue) - Method in class org.yamcs.mdb.ParameterTypeProcessor
Sets the value of a pval, based on the raw value, the applicable calibrator and the expected parameter type
calibrate(ParameterValue) - Method in class org.yamcs.mdb.ParameterTypeProcessor
 
CalibratorProc - Interface in org.yamcs.mdb
 
calibrators - Variable in class org.yamcs.xtce.xlsv6.V6Loader
 
calibrators - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
callMethod(Context, Message, Observer<Message>) - Method in class org.yamcs.http.Topic
 
callMethod(Context, Observer<Message>) - Method in class org.yamcs.http.Topic
 
CallObserver - Class in org.yamcs.http
Observes the state of a single RPC call where both request and response are non-streaming.
CallObserver(RouteContext) - Constructor for class org.yamcs.http.CallObserver
 
cancel() - Method in class org.yamcs.cfdp.Timer
 
cancel(Throwable) - Method in class org.yamcs.http.TopicContext
 
cancel(ConditionCode) - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
cancel(ConditionCode) - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
cancel(ConditionCode) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
cancel(FileTransfer) - Method in class org.yamcs.cfdp.CfdpService
 
cancel(FileTransfer) - Method in interface org.yamcs.filetransfer.FileTransferService
Cancel the file transfer.
CANCEL_REQUEST_RECEIVED - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
cancelInactivityTimer() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
cancellable() - Method in class org.yamcs.cfdp.CompletedTransfer
 
cancellable() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
cancellable() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
cancellable() - Method in interface org.yamcs.filetransfer.FileTransfer
 
CANCELLED - Enum constant in enum org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
 
CancelRequest - Class in org.yamcs.cfdp
A Cancel.request is a primitive that requests a certain transaction canceled*
CancelRequest(FileTransfer) - Constructor for class org.yamcs.cfdp.CancelRequest
 
cancelTransfer() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
cancelTransfer(Context, CancelTransferRequest, Observer<Empty>) - Method in class org.yamcs.http.api.FileTransferApi
 
canProvide(Yamcs.NamedObjectId) - Method in class org.yamcs.algorithms.AlgorithmManager
 
canProvide(Yamcs.NamedObjectId) - Method in class org.yamcs.mdb.XtceTmProcessor
 
canProvide(Yamcs.NamedObjectId) - Method in class org.yamcs.parameter.LocalParameterManager
 
canProvide(Yamcs.NamedObjectId) - Method in interface org.yamcs.parameter.ParameterProvider
Returns whether or not a given parameter can be provided by this provider
canProvide(Yamcs.NamedObjectId) - Method in class org.yamcs.tctm.ReplayService
 
canProvide(Yamcs.NamedObjectId) - Method in class org.yamcs.tctm.StreamParameterProvider
 
canProvide(Parameter) - Method in class org.yamcs.algorithms.AlgorithmManager
 
canProvide(Parameter) - Method in class org.yamcs.mdb.XtceTmProcessor
 
canProvide(Parameter) - Method in class org.yamcs.parameter.LocalParameterManager
 
canProvide(Parameter) - Method in interface org.yamcs.parameter.ParameterProvider
 
canProvide(Parameter) - Method in class org.yamcs.tctm.ReplayService
 
canProvide(Parameter) - Method in class org.yamcs.tctm.StreamParameterProvider
 
canProvideContainer(Yamcs.NamedObjectId) - Method in interface org.yamcs.container.ContainerProvider
Returns whether or not a given container can be provided by this provider
canProvideContainer(Yamcs.NamedObjectId) - Method in class org.yamcs.mdb.XtceTmProcessor
 
capitalized(String) - Static method in class org.yamcs.yarch.DataType
 
capitalizeFirstLetter(String) - Static method in class org.yamcs.yarch.streamsql.ColumnExpression
 
castAs(DataType, Object) - Static method in class org.yamcs.yarch.DataType
Performs casting: numbers to numbers, numbers to string, string to numbers
castAs(DataType, DataType, Object) - Static method in class org.yamcs.yarch.DataType
Performs casting of v from sourceType to targetType
CCSDS_START_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.BchCltuGenerator
 
CCSDS_START_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator
 
CCSDS_START_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator
 
CCSDS_TAIL_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.BchCltuGenerator
 
CCSDS_TAIL_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator
 
CcsdsFrameDecoder - Class in org.yamcs.tctm.ccsds
decodes raw frame data according to according to CCSDS 131.0-B-3.
CcsdsFrameDecoder(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.CcsdsFrameDecoder
 
CcsdsPacket - Class in org.yamcs.tctm
CCSDS Packet as per CCSDS 133.0-B-2 https://public.ccsds.org/Pubs/133x0b2e1.pdf
CcsdsPacket(byte[]) - Constructor for class org.yamcs.tctm.CcsdsPacket
 
CcsdsPacket(ByteBuffer) - Constructor for class org.yamcs.tctm.CcsdsPacket
 
CcsdsPacketInputStream - Class in org.yamcs.tctm
Reads CCSDS packets from an input stream: first it reads 6 bytes primary header, it derives the length from the last two bytes and reads the remaining of the data.
CcsdsPacketInputStream() - Constructor for class org.yamcs.tctm.CcsdsPacketInputStream
 
CcsdsPacketPreprocessor - Class in org.yamcs.tctm
Contains some helper methods for all the pre-processors for CCSDS packets
CcsdsPacketPreprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.CcsdsPacketPreprocessor
 
CcsdsSeq_KEY - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
CcsdsSeqCountFiller - Class in org.yamcs.tctm
Fills in the time, seq and checksum
CcsdsSeqCountFiller() - Constructor for class org.yamcs.tctm.CcsdsSeqCountFiller
 
CcsdsTmIndex - Class in org.yamcs.archive
Completeness index of CCSDS telemetry.
CcsdsTmIndex() - Constructor for class org.yamcs.archive.CcsdsTmIndex
 
CFDP - Static variable in class org.yamcs.cfdp.pdu.CfdpPacket
 
CfdpFileTransfer - Interface in org.yamcs.cfdp
 
CfdpFileTransfer.PredefinedTransferTypes - Enum in org.yamcs.cfdp
 
CfdpHeader - Class in org.yamcs.cfdp.pdu
 
CfdpHeader(boolean, boolean, boolean, boolean, int, int, long, long, long) - Constructor for class org.yamcs.cfdp.pdu.CfdpHeader
 
CfdpIncomingTransfer - Class in org.yamcs.cfdp
 
CfdpIncomingTransfer(String, long, long, ScheduledThreadPoolExecutor, YConfiguration, CfdpHeader, Stream, FileSaveHandler, EventProducer, TransferMonitor, Map<ConditionCode, OngoingCfdpTransfer.FaultHandlingAction>) - Constructor for class org.yamcs.cfdp.CfdpIncomingTransfer
 
CfdpOutgoingTransfer - Class in org.yamcs.cfdp
 
CfdpOutgoingTransfer(String, long, long, long, ScheduledThreadPoolExecutor, PutRequest, Stream, YConfiguration, Bucket, Integer, Integer, EventProducer, TransferMonitor, Map<ConditionCode, OngoingCfdpTransfer.FaultHandlingAction>) - Constructor for class org.yamcs.cfdp.CfdpOutgoingTransfer
Create a new CFDP outgoing (uplink) transfer.
CfdpPacket - Class in org.yamcs.cfdp.pdu
 
CfdpPacket() - Constructor for class org.yamcs.cfdp.pdu.CfdpPacket
 
CfdpPacket(CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.CfdpPacket
 
CfdpPacket.TransmissionMode - Enum in org.yamcs.cfdp.pdu
 
CfdpPacketInputStream - Class in org.yamcs.tctm
CFDP packet reader that splits the stream into packets based on the length of the packet
CfdpPacketInputStream() - Constructor for class org.yamcs.tctm.CfdpPacketInputStream
 
CfdpRequest - Class in org.yamcs.cfdp
 
CfdpRequest(CfdpRequest.CfdpRequestType) - Constructor for class org.yamcs.cfdp.CfdpRequest
 
CfdpService - Class in org.yamcs.cfdp
Implements CCSDS File Delivery Protocol (CFDP) in Yamcs.
CfdpService() - Constructor for class org.yamcs.cfdp.CfdpService
 
cfdpTransactionId - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
CfdpTransactionId - Class in org.yamcs.cfdp
 
CfdpTransactionId(long, long) - Constructor for class org.yamcs.cfdp.CfdpTransactionId
 
CfdpUtils - Class in org.yamcs.cfdp
 
CfdpUtils() - Constructor for class org.yamcs.cfdp.CfdpUtils
 
CFG_CRASH_HANDLER_KEY - Static variable in class org.yamcs.YamcsServer
 
cfNameToString(byte[]) - Static method in class org.yamcs.yarch.rocksdb.YRDB
 
CfsCommandPostprocessor - Class in org.yamcs.tctm.cfs
CFS TC packets: CCSDS primary header - 6 bytes.
CfsCommandPostprocessor(String) - Constructor for class org.yamcs.tctm.cfs.CfsCommandPostprocessor
 
CfsCommandPostprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.cfs.CfsCommandPostprocessor
 
CfsEventDecoder - Class in org.yamcs.tctm.cfs
Generate Yamcs events out of cFS event packets
CfsEventDecoder() - Constructor for class org.yamcs.tctm.cfs.CfsEventDecoder
 
CfsPacketPreprocessor - Class in org.yamcs.tctm.cfs
Preprocessor for the CFS TM packets: CCSDS primary header 6 bytes Time seconds 4 bytes subseconds(1/2^16 fraction of seconds) 2 bytes Options:
CfsPacketPreprocessor(String) - Constructor for class org.yamcs.tctm.cfs.CfsPacketPreprocessor
 
CfsPacketPreprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.cfs.CfsPacketPreprocessor
 
changeDataType(String, DataType) - Method in class org.yamcs.yarch.TableDefinition
this method is used during table migration between two versions
changeEndAction(Yamcs.EndAction) - Method in class org.yamcs.archive.YarchReplay
 
changeEndAction(Yamcs.EndAction) - Method in class org.yamcs.Processor
 
changeEndAction(Yamcs.EndAction) - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
changeEndAction(Yamcs.EndAction) - Method in class org.yamcs.tctm.ReplayService
 
changeKey(K, K) - Method in class org.yamcs.utils.IndexedList
 
ChangeMissionDatabase - Static variable in class org.yamcs.security.SystemPrivilege
Allows to change online the MDB (calibrators, alarms and algorithms)
changePassword(User, char[]) - Method in class org.yamcs.security.Directory
 
changeRange(long, long) - Method in class org.yamcs.archive.YarchReplay
 
changeRange(long, long) - Method in class org.yamcs.Processor
 
changeRange(long, long) - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
changeRange(long, long) - Method in class org.yamcs.tctm.ReplayService
 
changeSpeed(SpeedSpec) - Method in class org.yamcs.archive.YarchReplay
 
changeSpeed(Yamcs.ReplaySpeed) - Method in class org.yamcs.Processor
 
changeSpeed(Yamcs.ReplaySpeed) - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
changeSpeed(Yamcs.ReplaySpeed) - Method in class org.yamcs.tctm.ReplayService
 
changeState(TransferState) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
channelActive(ChannelHandlerContext) - Method in class org.yamcs.http.HttpRequestHandler
 
channelActive(ChannelHandlerContext) - Method in class org.yamcs.replication.MasterChannelHandler
this is called when the TCP connection is established, only when we are working as TCP client in the other case the ReplicationServer adds us to the pipeline after the connection is established)
channelActive(ChannelHandlerContext) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
 
channelInactive(ChannelHandlerContext) - Method in class org.yamcs.http.WebSocketFrameHandler
 
channelInactive(ChannelHandlerContext) - Method in class org.yamcs.replication.MasterChannelHandler
 
channelInactive(ChannelHandlerContext) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.yamcs.http.HttpRequestHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.yamcs.replication.MasterChannelHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
 
channelRead0(ChannelHandlerContext, Message) - Method in class org.yamcs.http.StreamingClientHandler
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - Method in class org.yamcs.http.Handler
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - Method in class org.yamcs.http.RouteHandler
 
channelRead0(ChannelHandlerContext, WebSocketFrame) - Method in class org.yamcs.http.WebSocketFrameHandler
 
channelRegistered(ChannelHandlerContext) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
 
CHECK_BOX - Enum constant in enum org.yamcs.tctm.LinkAction.ActionStyle
 
CHECK_LIMIT_REACHED - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
checkAndOpenSocket() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
checkAnyOfSystemPrivileges(SystemPrivilege...) - Method in class org.yamcs.http.Context
 
checkCommandClearance() - Method in class org.yamcs.ProcessorConfig
 
CheckConfig - Class in org.yamcs.cli
 
CheckConfig(YamcsAdminCli) - Constructor for class org.yamcs.cli.CheckConfig
 
checkEngValueAssignment(Parameter, Value) - Static method in class org.yamcs.mdb.ParameterTypeUtils
Checks that a value can be assigned to a parameter as engineering value Throws an IllegalArgumentException if not
checkEngValueAssignment(ParameterType, Value) - Static method in class org.yamcs.mdb.ParameterTypeUtils
 
checkFloatRange(FloatValidRange, double) - Static method in class org.yamcs.mdb.ValidRangeChecker
checks that x is in the range and returns true if it is and false if it's not
checkFloatRange(FloatValidRange, Value) - Static method in class org.yamcs.mdb.ValidRangeChecker
Checks if the value is within range.
checkForSequenceDiscontinuity - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
checkForSequenceDiscontinuity() - Method in class org.yamcs.tctm.AbstractPacketPreprocessor
 
checkForSequenceDiscontinuity(boolean) - Method in class org.yamcs.tctm.AbstractPacketPreprocessor
 
checkForSequenceDiscontinuity(boolean) - Method in interface org.yamcs.tctm.PacketPreprocessor
The packet preprocessor processes multiple packets that should be in sequence.
checkIntegerRange(IntegerValidRange, long) - Static method in class org.yamcs.mdb.ValidRangeChecker
checks that x is in the range and returns true if it is and false if it's not
checkIntegerRange(IntegerValidRange, Value) - Static method in class org.yamcs.mdb.ValidRangeChecker
Checks if the value is within range.
checkManageBucketPrivilege(String, User) - Static method in class org.yamcs.http.api.BucketsApi
 
checkName(ParameterRequestManager, Yamcs.NamedObjectId) - Static method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
checkNames(ParameterRequestManager, List<Yamcs.NamedObjectId>) - Static method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
checkObjectPrivileges(ObjectPrivilegeType, String...) - Method in class org.yamcs.http.Context
 
checkObjectPrivileges(ObjectPrivilegeType, Collection<String>) - Method in class org.yamcs.http.Context
 
checkParameterValidityRanges() - Method in class org.yamcs.ProcessorConfig
 
checkRange(ArgumentType, Object) - Method in class org.yamcs.mdb.ArgumentTypeProcessor
 
checkReadBucketPrivilege(String, User) - Static method in class org.yamcs.http.api.BucketsApi
 
checkSequence(int, int) - Method in class org.yamcs.tctm.CcsdsPacketPreprocessor
 
ChecksumCalculator - Class in org.yamcs.cfdp
 
ChecksumCalculator() - Constructor for class org.yamcs.cfdp.ChecksumCalculator
 
ChecksumType - Enum in org.yamcs.cfdp
 
checkSystemPrivilege(SystemPrivilege) - Method in class org.yamcs.http.Context
 
checkUnsignedIntegerRange(IntegerValidRange, long) - Static method in class org.yamcs.mdb.ValidRangeChecker
 
checkValid() - Method in class org.yamcs.yarch.rocksdb.AbstractDbIterator
 
checkVersion(String) - Method in class org.yamcs.mdb.SpreadsheetLoader
 
children - Variable in class org.yamcs.yarch.streamsql.Expression
 
CLCW - Enum constant in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
 
clcwReceived(int) - Method in interface org.yamcs.tctm.ccsds.Cop1Monitor
Called when a new CLCW has been received
ClcwStreamHelper - Class in org.yamcs.tctm.ccsds
A CLCW stream is a stream used to pass the CLCW (Command Link Control Word - see CCSDS 232.0-B-3) between the receiver and the FOP1 processor.
ClcwStreamHelper(String, String) - Constructor for class org.yamcs.tctm.ccsds.ClcwStreamHelper
Creates the stream with the given name in the given yamcs instance, if it does not already exist
clear() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
clear() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
clear() - Method in class org.yamcs.external.SimpleRegression
Clears all data from the model.
clear() - Method in class org.yamcs.parameter.ArrayParameterCache
 
clear() - Method in interface org.yamcs.parameter.ParameterCache
Remove all the parameters from the cache
clear() - Method in class org.yamcs.parameter.ParameterCacheImpl
 
clear() - Method in class org.yamcs.parameter.ParameterValueList
Throws UnsupportedOperationException
clear() - Method in class org.yamcs.parameterarchive.AggrrayBuilder
 
clear() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
clear() - Method in class org.yamcs.replication.protobuf.Request.Builder
 
clear() - Method in class org.yamcs.replication.protobuf.Response.Builder
 
clear() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
clear() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
clear() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
clear() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
clear() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
clear() - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
clear() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
clear() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
clear() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
clear() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
clear() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
clear() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
clear() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
clear() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
clear() - Method in interface org.yamcs.yarch.CompiledAggregateExpression
 
clear() - Method in class org.yamcs.yarch.CompiledAggregateList
 
clear() - Method in class org.yamcs.yarch.CompiledFirstVal
 
clear() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
clear() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
clear() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
clear() - Method in class org.yamcs.yarch.Row
 
clear(boolean) - Method in class org.yamcs.commanding.CommandQueue
 
clear(String, long, String) - Method in class org.yamcs.alarms.ActiveAlarm
 
clear(ActiveAlarm<T>, String, long, String) - Method in class org.yamcs.alarms.AlarmServer
Acknowledges an active alarm instance.
clearAccountType() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
clearAcquisitionStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
clearAcquisitionTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional int64 acquisitionTime = 4;
clearActive() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional bool active = 4;
clearAlarm(Context, ClearAlarmRequest, Observer<Empty>) - Method in class org.yamcs.http.api.AlarmsApi
 
clearAlarmRange() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
clearAlgorithmOverride(CustomAlgorithm) - Method in class org.yamcs.algorithms.AlgorithmManager
 
clearAll() - Method in class org.yamcs.alarms.AlarmServer
Removes all active alarms without acknowledgement !
Clearance - Class in org.yamcs.security.protobuf
Protobuf type Clearance
CLEARANCE_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
Clearance.Builder - Class in org.yamcs.security.protobuf
Protobuf type Clearance
ClearanceApi - Class in org.yamcs.http.api
 
ClearanceApi(AuditLog) - Constructor for class org.yamcs.http.api.ClearanceApi
 
ClearanceListener - Interface in org.yamcs.security
 
ClearanceOrBuilder - Interface in org.yamcs.security.protobuf
 
clearApplicationHash() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationHash = 2;
clearApplicationId() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationId = 1;
clearAssignment() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
clearAuthToken() - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string authToken = 1;
clearAuthToken() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string authToken = 1;
clearAutoincrement() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional bool autoincrement = 4;
clearBucketProperties() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
bucketProperties
clearClearance() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional .Clearance clearance = 6;
clearColumnName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
repeated string columnName = 1;
clearColumns() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
clearCompressed() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional bool compressed = 9;
clearConfigs() - Static method in class org.yamcs.YConfiguration
 
clearConfirmationTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp confirmationTime = 7;
clearContentType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string contentType = 3;
clearCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
optional int64 created = 2;
clearCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional int64 created = 4;
clearCreatedBy() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional int32 createdBy = 5;
clearCreatedBy() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Set by API when event was posted by a user
clearCreationTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp creationTime = 6;
clearCriteria() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
clearDescription() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string description = 3;
clearDirectoryPrivileges() - Method in class org.yamcs.security.User
Resets user privileges to only those that are externally defined.
clearDisplayName() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string displayName = 3;
CLEARED - Enum constant in enum org.yamcs.alarms.AlarmNotificationType
 
clearEmail() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string email = 1;
clearEngValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value engValue = 3;
clearEnumValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
clearErrorMsg() - Method in class org.yamcs.replication.protobuf.Response.Builder
optional string errorMsg = 3;
clearExpireMillis() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
How long (in milliseconds) this parameter value is valid Note that there is an option when subscribing to parameters to get updated when the parameter values expire.
clearExtra() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.Request.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.Response.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
clearFilters() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
clearFormatVersion() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional int32 formatVersion = 7;
clearGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int64 generationTime = 2;
clearGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional int64 generationTime = 5;
clearHash() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string hash = 2;
clearHistogramColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated string histogramColumn = 5;
clearHistogramColumnName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for HISTOGRAM
clearId() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional uint32 id = 1;
clearId() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
stream id
clearId() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional int32 id = 1;
clearId() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional int32 id = 1;
clearIdentities() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
clearIdentity() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string identity = 1;
clearInstanceName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for all record types if not specified then instanceName = tablespaceName
clearIssuedBy() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional int32 issuedBy = 2;
clearIssueTime() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional .google.protobuf.Timestamp issueTime = 3;
clearKey() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string key = 1;
clearKeyColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
clearLabel() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
optional string label = 2;
clearLastLoginTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp lastLoginTime = 8;
clearLevel() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional string level = 1;
clearLocalTime() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
local UNIX time in millisecs
clearMaxNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
maximum number of objects in the bucket
clearMaxSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
maximum size in bytes
clearMemberId() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for PARCHIVE_AGGARR_INFO
clearMembers() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
repeated int32 members = 4;
clearMessage() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
required string message = 6;
clearMetadata() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
clearMissionTime() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
Yamcs time in millisecs
clearMonitoringResult() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
clearName() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional string name = 1;
clearName() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string name = 2;
clearName() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
stream name
clearName() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string name = 2;
clearName() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string name = 2;
clearName() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional string name = 1;
clearName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
optional string name = 1;
clearName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string name = 1;
clearName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string name = 1;
clearNumericType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for PARCHIVE_AGGARR_INFO to store the numeric type (engType, rawType) of the parameter
clearNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
current number of objects in the bucket
clearObjectId() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional uint32 objectId = 2;
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.Request.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.Response.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
clearParameterAlarmOverrides(Parameter) - Method in class org.yamcs.mdb.ProcessorData
 
clearParameterCalibratorOverrides(Parameter) - Method in class org.yamcs.mdb.ProcessorData
 
clearParameterFqn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
clearParameterOverrides(Parameter) - Method in class org.yamcs.mdb.ProcessorData
 
clearParameterRequest() - Method in class org.yamcs.archive.ReplayOptions
 
clearParameterType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional uint32 parameterType = 9;
clearPartition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
clearPartitionDir() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional string partitionDir = 1;
clearPartitionEnd() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional int64 partitionEnd = 3;
clearPartitioningInfo() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional .PartitioningInfo partitioningInfo = 10;
clearPartitioningSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
clearPartitionStart() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional int64 partitionStart = 2;
clearPartitionValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION: if partitioned by value - the value
clearProcessingStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional bool processingStatus = 7;
clearProtoClass() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
the name of the class implementing the proto object if the dataType=PROTOBUF
clearProvider() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string provider = 2;
clearRangeCondition() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
clearRawValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value rawValue = 2;
clearReceptionTime() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int64 receptionTime = 3;
clearRecords() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
clearRecords() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
clearRequestSeq() - Method in class org.yamcs.replication.protobuf.Request.Builder
used to track back the response
clearRequestSeq() - Method in class org.yamcs.replication.protobuf.Response.Builder
optional uint32 requestSeq = 1;
clearResult() - Method in class org.yamcs.replication.protobuf.Response.Builder
optional int32 result = 2;
clearRoles() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated string roles = 5;
clearSecondaryIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
clearSecondaryIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for SECONDARY_INDEX
clearSeq() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
optional int32 seq = 1;
clearSeq() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
optional int32 seq = 1;
clearSeqNumber() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int32 seqNumber = 4;
clearServiceDetail() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.ServiceAccountRecordDetail serviceDetail = 10;
clearSeverity() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional .yamcs.protobuf.events.Event.EventSeverity severity = 7 [default = INFO];
clearSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
current bucket size
clearSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional uint64 size = 5;
clearSource() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string source = 1;
clearSpeed() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
time speed (mission time vs wall clock time)
clearStartTxId() - Method in class org.yamcs.replication.protobuf.Request.Builder
start replay with this transaction
clearStorageEngine() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string storageEngine = 6;
clearSuperuser() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional bool superuser = 3;
clearTableDefinition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION
clearTableName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
clearTablespace() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string tablespace = 8;
clearTbsIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional uint32 tbsIndex = 1;
clearTimeColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timeColumn = 2;
clearTimePartitionSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timePartitionSchema = 3;
clearTmIndexName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TM_INDEX
clearType() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string type = 3;
clearType() - Method in class org.yamcs.replication.protobuf.Request.Builder
currently only START_REPLAY
clearType() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string type = 5;
clearType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional .PartitioningInfo.PartitioningType type = 1;
clearType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string type = 2;
clearType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional .TablespaceRecord.Type type = 2;
clearUserDetail() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.UserAccountRecordDetail userDetail = 9;
clearUserInput() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional bool userInput = 3;
clearValue() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional .yamcs.protobuf.Value value = 2;
clearValue() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string value = 2;
clearValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
optional int32 value = 1;
clearValueColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumn = 4;
clearValueColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
clearValueColumnType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumnType = 5;
clearYamcsInstance() - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string yamcsInstance = 3;
clearYamcsInstance() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string yamcsInstance = 2;
CLIENT - Enum constant in enum org.yamcs.replication.TcpRole
 
CLIENT_ID - Static variable in class org.yamcs.http.auth.LoginRequest
 
clone() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
clone() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
clone() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
clone() - Method in class org.yamcs.replication.protobuf.Request.Builder
 
clone() - Method in class org.yamcs.replication.protobuf.Response.Builder
 
clone() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
clone() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
clone() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
clone() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
clone() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
clone() - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
clone() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
clone() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
clone() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
clone() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
clone() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
clone() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
clone() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
clone() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
clone() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
clone() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
clone() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
cloneForCommanding(ProcessingData, Map<Argument, ArgumentValue>, LastValueCache) - Static method in class org.yamcs.mdb.ProcessingData
Create a new processing data object with the tmParamsCache and tmParams shared with the data object, but with new cmdParams.
cloneForTm(ProcessingData) - Static method in class org.yamcs.mdb.ProcessingData
keeps the tmParamsCache and tmParams from the given data
close() - Method in interface org.yamcs.archive.IndexIterator
 
close() - Method in interface org.yamcs.events.EventProducer
Closes the connection to the server; the producer is unusable after this is called
close() - Method in class org.yamcs.events.MockupEventProducer
 
close() - Method in class org.yamcs.events.QuietEventProducer
 
close() - Method in class org.yamcs.events.Slf4jEventProducer
 
close() - Method in class org.yamcs.events.StreamEventProducer
 
close() - Method in class org.yamcs.http.TopicContext
 
close() - Method in class org.yamcs.logging.SyslogHandler
 
close() - Method in class org.yamcs.logging.WatchedFileHandler
 
close() - Method in class org.yamcs.parameterarchive.AggrrayIterator
 
close() - Method in class org.yamcs.parameterarchive.MultiSegmentIterator
Close the underlying rocks iterator if not already closed
close() - Method in interface org.yamcs.parameterarchive.ParchiveIterator
 
close() - Method in class org.yamcs.parameterarchive.SegmentIterator
Close the underlying rocks iterator if not already closed
close() - Method in class org.yamcs.parameterarchive.SimpleParameterIterator
 
close() - Method in class org.yamcs.replication.ReplicationFile
 
close() - Method in class org.yamcs.tctm.CcsdsPacketInputStream
 
close() - Method in class org.yamcs.tctm.CfdpPacketInputStream
 
close() - Method in class org.yamcs.tctm.FixedPacketInputStream
 
close() - Method in class org.yamcs.tctm.GenericPacketInputStream
 
close() - Method in class org.yamcs.tctm.UsocPacketInputStream
Deprecated.
 
close() - Method in class org.yamcs.utils.ParameterFormatter
 
close() - Method in class org.yamcs.yarch.AbstractTableWalker
 
close() - Method in class org.yamcs.yarch.ExecutionContext
 
close() - Method in interface org.yamcs.yarch.HistogramIterator
Close the iterator
close() - Method in class org.yamcs.yarch.rocksdb.AbstractDbIterator
 
close() - Method in interface org.yamcs.yarch.rocksdb.DbIterator
 
close() - Method in class org.yamcs.yarch.rocksdb.RdbHistogramIterator
 
close() - Method in class org.yamcs.yarch.rocksdb.RdbSequence
 
close() - Method in class org.yamcs.yarch.rocksdb.SecondaryIndexTableWalker
 
close() - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
close() - Method in class org.yamcs.yarch.Stream
Closes the stream by changing the state, calling Stream.doClose() sand then sending the streamClosed signal to all subscribed clients.
close() - Method in interface org.yamcs.yarch.streamsql.StreamSqlResult
Close the associated resources
close() - Method in class org.yamcs.yarch.streamsql.StreamSqlResultList
 
close() - Method in interface org.yamcs.yarch.TableWalker
 
close() - Method in class org.yamcs.yarch.TableWriter
close writer and any open resources
close() - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
close(YRDB) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
immediately closes the database
CLOSE_IF_ELIF_TAG - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
CLOSE_TAG - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
CLOSE_VAR - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
closeChannel(String) - Method in class org.yamcs.http.HttpServer
 
closeFuture() - Method in class org.yamcs.yarch.TableWriter
future which will be called (completed) when the writer is closed.
closeIfOpen(String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
Close the DB if open (called when dropping the table)
closeSocket() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
CloseStreamStatement - Class in org.yamcs.yarch.streamsql
 
CloseStreamStatement(String) - Constructor for class org.yamcs.yarch.streamsql.CloseStreamStatement
 
CloseStreamStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
closeTableWriters(YarchDatabaseInstance, Collection<String>) - Static method in class org.yamcs.archive.Utils
close all table writers subscribed to any of the stream in the list
closureRequested() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
cltuGenerator - Variable in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
CltuGenerator - Class in org.yamcs.tctm.ccsds.error
Makes CLTUs from command transfer frames as per CCSDS 231.0-B-3 (TC SYNCHRONIZATION AND CHANNEL CODING)
CltuGenerator(byte[], byte[]) - Constructor for class org.yamcs.tctm.ccsds.error.CltuGenerator
 
CltuGenerator.Encoding - Enum in org.yamcs.tctm.ccsds.error
 
CMD_HIST - Enum constant in enum org.yamcs.StreamConfig.StandardStreamType
 
CMD_HISTORY - Enum constant in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
CMD_HISTORY = 9;
CMD_HISTORY_VALUE - Static variable in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
CMD_HISTORY = 9;
cmdArgs - Variable in class org.yamcs.mdb.ProcessingData
 
cmdControlFlag() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
CMDHIST_TUPLE_COL_CMDNAME - Static variable in class org.yamcs.StandardTupleDefinitions
 
Cmdhistory - Class in org.yamcs.cmdhistory.protobuf
 
Cmdhistory.Assignment - Class in org.yamcs.cmdhistory.protobuf
Protobuf type Assignment
Cmdhistory.Assignment.Builder - Class in org.yamcs.cmdhistory.protobuf
Protobuf type Assignment
Cmdhistory.AssignmentInfo - Class in org.yamcs.cmdhistory.protobuf
Protobuf type AssignmentInfo
Cmdhistory.AssignmentInfo.Builder - Class in org.yamcs.cmdhistory.protobuf
Protobuf type AssignmentInfo
Cmdhistory.AssignmentInfoOrBuilder - Interface in org.yamcs.cmdhistory.protobuf
 
Cmdhistory.AssignmentOrBuilder - Interface in org.yamcs.cmdhistory.protobuf
 
cmdParams - Variable in class org.yamcs.mdb.ProcessingData
 
cmdParamsCache - Variable in class org.yamcs.mdb.ProcessingData
 
cmdPostProcessor - Variable in class org.yamcs.tctm.AbstractTcDataLink
 
cmdPostProcessor - Variable in class org.yamcs.tctm.TcpTcTmDataLink
 
CN_CALIB_CALIB1 - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CN_CALIB_CALIB2 - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CN_CALIB_DESCRIPTION - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CN_CALIB_NAME - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CN_CALIB_TYPE - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CN_CMD_ARG_ASSIGNMENT - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMD_ARGNAME - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMD_DEFVALUE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMD_DESCRIPTION - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMD_DTYPE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMD_FLAGS - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMD_NAME - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMD_PARENT - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMD_POSITION - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMD_RANGEHIGH - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMD_RANGELOW - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMDVERIF_CHECKWINDOW - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMDVERIF_CHECKWINDOW_RELATIVETO - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMDVERIF_NAME - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMDVERIF_ONFAIL - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMDVERIF_ONSUCCESS - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMDVERIF_ONTIMEOUT - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMDVERIF_STAGE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMDVERIF_TEXT - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CMDVERIF_TYPE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
CN_CONTEXT - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
CNAME_ACK_BY - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_ACK_MSG - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_ACK_TIME - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_ASSIGNMENTS - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_BANDS - Static variable in class org.yamcs.timeline.TimelineViewDb
 
CNAME_BINARY - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_CLEAR - Static variable in class org.yamcs.alarms.EventAlarmStreamer
 
CNAME_CLEAR - Static variable in class org.yamcs.alarms.ParameterAlarmStreamer
 
CNAME_CLEAR_MSG - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_CLEARED_BY - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_CLEARED_TIME - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_CMDNAME - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_COMMENT - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_DESCRIPTION - Static variable in class org.yamcs.timeline.TimelineBandDb
 
CNAME_DESCRIPTION - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_DESCRIPTION - Static variable in class org.yamcs.timeline.TimelineViewDb
 
CNAME_DURATION - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_FAILURE_REASON - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_FILTER - Static variable in class org.yamcs.timeline.TimelineBandDb
 
CNAME_GENTIME - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_GROUP_ID - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_ID - Static variable in class org.yamcs.timeline.TimelineBandDb
 
CNAME_ID - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_ID - Static variable in class org.yamcs.timeline.TimelineItemLogDb
 
CNAME_ID - Static variable in class org.yamcs.timeline.TimelineViewDb
 
CNAME_LAST_EVENT - Static variable in class org.yamcs.alarms.EventAlarmStreamer
 
CNAME_LAST_EVENT - Static variable in class org.yamcs.alarms.ParameterAlarmStreamer
 
CNAME_METHOD - Static variable in class org.yamcs.http.audit.AuditLogDb
 
CNAME_MSG - Static variable in class org.yamcs.timeline.TimelineItemLogDb
 
CNAME_NAME - Static variable in class org.yamcs.timeline.TimelineBandDb
 
CNAME_NAME - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_NAME - Static variable in class org.yamcs.timeline.TimelineViewDb
 
CNAME_NO_POSTPROCESSING - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_NO_TRANSMISSION_CONSTRAINTS - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_NO_VERIFIERS - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_ORIGIN - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_RAW - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_RECTIME - Static variable in class org.yamcs.http.audit.AuditLogDb
 
CNAME_RELTIME_ID - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_RELTIME_START - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_REQUEST - Static variable in class org.yamcs.http.audit.AuditLogDb
 
CNAME_SEQ_NUM - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_SEQNUM - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_SEQNUM - Static variable in class org.yamcs.http.audit.AuditLogDb
 
CNAME_SERVICE - Static variable in class org.yamcs.http.audit.AuditLogDb
 
CNAME_SEVERITY_INCREASED - Static variable in class org.yamcs.alarms.EventAlarmStreamer
 
CNAME_SEVERITY_INCREASED - Static variable in class org.yamcs.alarms.ParameterAlarmStreamer
 
CNAME_SHARED - Static variable in class org.yamcs.timeline.TimelineBandDb
 
CNAME_SHELVE_DURATION - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_SHELVED_BY - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_SHELVED_MSG - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_SHELVED_TIME - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_SOURCE - Static variable in class org.yamcs.timeline.TimelineBandDb
 
CNAME_START - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_STATUS - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_SUMMARY - Static variable in class org.yamcs.http.audit.AuditLogDb
 
CNAME_TAGS - Static variable in class org.yamcs.timeline.TimelineBandDb
 
CNAME_TAGS - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_TIME - Static variable in class org.yamcs.timeline.TimelineItemLogDb
 
CNAME_TRIGGER - Static variable in class org.yamcs.alarms.EventAlarmStreamer
 
CNAME_TRIGGER - Static variable in class org.yamcs.alarms.ParameterAlarmStreamer
 
CNAME_TRIGGER_TIME - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_TYPE - Static variable in class org.yamcs.timeline.TimelineBandDb
 
CNAME_TYPE - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CNAME_TYPE - Static variable in class org.yamcs.timeline.TimelineItemLogDb
 
CNAME_UNPROCESSED_BINARY - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_UPDATE_TIME - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_USER - Static variable in class org.yamcs.http.audit.AuditLogDb
 
CNAME_USER - Static variable in class org.yamcs.timeline.TimelineItemLogDb
 
CNAME_USERNAME - Static variable in class org.yamcs.commanding.PreparedCommand
 
CNAME_USERNAME - Static variable in class org.yamcs.timeline.TimelineBandDb
 
CNAME_VALUE_COUNT - Static variable in class org.yamcs.alarms.AlarmStreamer
 
CNAME_VIOLATION_COUNT - Static variable in class org.yamcs.alarms.AlarmStreamer
 
coalesce(Object...) - Static method in class org.yamcs.yarch.streamsql.funct.CoalesceExpression
 
CoalesceExpression - Class in org.yamcs.yarch.streamsql.funct
 
CoalesceExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.funct.CoalesceExpression
 
coarseTime - Variable in class org.yamcs.utils.GpsCcsdsTime
 
codeChallenge - Variable in class org.yamcs.security.CryptoUtils.PKCE
 
codeVerifier - Variable in class org.yamcs.security.CryptoUtils.PKCE
 
coerceValue(Yamcs.Value) - Method in class org.yamcs.CommandOption
Returns a new value whose type matches more closely the type of this command option.
collect() - Method in class org.yamcs.http.api.Downsampler
 
collectAggregates(List<AggregateExpression>) - Method in class org.yamcs.yarch.streamsql.Expression
 
collectionStart - Variable in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
collectRequiredInputs(Set<ColumnDefinition>) - Method in class org.yamcs.yarch.streamsql.ColumnExpression
 
collectRequiredInputs(Set<ColumnDefinition>) - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
 
collectRequiredInputs(Set<ColumnDefinition>) - Method in class org.yamcs.yarch.streamsql.Expression
 
collectSystemParameters(long, List<ParameterValue>) - Method in class org.yamcs.tctm.AbstractLink
adds system parameters link status and data in/out to the list.
collectSystemParameters(long, List<ParameterValue>) - Method in class org.yamcs.tctm.AbstractParameterDataLink
 
collectSystemParameters(long, List<ParameterValue>) - Method in class org.yamcs.tctm.AbstractTmDataLink
 
collectSystemParameters(long, List<ParameterValue>) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
column - Variable in class org.yamcs.templating.SimpleCharStream
 
column - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
COLUMN_NOT_FOUND - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
ColumnDefinition - Class in org.yamcs.yarch
 
ColumnDefinition(String, DataType) - Constructor for class org.yamcs.yarch.ColumnDefinition
 
ColumnExpression - Class in org.yamcs.yarch.streamsql
Represents a column in a query, for example x and y below: select x from table where y > 0
ColumnInfo - Class in org.yamcs.replication.protobuf
Protobuf type ColumnInfo
ColumnInfo.Builder - Class in org.yamcs.replication.protobuf
Protobuf type ColumnInfo
ColumnInfoOrBuilder - Interface in org.yamcs.replication.protobuf
 
columnName - Variable in class org.yamcs.yarch.HistogramInfo
 
COLUMNNAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
ColumnNotFoundException - Exception in org.yamcs.yarch.streamsql
 
ColumnNotFoundException(String) - Constructor for exception org.yamcs.yarch.streamsql.ColumnNotFoundException
 
COLUMNS_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.StreamInfo
 
ColumnSerializer<T> - Interface in org.yamcs.yarch
Serializes column values to byte arrays (used as part of tables) and back
ColumnSerializerFactory - Class in org.yamcs.yarch
 
ColumnSerializerFactory() - Constructor for class org.yamcs.yarch.ColumnSerializerFactory
 
ColumnSerializerV2 - Class in org.yamcs.yarch
serializers for table format version <2 where the signed integers (and timestamps) are stored as they are and do not sort properly when they are primary keys.
ColumnSerializerV2() - Constructor for class org.yamcs.yarch.ColumnSerializerV2
 
ColumnSerializerV3 - Class in org.yamcs.yarch
 
ColumnSerializerV3() - Constructor for class org.yamcs.yarch.ColumnSerializerV3
 
ColumnValueSerializer - Class in org.yamcs.yarch.rocksdb
Used in partitioning by value - translates between value (Object) and byte[]
ColumnValueSerializer(DataType) - Constructor for class org.yamcs.yarch.rocksdb.ColumnValueSerializer
 
ColumnValueSerializer(TableDefinition) - Constructor for class org.yamcs.yarch.rocksdb.ColumnValueSerializer
 
columnWriters - Variable in class org.yamcs.yarch.rocksdb.HistogramWriter
 
Command - Class in org.yamcs.cli
This represents a command together with its options and subcommands
Command - Static variable in class org.yamcs.security.ObjectPrivilegeType
 
Command(String, Command) - Constructor for class org.yamcs.cli.Command
 
commandAdded(CommandQueue, ActiveCommand) - Method in interface org.yamcs.commanding.CommandQueueListener
 
CommandBuildResult(byte[], Map<Argument, ArgumentValue>) - Constructor for class org.yamcs.mdb.MetaCommandProcessor.CommandBuildResult
 
CommandComplete_KEY - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
CommandEncodingException - Exception in org.yamcs.mdb
 
CommandEncodingException(String) - Constructor for exception org.yamcs.mdb.CommandEncodingException
 
CommandEncodingException(TcProcessingContext, String) - Constructor for exception org.yamcs.mdb.CommandEncodingException
 
commandFailed(Commanding.CommandId, long, String) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
commandFinished(Commanding.CommandId) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
Called when there can be no more events for this command.
commandHistory - Variable in class org.yamcs.tctm.IssCommandPostprocessor
 
CommandHistory - Static variable in class org.yamcs.security.ObjectPrivilegeType
 
CommandHistoryConsumer - Interface in org.yamcs.cmdhistory
Interface implemented by all the classes that want to receive command history events.
CommandHistoryFilter - Class in org.yamcs.cmdhistory
 
CommandHistoryFilter(int, String, long) - Constructor for class org.yamcs.cmdhistory.CommandHistoryFilter
 
commandHistoryListener - Variable in class org.yamcs.tctm.GenericCommandPostprocessor
 
commandHistoryListener - Variable in class org.yamcs.tctm.pus.PusCommandPostprocessor
 
CommandHistoryProvider - Interface in org.yamcs.cmdhistory
Interface implemented by all classes that provide command history to the CommandHistoryRequestManager
commandHistoryPublisher - Variable in class org.yamcs.tctm.AbstractTcDataLink
 
commandHistoryPublisher - Variable in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
commandHistoryPublisher - Variable in class org.yamcs.tctm.cfs.CfsCommandPostprocessor
 
commandHistoryPublisher - Variable in class org.yamcs.tctm.TcpTcTmDataLink
 
CommandHistoryPublisher - Interface in org.yamcs.cmdhistory
Used by the commanding applications to save commands and commands acknowledgements into a history.
CommandHistoryPublisher.AckStatus - Enum in org.yamcs.cmdhistory
provides acknowledgment status during execution of command
CommandHistoryRecorder - Class in org.yamcs.archive
Records command history the key is formed by generation time, origin and sequence number the value is formed by a arbitrary number of attributes
CommandHistoryRecorder() - Constructor for class org.yamcs.archive.CommandHistoryRecorder
 
CommandHistoryReplayHandler - Class in org.yamcs.archive
Performs replays for command history
CommandHistoryReplayHandler(String) - Constructor for class org.yamcs.archive.CommandHistoryReplayHandler
 
CommandHistoryRequestManager - Class in org.yamcs.cmdhistory
Part of processors: handles filtered requests for command history.
CommandHistoryRequestManager(Processor) - Constructor for class org.yamcs.cmdhistory.CommandHistoryRequestManager
 
CommandingManager - Class in org.yamcs.commanding
Responsible for parsing and tc packet composition.
CommandingManager(Processor) - Constructor for class org.yamcs.commanding.CommandingManager
Keeps a reference to the channel and creates the queue manager
CommandItemProvider - Class in org.yamcs.timeline
Implements the "commands" timeline source providing items derived from the command history.
CommandItemProvider(String) - Constructor for class org.yamcs.timeline.CommandItemProvider
 
CommandOption - Class in org.yamcs
A command option.
CommandOption(String, String, CommandOption.CommandOptionType) - Constructor for class org.yamcs.CommandOption
Create a new command option.
CommandOption.CommandOptionType - Enum in org.yamcs
 
CommandOptions - Static variable in class org.yamcs.security.SystemPrivilege
Allows specifying command options (extra attributes in the command history, disable/modify verifiers)
CommandPostprocessor - Interface in org.yamcs.tctm
The command post processor is responsible to provide the binary packet that will be send out for a PreparedCommand.
commandQueue - Variable in class org.yamcs.tctm.AbstractThreadedTcDataLink
 
commandQueue - Variable in class org.yamcs.tctm.ccsds.TcPacketHandler
 
CommandQueue - Class in org.yamcs.commanding
 
CommandQueueListener - Interface in org.yamcs.commanding
 
CommandQueueManager - Class in org.yamcs.commanding
Implements the management of the control queues for one processor: for each command that is sent, based on the sender it finds the queue where the command should go depending on the queue state the command can be immediately sent, stored in the queue or rejected when the command is immediately sent or rejected, the command queue monitor is not notified if the command has transmissionConstraints with timeout > 0, the command can sit in the queue even if the queue is not on hold Note: the update of the command monitors is done in the same thread.
CommandQueueManager(CommandingManager) - Constructor for class org.yamcs.commanding.CommandQueueManager
Constructs a Command Queue Manager.
CommandQueueMemento - Class in org.yamcs.commanding
Object that is used to persist link state information across Yamcs restarts.
CommandQueueMemento() - Constructor for class org.yamcs.commanding.CommandQueueMemento
 
commandQueueRegistered(String, String, CommandQueue) - Method in interface org.yamcs.commanding.CommandQueueListener
 
CommandQueueState - Class in org.yamcs.commanding
 
CommandQueueState() - Constructor for class org.yamcs.commanding.CommandQueueState
 
commandQueueUnregistered(String, String, CommandQueue) - Method in interface org.yamcs.commanding.CommandQueueListener
 
commandRejected(CommandQueue, ActiveCommand) - Method in interface org.yamcs.commanding.CommandQueueListener
 
CommandReleaser - Interface in org.yamcs.commanding
This is responsible for "releasing" a command.
COMMANDS_TIMELINE_SOURCE - Static variable in class org.yamcs.timeline.TimelineService
 
CommandsApi - Class in org.yamcs.http.api
 
CommandsApi() - Constructor for class org.yamcs.http.api.CommandsApi
 
commandSent(CommandQueue, ActiveCommand) - Method in interface org.yamcs.commanding.CommandQueueListener
 
commandUnhandled(ActiveCommand) - Method in interface org.yamcs.commanding.CommandQueueListener
 
commandUpdated(CommandQueue, ActiveCommand) - Method in interface org.yamcs.commanding.CommandQueueListener
 
CommandVerificationHandler - Class in org.yamcs.commanding
This class implements the (post transmission) command verification.
CommandVerificationHandler(CommandingManager, ActiveCommand) - Constructor for class org.yamcs.commanding.CommandVerificationHandler
 
compact() - Method in class org.yamcs.parameterarchive.ParameterArchive
 
compactDatabase(Context, CompactDatabaseRequest, Observer<Empty>) - Method in class org.yamcs.http.api.RocksDbApi
 
CompactFormatter - Class in org.yamcs.logging
 
CompactFormatter() - Constructor for class org.yamcs.logging.CompactFormatter
 
compare(byte[], byte[]) - Static method in class org.yamcs.utils.ByteArrayUtils
lexicographic comparison which returns 0 if one of the array is a subarray of the other one
compare(byte[], byte[]) - Method in class org.yamcs.yarch.ByteArrayComparator
 
compare(byte[], byte[]) - Method in class org.yamcs.yarch.TableReaderStream
 
compare(Object, Object) - Static method in class org.yamcs.yarch.DataType
 
compare(Value, Value) - Method in class org.yamcs.utils.ValueComparator
 
compare(Value, Value) - Static method in class org.yamcs.utils.ValueUtility
 
compare(IntArray, IntArray) - Static method in class org.yamcs.utils.IntArray
Compares two arrays.
compareTo(Route) - Method in class org.yamcs.http.Route
 
compareTo(Instant) - Method in class org.yamcs.time.Instant
 
compareTo(HistogramRecord) - Method in class org.yamcs.yarch.HistogramRecord
 
compareTo(RawTuple) - Method in class org.yamcs.yarch.RawTuple
 
compatible(DataType, DataType) - Static method in class org.yamcs.yarch.DataType
 
CompilableAggregateExpression - Class in org.yamcs.yarch.streamsql
 
CompilableAggregateExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.CompilableAggregateExpression
 
compile() - Method in class org.yamcs.yarch.streamsql.AggregateExpression
 
compile() - Method in class org.yamcs.yarch.streamsql.ColumnExpression
 
compile() - Method in class org.yamcs.yarch.streamsql.Expression
 
compile() - Method in class org.yamcs.yarch.streamsql.ValueExpression
 
compile(JavaExpressionCalibrator) - Static method in class org.yamcs.mdb.JavaExpressionCalibratorFactory
Compiles the expression into an executable calibrator processor
compile(MathOperationCalibrator) - Static method in class org.yamcs.mdb.MathOperationCalibratorFactory
Compiles the math operation calibrator into an executable calibrator processor
COMPILE_ERROR - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
CompiledAggregateExpression - Interface in org.yamcs.yarch
 
CompiledAggregateList - Class in org.yamcs.yarch
 
CompiledAggregateList() - Constructor for class org.yamcs.yarch.CompiledAggregateList
 
CompiledExpression - Interface in org.yamcs.yarch
 
CompiledFirstVal - Class in org.yamcs.yarch
 
CompiledFirstVal(String[], boolean) - Constructor for class org.yamcs.yarch.CompiledFirstVal
 
complete() - Method in class org.yamcs.http.api.SubscribeParameterObserver
 
complete() - Method in class org.yamcs.http.CallObserver
 
complete() - Method in class org.yamcs.http.ServerStreamingObserver
 
complete() - Method in class org.yamcs.http.WebSocketObserver
 
complete() - Method in interface org.yamcs.yarch.streamsql.ResultListener
 
complete(String) - Method in interface org.yamcs.http.audit.AuditRecordListener
If a paged request has been performed, the token can be used to retrieve the next chunk.
complete(String) - Method in interface org.yamcs.timeline.BandListener
If a paged request has been performed, the token can be used to retrieve the next chunk.
complete(String) - Method in interface org.yamcs.timeline.ItemListener
If a paged request has been performed, the token can be used to retrieve the next chunk.
complete(String) - Method in interface org.yamcs.timeline.ViewListener
If a paged request has been performed, the token can be used to retrieve the next chunk.
CompletedTransfer - Class in org.yamcs.cfdp
Represents a past CfdpFileTransfer obtained from the database.
CompletedTransfer(Tuple) - Constructor for class org.yamcs.cfdp.CompletedTransfer
 
completeExceptionally(Throwable) - Method in class org.yamcs.http.api.SubscribeParameterObserver
 
completeExceptionally(Throwable) - Method in interface org.yamcs.http.audit.AuditRecordListener
 
completeExceptionally(Throwable) - Method in class org.yamcs.http.CallObserver
 
completeExceptionally(Throwable) - Method in class org.yamcs.http.ServerStreamingObserver
 
completeExceptionally(Throwable) - Method in class org.yamcs.http.WebSocketObserver
 
completeExceptionally(Throwable) - Method in interface org.yamcs.timeline.BandListener
 
completeExceptionally(Throwable) - Method in interface org.yamcs.timeline.ItemListener
 
completeExceptionally(Throwable) - Method in interface org.yamcs.timeline.ViewListener
 
completeExceptionally(Throwable) - Method in interface org.yamcs.yarch.streamsql.ResultListener
 
COMPLETENESS - Enum constant in enum org.yamcs.archive.IndexRequestListener.IndexType
 
compress(float[], int, ByteBuffer) - Static method in class org.yamcs.parameterarchive.FloatCompressor
*compress the first n elements from the array of floats into the ByteBuffer
compress(float[], ByteBuffer) - Static method in class org.yamcs.parameterarchive.FloatCompressor
 
compress(int[], IntWrapper, int, byte[], IntWrapper) - Method in interface me.lemire.integercompression.ByteIntegerCODEC
Compress data from an array to another array.
compress(int[], IntWrapper, int, int[], IntWrapper) - Method in class me.lemire.integercompression.FastPFOR128
 
compress(int[], IntWrapper, int, int[], IntWrapper) - Method in interface me.lemire.integercompression.IntegerCODEC
Compress data from an array to another array.
COMPRESSED_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
compute(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.error.CrcCciitCalculator
 
compute(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.error.ProximityCrc32
 
compute(byte[], int, int) - Method in interface org.yamcs.tctm.ErrorDetectionWordCalculator
Compute the checksum on the data buffer starting at offset and taking into account length bytes
compute(byte[], int, int) - Method in class org.yamcs.tctm.Iso16CrcCalculator
 
compute(byte[], int, int) - Method in class org.yamcs.tctm.Running16BitChecksumCalculator
 
compute(byte[], int, int, int) - Method in class org.yamcs.tctm.ccsds.error.Crc16Calculator
 
compute(byte[], int, int, int) - Method in class org.yamcs.tctm.ccsds.error.Crc32Calculator
 
compute(ByteBuffer, int, int) - Method in class org.yamcs.tctm.ccsds.error.CrcCciitCalculator
 
compute(ByteBuffer, int, int, int) - Method in class org.yamcs.tctm.ccsds.error.Crc16Calculator
 
ConditionCode - Enum in org.yamcs.cfdp.pdu
 
ConditionParser - Class in org.yamcs.mdb
used by the SpreadsheetLoader to parse conditions
ConditionParser(ConditionParser.ParameterReferenceFactory) - Constructor for class org.yamcs.mdb.ConditionParser
 
ConditionParser.ParameterReferenceFactory - Interface in org.yamcs.mdb
 
config - Variable in class org.yamcs.AbstractProcessorService
 
config - Variable in class org.yamcs.AbstractYamcsService
 
config - Variable in class org.yamcs.tctm.AbstractLink
 
CONFIG_KEY_BYTE_ORDER - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
CONFIG_KEY_CHECK_SEQUENCE - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
CONFIG_KEY_ERROR_DETECTION - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
CONFIG_KEY_TCO_SERVICE - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
CONFIG_KEY_TIME_ENCODING - Static variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
configDirectory - Static variable in class org.yamcs.YConfiguration
 
configName - Variable in class org.yamcs.mdb.AbstractFileLoader
 
ConfigScope - Enum in org.yamcs
Represents a type of configuration file
ConfigurationException - Exception in org.yamcs
Exception thrown if there is an error in configuration.
ConfigurationException(Exception) - Constructor for exception org.yamcs.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.yamcs.ConfigurationException
 
ConfigurationException(String, String) - Constructor for exception org.yamcs.ConfigurationException
 
ConfigurationException(String, String, Throwable) - Constructor for exception org.yamcs.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.yamcs.ConfigurationException
 
ConfigurationException(YConfiguration, String) - Constructor for exception org.yamcs.ConfigurationException
 
ConfigurationNotFoundException(String) - Constructor for exception org.yamcs.YConfiguration.ConfigurationNotFoundException
 
ConfigurationNotFoundException(String, Throwable) - Constructor for exception org.yamcs.YConfiguration.ConfigurationNotFoundException
 
confirm() - Method in class org.yamcs.security.Account
 
confirmationTime - Variable in class org.yamcs.security.Account
 
CONFIRMATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
 
connected() - Method in class org.yamcs.cascading.YamcsLink
 
connecting() - Method in class org.yamcs.cascading.YamcsLink
 
connectionFailed(Throwable) - Method in class org.yamcs.cascading.YamcsLink
 
connectionStatus() - Method in class org.yamcs.cascading.YamcsArchiveTmLink
 
connectionStatus() - Method in class org.yamcs.cascading.YamcsEventLink
 
connectionStatus() - Method in class org.yamcs.cascading.YamcsLink
 
connectionStatus() - Method in class org.yamcs.cascading.YamcsParameterLink
 
connectionStatus() - Method in class org.yamcs.cascading.YamcsTcLink
 
connectionStatus() - Method in class org.yamcs.cascading.YamcsTmLink
 
connectionStatus() - Method in class org.yamcs.tctm.AbstractLink
In case the link should be connected (i.e. is running and enabled) this method is called to return the actual connection status
connectionStatus() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
connectionStatus() - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
 
connectionStatus() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
 
connectionStatus() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
connectionStatus() - Method in class org.yamcs.tctm.FilePollingTmDataLink
 
connectionStatus() - Method in class org.yamcs.tctm.TcpTcDataLink
 
connectionStatus() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
connectionStatus() - Method in class org.yamcs.tctm.TcpTmDataLink
 
connectionStatus() - Method in class org.yamcs.tctm.UdpParameterDataLink
 
connectionStatus() - Method in class org.yamcs.tctm.UdpTcDataLink
 
connectionStatus() - Method in class org.yamcs.tctm.UdpTmDataLink
 
console - Static variable in class org.yamcs.cli.Command
 
ConsoleFormatter - Class in org.yamcs.logging
Specifically intended for short-term console output.
ConsoleFormatter() - Constructor for class org.yamcs.logging.ConsoleFormatter
 
consolidate() - Method in class org.yamcs.parameterarchive.BinaryValueSegment
 
consolidate() - Method in class org.yamcs.parameterarchive.BooleanValueSegment
 
consolidate() - Method in class org.yamcs.parameterarchive.DoubleValueSegment
 
consolidate() - Method in class org.yamcs.parameterarchive.FloatValueSegment
 
consolidate() - Method in class org.yamcs.parameterarchive.IntValueSegment
 
consolidate() - Method in class org.yamcs.parameterarchive.LongValueSegment
 
consolidate() - Method in class org.yamcs.parameterarchive.PGSegment
 
consolidate() - Method in class org.yamcs.parameterarchive.StringValueSegment
 
consolidate() - Method in interface org.yamcs.parameterarchive.ValueSegment
 
consolidate(List<Value>) - Static method in class org.yamcs.parameterarchive.BinaryValueSegment
 
consolidate(List<Value>) - Static method in class org.yamcs.parameterarchive.StringValueSegment
 
consolidate(List<Value>, boolean) - Static method in class org.yamcs.parameterarchive.IntValueSegment
 
consolidate(List<Value>, Yamcs.Value.Type) - Static method in class org.yamcs.parameterarchive.LongValueSegment
 
Constants - Class in org.yamcs.tctm.pus
 
Constants() - Constructor for class org.yamcs.tctm.pus.Constants
 
constantValue - Variable in class org.yamcs.yarch.streamsql.Expression
 
ConstantValueCompiledExpression - Class in org.yamcs.yarch
this is no compiled expression at all, it just returns the same value
ConstantValueCompiledExpression(Object, ColumnDefinition) - Constructor for class org.yamcs.yarch.ConstantValueCompiledExpression
 
ConsumerAbortException - Exception in org.yamcs.parameterarchive
Use this in the consumers to signal that they don't want anymore data.
ConsumerAbortException() - Constructor for exception org.yamcs.parameterarchive.ConsumerAbortException
 
ContainerConsumer - Interface in org.yamcs.container
 
ContainerDecodingException - Exception in org.yamcs.mdb
 
ContainerDecodingException(String) - Constructor for exception org.yamcs.mdb.ContainerDecodingException
 
ContainerDecodingException(ContainerProcessingContext, String) - Constructor for exception org.yamcs.mdb.ContainerDecodingException
 
ContainerExtractionResult - Class in org.yamcs
Holds the definition of a container, the content of its slice and some positioning information inside that slice
ContainerExtractionResult(SequenceContainer, byte[], int, int, long, long, int, boolean) - Constructor for class org.yamcs.ContainerExtractionResult
 
ContainerFetcher - Class in org.yamcs.cascading
Responsible for retrieving the list of containers from the upstream server
ContainerFetcher() - Constructor for class org.yamcs.cascading.ContainerFetcher
 
ContainerListener - Interface in org.yamcs.mdb
Used together with the XtceTmProcessor to find out which containers a specific data packet is representing
ContainerParameterValue - Class in org.yamcs.parameter
A parameter value corresponding to a parameter that has been extracted from a container.
ContainerParameterValue(ContainerParameterValue) - Constructor for class org.yamcs.parameter.ContainerParameterValue
 
ContainerParameterValue(Parameter, int, int) - Constructor for class org.yamcs.parameter.ContainerParameterValue
 
ContainerProcessingContext - Class in org.yamcs.mdb
Keeps track of where we are when processing a packet.
ContainerProcessingContext(ProcessorData, BitBuffer, ContainerProcessingResult, Subscription, ContainerProcessingOptions, boolean) - Constructor for class org.yamcs.mdb.ContainerProcessingContext
 
ContainerProcessingOptions - Class in org.yamcs.mdb
 
ContainerProcessingOptions() - Constructor for class org.yamcs.mdb.ContainerProcessingOptions
Default configuration
ContainerProcessingOptions(YConfiguration) - Constructor for class org.yamcs.mdb.ContainerProcessingOptions
 
ContainerProcessingResult - Class in org.yamcs.mdb
the container result is built during a container processing
ContainerProcessingResult(long, long, int, LastValueCache) - Constructor for class org.yamcs.mdb.ContainerProcessingResult
 
ContainerProvider - Interface in org.yamcs.container
Interface implemented by all the classes that can provide containers to a ContainerListener
ContainerRequestManager - Class in org.yamcs.container
Keeps track of the subscribers to the containers of a processor.
ContainerRequestManager(Processor, XtceTmProcessor) - Constructor for class org.yamcs.container.ContainerRequestManager
Creates a new ContainerRequestManager, configured to listen to the specified XtceTmProcessor.
ContainerWithId - Class in org.yamcs.container
 
ContainerWithId(SequenceContainer, Yamcs.NamedObjectId) - Constructor for class org.yamcs.container.ContainerWithId
 
ContainerWithIdConsumer - Interface in org.yamcs.container
 
ContainerWithIdRequestHelper - Class in org.yamcs.container
This sits in front of the ContainerRequestManager and implements subscriptions based on NamedObjectId taking care to send to the consumers the containers with the requested id.
ContainerWithIdRequestHelper(ContainerRequestManager, ContainerWithIdConsumer) - Constructor for class org.yamcs.container.ContainerWithIdRequestHelper
 
contains(int) - Method in class org.yamcs.utils.SortedIntArray
Performs a binary search and returns true if this array contains the value.
contains(Object) - Method in class org.yamcs.parameter.ParameterValueList
Return true if the list contains the exact same ParameterValue.
contains0(long) - Method in class org.yamcs.utils.TimeInterval
Checks that [this.start, this.end) contains t
containsAlgorithm(String) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
containsAll(Collection<?>) - Method in class org.yamcs.parameter.ParameterValueList
Throws UnsupportedOperationException
containsExtra(String) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Additional properties
containsExtra(String) - Method in class org.yamcs.yarch.protobuf.Db.Event
Additional properties
containsExtra(String) - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
Additional properties
containsKey(String) - Method in class org.yamcs.YConfiguration
 
containsKey(String, String) - Method in class org.yamcs.YConfiguration
 
containsMetadata(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
map<string, string> metadata = 6;
containsMetadata(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
map<string, string> metadata = 6;
containsMetadata(String) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
map<string, string> metadata = 6;
containsOnlyIdleData() - Method in class org.yamcs.tctm.ccsds.AosTransferFrame
 
containsOnlyIdleData() - Method in class org.yamcs.tctm.ccsds.TmTransferFrame
 
containsOnlyIdleData() - Method in class org.yamcs.tctm.ccsds.UslpTransferFrame
 
containsOption(String) - Method in class org.yamcs.Spec
Returns true if this spec contains the specified option.
containsUpdate(Parameter) - Method in class org.yamcs.mdb.ProcessingData
Returns true if the tmParams or cmdParams contains a value for param
CONTENT_FINISHED_EVENT - Static variable in class org.yamcs.http.HttpRequestHandler
 
CONTENTTYPE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
Context - Class in org.yamcs.http
Request context used in RPC-style endpoints.
contextCalibrators - Variable in class org.yamcs.xtce.xlsv6.V6Loader
 
contextCalibrators - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
ContextListener - Interface in org.yamcs.http
 
CONTINUE_RESPONSE - Static variable in class org.yamcs.http.HttpUtils
 
ControlAccess - Static variable in class org.yamcs.security.SystemPrivilege
Allows to control access (users, groups, roles, ...)
ControlAlarms - Static variable in class org.yamcs.security.SystemPrivilege
Allows to read alarm state
ControlArchiving - Static variable in class org.yamcs.security.SystemPrivilege
Allows to manage archiving properties of Yamcs.
ControlCommandClearances - Static variable in class org.yamcs.security.SystemPrivilege
Allows to clear users for commanding.
ControlCommandQueue - Static variable in class org.yamcs.security.SystemPrivilege
Allows to control the state of command queues.
ControlFileTransfers - Static variable in class org.yamcs.security.SystemPrivilege
Allows to control file transfers.
ControlLinks - Static variable in class org.yamcs.security.SystemPrivilege
Allows to control the lifecycle of any link.
ControlProcessor - Static variable in class org.yamcs.security.SystemPrivilege
Allows to control any processor.
ControlServices - Static variable in class org.yamcs.security.SystemPrivilege
Allows to control the lifecycle of services
ControlTimeCorrelation - Static variable in class org.yamcs.security.SystemPrivilege
Allows to control time correlation
ControlTimeline - Static variable in class org.yamcs.security.SystemPrivilege
Allows to modify the timeline
convert(String) - Method in class org.yamcs.cli.YamcsAdminCli.OutputFormatConverter
 
convert(String) - Method in class org.yamcs.YamcsServerOptions.AbsolutePathConverter
 
convert(String) - Method in class org.yamcs.YamcsServerOptions.LeakLevelConverter
 
convertEngValueForType(DataType, Value) - Static method in class org.yamcs.mdb.DataTypeProcessor
Converts a Value to suit the type engineering value
Cop1Api - Class in org.yamcs.http.api
 
Cop1Api() - Constructor for class org.yamcs.http.api.Cop1Api
 
Cop1Monitor - Interface in org.yamcs.tctm.ccsds
 
Cop1Monitor.AlertType - Enum in org.yamcs.tctm.ccsds
 
Cop1MonitorImpl - Class in org.yamcs.tctm.ccsds
Sends events and websocket messages for FOP1 state changes and alerts
Cop1MonitorImpl(String, String) - Constructor for class org.yamcs.tctm.ccsds.Cop1MonitorImpl
 
Cop1TcPacketHandler - Class in org.yamcs.tctm.ccsds
Assembles TC packets into TC frames as per CCSDS 232.0-B-3 and sends them out via FOP1
Cop1TcPacketHandler(String, String, TcManagedParameters.TcVcManagedParameters, ScheduledThreadPoolExecutor) - Constructor for class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
copy() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
copy() - Method in class org.yamcs.mdb.SpreadsheetLoadContext
 
copy() - Method in class org.yamcs.parameterarchive.ParameterRequest
 
copy() - Method in class org.yamcs.yarch.TupleDefinition
 
copy(boolean) - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
copy(boolean, boolean) - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
copyDirectionInverted() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
copyRecursively(Path, Path, CopyOption...) - Static method in class org.yamcs.utils.FileUtils
 
CorruptedFileException - Exception in org.yamcs.replication
 
CorruptedFileException(Path, String) - Constructor for exception org.yamcs.replication.CorruptedFileException
 
CorruptedFrameException - Exception in org.yamcs.tctm.ccsds
Exception indicating a frame is corrupted
CorruptedFrameException(String) - Constructor for exception org.yamcs.tctm.ccsds.CorruptedFrameException
 
CorruptedFrameException(String, Throwable) - Constructor for exception org.yamcs.tctm.ccsds.CorruptedFrameException
 
CouldNotAcknowledgeAlarmException - Exception in org.yamcs.alarms
Used by AlarmServer to indicate when the acknowledge on an alarm did not work.
CouldNotAcknowledgeAlarmException(String) - Constructor for exception org.yamcs.alarms.CouldNotAcknowledgeAlarmException
 
CouldNotAcknowledgeAlarmException(Throwable) - Constructor for exception org.yamcs.alarms.CouldNotAcknowledgeAlarmException
 
count(Parameter) - Method in class org.yamcs.parameter.ParameterValueList
Return the number of values for p
CountExpression - Class in org.yamcs.yarch.streamsql.funct
 
CountExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.funct.CountExpression
 
CrashHandler - Interface in org.yamcs
CrashHandler is used to handle extreme problems that need to reach operator (or sysadmin) attention.
CRC16 - Enum constant in enum org.yamcs.tctm.ccsds.DownlinkManagedParameters.FrameErrorDetection
 
CRC16 - Enum constant in enum org.yamcs.tctm.ccsds.UplinkManagedParameters.FrameErrorDetection
 
Crc16Calculator - Class in org.yamcs.tctm.ccsds.error
 
Crc16Calculator(int) - Constructor for class org.yamcs.tctm.ccsds.error.Crc16Calculator
 
CRC32 - Enum constant in enum org.yamcs.cfdp.ChecksumType
 
CRC32 - Enum constant in enum org.yamcs.tctm.ccsds.DownlinkManagedParameters.FrameErrorDetection
 
CRC32 - Enum constant in enum org.yamcs.tctm.ccsds.UplinkManagedParameters.FrameErrorDetection
 
CRC32C - Enum constant in enum org.yamcs.cfdp.ChecksumType
 
Crc32Calculator - Class in org.yamcs.tctm.ccsds.error
 
Crc32Calculator(int) - Constructor for class org.yamcs.tctm.ccsds.error.Crc32Calculator
 
CrcCciitCalculator - Class in org.yamcs.tctm.ccsds.error
Cylcic Redundancy Check (CRC-CCIIT 0xFFFF) with the polynomial:
CrcCciitCalculator() - Constructor for class org.yamcs.tctm.ccsds.error.CrcCciitCalculator
 
CrcCciitCalculator(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.error.CrcCciitCalculator
 
create(String, String, String, String, Object) - Static method in class org.yamcs.ProcessorFactory
Create a processor with the give name, type, creator and spec type is used to load the tm, parameter and command classes as defined in processor.yaml spec if not null is passed as an extra argument to those classes - it is used for example when creating replay processors to pass on the data that has to be replayed. should probably be changed from string to some sort of object.
create(String, String, String, List<ProcessorServiceWithConfig>, String, ProcessorConfig, Object) - Static method in class org.yamcs.ProcessorFactory
Create a Processor by specifying the service.
create(String, String, ProcessorService...) - Static method in class org.yamcs.ProcessorFactory
creates a processor with the services already instantiated. used from unit tests
create(String, String, ProcessorServiceWithConfig...) - Static method in class org.yamcs.ProcessorFactory
creates a processor with the services already instantiated. used from unit tests
createAndGet(String, Yamcs.Value.Type) - Method in class org.yamcs.parameterarchive.ParameterIdDb
get a parameter id for a parameter that only has engineering value
createAndGet(String, Yamcs.Value.Type, Yamcs.Value.Type) - Method in class org.yamcs.parameterarchive.ParameterIdDb
Get the mapping from (parameterFqn, type) to pid
createAndGet(IntArray) - Method in class org.yamcs.parameterarchive.ParameterGroupIdDb
Creates (if not already there) a new ParameterGroupId for the given parameter id array
createAndGetAggrray(String, Yamcs.Value.Type, Yamcs.Value.Type, IntArray) - Method in class org.yamcs.parameterarchive.ParameterIdDb
Creates (if not already existing) an id for the aggregate or array parameter with the given qualified name and member ids.
createAndGetHistogram(long, String) - Method in class org.yamcs.yarch.PartitionManager
 
createAndGetHistogram(long, String) - Method in class org.yamcs.yarch.rocksdb.RdbTable
 
createAndGetPartition(long) - Method in class org.yamcs.parameterarchive.ParameterArchive
get partition for segment, creating it if it doesn't exist
createAndGetPartition(long, Object) - Method in class org.yamcs.yarch.PartitionManager
Creates (if not already existing) and returns the partition in which the instant,value should be written.
createAuthInfo() - Static method in class org.yamcs.http.auth.AuthHandler
 
createBackup(String, String) - Method in class org.yamcs.yarch.BackupControl
 
createBackup(String, String) - Method in interface org.yamcs.yarch.BackupControlMBean
 
createBucket(String) - Method in interface org.yamcs.yarch.BucketDatabase
 
createBucket(String) - Method in class org.yamcs.yarch.FileSystemBucketDatabase
 
createBucket(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucketDatabase
 
createBucket(String) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
createBucket(Context, CreateBucketRequest, Observer<Empty>) - Method in class org.yamcs.http.api.BucketsApi
 
createByteBuf() - Method in class org.yamcs.http.HandlerContext
 
createColumnFamily(byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
createColumnFamily(String) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
createContext(String) - Method in class org.yamcs.algorithms.AlgorithmManager
Create a new algorithm execution context.
CREATED_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
CREATED_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
createdBy - Variable in class org.yamcs.security.Account
 
CREATEDBY_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
 
CREATEDBY_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
 
createEnumeratedParameterType(Class<? extends Enum<?>>) - Method in class org.yamcs.parameter.SystemParametersService
 
createEnumeratedSystemParameter(String, Class<? extends Enum<?>>, String) - Method in class org.yamcs.parameter.SystemParametersService
Creates an enumerated system parameter by deducing the possible enumeration states from the java enum.
createEvent(Context, CreateEventRequest, Observer<Event>) - Method in class org.yamcs.http.api.EventsApi
 
createForCmdProcessing(LastValueCache, Map<Argument, ArgumentValue>, LastValueCache) - Static method in class org.yamcs.mdb.ProcessingData
Used in TC processing when command history events are received, they will be added to the cmdParams.
createForTestCmd(ParameterValue...) - Static method in class org.yamcs.mdb.ProcessingData
same as above but creates command parameters
createForTestTm(ParameterValue...) - Static method in class org.yamcs.mdb.ProcessingData
creates an object with an empty cache and with the given values as current tm delivery.
createForTmProcessing(LastValueCache) - Static method in class org.yamcs.mdb.ProcessingData
Used in a TM processing pipeline - for example when a TM packet is received
createGroup(Context, CreateGroupRequest, Observer<GroupInfo>) - Method in class org.yamcs.http.api.IamApi
 
createHash(char[]) - Method in interface org.yamcs.security.PasswordHasher
 
createHash(char[]) - Method in class org.yamcs.security.PBKDF2PasswordHasher
Returns a salted PBKDF2 hash of the password.
createHistogram(String) - Method in class org.yamcs.yarch.PartitionManager
 
createHistogram(String) - Method in class org.yamcs.yarch.rocksdb.RdbPartitionManager
For non time partitioned tables - create a tablespace record for the histogram for the given column name
createHistogramByTime(TimePartitionInfo, String) - Method in class org.yamcs.yarch.PartitionManager
 
createHistogramByTime(TimePartitionInfo, String) - Method in class org.yamcs.yarch.rocksdb.RdbPartitionManager
For time partitioned tables: creates a tablespace record for the histogram for the given column name
createInitial(LastValueCache, Map<Argument, ArgumentValue>, LastValueCache) - Static method in class org.yamcs.mdb.ProcessingData
Processing data which contains values to be used in algorithm initialisation.
CreateInputStreamStatement - Class in org.yamcs.yarch.streamsql
 
CreateInputStreamStatement(String, TupleDefinition) - Constructor for class org.yamcs.yarch.streamsql.CreateInputStreamStatement
 
CreateInputStreamStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
createInstance(String, String, Map<String, Object>, Map<String, String>, Map<String, Object>) - Method in class org.yamcs.YamcsServer
Create a new instance based on a template.
createInstance(List<YConfiguration>, boolean, boolean) - Static method in class org.yamcs.mdb.XtceDbFactory
Load a XTCE database from a description.
createInstance(Context, CreateInstanceRequest, Observer<YamcsInstance>) - Method in class org.yamcs.http.api.InstancesApi
 
createInstanceByConfig(String) - Static method in class org.yamcs.mdb.XtceDbFactory
Creates a new instance of the database in memory. configSection is the top heading under which this appears in the mdb.yaml
createInstanceByConfig(String, boolean) - Static method in class org.yamcs.mdb.XtceDbFactory
 
CreateInstances - Static variable in class org.yamcs.security.SystemPrivilege
Allows to create instances.
createItem(Context, CreateItemRequest, Observer<TimelineItem>) - Method in class org.yamcs.http.api.TimelineApi
 
createMetadataRecord(String, Tablespace.TablespaceRecord.Builder) - Method in class org.yamcs.yarch.rocksdb.Tablespace
Creates a new tablespace record and adds it to the metadata database
CreateOutputStreamStatement - Class in org.yamcs.yarch.streamsql
 
CreateOutputStreamStatement(String, StreamExpression) - Constructor for class org.yamcs.yarch.streamsql.CreateOutputStreamStatement
 
createParameterType(String, AggregateValue) - Static method in class org.yamcs.utils.AggregateUtil
 
createPartition(Object) - Method in class org.yamcs.yarch.PartitionManager
Create a partition for value based partitioning
createPartition(Object) - Method in class org.yamcs.yarch.rocksdb.RdbPartitionManager
 
createPartitionByTime(TimePartitionInfo, Object) - Method in class org.yamcs.yarch.PartitionManager
Create a partition for time (and possible value) based partitioning
createPartitionByTime(TimePartitionInfo, Object) - Method in class org.yamcs.yarch.rocksdb.RdbPartitionManager
 
createProcessor(Context, CreateProcessorRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
 
createProcessor(ProcessorManagementRequest, String) - Method in class org.yamcs.management.ManagementService
 
createReplay(ReplayOptions, ReplayListener) - Method in class org.yamcs.archive.ReplayServer
create a new packet replay object
createServiceAccount(Context, CreateServiceAccountRequest, Observer<CreateServiceAccountResponse>) - Method in class org.yamcs.http.api.IamApi
 
createSession(String, String, String) - Method in class org.yamcs.security.SessionManager
 
createStatement(String, Object...) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
createStreams() - Method in class org.yamcs.StreamInitializer
 
createStreams(String) - Static method in class org.yamcs.StreamInitializer
 
CreateStreamStatement - Class in org.yamcs.yarch.streamsql
 
CreateStreamStatement(String, StreamExpression) - Constructor for class org.yamcs.yarch.streamsql.CreateStreamStatement
 
CreateStreamStatement(String, TupleDefinition) - Constructor for class org.yamcs.yarch.streamsql.CreateStreamStatement
 
CreateStreamStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
createSystemParameter(String, Yamcs.Value.Type, String) - Method in class org.yamcs.parameter.SystemParametersService
 
createSystemParameter(String, Yamcs.Value.Type, UnitType, String) - Method in class org.yamcs.parameter.SystemParametersService
Create a system parameter for a basic value type.
createSystemParameter(String, AggregateParameterType, String) - Method in class org.yamcs.parameter.SystemParametersService
Creates a system parameter for an aggregate type.
createSystemParameter(XtceDb, String, Value) - Static method in class org.yamcs.parameter.SystemParametersService
 
createSystemParameter(XtceDb, String, Value, UnitType) - Static method in class org.yamcs.parameter.SystemParametersService
 
createSystemParameter(XtceDb, String, Yamcs.Value.Type, String) - Static method in class org.yamcs.parameter.SystemParametersService
 
createSystemParameter(XtceDb, String, Yamcs.Value.Type, UnitType, String) - Static method in class org.yamcs.parameter.SystemParametersService
 
createSystemParameterType(XtceDb, String, Value, UnitType) - Static method in class org.yamcs.parameter.SystemParametersService
 
createTable(String) - Static method in class org.yamcs.yarch.query.Query
 
createTable(String, TableDefinition) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
createTable(TableDefinition) - Method in class org.yamcs.yarch.YarchDatabaseInstance
add a table to the dictionary throws exception if a table or a stream with the same name already exist
createTable(YarchDatabaseInstance, TableDefinition) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
createTable(YarchDatabaseInstance, TableDefinition) - Method in interface org.yamcs.yarch.StorageEngine
Create a new table based on definition.
CreateTableQueryBuilder - Class in org.yamcs.yarch.query
 
CreateTableQueryBuilder(String) - Constructor for class org.yamcs.yarch.query.CreateTableQueryBuilder
 
createTablespace(String) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
CreateTableStatement - Class in org.yamcs.yarch.streamsql
 
CreateTableStatement(boolean, String, TupleDefinition, List<String>, List<String>) - Constructor for class org.yamcs.yarch.streamsql.CreateTableStatement
 
CreateTableStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
createTransfer(Context, CreateTransferRequest, Observer<TransferInfo>) - Method in class org.yamcs.http.api.FileTransferApi
 
createUser(Context, CreateUserRequest, Observer<UserInfo>) - Method in class org.yamcs.http.api.IamApi
 
createVcaHandler(String, String, VcDownlinkManagedParameters) - Method in class org.yamcs.tctm.ccsds.DownlinkManagedParameters
 
createVcHandlers(String, String) - Method in class org.yamcs.tctm.ccsds.AosManagedParameters
 
createVcHandlers(String, String) - Method in class org.yamcs.tctm.ccsds.DownlinkManagedParameters
 
createVcHandlers(String, String) - Method in class org.yamcs.tctm.ccsds.TmManagedParameters
 
createVcHandlers(String, String) - Method in class org.yamcs.tctm.ccsds.UslpManagedParameters
 
createVcHandlers(String, String, ScheduledThreadPoolExecutor) - Method in class org.yamcs.tctm.ccsds.TcManagedParameters
 
createVcHandlers(String, String, ScheduledThreadPoolExecutor) - Method in class org.yamcs.tctm.ccsds.UplinkManagedParameters
 
creationTime - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
creationTime - Variable in class org.yamcs.security.Account
 
CREATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
 
CRIT_KEY_CMD_NAME_PATTERN - Static variable in class org.yamcs.timeline.CommandItemProvider
 
CRIT_KEY_TAG - Static variable in class org.yamcs.timeline.TimelineItemDb
 
CRITERIA_FIELD_NUMBER - Static variable in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
criterionMatch(ItemFilter.FilterCriterion, T) - Method in class org.yamcs.timeline.FilterMatcher
 
critical(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
critical(String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
critical(String, String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
CryptoUtils - Class in org.yamcs.security
 
CryptoUtils() - Constructor for class org.yamcs.security.CryptoUtils
 
CryptoUtils.PKCE - Class in org.yamcs.security
 
CSV - Static variable in class org.yamcs.http.MediaType
 
CsvListingParser - Class in org.yamcs.filetransfer
Parses a directory listing from Comma Separated Values (CSV) formatted data.
CsvListingParser() - Constructor for class org.yamcs.filetransfer.CsvListingParser
 
ctx - Variable in class org.yamcs.http.auth.FormData
 
ctx - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
ctx - Variable in class org.yamcs.yarch.AbstractTableWalker
 
CTX_CONTEXT - Static variable in class org.yamcs.http.HttpRequestHandler
 
CTX_CONTEXT_PATH - Static variable in class org.yamcs.http.HttpRequestHandler
 
CTX_HTTP_REQUEST - Static variable in class org.yamcs.http.HttpRequestHandler
 
CTX_USERNAME - Static variable in class org.yamcs.http.HttpRequestHandler
 
CUC - Enum constant in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeDecoderType
 
CucTimeDecoder - Class in org.yamcs.tctm.ccsds.time
Decoder for CCSDS Unsegmented time Code as specified in TIME CODE FORMATS, CCSDS 301.0-B-4, Nov 2010 The time code is composed by P-Field (preamble field) 8 or 16 bits optional T-Field - up to 7+10 bytes (although it could be longer for custom codes)
CucTimeDecoder(int) - Constructor for class org.yamcs.tctm.ccsds.time.CucTimeDecoder
 
CucTimeDecoder(int, int) - Constructor for class org.yamcs.tctm.ccsds.time.CucTimeDecoder
Constructor for decoder.
curChar - Variable in class org.yamcs.templating.TemplateParserTokenManager
 
curChar - Variable in class org.yamcs.utils.parser.FilterParserTokenManager
 
curChar - Variable in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
 
CURRENT_FORMAT_VERSION - Static variable in class org.yamcs.yarch.TableDefinition
 
currentInstant() - Static method in class org.yamcs.utils.TimeEncoding
Deprecated.
currentTimestamp() - Static method in class org.yamcs.utils.TimestampUtil
 
currentToken - Variable in exception org.yamcs.templating.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.yamcs.utils.parser.ParseException
This is the last token that has been consumed successfully.
CUSTOM - Enum constant in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeEpochs
 
CUSTOM - Enum constant in enum org.yamcs.tctm.ccsds.error.CltuGenerator.Encoding
 
customEpoch - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
customEpochIncludeLeapSecond - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
cv - Variable in class org.yamcs.commanding.ValueChangeVerifier
 
cvh - Variable in class org.yamcs.commanding.ValueChangeVerifier
 

D

data - Variable in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
DATA - Static variable in class org.yamcs.replication.Message
 
DatabaseApi - Class in org.yamcs.http.api
 
DatabaseApi() - Constructor for class org.yamcs.http.api.DatabaseApi
 
DatabaseCorruptionException - Exception in org.yamcs.utils
used to signal inconsistencies found in the database
DatabaseCorruptionException(String) - Constructor for exception org.yamcs.utils.DatabaseCorruptionException
 
DatabaseCorruptionException(String, Throwable) - Constructor for exception org.yamcs.utils.DatabaseCorruptionException
 
DatabaseCorruptionException(Throwable) - Constructor for exception org.yamcs.utils.DatabaseCorruptionException
 
DatabaseLoadException - Exception in org.yamcs.mdb
 
DatabaseLoadException(Exception) - Constructor for exception org.yamcs.mdb.DatabaseLoadException
 
DatabaseLoadException(String) - Constructor for exception org.yamcs.mdb.DatabaseLoadException
 
DatabaseLoadException(String, Throwable) - Constructor for exception org.yamcs.mdb.DatabaseLoadException
 
dataCount - Variable in class org.yamcs.cascading.YamcsEventLink
 
dataCount - Variable in class org.yamcs.tctm.AbstractTcDataLink
 
DataDecoder - Interface in org.yamcs.mdb
Interface to be implemented by the custom XTCE DataEncoding decoders - fromBinaryTransformAlgorithm TODO: unify somehow with the algorithms in order to allow for example to use input parameters (i.e. value of other parameters may be needed in the decoding) Until then, please use the AbstractDataDecoder interface to not need to implement any of the AlgorithmExecutor
DataDecoderFactory - Class in org.yamcs.mdb
 
DataDecoderFactory() - Constructor for class org.yamcs.mdb.DataDecoderFactory
 
DataEncoder - Interface in org.yamcs.mdb
Interface to be implemented by the custom XTCE DataEncoding decoders - toBinaryTransformAlgorithm
DataEncoderFactory - Class in org.yamcs.mdb
 
DataEncoderFactory() - Constructor for class org.yamcs.mdb.DataEncoderFactory
 
DataEncodingDecoder - Class in org.yamcs.mdb
Decodes TM data according to the specification of the DataEncoding This is a generic catch all decoder, relies on specific custom decoders implementing the DataDecoder interface when necessary.
DataEncodingDecoder(ContainerProcessingContext) - Constructor for class org.yamcs.mdb.DataEncodingDecoder
 
DataEncodingDecoder(ProcessorData, BitBuffer) - Constructor for class org.yamcs.mdb.DataEncodingDecoder
 
DataEncodingEncoder - Class in org.yamcs.mdb
Encodes TC data according to the DataEncoding definition
DataEncodingEncoder(TcProcessingContext) - Constructor for class org.yamcs.mdb.DataEncodingEncoder
 
dataEncodingProcessor - Variable in class org.yamcs.mdb.ContainerProcessingContext
 
DataEncodingUtils - Class in org.yamcs.mdb
creates raw values according to the data encoding used
DataEncodingUtils() - Constructor for class org.yamcs.mdb.DataEncodingUtils
 
DataFile - Class in org.yamcs.cfdp
 
DataFile() - Constructor for class org.yamcs.cfdp.DataFile
 
DataFile(long) - Constructor for class org.yamcs.cfdp.DataFile
 
DataFileSegment - Class in org.yamcs.cfdp
 
DataFileSegment(long, byte[]) - Constructor for class org.yamcs.cfdp.DataFileSegment
 
dataInputStream - Variable in class org.yamcs.tctm.CcsdsPacketInputStream
 
dataInputStream - Variable in class org.yamcs.tctm.FixedPacketInputStream
 
dataOutCount - Variable in class org.yamcs.tctm.TcpTcTmDataLink
 
DataRateMeter - Class in org.yamcs.utils
Like the Meter but gives the data rates at 5 seconds mean rates
DataRateMeter() - Constructor for class org.yamcs.utils.DataRateMeter
 
dataToTuple(byte[], byte[]) - Method in class org.yamcs.yarch.TableReaderStream
 
DataType - Class in org.yamcs.yarch
Types supported by yarch.
DataType(DataType._type, byte) - Constructor for class org.yamcs.yarch.DataType
 
DataType(DataType._type, byte, boolean) - Constructor for class org.yamcs.yarch.DataType
 
DataType._type - Enum in org.yamcs.yarch
 
DataTypeDefinition() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
DataTypeProcessor - Class in org.yamcs.mdb
 
DataTypeProcessor() - Constructor for class org.yamcs.mdb.DataTypeProcessor
 
dataTypesDefs - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
DateTimeComponents(int, int, int, int, int, int) - Constructor for class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
DateTimeComponents(int, int, int, int, int, int, int) - Constructor for class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
Constructs a new DateTimeComponents
Db - Class in org.yamcs.yarch.protobuf
 
Db.Event - Class in org.yamcs.yarch.protobuf
Protobuf type Event
Db.Event.Builder - Class in org.yamcs.yarch.protobuf
Protobuf type Event
Db.EventOrBuilder - Interface in org.yamcs.yarch.protobuf
 
Db.ParameterValue - Class in org.yamcs.yarch.protobuf
this message has been copied in Yamcs 5 from pvalue.proto and is used when storing parameter values in tables (ParameterValueColumnSerializer.java).
Db.ParameterValue.Builder - Class in org.yamcs.yarch.protobuf
this message has been copied in Yamcs 5 from pvalue.proto and is used when storing parameter values in tables (ParameterValueColumnSerializer.java).
Db.ParameterValueOrBuilder - Interface in org.yamcs.yarch.protobuf
 
Db.ProtoDataType - Enum in org.yamcs.yarch.protobuf
Protobuf enum ProtoDataType
DbIterator - Interface in org.yamcs.yarch.rocksdb
Iterator that does not support seek.
DbRange - Class in org.yamcs.yarch
 
DbRange() - Constructor for class org.yamcs.yarch.DbRange
 
debug(String) - Method in class org.yamcs.logging.Log
Send a log message at DEBUG level.
debug(String, Object...) - Method in class org.yamcs.logging.Log
Send a log message at DEBUG level using SLF4J-style formatting.
debug(String, Throwable) - Method in class org.yamcs.logging.Log
Send a log message at DEBUG level.
debugStream - Variable in class org.yamcs.templating.TemplateParserTokenManager
Debug output.
debugStream - Variable in class org.yamcs.utils.parser.FilterParserTokenManager
Debug output.
debugStream - Variable in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
Debug output.
decalibrate(ArgumentType, Value) - Method in class org.yamcs.mdb.ArgumentTypeProcessor
 
DECIMAL_LITERAL - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
decode(byte[]) - Static method in class org.yamcs.parameterarchive.SegmentKey
 
decode(byte[], int) - Method in class org.yamcs.tctm.ccsds.time.CucTimeDecoder
 
decode(byte[], int) - Method in class org.yamcs.time.FixedSizeTimeDecoder
 
decode(byte[], int) - Method in interface org.yamcs.time.TimeDecoder
Decodes the time from the binary buffer and returns the time in milliseconds.
decode(byte[], int[]) - Method in class org.yamcs.rs.ReedSolomon
Corrects in place data and returns the number of error corrected.
decode(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.AosFrameDecoder
 
decode(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.TmFrameDecoder
 
decode(byte[], int, int) - Method in interface org.yamcs.tctm.ccsds.TransferFrameDecoder
Parse frame data
decode(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.UslpFrameDecoder
 
decode(byte[], long) - Method in class org.yamcs.parameterarchive.SegmentEncoderDecoder
 
decode(int, int, int) - Static method in class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr
Based on the received header information, reconstitutes the correct header if possible
decode(ChannelHandlerContext, HttpContent, List<Object>) - Method in class org.yamcs.http.HttpContentToByteBufDecoder
 
decode(String) - Static method in class org.yamcs.http.api.NamedObjectPageToken
 
decode(String) - Static method in class org.yamcs.http.api.TimeSortedPageToken
 
decode(String, byte[]) - Static method in class org.yamcs.http.auth.JwtHelper
 
decode(ByteSupplier) - Method in class org.yamcs.tctm.ccsds.time.CucTimeDecoder
Assuming that the basic time unit is second, return the number of milliseconds.
decode32(int) - Static method in class org.yamcs.utils.MilStd1750A
Decodes a 32 bit MIL-STD 1750A number into a double.
decode48(long) - Static method in class org.yamcs.utils.MilStd1750A
Decodes a MIL-STD 1750A 48 bit number into a double.
decode5Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
Decode 5 bytes as a signed integer in two's complement encoding
decode6Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
Decode 6 bytes as a signed integer in two's complement encoding
decodeDatagram(byte[], int, int) - Method in class org.yamcs.tctm.UdpParameterDataLink
Decode Pvalue.ParameterData from the content of a single received UDP Datagram.
decodeDeltaDeltaZigZag(int[]) - Static method in class org.yamcs.utils.VarIntUtil
 
decodeDeltaIntArray(byte[]) - Static method in class org.yamcs.utils.VarIntUtil
The reverse of the VarIntUtil.encodeDeltaIntArray(IntArray) method.
decodedFrameLength() - Method in class org.yamcs.tctm.ccsds.CcsdsFrameDecoder
 
decodedFrameLength() - Method in interface org.yamcs.tctm.RawFrameDecoder
Returns the length of the decoded frame or -1 if it can be variable
decodeExtra(MessageLite.Builder) - Method in exception org.yamcs.YamcsException
 
decodeFrame(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.CcsdsFrameDecoder
 
decodeFrame(byte[], int, int) - Method in interface org.yamcs.tctm.RawFrameDecoder
Decodes frame in the buffer at offset.
decodeFromVarIntArray(byte[]) - Static method in class org.yamcs.utils.SortedIntArray
 
decodeInt(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
decodeIntLE(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
decodeLong(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
decodeLongLE(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
decodeRaw(byte[], int) - Method in class org.yamcs.tctm.ccsds.time.CucTimeDecoder
Returns the time in an unspecified unit.
decodeRaw(byte[], int) - Method in class org.yamcs.time.FixedSizeTimeDecoder
 
decodeRaw(byte[], int) - Method in interface org.yamcs.time.TimeDecoder
Returns the time in an unspecified unit.
decodeRaw(ByteSupplier) - Method in class org.yamcs.tctm.ccsds.time.CucTimeDecoder
Decodes the time in the highest available resolution.
DecoderResult(int, int, int) - Constructor for class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr.DecoderResult
 
decodeShort(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
decodeUnsigned3Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
decodeUnsigned3BytesLE(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
decodeUnsigned5Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
decodeUnsigned6Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
Decode 6 bytes as an unsigned integer
decodeUnsigned7Bytes(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
decodeUnsignedShort(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
decodeUnsignedShortLE(byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
Decode unsigned short
decodeUnverified(String) - Static method in class org.yamcs.http.auth.JwtHelper
 
decodeZigZag(int) - Static method in class org.yamcs.utils.VarIntUtil
 
DecodingException - Exception in org.yamcs.utils
 
DecodingException() - Constructor for exception org.yamcs.utils.DecodingException
 
DecodingException(String) - Constructor for exception org.yamcs.utils.DecodingException
 
DecodingException(String, Throwable) - Constructor for exception org.yamcs.utils.DecodingException
 
DecodingException(Throwable) - Constructor for exception org.yamcs.utils.DecodingException
 
decompress(ByteBuffer, int) - Static method in class org.yamcs.parameterarchive.FloatCompressor
 
DEFAULT - Enum constant in enum org.yamcs.cli.OutputFormat
 
DEFAULT - Static variable in interface org.yamcs.templating.TemplateParserConstants
Lexical state.
DEFAULT - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
Lexical state.
DEFAULT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
Lexical state.
DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.BooleanArray
 
DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.ByteArray
 
DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.DoubleArray
 
DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.FloatArray
 
DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.IntArray
 
DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.LongArray
 
DEFAULT_CAPACITY - Static variable in class org.yamcs.utils.SortedIntArray
 
DEFAULT_MAX_OPEN_FILES - Static variable in class org.yamcs.yarch.rocksdb.RdbConfig
 
DEFAULT_NAMESPACE - Static variable in class org.yamcs.alarms.EventId
 
DEFAULT_PAGE_SIZE - Static variable in class me.lemire.integercompression.FastPFOR128
 
DEFAULT_PKT_TIME_OFFSET - Static variable in class org.yamcs.tctm.pus.Constants
 
DEFAULT_SOURCE - Static variable in class org.yamcs.algorithms.AlgorithmFunctions
 
DEFAULT_TIME_PACKET_TIME_OFFSET - Static variable in class org.yamcs.tctm.pus.Constants
 
DefaultConfigurationResolver() - Constructor for class org.yamcs.YConfiguration.DefaultConfigurationResolver
 
delete(byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
delete(String) - Method in interface org.yamcs.yarch.ProtobufDatabase
Delete a protobuf message for a specific id.
delete(String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
 
delete(String) - Method in class org.yamcs.yarch.rocksdb.RdbProtobufDatabase
 
DELETE - Enum constant in enum org.yamcs.yarch.TableVisitor.ActionType
 
deleteAccount(Account) - Method in class org.yamcs.security.DirectoryDb
 
deleteAccounts() - Method in class org.yamcs.security.DirectoryDb
 
deleteBand(UUID) - Method in class org.yamcs.timeline.TimelineBandDb
 
deleteBand(Context, DeleteBandRequest, Observer<TimelineBand>) - Method in class org.yamcs.http.api.TimelineApi
 
deleteBucket(String) - Method in interface org.yamcs.yarch.BucketDatabase
 
deleteBucket(String) - Method in class org.yamcs.yarch.FileSystemBucketDatabase
 
deleteBucket(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucketDatabase
 
deleteBucket(String) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
deleteBucket(Context, DeleteBucketRequest, Observer<Empty>) - Method in class org.yamcs.http.api.BucketsApi
 
deleteClearance(Context, DeleteClearanceRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ClearanceApi
 
deleteContents(Path) - Static method in class org.yamcs.utils.FileUtils
 
deleteFromTable(String) - Static method in class org.yamcs.yarch.query.Query
 
DeleteFromTableQueryBuilder - Class in org.yamcs.yarch.query
 
DeleteFromTableQueryBuilder(String) - Constructor for class org.yamcs.yarch.query.DeleteFromTableQueryBuilder
 
deleteGroup(Context, DeleteGroupRequest, Observer<GroupInfo>) - Method in class org.yamcs.http.api.IamApi
 
deleteGroup(Group) - Method in class org.yamcs.security.Directory
 
deleteGroup(Group) - Method in class org.yamcs.security.DirectoryDb
 
deleteGroups() - Method in class org.yamcs.security.DirectoryDb
 
deleteIdentity(String) - Method in class org.yamcs.security.User
 
deleteIdentity(Context, DeleteIdentityRequest, Observer<Empty>) - Method in class org.yamcs.http.api.IamApi
 
deleteItem(UUID) - Method in class org.yamcs.timeline.CommandItemProvider
 
deleteItem(UUID) - Method in interface org.yamcs.timeline.ItemProvider
Delete the item with the given uuid and return the deleted item.
deleteItem(UUID) - Method in class org.yamcs.timeline.TimelineItemDb
 
deleteItem(Context, DeleteItemRequest, Observer<TimelineItem>) - Method in class org.yamcs.http.api.TimelineApi
 
deleteObject(String) - Method in interface org.yamcs.yarch.Bucket
 
deleteObject(String) - Method in class org.yamcs.yarch.FileSystemBucket
 
deleteObject(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
deleteObject(Context, DeleteObjectRequest, Observer<Empty>) - Method in class org.yamcs.http.api.BucketsApi
 
deletePartitions(long, long) - Method in class org.yamcs.parameterarchive.ParameterArchive
Delete all partitions that overlap with [start, stop) segment.
deleteProcessor(Context, DeleteProcessorRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
 
deleteRecords(long, long) - Method in class org.yamcs.archive.CcsdsTmIndex
 
deleteRecords(long, long) - Method in interface org.yamcs.archive.TmIndexService
 
deleteRecursively(Path) - Static method in class org.yamcs.utils.FileUtils
 
deleteRecursivelyIfExists(Path) - Static method in class org.yamcs.utils.FileUtils
 
deleteRole(String) - Method in class org.yamcs.security.User
 
deleteRoleAssignment(Context, DeleteRoleAssignmentRequest, Observer<Empty>) - Method in class org.yamcs.http.api.IamApi
 
deleteServiceAccount(String) - Method in class org.yamcs.security.Directory
 
deleteServiceAccount(Context, DeleteServiceAccountRequest, Observer<Empty>) - Method in class org.yamcs.http.api.IamApi
 
deleteSplineIntervals(Instant, Instant) - Method in class org.yamcs.time.TimeOfFlightEstimator
 
DeleteStatement - Class in org.yamcs.yarch.streamsql
Execute a statement:
DeleteStatement(String, Expression, long) - Constructor for class org.yamcs.yarch.streamsql.DeleteStatement
 
DeleteStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
deleteTimelineGroup(UUID) - Method in class org.yamcs.timeline.CommandItemProvider
 
deleteTimelineGroup(UUID) - Method in interface org.yamcs.timeline.ItemProvider
 
deleteTimelineGroup(UUID) - Method in class org.yamcs.timeline.TimelineItemDb
 
deleteTimelineGroup(Context, DeleteTimelineGroupRequest, Observer<TimelineItem>) - Method in class org.yamcs.http.api.TimelineApi
 
deleteTimeOfFlightIntervals(Context, DeleteTimeOfFlightIntervalsRequest, Observer<Empty>) - Method in class org.yamcs.http.api.TimeCorrelationApi
 
deleteUser(Context, DeleteUserRequest, Observer<Empty>) - Method in class org.yamcs.http.api.IamApi
 
deleteUser(User) - Method in class org.yamcs.security.Directory
 
deleteView(UUID) - Method in class org.yamcs.timeline.TimelineViewDb
 
deleteView(Context, DeleteViewRequest, Observer<TimelineView>) - Method in class org.yamcs.http.api.TimelineApi
 
DELIBERATELY_DISCARDED - Enum constant in enum org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
 
deltaFrom(Instant) - Method in class org.yamcs.time.Instant
Compute the distance in seconds between this instant and the given instant.
DeprecationInfo - Annotation Type in org.yamcs.utils
Annotation used to mark service that have been deprecated.
deriveArchivePartition(ContainerProcessingResult) - Static method in class org.yamcs.archive.XtceTmRecorder
 
derivedFromRoot - Variable in class org.yamcs.mdb.ContainerProcessingContext
 
deriveTargetContentType() - Method in class org.yamcs.http.RouteContext
 
deriveTargetContentType(HttpRequest) - Static method in class org.yamcs.http.RouteContext
Derives an applicable content type for the output.
descend(boolean) - Method in class org.yamcs.yarch.SqlBuilder
 
DescendingPrefixIterator - Class in org.yamcs.yarch.rocksdb
Wrapper around RocksDb iterator that iterates all the keys with a prefix in descending order
DescendingPrefixIterator(RocksIterator, byte[]) - Constructor for class org.yamcs.yarch.rocksdb.DescendingPrefixIterator
 
DescendingRangeIterator - Class in org.yamcs.yarch.rocksdb
Wrapper around a rocksdb iterator that only supports prev() and is restricted to a range.
DescendingRangeIterator(RocksIterator, byte[], byte[]) - Constructor for class org.yamcs.yarch.rocksdb.DescendingRangeIterator
Creates a new range iterator that iteates in descending order from rangeEnd to rangeStart
DescendingRangeIterator(RocksIterator, DbRange) - Constructor for class org.yamcs.yarch.rocksdb.DescendingRangeIterator
 
describeDatabase(Context, DescribeDatabaseRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.RocksDbApi
 
describeRocksDb(Context, Empty, Observer<HttpBody>) - Method in class org.yamcs.http.api.RocksDbApi
 
DescribeStatement - Class in org.yamcs.yarch.streamsql
 
DescribeStatement(String) - Constructor for class org.yamcs.yarch.streamsql.DescribeStatement
 
DescribeStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
description - Variable in class org.yamcs.timeline.TimelineItem
 
DESCRIPTION_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.GroupRecord
 
deserialize(byte[], byte[]) - Method in class org.yamcs.yarch.TableDefinition
 
deserialize(ByteBuffer, ColumnDefinition) - Method in interface org.yamcs.yarch.ColumnSerializer
Same as above but read the data from a ByteBuffer.
deserialize(ByteBuffer, ColumnDefinition) - Method in class org.yamcs.yarch.ParameterValueColumnSerializer
 
deserialize(ByteArray, ColumnDefinition) - Method in interface org.yamcs.yarch.ColumnSerializer
Read one column value (i.e. a cell from the stream) The enums are deserialized as shorts (it is converted to the actual type in the TableDefinition.deserialize(byte[], byte[]))
deserialize(ByteArray, ColumnDefinition) - Method in class org.yamcs.yarch.ParameterValueColumnSerializer
 
deserializeValue(ByteArray) - Method in class org.yamcs.yarch.TableColumnDefinition
 
DIGIT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
Directory - Class in org.yamcs.security
Stores user, group and application information in the Yamcs database.
Directory() - Constructor for class org.yamcs.security.Directory
 
DIRECTORY_LISTING_REQUEST - Enum constant in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
DIRECTORY_LISTING_REQUEST - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
DIRECTORY_LISTING_RESPONSE - Enum constant in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
DIRECTORY_LISTING_RESPONSE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
DirectoryAuthModule - Class in org.yamcs.security
Identifies users and service accounts based on authentication information stored in the Yamcs Directory.
DirectoryAuthModule() - Constructor for class org.yamcs.security.DirectoryAuthModule
 
DirectoryDb - Class in org.yamcs.security
Stores users and groups in the Yamcs DB.
DirectoryDb() - Constructor for class org.yamcs.security.DirectoryDb
 
DirectoryListingRequest - Class in org.yamcs.cfdp.pdu
 
DirectoryListingRequest(byte[]) - Constructor for class org.yamcs.cfdp.pdu.DirectoryListingRequest
 
DirectoryListingRequest(String, String) - Constructor for class org.yamcs.cfdp.pdu.DirectoryListingRequest
 
DirectoryListingResponse - Class in org.yamcs.cfdp.pdu
 
DirectoryListingResponse(byte[]) - Constructor for class org.yamcs.cfdp.pdu.DirectoryListingResponse
 
DirectoryListingResponse(DirectoryListingResponse.ListingResponseCode, String, String) - Constructor for class org.yamcs.cfdp.pdu.DirectoryListingResponse
 
DirectoryListingResponse.ListingResponseCode - Enum in org.yamcs.cfdp.pdu
 
disable() - Method in class org.yamcs.tctm.AbstractLink
 
disable() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
disable() - Method in interface org.yamcs.tctm.Link
Disable any data I/O through this link.
disable(Context, DisableRequest, Observer<Empty>) - Method in class org.yamcs.http.api.Cop1Api
 
disable_tracing() - Method in class org.yamcs.templating.TemplateParser
Disable tracing.
disable_tracing() - Method in class org.yamcs.utils.parser.FilterParser
Disable tracing.
disable_tracing() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
Disable tracing.
disableCommandVerifiers() - Method in class org.yamcs.commanding.ActiveCommand
 
disableCommandVerifiers() - Method in class org.yamcs.commanding.PreparedCommand
 
disableCommandVerifiers(boolean) - Method in class org.yamcs.commanding.PreparedCommand
 
disableCop1(boolean) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
disabled - Variable in class org.yamcs.tctm.AbstractLink
 
disabled() - Method in interface org.yamcs.tctm.ccsds.Cop1Monitor
Called when the COP1 has been disabled
disabled() - Method in class org.yamcs.tctm.ccsds.Cop1MonitorImpl
 
DISABLED - Enum constant in enum org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
 
DISABLED - Enum constant in enum org.yamcs.tctm.Link.Status
the link has been disabled by the user (so it's implicitly unavailable)
disableLink(String) - Method in class org.yamcs.management.LinkManager
 
disableLink(Context, DisableLinkRequest, Observer<LinkInfo>) - Method in class org.yamcs.http.api.LinksApi
 
disablePostprocessing() - Method in class org.yamcs.commanding.PreparedCommand
 
disablePostprocessing(boolean) - Method in class org.yamcs.commanding.PreparedCommand
 
disableQueue(Context, DisableQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.http.api.QueuesApi
 
disableTracing(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
disableTracing(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmManager
 
disableTransmissionConstraints() - Method in class org.yamcs.commanding.ActiveCommand
 
disableTransmissionConstraints() - Method in class org.yamcs.commanding.PreparedCommand
 
disableTransmissionConstraints(boolean) - Method in class org.yamcs.commanding.PreparedCommand
 
disconnect() - Method in class org.yamcs.tctm.TcpTcDataLink
 
disconnected() - Method in class org.yamcs.cascading.YamcsLink
 
discoverPlugins() - Method in class org.yamcs.PluginManager
 
displayName - Variable in class org.yamcs.security.Account
 
DISPLAYNAME_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
 
dispose(YRDB) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
 
dispose(YRDB) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
distress(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
distress(String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
distress(String, String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
DIV - Enum constant in enum org.yamcs.yarch.streamsql.MultOp
 
doBackup(String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
Performs backup of the root database to a given directory
doBackup(String, String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
Performs a backup of the database to the given directory
doBind() - Method in class org.yamcs.yarch.streamsql.AdditiveExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.AggregateListExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.AndExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.ArgumentExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.ArrayExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.BitwiseExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.ColumnExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.ExponentExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.Expression
 
doBind() - Method in class org.yamcs.yarch.streamsql.FirstValExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.funct.CoalesceExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.funct.CountExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.funct.ExtractNumberExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.funct.SubstringExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.funct.SumExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.funct.UnhexExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.InExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.IsNullExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.LikeExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.MultiplicativeExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.NegativeExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.NotExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.NullExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.OrExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.RelationalExpression
 
doBind() - Method in class org.yamcs.yarch.streamsql.ValueExpression
 
doClose() - Method in class org.yamcs.yarch.HistogramReaderStream
 
doClose() - Method in class org.yamcs.yarch.InternalStream
 
doClose() - Method in class org.yamcs.yarch.MergeStream
 
doClose() - Method in class org.yamcs.yarch.OutputStream
 
doClose() - Method in class org.yamcs.yarch.rocksdb.RdbTableWriter
 
doClose() - Method in class org.yamcs.yarch.SelectStream
 
doClose() - Method in class org.yamcs.yarch.Stream
 
doClose() - Method in class org.yamcs.yarch.streamsql.LimitedStream
 
doClose() - Method in class org.yamcs.yarch.TableReaderStream
 
doClose() - Method in class org.yamcs.yarch.TableWriter
 
doDisable() - Method in class org.yamcs.cascading.YamcsArchiveTmLink
 
doDisable() - Method in class org.yamcs.cascading.YamcsEventLink
 
doDisable() - Method in class org.yamcs.cascading.YamcsLink
 
doDisable() - Method in class org.yamcs.cascading.YamcsParameterLink
 
doDisable() - Method in class org.yamcs.cascading.YamcsTcLink
 
doDisable() - Method in class org.yamcs.cascading.YamcsTmLink
 
doDisable() - Method in class org.yamcs.tctm.AbstractLink
 
doDisable() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
 
doDisable() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
 
doDisable() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
doDisable() - Method in class org.yamcs.tctm.FilePollingTmDataLink
 
doDisable() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
doDisable() - Method in class org.yamcs.tctm.TcpTmDataLink
 
doDisable() - Method in class org.yamcs.tctm.UdpParameterDataLink
 
doDisable() - Method in class org.yamcs.tctm.UdpTmDataLink
Sets the disabled to true such that getNextPacket ignores the received datagrams
doEnable() - Method in class org.yamcs.cascading.YamcsArchiveTmLink
 
doEnable() - Method in class org.yamcs.cascading.YamcsEventLink
 
doEnable() - Method in class org.yamcs.cascading.YamcsLink
 
doEnable() - Method in class org.yamcs.cascading.YamcsParameterLink
 
doEnable() - Method in class org.yamcs.cascading.YamcsTcLink
 
doEnable() - Method in class org.yamcs.cascading.YamcsTmLink
 
doEnable() - Method in class org.yamcs.tctm.AbstractLink
 
doEnable() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
 
doEnable() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
 
doEnable() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
doEnable() - Method in class org.yamcs.tctm.FilePollingTmDataLink
 
doEnable() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
doEnable() - Method in class org.yamcs.tctm.TcpTmDataLink
 
doEnable() - Method in class org.yamcs.tctm.UdpParameterDataLink
 
doEnable() - Method in class org.yamcs.tctm.UdpTmDataLink
Sets the disabled to false such that getNextPacket does not ignore the received datagrams
doExecute(long, long, List<ParameterValue>) - Method in class org.yamcs.algorithms.AbstractJavaExprExecutor
 
doHandle(ChannelHandlerContext, HttpRequest, User) - Method in class org.yamcs.http.BodyHandler
 
doHandle(ChannelHandlerContext, HttpRequest, User) - Method in class org.yamcs.http.HttpHandler
 
doHousekeeping() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
Called each AbstractTcDataLink.housekeepingInterval milliseconds, can be used to establish tcp connections or similar things
doHousekeeping() - Method in class org.yamcs.tctm.TcpTcDataLink
 
doInit() - Method in class org.yamcs.YamcsInstanceService
 
doInit() - Method in class org.yamcs.YamcsServerInstance
 
Done() - Method in class org.yamcs.templating.SimpleCharStream
Reset buffer when finished.
Done() - Method in class org.yamcs.utils.parser.SimpleCharStream
Reset buffer when finished.
doStart() - Method in class org.yamcs.alarms.AlarmReporter
 
doStart() - Method in class org.yamcs.alarms.AlarmServer
 
doStart() - Method in class org.yamcs.alarms.EventAlarmServer
 
doStart() - Method in class org.yamcs.algorithms.AlgorithmManager
 
doStart() - Method in class org.yamcs.archive.AlarmRecorder
 
doStart() - Method in class org.yamcs.archive.CcsdsTmIndex
 
doStart() - Method in class org.yamcs.archive.CommandHistoryRecorder
 
doStart() - Method in class org.yamcs.archive.EventRecorder
 
doStart() - Method in class org.yamcs.archive.ParameterRecorder
 
doStart() - Method in class org.yamcs.archive.ReplayServer
 
doStart() - Method in class org.yamcs.archive.XtceTmRecorder
 
doStart() - Method in class org.yamcs.cascading.YamcsArchiveTmLink
 
doStart() - Method in class org.yamcs.cascading.YamcsEventLink
 
doStart() - Method in class org.yamcs.cascading.YamcsLink
 
doStart() - Method in class org.yamcs.cascading.YamcsParameterLink
 
doStart() - Method in class org.yamcs.cascading.YamcsTcLink
 
doStart() - Method in class org.yamcs.cascading.YamcsTmLink
 
doStart() - Method in class org.yamcs.cfdp.CfdpService
 
doStart() - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
 
doStart() - Method in class org.yamcs.cmdhistory.StreamCommandHistoryProvider
 
doStart() - Method in class org.yamcs.commanding.CommandingManager
 
doStart() - Method in class org.yamcs.commanding.CommandQueueManager
called at processor startup
doStart() - Method in class org.yamcs.http.audit.AuditLog
 
doStart() - Method in class org.yamcs.http.auth.TokenStore
 
doStart() - Method in class org.yamcs.http.HttpServer
 
doStart() - Method in class org.yamcs.mdb.XtceTmProcessor
 
doStart() - Method in class org.yamcs.parameter.LocalParameterManager
 
doStart() - Method in class org.yamcs.parameter.ParameterProcessorManager
 
doStart() - Method in class org.yamcs.parameter.SystemParametersService
 
doStart() - Method in class org.yamcs.parameterarchive.ParameterArchive
 
doStart() - Method in class org.yamcs.Processor
starts processing by invoking the start method for all the associated components
doStart() - Method in class org.yamcs.ProcessorCreatorService
 
doStart() - Method in class org.yamcs.ProcessRunner
 
doStart() - Method in class org.yamcs.replication.ReplicationMaster
 
doStart() - Method in class org.yamcs.replication.ReplicationServer
 
doStart() - Method in class org.yamcs.replication.ReplicationSlave
 
doStart() - Method in class org.yamcs.StreamTcCommandReleaser
 
doStart() - Method in class org.yamcs.StreamTmPacketProvider
 
doStart() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
 
doStart() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
doStart() - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
 
doStart() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
 
doStart() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
doStart() - Method in class org.yamcs.tctm.cfs.CfsEventDecoder
 
doStart() - Method in class org.yamcs.tctm.FilePollingTmDataLink
 
doStart() - Method in class org.yamcs.tctm.ReplayService
 
doStart() - Method in class org.yamcs.tctm.StreamParameterProvider
 
doStart() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
doStart() - Method in class org.yamcs.tctm.TcpTmDataLink
 
doStart() - Method in class org.yamcs.tctm.UdpParameterDataLink
 
doStart() - Method in class org.yamcs.tctm.UdpTmDataLink
 
doStart() - Method in class org.yamcs.time.TimeCorrelationService
 
doStart() - Method in class org.yamcs.timeline.TimelineService
 
doStart() - Method in class org.yamcs.YamcsInstanceService
 
doStart() - Method in class org.yamcs.YamcsServerInstance
 
doStart() - Method in class org.yamcs.yarch.HistogramReaderStream
 
doStart() - Method in class org.yamcs.yarch.InternalStream
 
doStart() - Method in class org.yamcs.yarch.MergeStream
 
doStart() - Method in class org.yamcs.yarch.OutputStream
 
doStart() - Method in class org.yamcs.yarch.SelectStream
 
doStart() - Method in class org.yamcs.yarch.Stream
Start emitting tuples.
doStart() - Method in class org.yamcs.yarch.streamsql.LimitedStream
 
doStart() - Method in class org.yamcs.yarch.TableReaderStream
 
doStop() - Method in class org.yamcs.alarms.AlarmReporter
 
doStop() - Method in class org.yamcs.alarms.AlarmServer
 
doStop() - Method in class org.yamcs.alarms.EventAlarmServer
 
doStop() - Method in class org.yamcs.algorithms.AlgorithmManager
 
doStop() - Method in class org.yamcs.archive.AlarmRecorder
 
doStop() - Method in class org.yamcs.archive.CcsdsTmIndex
 
doStop() - Method in class org.yamcs.archive.CommandHistoryRecorder
 
doStop() - Method in class org.yamcs.archive.EventRecorder
 
doStop() - Method in class org.yamcs.archive.ParameterRecorder
 
doStop() - Method in class org.yamcs.archive.ReplayServer
 
doStop() - Method in class org.yamcs.archive.XtceTmRecorder
 
doStop() - Method in class org.yamcs.cascading.YamcsArchiveTmLink
 
doStop() - Method in class org.yamcs.cascading.YamcsEventLink
 
doStop() - Method in class org.yamcs.cascading.YamcsLink
 
doStop() - Method in class org.yamcs.cascading.YamcsParameterLink
 
doStop() - Method in class org.yamcs.cascading.YamcsTcLink
 
doStop() - Method in class org.yamcs.cascading.YamcsTmLink
 
doStop() - Method in class org.yamcs.cfdp.CfdpService
 
doStop() - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
 
doStop() - Method in class org.yamcs.cmdhistory.StreamCommandHistoryProvider
 
doStop() - Method in class org.yamcs.commanding.CommandingManager
 
doStop() - Method in class org.yamcs.commanding.CommandQueueManager
 
doStop() - Method in class org.yamcs.http.audit.AuditLog
 
doStop() - Method in class org.yamcs.http.auth.TokenStore
 
doStop() - Method in class org.yamcs.http.HttpServer
 
doStop() - Method in class org.yamcs.mdb.XtceTmProcessor
 
doStop() - Method in class org.yamcs.parameter.LocalParameterManager
 
doStop() - Method in class org.yamcs.parameter.ParameterProcessorManager
 
doStop() - Method in class org.yamcs.parameter.SystemParametersService
 
doStop() - Method in class org.yamcs.parameterarchive.ParameterArchive
 
doStop() - Method in class org.yamcs.Processor
Closes the processor by stoping the tm/pp and tc It can be that there are still clients connected, but they will not get any data and new clients can not connect to these processors anymore.
doStop() - Method in class org.yamcs.ProcessorCreatorService
 
doStop() - Method in class org.yamcs.ProcessRunner
 
doStop() - Method in class org.yamcs.replication.ReplicationMaster
 
doStop() - Method in class org.yamcs.replication.ReplicationServer
 
doStop() - Method in class org.yamcs.replication.ReplicationSlave
 
doStop() - Method in class org.yamcs.StreamTcCommandReleaser
 
doStop() - Method in class org.yamcs.StreamTmPacketProvider
 
doStop() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
 
doStop() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
doStop() - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
 
doStop() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
 
doStop() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
doStop() - Method in class org.yamcs.tctm.cfs.CfsEventDecoder
 
doStop() - Method in class org.yamcs.tctm.FilePollingTmDataLink
 
doStop() - Method in class org.yamcs.tctm.ReplayService
 
doStop() - Method in class org.yamcs.tctm.StreamParameterProvider
 
doStop() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
doStop() - Method in class org.yamcs.tctm.TcpTmDataLink
 
doStop() - Method in class org.yamcs.tctm.UdpParameterDataLink
 
doStop() - Method in class org.yamcs.tctm.UdpTmDataLink
 
doStop() - Method in class org.yamcs.time.TimeCorrelationService
 
doStop() - Method in class org.yamcs.timeline.TimelineService
 
doStop() - Method in class org.yamcs.YamcsInstanceService
 
doStop() - Method in class org.yamcs.YamcsServerInstance
 
DOUBLE - Enum constant in enum org.yamcs.yarch.DataType._type
 
DOUBLE - Static variable in class org.yamcs.yarch.DataType
 
DoubleArray - Class in org.yamcs.utils
expandable double array
DoubleArray() - Constructor for class org.yamcs.utils.DoubleArray
Creates a sorted int array with a default initial capacity
DoubleArray(int) - Constructor for class org.yamcs.utils.DoubleArray
Creates an IntArray with a given initial capacity
doubleValue() - Method in class me.lemire.integercompression.IntWrapper
 
DoubleValue - Class in org.yamcs.parameter
 
DoubleValue(double) - Constructor for class org.yamcs.parameter.DoubleValue
 
DoubleValueSegment - Class in org.yamcs.parameterarchive
 
DownlinkManagedParameters - Class in org.yamcs.tctm.ccsds
Stores configuration related to Master channels for downlink.
DownlinkManagedParameters(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.DownlinkManagedParameters
 
DownlinkManagedParameters.FrameErrorDetection - Enum in org.yamcs.tctm.ccsds
 
DownlinkTransferFrame - Class in org.yamcs.tctm.ccsds
Transfer frame is an interface covering the three CCSDS transfer frames types: TM (CCSDS 132.0-B-2) AOS (CCSDS 732.0-B-3) UNIFIED ( 732.1-B-1)
DownlinkTransferFrame(byte[], int, int) - Constructor for class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
DOWNLOAD_REQUEST - Enum constant in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
DOWNLOAD_REQUEST_RESPONSE - Enum constant in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
Downsampler - Class in org.yamcs.http.api
One-pass downsampler for time-series data (i.e. numeric archived parameters), where the number of recorded data points are not known upfront.
Downsampler(long, long) - Constructor for class org.yamcs.http.api.Downsampler
 
Downsampler(long, long, int) - Constructor for class org.yamcs.http.api.Downsampler
 
Downsampler(long, long, int, boolean) - Constructor for class org.yamcs.http.api.Downsampler
 
Downsampler.Sample - Class in org.yamcs.http.api
A cumulative sample that keeps track of a rolling average among others.
dropTable(String) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
dropTable(YarchDatabaseInstance, TableDefinition) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
dropTable(YarchDatabaseInstance, TableDefinition) - Method in interface org.yamcs.yarch.StorageEngine
Drop the table (removing all data)
dropTablespace(String) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
DropTableStatement - Class in org.yamcs.yarch.streamsql
 
DropTableStatement(boolean, String) - Constructor for class org.yamcs.yarch.streamsql.DropTableStatement
 
DropTableStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
DT_ERROR - Enum constant in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
error in replay
DT_ERROR_VALUE - Static variable in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
error in replay
DUMP_CMDHIST_STREAM_NAME - Static variable in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
dumpState() - Method in class org.yamcs.http.TopicContext
 
dumpThreads(Context, Empty, Observer<HttpBody>) - Method in class org.yamcs.http.api.ServerApi
 
DUPLICATE_KEY - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
duration - Variable in class org.yamcs.timeline.TimelineItem
 

E

editAlarm(Context, EditAlarmRequest, Observer<Empty>) - Method in class org.yamcs.http.api.AlarmsApi
 
editAlgorithmTrace(Context, EditAlgorithmTraceRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
 
editProcessor(Context, EditProcessorRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
 
ELIF - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
ELSE - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
EMAIL_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
emitTuple(Tuple) - Method in class org.yamcs.yarch.Stream
 
EMPTY - Static variable in class org.yamcs.parameter.ParameterValueList
 
EMPTY - Static variable in class org.yamcs.utils.ByteArrayUtils
 
EMPTY_RETURN - Static variable in class org.yamcs.yarch.WindowProcessor
 
EMPTY_SEQ - Static variable in class org.yamcs.tctm.ccsds.error.CltuGenerator
 
emptyConfig() - Static method in class org.yamcs.YConfiguration
 
EmptyNodeLoader - Class in org.yamcs.mdb
Database "loader" that simply creates an empty SpaceSystem with the given name
EmptyNodeLoader(String) - Constructor for class org.yamcs.mdb.EmptyNodeLoader
 
EmptyNodeLoader(YConfiguration) - Constructor for class org.yamcs.mdb.EmptyNodeLoader
 
enable() - Method in class org.yamcs.tctm.AbstractLink
Sets the disabled to false such that getNextPacket does not ignore the received datagrams
enable() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
enable() - Method in interface org.yamcs.tctm.Link
Reenable the data transit if disabled by the disable() method.
enable_tracing() - Method in class org.yamcs.templating.TemplateParser
Enable tracing.
enable_tracing() - Method in class org.yamcs.utils.parser.FilterParser
Enable tracing.
enable_tracing() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
Enable tracing.
enableBuffering(Parameter, int) - Method in class org.yamcs.parameter.LastValueCache
Configure the parameter cache to remember at least capacity values for the parameter.
enableLink(String) - Method in class org.yamcs.management.LinkManager
 
enableLink(Context, EnableLinkRequest, Observer<LinkInfo>) - Method in class org.yamcs.http.api.LinksApi
 
enableQueue(Context, EnableQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.http.api.QueuesApi
 
enableReporting(AlarmReporter) - Method in class org.yamcs.mdb.ParameterAlarmChecker
 
enableServer(AlarmServer<Parameter, ParameterValue>) - Method in class org.yamcs.mdb.ParameterAlarmChecker
 
enableTracing(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
enableTracing(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmManager
 
enableXtceNameRestrictions - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
encode() - Method in class org.yamcs.parameterarchive.SegmentKey
 
encode() - Method in class org.yamcs.replication.Message
 
encode(byte[]) - Static method in class org.yamcs.tctm.ccsds.error.BchCltuGenerator.BchEncoder
 
encode(byte[], byte[]) - Method in class org.yamcs.rs.ReedSolomon
 
encode(byte[], int) - Static method in class org.yamcs.tctm.ccsds.error.BchCltuGenerator.BchEncoder
Encodes 7 bytes of data from p:offset and returns the result
encode(byte[], int, byte[], int) - Static method in class org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator.Ldpc256Encoder
Encodes a block of 32 bytes from in:inOffset into a code of 32 bytes stored in out:outOffset
encode(byte[], int, byte[], int) - Static method in class org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator.Ldpc64Encoder
Encodes a block of 8 bytes from in:inOffset into a code of 8 bytes stored in out:outOffset
encode(int, int) - Static method in class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr
Compute the Error Control word based on the virtual channel id and signaling field byte
encode(int, int, long, byte) - Static method in class org.yamcs.parameterarchive.SegmentKey
 
encode(BaseSegment) - Method in class org.yamcs.parameterarchive.SegmentEncoderDecoder
 
encode(MetaCommand) - Method in class org.yamcs.mdb.MetaCommandContainerProcessor
 
encode2(byte[], int, byte[], int) - Static method in class org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator.Ldpc256Encoder
 
encode32(double) - Static method in class org.yamcs.utils.MilStd1750A
Encodes a double into a MIL-STD 1750A 32 bit number.
encode48(double) - Static method in class org.yamcs.utils.MilStd1750A
Encode double value to 48 bits 1750A floating point number.
encodeAsString() - Method in class org.yamcs.http.api.NamedObjectPageToken
 
encodeAsString() - Method in class org.yamcs.http.api.TimeSortedPageToken
 
encodeCltu(int, byte[]) - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
optionally encode the data to CLTU if the CLTU generator is configured.
encodeDeltaDeltaZigZag(int[]) - Static method in class org.yamcs.utils.VarIntUtil
 
encodeDeltaDeltaZigZag(IntArray) - Static method in class org.yamcs.utils.VarIntUtil
 
encodeDeltaDeltaZigZag(SortedIntArray) - Static method in class org.yamcs.utils.VarIntUtil
 
encodeDeltaIntArray(IntArray) - Static method in class org.yamcs.utils.VarIntUtil
Encode an int array as a sequence of varints representing the deltas between the subsequent elements of the input array.
encodedFrameLength() - Method in class org.yamcs.tctm.ccsds.CcsdsFrameDecoder
 
encodedFrameLength() - Method in interface org.yamcs.tctm.RawFrameDecoder
Returns the length of the encoded (input) frame or -1 if it can be variable
encodeFrame(TcTransferFrame) - Method in class org.yamcs.tctm.ccsds.TcFrameFactory
 
encodeInt(int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
encodeInt(int, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
write an int into a byte array at offset and returns the array
encodeLong(long) - Static method in class org.yamcs.utils.ByteArrayUtils
write a long in to a byte array of 8 bytes
encodeLong(long, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
write an long into a byte array at offset and returns the array
encodeLongLE(long, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
encodeRaw(DataEncoding, Value) - Method in class org.yamcs.mdb.DataEncodingEncoder
Encode the raw value of the argument into the packet.
encodeRaw(DataEncoding, Value, BitBuffer) - Method in class org.yamcs.algo.LeadingSizeBinaryEncoder
 
encodeRaw(DataEncoding, Value, BitBuffer) - Method in interface org.yamcs.mdb.DataEncoder
Encode the raw value into the buffer.
encodeSigned(byte[], int, int) - Static method in class org.yamcs.utils.VarIntUtil
 
encodeUnsigned3Bytes(int, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
encodeUnsigned5Bytes(long, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
encodeUnsigned6Bytes(long, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
encodeUnsignedShort(int, byte[], int) - Static method in class org.yamcs.utils.ByteArrayUtils
 
encodeZigZag(int) - Static method in class org.yamcs.utils.VarIntUtil
 
end - Variable in class org.yamcs.yarch.Partition
 
endColumn - Variable in class org.yamcs.templating.Token
The column number of the last character of this Token.
endColumn - Variable in class org.yamcs.utils.parser.Token
The column number of the last character of this Token.
ENDIF - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
endLine - Variable in class org.yamcs.templating.Token
The line number of the last character of this Token.
endLine - Variable in class org.yamcs.utils.parser.Token
The line number of the last character of this Token.
endOfFileOffset() - Method in class org.yamcs.cfdp.DataFile
return end of the last segment or -1 if not known
engValue - Variable in class org.yamcs.parameter.RawEngValue
 
ENGVALUE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
ensureRemaining(int) - Method in class org.yamcs.utils.ByteArray
 
EntityConf - Class in org.yamcs.cfdp
 
EntityConf(long, String, Bucket) - Constructor for class org.yamcs.cfdp.EntityConf
 
ENUM - Enum constant in enum org.yamcs.yarch.DataType._type
 
ENUM - Static variable in class org.yamcs.yarch.DataType
 
EnumeratedValue - Class in org.yamcs.parameter
An enumerated value is a value that has both an integer and a string representation.
EnumeratedValue(long, String) - Constructor for class org.yamcs.parameter.EnumeratedValue
 
EnumerationDefinition() - Constructor for class org.yamcs.mdb.BaseSpreadsheetLoader.EnumerationDefinition
 
enumerations - Variable in class org.yamcs.xtce.xlsv6.V6Loader
 
enumerations - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
ENUMVALUE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
EOF - Enum constant in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
EOF - Static variable in interface org.yamcs.templating.TemplateParserConstants
End of File.
EOF - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
End of File.
EOF - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
End of File.
EofPacket - Class in org.yamcs.cfdp.pdu
 
EofPacket(ConditionCode, long, long, TLV, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.EofPacket
 
eol - Variable in exception org.yamcs.templating.ParseException
The end of line string for this machine.
eol - Variable in exception org.yamcs.utils.parser.ParseException
The end of line string for this machine.
EQUAL - Enum constant in enum org.yamcs.utils.parser.FilterParser.Operator
 
EQUAL - Enum constant in enum org.yamcs.yarch.streamsql.RelOp
 
EQUAL - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
RegularExpression Id.
EQUAL(Object, Object) - Static method in class org.yamcs.yarch.utils.SqlExpressions
 
equals(Object) - Method in class org.yamcs.alarms.EventId
 
equals(Object) - Method in class org.yamcs.cfdp.CfdpTransactionId
 
equals(Object) - Method in class org.yamcs.cfdp.pdu.TLV
 
equals(Object) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
equals(Object) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
equals(Object) - Method in class org.yamcs.commanding.Acknowledgment
 
equals(Object) - Method in class org.yamcs.http.MediaType
 
equals(Object) - Method in class org.yamcs.parameter.ArrayValue
 
equals(Object) - Method in class org.yamcs.parameter.BinaryValue
 
equals(Object) - Method in class org.yamcs.parameter.BooleanValue
 
equals(Object) - Method in class org.yamcs.parameter.DoubleValue
 
equals(Object) - Method in class org.yamcs.parameter.EnumeratedValue
 
equals(Object) - Method in class org.yamcs.parameter.FloatValue
 
equals(Object) - Method in class org.yamcs.parameter.ParameterStatus
 
equals(Object) - Method in class org.yamcs.parameter.SInt32Value
 
equals(Object) - Method in class org.yamcs.parameter.SInt64Value
 
equals(Object) - Method in class org.yamcs.parameter.StringValue
 
equals(Object) - Method in class org.yamcs.parameter.TimestampValue
 
equals(Object) - Method in class org.yamcs.parameter.UInt32Value
 
equals(Object) - Method in class org.yamcs.parameter.UInt64Value
 
equals(Object) - Method in class org.yamcs.parameterarchive.IntValueSegment
 
equals(Object) - Method in class org.yamcs.parameterarchive.ObjectSegment
 
equals(Object) - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
equals(Object) - Method in class org.yamcs.replication.protobuf.Request
 
equals(Object) - Method in class org.yamcs.replication.protobuf.Response
 
equals(Object) - Method in class org.yamcs.replication.protobuf.StreamInfo
 
equals(Object) - Method in class org.yamcs.replication.protobuf.TimeMessage
 
equals(Object) - Method in class org.yamcs.replication.protobuf.Wakeup
 
equals(Object) - Method in class org.yamcs.security.Account
 
equals(Object) - Method in class org.yamcs.security.Group
 
equals(Object) - Method in class org.yamcs.security.ObjectPrivilege
 
equals(Object) - Method in class org.yamcs.security.ObjectPrivilegeType
 
equals(Object) - Method in class org.yamcs.security.protobuf.AccountCollection
 
equals(Object) - Method in class org.yamcs.security.protobuf.AccountRecord
 
equals(Object) - Method in class org.yamcs.security.protobuf.Clearance
 
equals(Object) - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
equals(Object) - Method in class org.yamcs.security.protobuf.GroupCollection
 
equals(Object) - Method in class org.yamcs.security.protobuf.GroupRecord
 
equals(Object) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
equals(Object) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
equals(Object) - Method in class org.yamcs.security.Role
 
equals(Object) - Method in class org.yamcs.security.SystemPrivilege
 
equals(Object) - Method in class org.yamcs.time.Instant
 
equals(Object) - Method in class org.yamcs.timeline.protobuf.BandFilter
 
equals(Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
equals(Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
equals(Object) - Method in class org.yamcs.utils.ByteArray
 
equals(Object) - Method in class org.yamcs.utils.ByteArrayWrapper
 
equals(Object) - Method in class org.yamcs.utils.DoubleArray
 
equals(Object) - Method in class org.yamcs.utils.FloatArray
 
equals(Object) - Method in class org.yamcs.utils.IntArray
 
equals(Object) - Method in class org.yamcs.utils.LongArray
 
equals(Object) - Method in class org.yamcs.utils.SortedIntArray
 
equals(Object) - Method in class org.yamcs.yarch.ArrayDataType
 
equals(Object) - Method in class org.yamcs.yarch.protobuf.Db.Event
 
equals(Object) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
equals(Object) - Method in class org.yamcs.yarch.ProtobufDataType
 
equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
equals(Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
equals(Value, Value) - Static method in class org.yamcs.utils.ValueUtility
 
errFrameCount - Variable in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
error(String) - Method in class org.yamcs.logging.Log
Send a log message at ERROR level.
error(String, Object...) - Method in class org.yamcs.logging.Log
Send a log message at ERROR level using SLF4J-style formatting.
error(String, Throwable) - Method in class org.yamcs.logging.Log
Send a log message at ERROR level.
ERROR - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
errorDetection - Variable in class org.yamcs.tctm.ccsds.DownlinkManagedParameters
 
errorDetection - Variable in class org.yamcs.tctm.ccsds.UplinkManagedParameters
 
errorDetectionCalculator - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
ErrorDetectionWordCalculator - Interface in org.yamcs.tctm
Computes the checksum inside the CCSDS packet
ErrorInCommand - Exception in org.yamcs
 
ErrorInCommand(String) - Constructor for exception org.yamcs.ErrorInCommand
 
ERRORMSG_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Response
 
evaluate(double[]) - Method in interface org.yamcs.algorithms.MathOperationEvaluator
 
evaluate(ProcessingData) - Method in interface org.yamcs.mdb.MatchCriteriaEvaluator
 
EVENT - Enum constant in enum org.yamcs.StreamConfig.StandardStreamType
 
EVENT - Enum constant in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
EVENT = 5;
EVENT - Static variable in class org.yamcs.StandardTupleDefinitions
 
EVENT_ALARM - Enum constant in enum org.yamcs.StreamConfig.StandardStreamType
 
EVENT_ALARM - Static variable in class org.yamcs.StandardTupleDefinitions
 
EVENT_ALARM_TABLE_NAME - Static variable in class org.yamcs.archive.AlarmRecorder
 
EVENT_DATA_TYPE - Static variable in class org.yamcs.alarms.EventAlarmStreamer
 
EVENT_VALUE - Static variable in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
EVENT = 5;
EventAlarmServer - Class in org.yamcs.alarms
Handles alarms for events.
EventAlarmServer(String, ProcessorConfig, ScheduledThreadPoolExecutor) - Constructor for class org.yamcs.alarms.EventAlarmServer
 
EventAlarmStreamer - Class in org.yamcs.alarms
Receives event alarms from the AlarmServer and sends them to the events_alarms stream to be recorded
EventAlarmStreamer(Stream) - Constructor for class org.yamcs.alarms.EventAlarmStreamer
 
EventCrashHandler - Class in org.yamcs
Crash handler that reports events via an event producer Created by msc on 28/11/16.
EventCrashHandler(String) - Constructor for class org.yamcs.EventCrashHandler
 
EventId - Class in org.yamcs.alarms
The id of an event alarm is its (source,type)
EventId(String) - Constructor for class org.yamcs.alarms.EventId
 
EventId(String, String) - Constructor for class org.yamcs.alarms.EventId
 
eventProducer - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
eventProducer - Variable in class org.yamcs.tctm.AbstractLink
 
eventProducer - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
EventProducer - Interface in org.yamcs.events
 
EventProducerFactory - Class in org.yamcs.events
 
EventProducerFactory() - Constructor for class org.yamcs.events.EventProducerFactory
 
EventRecorder - Class in org.yamcs.archive
Sets up the archiving of the events coming on events_realtime and events_dump streams into the yarch table events.
EventRecorder() - Constructor for class org.yamcs.archive.EventRecorder
 
EventReplayHandler - Class in org.yamcs.archive
 
EventReplayHandler() - Constructor for class org.yamcs.archive.EventReplayHandler
 
EventsApi - Class in org.yamcs.http.api
 
EventsApi() - Constructor for class org.yamcs.http.api.EventsApi
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.http.HttpRequestHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.http.RouteHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.http.StreamingClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.http.WebSocketFrameHandler
Called when the client abruptly closes the connection
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.replication.MasterChannelHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
 
exceptionHandler(Stream.ExceptionHandler) - Method in class org.yamcs.yarch.Stream
 
ExceptionUtil - Class in org.yamcs.utils
 
ExceptionUtil() - Constructor for class org.yamcs.utils.ExceptionUtil
 
execCtx - Variable in class org.yamcs.algorithms.AbstractAlgorithmExecutor
 
execListeners - Variable in class org.yamcs.algorithms.ActiveAlgorithm
Algorithm execution listeners
execute() - Method in class org.yamcs.cli.RocksDbCli
 
execute(long, long, ProcessingData) - Method in class org.yamcs.algorithms.AbstractJavaExprExecutor
 
execute(long, long, ProcessingData) - Method in interface org.yamcs.algorithms.AlgorithmExecutor
Runs the associated algorithm with the latest InputParameters.
execute(long, long, ProcessingData) - Method in class org.yamcs.algorithms.MathAlgorithmExecutor
 
execute(long, long, ProcessingData) - Method in class org.yamcs.algorithms.ScriptAlgorithmExecutor
 
execute(long, long, ProcessingData) - Method in class org.yamcs.mdb.AbstractDataDecoder
 
execute(long, long, ProcessingData) - Method in class org.yamcs.mdb.AbstractDataEncoder
Runs the associated algorithm with the latest InputParameters
execute(String, Object...) - Method in class org.yamcs.yarch.YarchDatabaseInstance
Executes a query and returns a result.
execute(Link, JsonObject) - Method in class org.yamcs.tctm.LinkAction
Execute a link-specific custom action.
execute(ExecutionContext) - Method in class org.yamcs.yarch.streamsql.InsertValuesExpression
 
execute(ExecutionContext) - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.AlterSequenceStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.AlterTableStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.CloseStreamStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.CreateInputStreamStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.CreateOutputStreamStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.CreateStreamStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.CreateTableStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.DeleteStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.DescribeStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.DropTableStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.InsertStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.MergeStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowDatabasesStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowEnginesStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowSequencesStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowStreamsStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowStreamStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.ShowTablesStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.SimpleStreamSqlStatement
 
execute(ExecutionContext, Consumer<Tuple>) - Method in class org.yamcs.yarch.streamsql.UpdateTableStatement
 
execute(StreamSqlStatement) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
execute(StreamSqlStatement, ResultListener) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
execute(StreamSqlStatement, ResultListener, long) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
execute(YarchDatabaseInstance) - Method in class org.yamcs.yarch.streamsql.SelectTableStatement
 
execute(YarchDatabaseInstance) - Method in class org.yamcs.yarch.streamsql.SimpleStreamSqlStatement
 
execute(YarchDatabaseInstance) - Method in interface org.yamcs.yarch.streamsql.StreamSqlStatement
Execute query and return a result.
execute(YarchDatabaseInstance, ResultListener) - Method in interface org.yamcs.yarch.streamsql.StreamSqlStatement
Execute query and send the results to the result listener.
execute(YarchDatabaseInstance, ResultListener, long) - Method in class org.yamcs.yarch.streamsql.SelectTableStatement
 
execute(YarchDatabaseInstance, ResultListener, long) - Method in class org.yamcs.yarch.streamsql.SimpleStreamSqlStatement
 
execute(YarchDatabaseInstance, ResultListener, long) - Method in interface org.yamcs.yarch.streamsql.StreamSqlStatement
Execute query and limit the number of results returned.
executeDiscardingResult(String, Object...) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
executeSql(Context, Table.ExecuteSqlRequest, Observer<Table.ResultSet>) - Method in class org.yamcs.http.api.TableApi
 
executeStreamingSql(Context, Table.ExecuteSqlRequest, Observer<Table.ResultSet>) - Method in class org.yamcs.http.api.TableApi
 
executeUnchecked(String, Object...) - Method in class org.yamcs.yarch.YarchDatabaseInstance
ExecutionContext - Class in org.yamcs.yarch
Keeps track of attributes associated with an execution context of a query: tablespace, database and snapshots
ExecutionContext(YarchDatabaseInstance) - Constructor for class org.yamcs.yarch.ExecutionContext
 
executor - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
exit(int) - Static method in class org.yamcs.cli.Command
 
exitFunction - Static variable in class org.yamcs.cli.Command
 
ExpandBuff(boolean) - Method in class org.yamcs.templating.SimpleCharStream
 
ExpandBuff(boolean) - Method in class org.yamcs.utils.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.yamcs.templating.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.yamcs.utils.parser.ParseException
Each entry in this array is an array of integers.
Experimental - Annotation Type in org.yamcs
Marks a class or method as experimental.
EXPIREMILLIS_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
EXPONENT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
ExponentExpression - Class in org.yamcs.yarch.streamsql
 
ExponentExpression(Expression, Expression) - Constructor for class org.yamcs.yarch.streamsql.ExponentExpression
 
ExponentExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
exportCommand(Context, ExportCommandRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.CommandsApi
 
exportEvents(Context, ExportEventsRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.EventsApi
 
exportJavaMissionDatabase(Context, Mdb.ExportJavaMissionDatabaseRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.MdbApi
 
exportPacket(Context, ExportPacketRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.PacketsApi
 
exportPackets(Context, ExportPacketsRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.PacketsApi
 
exportParameterValues(Context, Archive.ExportParameterValuesRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.StreamArchiveApi
 
exportXtce(Context, Mdb.ExportXtceRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.MdbApi
 
expr() - Method in class org.yamcs.utils.parser.FilterParser
Top level production.
Expression - Class in org.yamcs.yarch.streamsql
 
Expression(Expression[]) - Constructor for class org.yamcs.yarch.streamsql.Expression
 
Expression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ExpressionList() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ExternalIdentity - Class in org.yamcs.security.protobuf
Protobuf type ExternalIdentity
ExternalIdentity.Builder - Class in org.yamcs.security.protobuf
Protobuf type ExternalIdentity
ExternalIdentityOrBuilder - Interface in org.yamcs.security.protobuf
 
EXTRA_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
 
extract(SubscribedContainer) - Method in class org.yamcs.mdb.SequenceContainerProcessor
 
extract(SequenceEntry) - Method in class org.yamcs.mdb.SequenceEntryProcessor
 
extractMember(T, PathElement[]) - Static method in class org.yamcs.utils.AggregateUtil
Create a parameter value with a member from the passed parameter value as found following the path.
ExtractNumberExpression - Class in org.yamcs.yarch.streamsql.funct
 
ExtractNumberExpression(Expression[], boolean, String) - Constructor for class org.yamcs.yarch.streamsql.funct.ExtractNumberExpression
 
extractPacket(Context, ExtractPacketRequest, Observer<ExtractPacketResponse>) - Method in class org.yamcs.http.api.PacketsApi
 
extractRaw(DataEncoding) - Method in class org.yamcs.mdb.DataEncodingDecoder
Extracts the raw uncalibrated parameter value from the buffer.
extractRaw(DataEncoding, ContainerProcessingContext) - Method in class org.yamcs.mdb.DataEncodingDecoder
Extract the raw, uncalibrated parameter value from the buffer, using the provider context to find referenced parameter values for variable- sized objects.
extractRaw(DataEncoding, BitBuffer) - Method in class org.yamcs.algo.LeadingSizeBinaryDecoder
 
extractRaw(DataEncoding, BitBuffer) - Method in interface org.yamcs.mdb.DataDecoder
Extracts the raw value from the buffer.

F

factorial(double) - Static method in class org.yamcs.utils.MathUtil
 
failBypassFrame(TcTransferFrame, String) - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
failed(Service.State, Throwable) - Method in class org.yamcs.http.api.ParameterReplayListener
 
failed(Throwable) - Method in interface org.yamcs.InstanceStateListener
 
FAILED - Enum constant in enum org.yamcs.tctm.Link.Status
the link has failed (like an internal crash while processing the data)
failedCommand(ActiveCommand) - Method in class org.yamcs.commanding.CommandingManager
 
failedCommand(Commanding.CommandId, String) - Method in class org.yamcs.tctm.AbstractTcDataLink
Send to command history the failed command
failedCommand(Commanding.CommandId, String) - Method in class org.yamcs.tctm.TcpTcTmDataLink
Send to command history the failed command
failTransfer(String) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
failureCause() - Method in class org.yamcs.YamcsInstanceService
 
FALSE - Static variable in class org.yamcs.parameter.BooleanValue
 
fastpack(int[], int, int[], int, int) - Static method in class me.lemire.integercompression.BitPacking
Pack 32 integers
fastpack0(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack1(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack10(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack11(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack12(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack13(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack14(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack15(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack16(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack17(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack18(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack19(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack2(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack20(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack21(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack22(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack23(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack24(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack25(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack26(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack27(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack28(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack29(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack3(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack30(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack31(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack32(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack4(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack5(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack6(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack7(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack8(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpack9(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask(int[], int, int[], int, int) - Static method in class me.lemire.integercompression.BitPacking
Unpack 32 integers
fastpackwithoutmask0(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask1(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask10(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask11(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask12(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask13(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask14(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask15(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask16(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask17(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask18(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask19(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask2(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask20(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask21(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask22(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask23(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask24(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask25(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask26(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask27(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask28(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask29(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask3(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask30(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask31(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask32(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask4(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask5(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask6(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask7(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask8(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastpackwithoutmask9(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
FastPFOR128 - Class in me.lemire.integercompression
This class is similar to FastPFOR but uses a small block size.
FastPFOR128() - Constructor for class me.lemire.integercompression.FastPFOR128
Construct the fastPFOR CODEC with default parameters.
FastPFOR128(int) - Constructor for class me.lemire.integercompression.FastPFOR128
Construct the FastPFOR CODEC.
FastPFORFactory - Class in org.yamcs.parameterarchive
Because the FastPFOR codec uses quite some memory, we use this factory to limit the number of created objects to one per thread
FastPFORFactory() - Constructor for class org.yamcs.parameterarchive.FastPFORFactory
 
fastunpack(int[], int, int[], int, int) - Static method in class me.lemire.integercompression.BitPacking
Pack the 32 integers
fastunpack0(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack1(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack10(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack11(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack12(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack13(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack14(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack15(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack16(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack17(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack18(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack19(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack2(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack20(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack21(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack22(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack23(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack24(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack25(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack26(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack27(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack28(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack29(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack3(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack30(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack31(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack32(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack4(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack5(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack6(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack7(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack8(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
fastunpack9(int[], int, int[], int) - Static method in class me.lemire.integercompression.BitPacking
 
FaviconHandler - Class in org.yamcs.http
Handles favicon requests.
FaviconHandler() - Constructor for class org.yamcs.http.FaviconHandler
 
fetch(MissionDatabaseClient, Log) - Static method in class org.yamcs.cascading.ContainerFetcher
 
fetchAndMatch(MissionDatabaseClient, List<String>, Log) - Static method in class org.yamcs.cascading.ContainerFetcher
 
fetchFileList(String, String, String, Map<String, Object>) - Method in class org.yamcs.cfdp.CfdpService
 
fetchFileList(String, String, String, Map<String, Object>) - Method in interface org.yamcs.filetransfer.FileListingService
Start fetching a new file list from remote.
fetchFileList(Context, ListFilesRequest, Observer<Empty>) - Method in class org.yamcs.http.api.FileTransferApi
Request file list from remote
field - Variable in class org.yamcs.yarch.streamsql.WindowSpecification
 
FIELD - Enum constant in enum org.yamcs.yarch.streamsql.WindowSpecification.Type
 
fieldMask - Variable in class org.yamcs.http.Context
 
FieldReturnCompiledExpression - Class in org.yamcs.yarch
 
FieldReturnCompiledExpression(String, ColumnDefinition) - Constructor for class org.yamcs.yarch.FieldReturnCompiledExpression
 
FIFO - Enum constant in enum org.yamcs.tctm.ccsds.TcManagedParameters.PriorityScheme
 
file - Variable in class org.yamcs.mdb.SpreadsheetLoadContext
 
FILE_CHECKSUM_FAILURE - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
FILE_SIZE_ERROR - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
FILE_STATUS_UNREPORTED - Enum constant in enum org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
 
FILE_TRANSFER - Enum constant in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
FileBasedConfigurationResolver - Class in org.yamcs
A file-based configuration resolver.
FileBasedConfigurationResolver(Path...) - Constructor for class org.yamcs.FileBasedConfigurationResolver
 
FileDataPacket - Class in org.yamcs.cfdp.pdu
Structure is
FileDataPacket(byte[], long, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.FileDataPacket
 
FileDataPacket(ByteBuffer, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.FileDataPacket
 
FileDirective - Interface in org.yamcs.cfdp
 
FileDirectiveCode - Enum in org.yamcs.cfdp.pdu
 
FileDownloadRequests - Class in org.yamcs.cfdp
Only mapping a transaction ID to a download bucket at the moment
FileDownloadRequests() - Constructor for class org.yamcs.cfdp.FileDownloadRequests
 
FileListingParser - Class in org.yamcs.filetransfer
Interface for retrieving and saving the list of files of a certain remote directory.
FileListingParser() - Constructor for class org.yamcs.filetransfer.FileListingParser
 
FileListingService - Interface in org.yamcs.filetransfer
 
FilePollingTmDataLink - Class in org.yamcs.tctm
TM packet data link which reads telemetry files from a specified directory.
FilePollingTmDataLink() - Constructor for class org.yamcs.tctm.FilePollingTmDataLink
 
FilePutRequest - Class in org.yamcs.cfdp
A Put.request is a primitive that requests data delivery from a source to a destination
FilePutRequest(long, long, String, String, boolean, boolean, boolean, boolean, Bucket, byte[]) - Constructor for class org.yamcs.cfdp.FilePutRequest
 
FileSaveHandler - Class in org.yamcs.filetransfer
 
FileSaveHandler(String, Bucket) - Constructor for class org.yamcs.filetransfer.FileSaveHandler
 
FileSaveHandler(String, Bucket, FileDownloadRequests, boolean, boolean, boolean, int) - Constructor for class org.yamcs.filetransfer.FileSaveHandler
 
FILESTORE_REJECTION - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
FILESTORE_REJECTION - Enum constant in enum org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
 
FileStoreParameterProducer - Class in org.yamcs.parameter
Generates parameters containing information about the system disks: total space, available space and percentage used.
FileStoreParameterProducer(SystemParametersService) - Constructor for class org.yamcs.parameter.FileStoreParameterProducer
 
FileStoreRequest - Class in org.yamcs.cfdp.pdu
NOT IMPLEMENTED
FileStoreRequest() - Constructor for class org.yamcs.cfdp.pdu.FileStoreRequest
 
FileSystemBucket - Class in org.yamcs.yarch
 
FileSystemBucket(String, Path) - Constructor for class org.yamcs.yarch.FileSystemBucket
 
FileSystemBucketDatabase - Class in org.yamcs.yarch
BucketDatabase implementation that maps objects to files on a file system.
FileSystemBucketDatabase(String) - Constructor for class org.yamcs.yarch.FileSystemBucketDatabase
 
FileSystemBucketDatabase(String, Map<String, Object>) - Constructor for class org.yamcs.yarch.FileSystemBucketDatabase
 
FileTransfer - Interface in org.yamcs.filetransfer
 
FileTransferApi - Class in org.yamcs.http.api
 
FileTransferApi() - Constructor for class org.yamcs.http.api.FileTransferApi
 
FileTransferService - Interface in org.yamcs.filetransfer
The file transfer service defines an interface for implementing file transfers.
FileUtils - Class in org.yamcs.utils
 
FileUtils() - Constructor for class org.yamcs.utils.FileUtils
 
fill(byte[]) - Method in class org.yamcs.tctm.CcsdsSeqCountFiller
generates a sequence count and fills it in
FillBuff() - Method in class org.yamcs.templating.SimpleCharStream
 
FillBuff() - Method in class org.yamcs.utils.parser.SimpleCharStream
 
fillCode_Constructor(StringBuilder) - Method in class org.yamcs.yarch.streamsql.Expression
 
fillCode_Constructor(StringBuilder) - Method in class org.yamcs.yarch.streamsql.InExpression
 
fillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ArrayExpression
 
fillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.Expression
 
fillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.InExpression
 
fillCode_Declarations(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ValueExpression
 
fillCode_getValueBody(StringBuilder) - Method in class org.yamcs.yarch.streamsql.Expression
 
fillCode_getValueBody(StringBuilder) - Method in class org.yamcs.yarch.streamsql.InExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.AdditiveExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.AggregateExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.AndExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ArgumentExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ArrayExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.BitwiseExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ColumnExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ExponentExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.Expression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.CoalesceExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.ExtractNumberExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.SubstringExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.funct.UnhexExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.InExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.IsNullExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.LikeExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.MultiplicativeExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.NegativeExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.NotExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.NullExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.OrExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.RelationalExpression
 
fillCode_getValueReturn(StringBuilder) - Method in class org.yamcs.yarch.streamsql.ValueExpression
 
fillCode_InputDefVars(Collection<ColumnDefinition>, StringBuilder) - Method in class org.yamcs.yarch.streamsql.Expression
 
filter(List<ParameterValueWithId>) - Method in class org.yamcs.http.api.ParameterReplayListener
Override to filter out some replay data.
filter(ParameterValueWithId) - Method in class org.yamcs.http.api.ParameterReplayListener
 
filter(Tablespace.TablespaceRecord.Type, String, Predicate<Tablespace.TablespaceRecord.Builder>) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
FilterableTarget - Interface in org.yamcs.yarch
 
FilterMatcher<T> - Class in org.yamcs.timeline
 
FilterMatcher() - Constructor for class org.yamcs.timeline.FilterMatcher
 
FilterOverlappingIterator(TimeInterval, Iterator<T>) - Constructor for class org.yamcs.utils.TimeInterval.FilterOverlappingIterator
Creates a new Interator that iterates the elements of inputIterator and outputs only those that overalp with timeInterval.
FilterParser - Class in org.yamcs.utils.parser
ID lister.
FilterParser(InputStream) - Constructor for class org.yamcs.utils.parser.FilterParser
Constructor with InputStream.
FilterParser(InputStream, String) - Constructor for class org.yamcs.utils.parser.FilterParser
Constructor with InputStream and supplied encoding
FilterParser(Reader) - Constructor for class org.yamcs.utils.parser.FilterParser
Constructor.
FilterParser(FilterParserTokenManager) - Constructor for class org.yamcs.utils.parser.FilterParser
Constructor with generated Token Manager.
FilterParser.Operator - Enum in org.yamcs.utils.parser
 
FilterParser.Result - Class in org.yamcs.utils.parser
 
FilterParserConstants - Interface in org.yamcs.utils.parser
Token literal values and constants.
FilterParserTokenManager - Class in org.yamcs.utils.parser
Token Manager.
FilterParserTokenManager(SimpleCharStream) - Constructor for class org.yamcs.utils.parser.FilterParserTokenManager
Constructor.
FilterParserTokenManager(SimpleCharStream, int) - Constructor for class org.yamcs.utils.parser.FilterParserTokenManager
Constructor.
FILTERS_FIELD_NUMBER - Static variable in class org.yamcs.timeline.protobuf.BandFilter
 
finalize() - Method in class org.yamcs.yarch.ExecutionContext
 
finalize() - Method in class org.yamcs.yarch.rocksdb.AbstractDbIterator
 
find(String) - Method in class org.yamcs.utils.GlobFileFinder
Calls GlobFileFinder.find(Path, String) for the current working directory.
find(Path, String) - Method in class org.yamcs.utils.GlobFileFinder
Find a list of regular files (not directories) which match glob pattern.
findAccount(long) - Method in class org.yamcs.security.DirectoryDb
 
findAccountByName(String) - Method in class org.yamcs.security.DirectoryDb
 
findGroupByName(String) - Method in class org.yamcs.security.DirectoryDb
 
findObject(String) - Method in interface org.yamcs.yarch.Bucket
retrieve the object properties or null if not such an object exist
findObject(String) - Method in class org.yamcs.yarch.FileSystemBucket
 
findObject(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
findRange(Sheet, int, int, int) - Static method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
findSeparator(String) - Static method in class org.yamcs.utils.AggregateUtil
finds the first occurrence of . or [ after the last /
findServiceAccountForApplicationId(String) - Method in class org.yamcs.security.DirectoryDb
 
fineTime - Variable in class org.yamcs.utils.GpsCcsdsTime
 
finished() - Method in class org.yamcs.mdb.XtceTmProcessor
 
finished() - Method in interface org.yamcs.TmProcessor
Notification that there is no more packet to process
finished(String, boolean) - Method in interface org.yamcs.archive.IndexRequestListener
Called right after the processing ended, either successfully or through error.
FINISHED - Enum constant in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
FINISHED_BY_END_SYSTEM - Enum constant in enum org.yamcs.cfdp.pdu.AckPacket.FileDirectiveSubtypeCode
 
FINISHED_BY_WAYPOINT_OR_OTHER - Enum constant in enum org.yamcs.cfdp.pdu.AckPacket.FileDirectiveSubtypeCode
 
FinishedPacket - Class in org.yamcs.cfdp.pdu
 
FinishedPacket(ConditionCode, boolean, FinishedPacket.FileStatus, TLV, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.FinishedPacket
 
FinishedPacket.FileStatus - Enum in org.yamcs.cfdp.pdu
 
first - Variable in class org.yamcs.utils.ParameterFormatter
 
firstRow - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader.Range
 
FirstValExpression - Class in org.yamcs.yarch.streamsql
 
FirstValExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.FirstValExpression
 
FIXED - Enum constant in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeDecoderType
 
FIXED_DELAY - Enum constant in enum org.yamcs.archive.SpeedSpec.Type
 
FixedPacketInputStream - Class in org.yamcs.tctm
This input stream reads packets of a configurable fixed packet size.
FixedPacketInputStream() - Constructor for class org.yamcs.tctm.FixedPacketInputStream
 
FixedSizeTimeDecoder - Class in org.yamcs.time
Decodes time on a fixed number of bytes.
FixedSizeTimeDecoder(int, double) - Constructor for class org.yamcs.time.FixedSizeTimeDecoder
 
flatIndex(int[]) - Method in class org.yamcs.parameter.ArrayValue
 
flatIndex(int[], int[]) - Static method in class org.yamcs.parameter.ArrayValue
 
flatIndexToString(int) - Method in class org.yamcs.parameter.ArrayValue
 
flatLength() - Method in class org.yamcs.parameter.ArrayValue
Return the length of the flat array This is the product of the size of the individual dimensions.
flatSize(int[]) - Static method in class org.yamcs.parameter.ArrayValue
 
FLOAT - Enum constant in enum org.yamcs.Spec.OptionType
 
FloatArray - Class in org.yamcs.utils
float array
FloatArray() - Constructor for class org.yamcs.utils.FloatArray
Creates a sorted int array with a default initial capacity
FloatArray(int) - Constructor for class org.yamcs.utils.FloatArray
Creates an IntArray with a given initial capacity
FloatCompressor - Class in org.yamcs.parameterarchive
Implements the floating point compression scheme described here: http://www.vldb.org/pvldb/vol8/p1816-teller.pdf
FloatCompressor() - Constructor for class org.yamcs.parameterarchive.FloatCompressor
 
floatValue() - Method in class me.lemire.integercompression.IntWrapper
 
FloatValue - Class in org.yamcs.parameter
 
FloatValue(float) - Constructor for class org.yamcs.parameter.FloatValue
 
FloatValueSegment - Class in org.yamcs.parameterarchive
 
flush() - Method in class org.yamcs.logging.SyslogHandler
 
flush() - Method in class org.yamcs.logging.WatchedFileHandler
 
flush() - Method in class org.yamcs.utils.BitWriter
flush the temporary long to the ByteBuffer do not call this method twice!!
flush() - Method in class org.yamcs.utils.ParameterFormatter
 
flushEventBuffer(boolean) - Method in class org.yamcs.events.AbstractEventProducer
 
flushOptions - Static variable in class org.yamcs.yarch.rocksdb.RDBFactory
 
follow - Variable in class org.yamcs.yarch.AbstractTableWalker
 
Fop1Exception - Exception in org.yamcs.tctm.ccsds
 
Fop1Exception(String) - Constructor for exception org.yamcs.tctm.ccsds.Fop1Exception
 
Fop1Exception(Cop1Monitor.AlertType) - Constructor for exception org.yamcs.tctm.ccsds.Fop1Exception
 
ForbiddenException - Exception in org.yamcs.http
When there was an authz exception
ForbiddenException(String) - Constructor for exception org.yamcs.http.ForbiddenException
 
ForbiddenException(String, Throwable) - Constructor for exception org.yamcs.http.ForbiddenException
 
ForbiddenException(Throwable) - Constructor for exception org.yamcs.http.ForbiddenException
 
forceCoefficients(Instant, long, double, double) - Method in class org.yamcs.time.TimeCorrelationService
 
forceStandardStreams(Level) - Static method in class org.yamcs.logging.Log
Force all log message to be printed on stdout instead of the configured logger.
forEach(IntConsumer) - Method in class org.yamcs.utils.SortedIntArray
 
forEach(Parameter, Consumer<ParameterValue>) - Method in class org.yamcs.parameter.ParameterValueList
Performs the given action for each value of the parameter p The values are considered in insertion order - oldest is first to be processed
forgetUser(String) - Method in class org.yamcs.http.auth.TokenStore
 
forLink(Link) - Static method in class org.yamcs.tctm.LinkState
Create state object for the given link.
format(LogRecord) - Method in class org.yamcs.logging.CompactFormatter
 
format(LogRecord) - Method in class org.yamcs.logging.ConsoleFormatter
 
format(LogRecord) - Method in class org.yamcs.logging.JournalFormatter
 
FORMAT_ID_BinaryValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
 
FORMAT_ID_BooleanValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
 
FORMAT_ID_DoubleValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
 
FORMAT_ID_FloatValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
 
FORMAT_ID_GenericValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
 
FORMAT_ID_IntValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
 
FORMAT_ID_LongValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
 
FORMAT_ID_ParameterStatusSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
 
FORMAT_ID_SortedTimeValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
 
FORMAT_ID_StringValueSegment - Static variable in class org.yamcs.parameterarchive.BaseSegment
 
formatId - Variable in class org.yamcs.parameterarchive.BaseSegment
 
FORMATVERSION_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
FormData - Class in org.yamcs.http.auth
 
FormData(HandlerContext) - Constructor for class org.yamcs.http.auth.FormData
 
forNumber(int) - Static method in enum org.yamcs.replication.protobuf.Request.Type
 
forNumber(int) - Static method in enum org.yamcs.security.protobuf.AccountRecord.AccountTypeCase
 
forNumber(int) - Static method in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
 
forNumber(int) - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
 
forNumber(int) - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
 
forQueue(CommandQueue) - Static method in class org.yamcs.commanding.CommandQueueState
Create state object for the given queue.
frameCount - Variable in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
frameCount - Variable in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
frameHandler - Variable in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
frameHeaderErrorControlPresent - Variable in class org.yamcs.tctm.ccsds.AosManagedParameters
 
FrameStreamHelper - Class in org.yamcs.tctm.ccsds
Saves frames into streams.
FrameStreamHelper(String, String, String) - Constructor for class org.yamcs.tctm.ccsds.FrameStreamHelper
 
from(String) - Static method in class org.yamcs.http.MediaType
Returns one of the static members (OCTET_STREAM, CSV, etc) if this is a known type or a new object if the type is unknown.
fromByte(byte) - Static method in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
fromByteArray(byte[], ColumnDefinition) - Method in interface org.yamcs.yarch.ColumnSerializer
this method deserializes the value from a byte array
fromCalendar(Calendar) - Static method in class org.yamcs.utils.TimeEncoding
Transforms the cal from UNIX (millisec since 1970) to instant
fromCode(byte) - Static method in enum org.yamcs.cfdp.pdu.FileDirectiveCode
returns the FileDirectiveCode for the given code or null if it is not defined
fromCommandHistoryEntry(Commanding.CommandHistoryEntry) - Static method in class org.yamcs.commanding.PreparedCommand
 
fromConfig(YConfiguration) - Static method in class org.yamcs.http.Binding
 
fromDate(Date) - Static method in class org.yamcs.utils.TimeEncoding
Transforms a Date from UNIX (millisec since 1970) to instant
fromDbEvent(Db.Event) - Static method in class org.yamcs.http.api.EventsApi
 
fromDescriptor(Map<String, Map<String, Object>>) - Static method in class org.yamcs.Spec
Creates a spec object based on a option descriptors.
fromGpb(String, Pvalue.ParameterValue) - Static method in class org.yamcs.parameter.BasicParameterValue
 
fromGpb(Yamcs.Value) - Static method in class org.yamcs.utils.ValueUtility
 
fromGpb(Parameter, Pvalue.ParameterValue) - Static method in class org.yamcs.parameter.BasicParameterValue
 
fromGpsCcsdsTime(int, byte) - Static method in class org.yamcs.utils.TimeEncoding
we assume coarseTime to be always positive (corresponding to uint32_t in C)
fromGpsMillisec(long) - Static method in class org.yamcs.utils.TimeEncoding
 
fromGpsYearSecMillis(int, int, int) - Static method in class org.yamcs.utils.TimeEncoding
 
fromId(int) - Static method in enum org.yamcs.cfdp.ChecksumType
 
fromJ2000Millisec(long) - Static method in class org.yamcs.utils.TimeEncoding
 
fromProtobuf(Yamcs.ReplaySpeed) - Static method in class org.yamcs.archive.SpeedSpec
 
fromProtobufHresTimestamp(Timestamp) - Static method in class org.yamcs.utils.TimeEncoding
Transforms protobuf Timestamp to high resolution instant.
fromProtobufTimestamp(Timestamp) - Static method in class org.yamcs.utils.TimeEncoding
Transforms protobuf Timestamp to instant.
fromString(String) - Static method in enum org.yamcs.StreamConfig.StandardStreamType
 
fromTaiMillisec(long) - Static method in class org.yamcs.utils.TimeEncoding
 
fromTLV(TLV) - Static method in class org.yamcs.cfdp.pdu.MessageToUser
Decodes TLV into a MessageToUser.
fromTuple(Tuple) - Static method in class org.yamcs.cfdp.pdu.CfdpPacket
 
fromTuple(Tuple) - Static method in class org.yamcs.time.TimeOfFlightEstimator.TofInterval
 
fromTuple(Tuple) - Static method in class org.yamcs.timeline.TimelineItem
 
fromTuple(Tuple, XtceDb) - Static method in class org.yamcs.commanding.PreparedCommand
 
fromUnixMillisec(long) - Static method in class org.yamcs.utils.TimeEncoding
Transforms UNIX time (milliseconds since 1970) to instant
fromUnixPicos(long, int) - Static method in class org.yamcs.utils.TimeEncoding
Transforms UNIX time (milliseconds since 1970, picos in millisecond) to high resolution instant
fromUnixTime(long, int) - Static method in class org.yamcs.utils.TimeEncoding
Transforms UNIX time expressed in seconds and microseconds since 1970 to instant WARNING: this conversion will lose precision (microsecond to millisecond)
fromValue(byte[]) - Static method in class org.yamcs.cfdp.pdu.ReservedMessageToUser
Decodes ReservedMessageToUser from MessageToUser TLV value.
fromValue(int) - Static method in enum org.yamcs.cfdp.pdu.CfdpPacket.TransmissionMode
 
fromValue(int) - Static method in enum org.yamcs.cfdp.pdu.DirectoryListingResponse.ListingResponseCode
 
FULL - Enum constant in enum org.yamcs.http.api.XtceToGpbAssembler.DetailLevel
 
fullNettyRequest - Variable in class org.yamcs.http.RouteContext
 
FunctionCall() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
FunctionExpressionFactory - Class in org.yamcs.yarch.streamsql.funct
 
FunctionExpressionFactory() - Constructor for class org.yamcs.yarch.streamsql.funct.FunctionExpressionFactory
 

G

GbpToXtceAssembler - Class in org.yamcs.http.api
 
GbpToXtceAssembler() - Constructor for class org.yamcs.http.api.GbpToXtceAssembler
 
generateClassCode(String, CustomAlgorithm) - Static method in class org.yamcs.algorithms.JavaExprAlgorithmExecutionFactory
 
generateEvents() - Method in class org.yamcs.ProcessorConfig
 
generateFunctionCode(String, CustomAlgorithm) - Static method in class org.yamcs.algorithms.ScriptAlgorithmExecutorFactory
 
generateHS256Token(JsonObject, byte[]) - Static method in class org.yamcs.http.auth.JwtHelper
Generates a signed JSON Web Token appended with a signature which can be used to validate the JWT by whoever knows the specified secret.
generateHS256Token(String, String, byte[], int) - Static method in class org.yamcs.http.auth.JwtHelper
Generates a signed JSON Web Token appended with a signature which can be used to validate the JWT by whoever knows the specified secret.
generateParseException() - Method in class org.yamcs.templating.TemplateParser
Generate ParseException.
generateParseException() - Method in class org.yamcs.utils.parser.FilterParser
Generate ParseException.
generateParseException() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
Generate ParseException.
generatePKCE() - Static method in class org.yamcs.security.CryptoUtils
Generates an OAuth 2.0 Proof Key for Code Exchange (PKCE) code challenge and verifier (RFC6736)
generateRandomPassword(int) - Static method in class org.yamcs.security.CryptoUtils
Generates a random strong password.
generateRandomSecretKey() - Static method in class org.yamcs.security.CryptoUtils
Generates a difficult to guess random key via SecureRandom using the HmacSHA1 algorithm
generateRefreshToken(AuthenticationInfo, UserSession) - Method in class org.yamcs.http.auth.TokenStore
 
generateRow(Tuple) - Method in class org.yamcs.yarch.TableDefinition
Generate a new table row by transforming the key part of the tuple into a byte array to be written to disk.
generateUnsignedToken(JsonObject) - Static method in class org.yamcs.http.auth.JwtHelper
Generates an unsigned JSON Web Token using fully custom claims.
generateUnsignedToken(String, String, int) - Static method in class org.yamcs.http.auth.JwtHelper
Generates an unsigned JSON Web Token using default claims iss, sub, iat and exp
generationTime - Variable in class org.yamcs.mdb.TcProcessingContext
 
generationTime - Variable in class org.yamcs.parameter.RawEngValue
 
generationTime() - Method in class org.yamcs.algorithms.ValueBinding
 
GENERATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
 
GENERATIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
generationTimeMillis - Variable in class org.yamcs.algorithms.ValueBinding
 
GenericCommandPostprocessor - Class in org.yamcs.tctm
 
GenericCommandPostprocessor(String) - Constructor for class org.yamcs.tctm.GenericCommandPostprocessor
 
GenericCommandPostprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.GenericCommandPostprocessor
 
GenericPacketInputStream - Class in org.yamcs.tctm
Generic packet reader that splits the stream into packets based on the length of the packet
GenericPacketInputStream() - Constructor for class org.yamcs.tctm.GenericPacketInputStream
 
GenericPacketPreprocessor - Class in org.yamcs.tctm
Generic packet preprocessor.
GenericPacketPreprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.GenericPacketPreprocessor
 
GenericStreamSqlException - Exception in org.yamcs.yarch.streamsql
 
GenericStreamSqlException(String) - Constructor for exception org.yamcs.yarch.streamsql.GenericStreamSqlException
 
GENTIME_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
get() - Method in class me.lemire.integercompression.IntWrapper
 
get() - Static method in class org.yamcs.parameterarchive.FastPFORFactory
 
get() - Method in class org.yamcs.utils.ByteArray
 
get() - Method in class org.yamcs.yarch.rocksdb.RdbSequence
Return the current sequence value
get() - Method in interface org.yamcs.yarch.Sequence
 
get(byte[]) - Method in class org.yamcs.utils.ByteArray
 
get(byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
RocksDB.get(org.rocksdb.ReadOptions, java.nio.ByteBuffer, java.nio.ByteBuffer)
get(int) - Method in class org.yamcs.parameterarchive.ObjectSegment
 
get(int) - Method in class org.yamcs.utils.BooleanArray
Get value on position pos
get(int) - Method in class org.yamcs.utils.ByteArray
get element at position
get(int) - Method in class org.yamcs.utils.DoubleArray
get element at position
get(int) - Method in class org.yamcs.utils.FloatArray
get element at position
get(int) - Method in class org.yamcs.utils.IndexedList
 
get(int) - Method in class org.yamcs.utils.IntArray
get element at position
get(int) - Method in class org.yamcs.utils.LongArray
get element at position
get(int) - Method in class org.yamcs.utils.PartitionedTimeInterval
 
get(int) - Method in class org.yamcs.utils.SortedIntArray
get element at position
get(int) - Method in class org.yamcs.yarch.Row
 
get(long) - Static method in class org.yamcs.time.Instant
Returns a new instant with the given milliseconds and the picos 0
get(long, long) - Static method in class org.yamcs.time.Instant
Create a new instant given the number of milliseconds and the number of picoseconds
get(Object) - Method in class org.yamcs.InstanceMetadata
 
get(Object) - Method in class org.yamcs.yarch.PartitionManager.Interval
Get the partition corresponding to the value
get(String) - Method in class org.yamcs.parameterarchive.ParameterIdDb
Get all parameters ids for a given qualified name return null if no parameter id exists for that fqn.
get(String) - Method in class org.yamcs.yarch.Row
 
get(String) - Method in class org.yamcs.YConfiguration
 
get(String, Class<T>) - Method in interface org.yamcs.yarch.ProtobufDatabase
Retrieves a protobuf message for a specific id.
get(String, Class<T>) - Method in class org.yamcs.yarch.rocksdb.RdbProtobufDatabase
 
get(String, List<Expression>, boolean) - Static method in class org.yamcs.yarch.streamsql.funct.FunctionExpressionFactory
 
get(K) - Method in class org.yamcs.utils.IndexedList
Returns the value mapped to the key or null if there is no such element
get(ColumnFamilyHandle, byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
get(Request) - Static method in class org.yamcs.replication.Message
 
get(Response) - Static method in class org.yamcs.replication.Message
 
get(TimeMessage) - Static method in class org.yamcs.replication.Message
 
get(Wakeup) - Static method in class org.yamcs.replication.Message
 
get(Algorithm) - Static method in class org.yamcs.mdb.DataDecoderFactory
 
get(Algorithm) - Static method in class org.yamcs.mdb.DataEncoderFactory
 
get(Parameter, int) - Method in class org.yamcs.parameter.ParameterValueList
Returns the n'th instance of the parameter or null if it does not exist
getAbsoluteBitOffset() - Method in class org.yamcs.parameter.ContainerParameterValue
 
getAccessTokenLifespan() - Method in class org.yamcs.security.SecurityStore
Returns the lifespan of access tokens (in milliseconds)
getAccount(String) - Method in class org.yamcs.security.Directory
 
getAccountForApplication(String) - Method in class org.yamcs.security.Directory
 
getAccountTypeCase() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
getAccountTypeCase() - Method in class org.yamcs.security.protobuf.AccountRecord
 
getAccountTypeCase() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
 
getAckMessage() - Method in class org.yamcs.alarms.ActiveAlarm
 
getAcknowledgeTime() - Method in class org.yamcs.alarms.ActiveAlarm
 
getAcknowledgments() - Method in class org.yamcs.Processor
Returns globally available acknowledgments (in addition to Acknowledge_Queued, Acknowledge_Released and Acknowledge_Sent).
getAcquisitionStatus() - Method in class org.yamcs.parameter.BasicParameterValue
 
getAcquisitionStatus() - Method in class org.yamcs.parameter.ParameterStatus
 
getAcquisitionStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
getAcquisitionStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
getAcquisitionStatus() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
getAcquisitionTime() - Method in class org.yamcs.ContainerExtractionResult
 
getAcquisitionTime() - Method in class org.yamcs.parameter.ParameterValue
 
getAcquisitionTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional int64 acquisitionTime = 4;
getAcquisitionTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional int64 acquisitionTime = 4;
getAcquisitionTime() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional int64 acquisitionTime = 4;
getAction(String) - Method in class org.yamcs.tctm.AbstractLink
 
getAction(String) - Method in interface org.yamcs.tctm.LinkActionProvider
 
getActions() - Method in class org.yamcs.tctm.AbstractLink
 
getActions() - Method in interface org.yamcs.tctm.LinkActionProvider
 
getActive() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional bool active = 4;
getActive() - Method in class org.yamcs.security.protobuf.AccountRecord
optional bool active = 4;
getActive() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional bool active = 4;
getActiveAlarm(S) - Method in class org.yamcs.alarms.AlarmServer
Returns the active alarm for the specified subject.
getActiveAlarm(S, int) - Method in class org.yamcs.alarms.AlarmServer
Returns the active alarm for the specified subject if it also matches the specified id.
getActiveAlarms() - Method in class org.yamcs.alarms.AlarmServer
Returns the current set of active alarms
getActiveAlgorithms() - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
getActiveChannels(ReplicationMaster) - Method in class org.yamcs.replication.ReplicationServer
 
getActiveChannels(ReplicationSlave) - Method in class org.yamcs.replication.ReplicationServer
 
getActiveCommand() - Method in class org.yamcs.commanding.CommandVerificationHandler
 
getAdditionalHttpRoutes() - Method in class org.yamcs.http.RpcDescriptor
 
getAdditionalWebSocketTopics() - Method in class org.yamcs.http.RpcDescriptor
 
getAddress() - Method in class org.yamcs.http.Binding
 
getAfapReplay() - Static method in class org.yamcs.archive.ReplayOptions
 
getAfapReplay(long, long, boolean) - Static method in class org.yamcs.archive.ReplayOptions
 
getAggarrayComponents(int, int) - Method in class org.yamcs.parameterarchive.ParameterIdDb
Get the array components of aggregate/array parameter pid which are member of the group gid
getAlarmChecker() - Method in class org.yamcs.parameter.ParameterProcessorManager
 
getAlarmId(Db.Event) - Static method in class org.yamcs.http.api.AlarmsApi
 
getAlarmRange(int) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
getAlarmRange(int) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
Context-dependent ranges
getAlarmRange(int) - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
Context-dependent ranges
getAlarmRangeBuilder(int) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
getAlarmRangeBuilderList() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
getAlarmRangeCount() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
getAlarmRangeCount() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
Context-dependent ranges
getAlarmRangeCount() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
Context-dependent ranges
getAlarmRangeList() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
getAlarmRangeList() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
Context-dependent ranges
getAlarmRangeList() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
Context-dependent ranges
getAlarmRangeOrBuilder(int) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
getAlarmRangeOrBuilder(int) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
Context-dependent ranges
getAlarmRangeOrBuilder(int) - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
Context-dependent ranges
getAlarmRangeOrBuilderList() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
getAlarmRangeOrBuilderList() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
Context-dependent ranges
getAlarmRangeOrBuilderList() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
Context-dependent ranges
getAlarmServer() - Method in class org.yamcs.parameter.ParameterProcessorManager
 
getAlgorithm() - Method in class org.yamcs.algorithms.AbstractAlgorithmExecutor
 
getAlgorithm() - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
getAlgorithm() - Method in interface org.yamcs.algorithms.AlgorithmExecutor
 
getAlgorithm() - Method in class org.yamcs.mdb.AbstractDataDecoder
 
getAlgorithm() - Method in class org.yamcs.mdb.AbstractDataEncoder
 
getAlgorithm(String) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
getAlgorithm(Context, Mdb.GetAlgorithmRequest, Observer<Mdb.AlgorithmInfo>) - Method in class org.yamcs.http.api.MdbApi
 
getAlgorithmExecutionContext() - Method in class org.yamcs.commanding.CommandVerificationHandler
 
getAlgorithmManager() - Method in class org.yamcs.commanding.CommandVerificationHandler
 
getAlgorithmOverride(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmManager
 
getAlgorithmOverrides() - Method in class org.yamcs.algorithms.AlgorithmManager
 
getAlgorithmOverrides(Context, GetAlgorithmOverridesRequest, Observer<GetAlgorithmOverridesResponse>) - Method in class org.yamcs.http.api.MdbOverrideApi
 
getAlgorithmStatus(String) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
getAlgorithmStatus(Context, GetAlgorithmStatusRequest, Observer<AlgorithmStatus>) - Method in class org.yamcs.http.api.ProcessingApi
 
getAlgorithmStatus(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmManager
 
getAlgorithmTrace(Context, GetAlgorithmTraceRequest, Observer<AlgorithmTrace>) - Method in class org.yamcs.http.api.ProcessingApi
 
getAllGroups(int) - Method in class org.yamcs.parameterarchive.ParameterGroupIdDb
get all parameter group ids for the parameters from which this parameter id is part of
getAllowedMethods() - Method in exception org.yamcs.http.MethodNotAllowedException
 
getAllValues(Parameter) - Method in class org.yamcs.parameter.ArrayParameterCache
 
getAllValues(Parameter) - Method in interface org.yamcs.parameter.ParameterCache
Returns all values from the cache for the parameter or null if there is no value cached The parameter are returned in descending order (newest parameter is returned first)
getAllValues(Parameter) - Method in class org.yamcs.parameter.ParameterCacheImpl
 
getAllValues(Parameter, long, long) - Method in class org.yamcs.parameter.ArrayParameterCache
 
getAllValues(Parameter, long, long) - Method in interface org.yamcs.parameter.ParameterCache
Same as above but return all values that have the generation time in the (start, stop] interval
getAllValues(Parameter, long, long) - Method in class org.yamcs.parameter.ParameterCacheImpl
 
getApi() - Method in class org.yamcs.http.Context
 
getApi() - Method in class org.yamcs.http.Route
 
getApi() - Method in class org.yamcs.http.Topic
 
getAPID() - Method in class org.yamcs.tctm.CcsdsPacket
 
getAPID(byte[]) - Static method in class org.yamcs.tctm.CcsdsPacket
 
getAPID(ByteBuffer) - Static method in class org.yamcs.tctm.CcsdsPacket
 
getApids() - Method in class org.yamcs.archive.CcsdsTmIndex
 
getAppConfigurationEntry(String) - Method in class org.yamcs.security.JaasConfiguration
 
getApplicationHash() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationHash = 2;
getApplicationHash() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
optional string applicationHash = 2;
getApplicationHash() - Method in interface org.yamcs.security.protobuf.ServiceAccountRecordDetailOrBuilder
optional string applicationHash = 2;
getApplicationHashBytes() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationHash = 2;
getApplicationHashBytes() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
optional string applicationHash = 2;
getApplicationHashBytes() - Method in interface org.yamcs.security.protobuf.ServiceAccountRecordDetailOrBuilder
optional string applicationHash = 2;
getApplicationId() - Method in class org.yamcs.security.ApplicationCredentials
 
getApplicationId() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationId = 1;
getApplicationId() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
optional string applicationId = 1;
getApplicationId() - Method in interface org.yamcs.security.protobuf.ServiceAccountRecordDetailOrBuilder
optional string applicationId = 1;
getApplicationId() - Method in class org.yamcs.security.ServiceAccount
 
getApplicationIdBytes() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationId = 1;
getApplicationIdBytes() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
optional string applicationId = 1;
getApplicationIdBytes() - Method in interface org.yamcs.security.protobuf.ServiceAccountRecordDetailOrBuilder
optional string applicationId = 1;
getApplicationSecret() - Method in class org.yamcs.security.ApplicationCredentials
 
getApproxNumRecords() - Method in class org.yamcs.yarch.rocksdb.YRDB
 
getApproxNumRecords(ColumnFamilyHandle) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
getArchivedParameterGroup(Context, GetArchivedParameterGroupRequest, Observer<ArchivedParameterGroupResponse>) - Method in class org.yamcs.http.api.ParameterArchiveApi
 
getArchivedParameterSegments(Context, GetArchivedParameterSegmentsRequest, Observer<ArchivedParameterSegmentsResponse>) - Method in class org.yamcs.http.api.ParameterArchiveApi
 
getArchivedParametersInfo(Context, GetArchivedParametersInfoRequest, Observer<ArchivedParametersInfoResponse>) - Method in class org.yamcs.http.api.ParameterArchiveApi
 
getArgAssignment() - Method in class org.yamcs.commanding.PreparedCommand
 
getArgAssignment(Argument) - Method in class org.yamcs.commanding.PreparedCommand
 
getArgs() - Method in class org.yamcs.mdb.MetaCommandProcessor.CommandBuildResult
 
getArgs() - Method in class org.yamcs.ServiceWithConfig
 
getArgument() - Method in class org.yamcs.commanding.ArgumentValue
 
getArgument(String) - Method in class org.yamcs.mdb.TcProcessingContext
 
getArguments() - Method in class org.yamcs.commanding.ActiveCommand
 
getArgumentValue(String) - Method in class org.yamcs.mdb.TcProcessingContext
Look up an argument by name only, for cases in which we do not have the full argument definition, such as arguments used for defining the length of other variable-length arguments.
getArgValues() - Method in class org.yamcs.mdb.TcProcessingContext
 
getArray() - Method in class org.yamcs.parameter.SubscriptionArray
 
getArray() - Method in class org.yamcs.utils.SortedIntArray
 
getAsByte() - Method in interface org.yamcs.utils.ByteSupplier
Gets a result.
getAscendingIterator(int) - Method in class org.yamcs.utils.SortedIntArray
Constructs an ascending iterator starting from a specified value (inclusive)
getAssignment(int) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
getAssignment(int) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
repeated .Assignment assignment = 1;
getAssignment(int) - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfoOrBuilder
repeated .Assignment assignment = 1;
getAssignmentBuilder(int) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
getAssignmentBuilderList() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
getAssignmentCount() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
getAssignmentCount() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
repeated .Assignment assignment = 1;
getAssignmentCount() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfoOrBuilder
repeated .Assignment assignment = 1;
getAssignmentList() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
getAssignmentList() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
repeated .Assignment assignment = 1;
getAssignmentList() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfoOrBuilder
repeated .Assignment assignment = 1;
getAssignmentOrBuilder(int) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
getAssignmentOrBuilder(int) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
repeated .Assignment assignment = 1;
getAssignmentOrBuilder(int) - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfoOrBuilder
repeated .Assignment assignment = 1;
getAssignmentOrBuilderList() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
getAssignmentOrBuilderList() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
repeated .Assignment assignment = 1;
getAssignmentOrBuilderList() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfoOrBuilder
repeated .Assignment assignment = 1;
getAssignments() - Method in class org.yamcs.commanding.PreparedCommand
 
getAttribute(String) - Method in class org.yamcs.commanding.PreparedCommand
 
getAttributes() - Method in class org.yamcs.commanding.PreparedCommand
 
getAttributesAsParameters(XtceDb) - Method in class org.yamcs.commanding.PreparedCommand
 
getAuditLog() - Method in class org.yamcs.http.HttpServer
 
getAuthenticationInfo(ChannelHandlerContext, HttpRequest) - Method in class org.yamcs.security.AbstractHttpRequestAuthModule
 
getAuthenticationInfo(ChannelHandlerContext, HttpRequest) - Method in class org.yamcs.security.IPAddressAuthModule
 
getAuthenticationInfo(ChannelHandlerContext, HttpRequest) - Method in class org.yamcs.security.RemoteUserAuthModule
 
getAuthenticationInfo(AuthenticationToken) - Method in class org.yamcs.security.AbstractHttpRequestAuthModule
 
getAuthenticationInfo(AuthenticationToken) - Method in interface org.yamcs.security.AuthModule
Identify the subject based on the given information.
getAuthenticationInfo(AuthenticationToken) - Method in class org.yamcs.security.DirectoryAuthModule
 
getAuthenticationInfo(AuthenticationToken) - Method in class org.yamcs.security.KerberosAuthModule
 
getAuthenticationInfo(AuthenticationToken) - Method in class org.yamcs.security.LdapAuthModule
 
getAuthenticationInfo(AuthenticationToken) - Method in class org.yamcs.security.OpenIDAuthModule
 
getAuthenticationInfo(AuthenticationToken) - Method in class org.yamcs.security.SingleUserAuthModule
 
getAuthenticationInfo(AuthenticationToken) - Method in class org.yamcs.security.SpnegoAuthModule
 
getAuthenticationInfo(AuthenticationToken) - Method in class org.yamcs.security.YamlAuthModule
 
getAuthenticator() - Method in class org.yamcs.security.AuthenticationInfo
The AuthModule that verified this authentication attempt.
getAuthModule(Class<T>) - Method in class org.yamcs.security.SecurityStore
 
getAuthModules() - Method in class org.yamcs.security.SecurityStore
 
getAuthorizationEndpoint() - Method in class org.yamcs.security.OpenIDAuthModule
 
getAuthorizationInfo(AuthenticationInfo) - Method in interface org.yamcs.security.AuthModule
Retrieve access control information based on the given AuthenticationInfo.
getAuthorizationInfo(AuthenticationInfo) - Method in class org.yamcs.security.DirectoryAuthModule
 
getAuthorizationInfo(AuthenticationInfo) - Method in class org.yamcs.security.IPAddressAuthModule
 
getAuthorizationInfo(AuthenticationInfo) - Method in class org.yamcs.security.KerberosAuthModule
 
getAuthorizationInfo(AuthenticationInfo) - Method in class org.yamcs.security.LdapAuthModule
 
getAuthorizationInfo(AuthenticationInfo) - Method in class org.yamcs.security.OpenIDAuthModule
 
getAuthorizationInfo(AuthenticationInfo) - Method in class org.yamcs.security.RemoteUserAuthModule
 
getAuthorizationInfo(AuthenticationInfo) - Method in class org.yamcs.security.SingleUserAuthModule
 
getAuthorizationInfo(AuthenticationInfo) - Method in class org.yamcs.security.SpnegoAuthModule
 
getAuthorizationInfo(AuthenticationInfo) - Method in class org.yamcs.security.YamlAuthModule
 
getAuthToken() - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string authToken = 1;
getAuthToken() - Method in class org.yamcs.replication.protobuf.Request
optional string authToken = 1;
getAuthToken() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
optional string authToken = 1;
getAuthToken() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string authToken = 1;
getAuthToken() - Method in class org.yamcs.replication.protobuf.Wakeup
optional string authToken = 1;
getAuthToken() - Method in interface org.yamcs.replication.protobuf.WakeupOrBuilder
optional string authToken = 1;
getAuthTokenBytes() - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string authToken = 1;
getAuthTokenBytes() - Method in class org.yamcs.replication.protobuf.Request
optional string authToken = 1;
getAuthTokenBytes() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
optional string authToken = 1;
getAuthTokenBytes() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string authToken = 1;
getAuthTokenBytes() - Method in class org.yamcs.replication.protobuf.Wakeup
optional string authToken = 1;
getAuthTokenBytes() - Method in interface org.yamcs.replication.protobuf.WakeupOrBuilder
optional string authToken = 1;
getAutoincrement() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional bool autoincrement = 4;
getAutoincrement() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
optional bool autoincrement = 4;
getAutoincrement() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
optional bool autoincrement = 4;
getBand(UUID) - Method in class org.yamcs.timeline.TimelineBandDb
 
getBand(Context, GetBandRequest, Observer<TimelineBand>) - Method in class org.yamcs.http.api.TimelineApi
 
getBands() - Method in class org.yamcs.timeline.TimelineView
 
getBasicColumnSerializerV2(DataType) - Static method in class org.yamcs.yarch.ColumnSerializerFactory
returns a column serializer for basic types
getBasicColumnSerializerV3(DataType) - Static method in class org.yamcs.yarch.ColumnSerializerFactory
returns a column serializer for basic types
getBasicCredentials() - Method in class org.yamcs.http.HandlerContext
 
getBasicType(Yamcs.Value.Type) - Method in class org.yamcs.parameter.SystemParametersService
 
getBasicType(Yamcs.Value.Type, UnitType) - Method in class org.yamcs.parameter.SystemParametersService
Create (if not already existing) a basic parameter type in the MDB and return it.
getBasicType(XtceDb, Yamcs.Value.Type, UnitType) - Static method in class org.yamcs.parameter.SystemParametersService
 
getBecome() - Method in class org.yamcs.security.ApplicationCredentials
 
getBeginColumn() - Method in class org.yamcs.templating.SimpleCharStream
Get token beginning column number.
getBeginColumn() - Method in class org.yamcs.utils.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.yamcs.templating.SimpleCharStream
Get token beginning line number.
getBeginLine() - Method in class org.yamcs.utils.parser.SimpleCharStream
Get token beginning line number.
getBinary() - Method in class org.yamcs.commanding.PreparedCommand
 
getBinary(String) - Method in class org.yamcs.YConfiguration
 
getBinary(String, byte[]) - Method in class org.yamcs.YConfiguration
 
getBinary(Map<String, Object>, String) - Static method in class org.yamcs.YConfiguration
 
getBinaryAttribute(String) - Method in class org.yamcs.commanding.PreparedCommand
 
getBinaryLength(PreparedCommand) - Method in interface org.yamcs.tctm.CommandPostprocessor
Return the size of the binary packet for this command.
getBinaryLength(PreparedCommand) - Method in class org.yamcs.tctm.GenericCommandPostprocessor
 
getBinaryLength(PreparedCommand) - Method in class org.yamcs.tctm.IssCommandPostprocessor
 
getBinaryLength(PreparedCommand) - Method in class org.yamcs.tctm.pus.PusCommandPostprocessor
 
getBinaryValue() - Method in class org.yamcs.parameter.BinaryValue
 
getBinaryValue() - Method in class org.yamcs.parameter.Value
 
getBinaryValue(byte[]) - Static method in class org.yamcs.utils.ValueUtility
 
getBindings() - Method in class org.yamcs.http.HttpServer
 
getBitOfByte(Byte, int) - Static method in class org.yamcs.cfdp.CfdpUtils
 
getBits(int) - Method in class org.yamcs.utils.BitBuffer
reads numBits from the buffer and returns them into a long on the rightmost position.
getBitSize() - Method in class org.yamcs.parameter.ContainerParameterValue
 
getBody() - Method in class org.yamcs.http.Route
 
getBody() - Method in class org.yamcs.http.RouteContext
returns the body of the http request
getBodyAsInputStream() - Method in class org.yamcs.http.RouteContext
 
getBodyAsMessage(T) - Method in class org.yamcs.http.RouteContext
Deserializes the incoming message extracted from the body.
getBodySpecifier() - Method in class org.yamcs.http.RouteContext
 
getBoolean(String) - Method in class org.yamcs.memento.MementoDb
Returns the boolean value of the given key.
getBoolean(String) - Method in class org.yamcs.YConfiguration
 
getBoolean(String, boolean) - Method in class org.yamcs.YConfiguration
 
getBoolean(String, String) - Method in class org.yamcs.YConfiguration
 
getBoolean(Map<String, Object>, String) - Static method in class org.yamcs.YConfiguration
 
getBoolean(Map<String, Object>, String, boolean) - Static method in class org.yamcs.YConfiguration
Returns m.get(key) if it exists and is of type boolean, if m.get(key) exists and is not boolean, throw an exception. if m.get(key) does not exist, return the default value.
getBooleanAttribute(String) - Method in class org.yamcs.commanding.PreparedCommand
 
getBooleanColumn(String) - Method in class org.yamcs.yarch.Tuple
Get the value of column as boolean.
getBooleanValue() - Method in class org.yamcs.parameter.BooleanValue
 
getBooleanValue() - Method in class org.yamcs.parameter.Value
 
getBooleanValue(boolean) - Static method in class org.yamcs.utils.ValueUtility
 
getBucket() - Method in class org.yamcs.cfdp.FilePutRequest
 
getBucket() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getBucket() - Method in class org.yamcs.filetransfer.FileSaveHandler
 
getBucket(String) - Method in interface org.yamcs.yarch.BucketDatabase
Retrieve a bucket handler from the database.
getBucket(String) - Method in class org.yamcs.yarch.FileSystemBucketDatabase
 
getBucket(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucketDatabase
 
getBucket(String) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getBucket(Context, GetBucketRequest, Observer<BucketInfo>) - Method in class org.yamcs.http.api.BucketsApi
 
getBucketDatabase(YarchDatabaseInstance) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
getBucketDatabase(YarchDatabaseInstance) - Method in interface org.yamcs.yarch.StorageEngine
 
getBucketName() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getBucketName() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
getBucketName() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getBucketName() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getBucketName() - Method in class org.yamcs.filetransfer.FileSaveHandler
 
getBucketName() - Method in interface org.yamcs.filetransfer.FileTransfer
return the name of the bucket where the file is being transfered to/from.
getBucketProperties() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
bucketProperties
getBucketProperties() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
bucketProperties
getBucketProperties() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
bucketProperties
getBucketPropertiesBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
bucketProperties
getBucketPropertiesOrBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
bucketProperties
getBucketPropertiesOrBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
bucketProperties
getBucketPropertiesOrBuilder() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
bucketProperties
getBucketRoot() - Method in class org.yamcs.yarch.FileSystemBucket
 
getBuckets() - Method in class org.yamcs.cfdp.FileDownloadRequests
 
getByte() - Method in class org.yamcs.utils.BitBuffer
fast getByte - only works when position%8 = 0 - otherwise throws an IllegalStateException advances the position by 8 bits
getByteArray(byte[]) - Method in class org.yamcs.utils.BitBuffer
Copies bytes from the buffer to the given destination array.
getByteBuffer() - Method in class org.yamcs.tctm.CcsdsPacket
 
getByteColumn(String) - Method in class org.yamcs.yarch.Tuple
Get the value of column as byte.
getByteOrder() - Method in class org.yamcs.utils.BitBuffer
 
getByteOrder(YConfiguration) - Static method in class org.yamcs.tctm.AbstractPacketPreprocessor
 
getBytes() - Method in class org.yamcs.cfdp.pdu.LV
 
getBytes() - Method in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
getBytes() - Method in class org.yamcs.cfdp.pdu.TLV
 
getBytes() - Method in class org.yamcs.tctm.CcsdsPacket
 
getCachedEntryById(int) - Method in class org.yamcs.parameterarchive.ParameterIdDb
 
getCacheDirectory() - Method in class org.yamcs.YamcsServer
 
getCalibrator(ProcessingData, DataEncoding) - Method in class org.yamcs.mdb.ProcessorData
returns a calibrator processor for the given data encoding.
getCancellationCause() - Method in class org.yamcs.http.TopicContext
 
getCapabilities() - Method in class org.yamcs.cfdp.CfdpService
 
getCapabilities() - Method in interface org.yamcs.filetransfer.FileTransferService
Get the capabilities supported by this service.
getCapabilities() - Method in class org.yamcs.timeline.CommandItemProvider
 
getCapabilities() - Method in interface org.yamcs.timeline.ItemProvider
 
getCapabilities() - Method in class org.yamcs.timeline.TimelineItemDb
 
getCccsdsPacketLength() - Method in class org.yamcs.tctm.CcsdsPacket
 
getCccsdsPacketLength(byte[]) - Static method in class org.yamcs.tctm.CcsdsPacket
 
getCccsdsPacketLength(ByteBuffer) - Static method in class org.yamcs.tctm.CcsdsPacket
 
getCell(Cell[], String) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
getCFDPPacket(ByteBuffer) - Static method in class org.yamcs.cfdp.pdu.CfdpPacket
Reads a CFDP PDU from the ByteBuffer at the current position.
getCfdpState() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
getCfdpTransfer(CfdpTransactionId) - Method in class org.yamcs.cfdp.CfdpService
 
getChannel() - Method in class org.yamcs.replication.ReplicationClient
 
getChannelName() - Method in class org.yamcs.commanding.CommandQueueManager
 
getChecksum() - Method in class org.yamcs.cfdp.DataFile
 
getChecksum() - Method in class org.yamcs.cfdp.FilePutRequest
 
getChecksum() - Method in class org.yamcs.cfdp.PutRequest
 
getChecksumIndicator() - Method in class org.yamcs.tctm.CcsdsPacket
 
getChecksumIndicator(byte[]) - Static method in class org.yamcs.tctm.CcsdsPacket
 
getChecksumType() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
getChoices() - Method in class org.yamcs.templating.Variable
Different choices.
getClassName() - Method in class org.yamcs.yarch.ProtobufDataType
 
getClearance() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional .Clearance clearance = 6;
getClearance() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional .Clearance clearance = 6;
getClearance() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional .Clearance clearance = 6;
getClearance() - Method in class org.yamcs.security.User
 
getClearanceBuilder() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional .Clearance clearance = 6;
getClearanceOrBuilder() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional .Clearance clearance = 6;
getClearanceOrBuilder() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional .Clearance clearance = 6;
getClearanceOrBuilder() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional .Clearance clearance = 6;
getClearMessage() - Method in class org.yamcs.alarms.ActiveAlarm
 
getClearTime() - Method in class org.yamcs.alarms.ActiveAlarm
 
getClientAddress() - Method in class org.yamcs.http.Context
 
getClientAddress() - Method in class org.yamcs.http.RouteContext
 
getClientChannels() - Method in class org.yamcs.http.HttpServer
 
getClientId() - Method in class org.yamcs.security.OpenIDAuthModule
 
getClientID() - Method in class org.yamcs.http.auth.LoginRequest
 
getClientID() - Method in class org.yamcs.http.auth.OpenIDAuthenticationRequest
 
getClients() - Method in class org.yamcs.security.UserSession
 
getCmdArgs() - Method in class org.yamcs.mdb.ProcessingData
 
getCmdArgument(Argument) - Method in class org.yamcs.mdb.ProcessingData
 
getCmdName() - Method in class org.yamcs.commanding.ActiveCommand
 
getCmdName() - Method in class org.yamcs.commanding.PreparedCommand
 
getCmdPacket() - Method in class org.yamcs.mdb.MetaCommandProcessor.CommandBuildResult
 
getCmdParamCache() - Method in class org.yamcs.commanding.ActiveCommand
 
getCmdParams() - Method in class org.yamcs.mdb.ProcessingData
 
getCoarseTime() - Method in class org.yamcs.tctm.CcsdsPacket
 
getCode() - Method in enum org.yamcs.cfdp.pdu.AckPacket.FileDirectiveSubtypeCode
 
getCode() - Method in enum org.yamcs.cfdp.pdu.ConditionCode
 
getCode() - Method in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
getCode() - Method in enum org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
 
getColNameClear() - Method in class org.yamcs.alarms.AlarmStreamer
 
getColNameClear() - Method in class org.yamcs.alarms.EventAlarmStreamer
 
getColNameClear() - Method in class org.yamcs.alarms.ParameterAlarmStreamer
 
getColNameLastEvent() - Method in class org.yamcs.alarms.AlarmStreamer
 
getColNameLastEvent() - Method in class org.yamcs.alarms.EventAlarmStreamer
 
getColNameLastEvent() - Method in class org.yamcs.alarms.ParameterAlarmStreamer
 
getColNameSeverityIncreased() - Method in class org.yamcs.alarms.AlarmStreamer
 
getColNameSeverityIncreased() - Method in class org.yamcs.alarms.EventAlarmStreamer
 
getColNameSeverityIncreased() - Method in class org.yamcs.alarms.ParameterAlarmStreamer
 
getColNameTrigger() - Method in class org.yamcs.alarms.AlarmStreamer
 
getColNameTrigger() - Method in class org.yamcs.alarms.EventAlarmStreamer
 
getColNameTrigger() - Method in class org.yamcs.alarms.ParameterAlarmStreamer
 
getColumn() - Method in class org.yamcs.templating.SimpleCharStream
Deprecated.
getColumn() - Method in class org.yamcs.utils.parser.SimpleCharStream
Deprecated.
getColumn(int) - Method in class org.yamcs.yarch.Tuple
 
getColumn(int) - Method in class org.yamcs.yarch.TupleDefinition
 
getColumn(String) - Method in class org.yamcs.yarch.Tuple
 
getColumn(String) - Method in class org.yamcs.yarch.TupleDefinition
Get a column definition by name
getColumnDefinition(int) - Method in class org.yamcs.yarch.Tuple
 
getColumnDefinition(String) - Method in class org.yamcs.yarch.Row
 
getColumnDefinition(String) - Method in class org.yamcs.yarch.Stream
 
getColumnDefinition(String) - Method in class org.yamcs.yarch.TableDefinition
 
getColumnDefinition(String) - Method in class org.yamcs.yarch.Tuple
 
getColumnDefinitions() - Method in class org.yamcs.yarch.TupleDefinition
 
getColumnFamilies() - Method in class org.yamcs.yarch.rocksdb.YRDB
 
getColumnFamiliesAsStrings() - Method in class org.yamcs.yarch.rocksdb.YRDB
 
getColumnFamilyHandle(byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
getColumnFamilyHandle(String) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
getColumnFamilyOptions() - Method in class org.yamcs.yarch.rocksdb.RdbConfig.TablespaceConfig
 
getColumnIndex(String) - Method in class org.yamcs.yarch.Tuple
 
getColumnIndex(String) - Method in class org.yamcs.yarch.TupleDefinition
returns the index of the column with name or -1 if there is no such column
getColumnName() - Method in class org.yamcs.yarch.streamsql.Expression
when the expression behaves like a column expression, this is the column name
getColumnName(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
repeated string columnName = 1;
getColumnName(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
repeated string columnName = 1;
getColumnName(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndexOrBuilder
repeated string columnName = 1;
getColumnNameBytes(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
repeated string columnName = 1;
getColumnNameBytes(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
repeated string columnName = 1;
getColumnNameBytes(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndexOrBuilder
repeated string columnName = 1;
getColumnNameCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
repeated string columnName = 1;
getColumnNameCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
repeated string columnName = 1;
getColumnNameCount() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndexOrBuilder
repeated string columnName = 1;
getColumnNameList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
repeated string columnName = 1;
getColumnNameList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
repeated string columnName = 1;
getColumnNameList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndexOrBuilder
repeated string columnName = 1;
getColumns() - Method in class org.yamcs.yarch.Tuple
 
getColumns(int) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
getColumns(int) - Method in class org.yamcs.replication.protobuf.StreamInfo
repeated .ColumnInfo columns = 3;
getColumns(int) - Method in interface org.yamcs.replication.protobuf.StreamInfoOrBuilder
repeated .ColumnInfo columns = 3;
getColumnsBuilder(int) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
getColumnsBuilderList() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
getColumnsCount() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
getColumnsCount() - Method in class org.yamcs.replication.protobuf.StreamInfo
repeated .ColumnInfo columns = 3;
getColumnsCount() - Method in interface org.yamcs.replication.protobuf.StreamInfoOrBuilder
repeated .ColumnInfo columns = 3;
getColumnSerializer(String) - Method in class org.yamcs.yarch.TableDefinition
 
getColumnSerializer(TableDefinition, TableColumnDefinition) - Static method in class org.yamcs.yarch.ColumnSerializerFactory
 
getColumnSerializer(TableDefinition, TableColumnDefinition, DataType) - Static method in class org.yamcs.yarch.ColumnSerializerFactory
 
getColumnSerializerForReplication(ColumnDefinition) - Static method in class org.yamcs.yarch.ColumnSerializerFactory
Returns the V2 serializers with the enumerations serialzied as strings (so they don't need a decoding table on the other end)
getColumnSerializerForReplication(DataType, String) - Static method in class org.yamcs.yarch.ColumnSerializerFactory
 
getColumnsList() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
getColumnsList() - Method in class org.yamcs.replication.protobuf.StreamInfo
repeated .ColumnInfo columns = 3;
getColumnsList() - Method in interface org.yamcs.replication.protobuf.StreamInfoOrBuilder
repeated .ColumnInfo columns = 3;
getColumnsOrBuilder(int) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
getColumnsOrBuilder(int) - Method in class org.yamcs.replication.protobuf.StreamInfo
repeated .ColumnInfo columns = 3;
getColumnsOrBuilder(int) - Method in interface org.yamcs.replication.protobuf.StreamInfoOrBuilder
repeated .ColumnInfo columns = 3;
getColumnsOrBuilderList() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
getColumnsOrBuilderList() - Method in class org.yamcs.replication.protobuf.StreamInfo
repeated .ColumnInfo columns = 3;
getColumnsOrBuilderList() - Method in interface org.yamcs.replication.protobuf.StreamInfoOrBuilder
repeated .ColumnInfo columns = 3;
getColumnv() - Method in class org.yamcs.yarch.HistogramRecord
 
getColumnValue(ColumnDefinition, Object) - Static method in class org.yamcs.utils.ValueUtility
 
getcommand(String) - Method in class org.yamcs.commanding.CommandQueue
 
getcommand(Commanding.CommandId) - Method in class org.yamcs.commanding.CommandQueue
 
getCommand() - Method in class org.yamcs.mdb.TcProcessingContext
returns the size in bytes of the encoded command
getCommand(Context, GetCommandRequest, Observer<Commanding.CommandHistoryEntry>) - Method in class org.yamcs.http.api.CommandsApi
 
getCommand(Context, Mdb.GetCommandRequest, Observer<Mdb.CommandInfo>) - Method in class org.yamcs.http.api.MdbApi
 
getCommandArray() - Method in class org.yamcs.commanding.CommandQueue
 
getCommandCount() - Method in class org.yamcs.commanding.CommandQueue
 
getCommandHistoryManager() - Method in class org.yamcs.Processor
 
getCommandHistoryPublisher() - Method in class org.yamcs.Processor
 
getCommandHistoryRequest() - Method in class org.yamcs.archive.ReplayOptions
 
getCommandId() - Method in class org.yamcs.commanding.ActiveCommand
 
getCommandId() - Method in class org.yamcs.commanding.PreparedCommand
 
getCommandId(Tuple) - Static method in class org.yamcs.commanding.PreparedCommand
 
getCommandingManager() - Method in class org.yamcs.Processor
 
getCommandName() - Method in class org.yamcs.commanding.PreparedCommand
 
getCommandNames() - Method in class org.yamcs.archive.IndexRequest
 
getCommandOption(String) - Method in class org.yamcs.YamcsServer
 
getCommandOptions() - Method in class org.yamcs.YamcsServer
Returns the command options registered to this instance.
getCommandQueueManager() - Method in class org.yamcs.commanding.CommandingManager
 
getCommandQueueManager(Processor) - Method in class org.yamcs.management.ManagementService
 
getCommandQueueManagers() - Method in class org.yamcs.management.ManagementService
 
getCommandQueueState(String) - Method in class org.yamcs.commanding.CommandQueueMemento
 
getCommandReleaser() - Method in class org.yamcs.Processor
 
getCommands() - Method in class org.yamcs.commanding.CommandQueue
 
getCommands() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
getComment() - Method in class org.yamcs.commanding.PreparedCommand
 
getCompiledAggregate() - Method in class org.yamcs.yarch.streamsql.AggregateExpression
 
getCompiledAggregate() - Method in class org.yamcs.yarch.streamsql.AggregateListExpression
 
getCompiledAggregate() - Method in class org.yamcs.yarch.streamsql.CompilableAggregateExpression
 
getCompiledAggregate() - Method in class org.yamcs.yarch.streamsql.FirstValExpression
 
getCompletenessGroups() - Method in class org.yamcs.archive.IndexRequest
 
getComponents() - Method in interface org.yamcs.parameterarchive.ParameterId
Returns the ids of the components for aggregates or arrays. if isSimple() returns true, this method returns null.
getCompressed() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional bool compressed = 9;
getCompressed() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional bool compressed = 9;
getCompressed() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional bool compressed = 9;
getConditionCode() - Method in class org.yamcs.cfdp.pdu.AckPacket
 
getConditionCode() - Method in class org.yamcs.cfdp.pdu.EofPacket
 
getConditionCode() - Method in class org.yamcs.cfdp.pdu.FinishedPacket
 
getConditionCode() - Method in class org.yamcs.cfdp.pdu.ProxyPutResponse
 
getConfig() - Method in class org.yamcs.AbstractProcessorService
 
getConfig() - Method in class org.yamcs.AbstractYamcsService
 
getConfig() - Method in class org.yamcs.Processor
 
getConfig() - Method in class org.yamcs.ProcessorServiceWithConfig
 
getConfig() - Method in class org.yamcs.tctm.AbstractLink
 
getConfig() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
getConfig() - Method in interface org.yamcs.tctm.Link
 
getConfig() - Method in class org.yamcs.YamcsServer
Returns the main Yamcs configuration
getConfig() - Method in class org.yamcs.YamcsServerInstance
Returns the main configuration for this Yamcs instance
getConfig(String) - Method in class org.yamcs.YConfiguration
If the key is pointing to a map, creates and returns a configuration object out of that map
getConfig(Context, GetConfigRequest, Observer<Cop1Config>) - Method in class org.yamcs.http.api.Cop1Api
 
getConfig(Context, GetTcoConfigRequest, Observer<TcoConfig>) - Method in class org.yamcs.http.api.TimeCorrelationApi
 
getConfigDirectory() - Method in class org.yamcs.YamcsServer
 
getConfigList(String) - Method in class org.yamcs.YConfiguration
 
getConfigListIdx(String, int) - Method in class org.yamcs.YConfiguration
If config.get(key) exists and is a list, and the list has the element idx and is a map, then return a configuration wrapper around that map.
getConfigName() - Method in class org.yamcs.mdb.AbstractFileLoader
 
getConfigName() - Method in class org.yamcs.mdb.EmptyNodeLoader
 
getConfigName() - Method in interface org.yamcs.mdb.SpaceSystemLoader
The filename used to save the database after all the loaders have loaded it, is based on a concatenation of the config names returned by the loaders.
getConfigName() - Method in class org.yamcs.mdb.XtceLoader
 
getConfigName() - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
getConfigName() - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
getConfigOrEmpty(String) - Method in class org.yamcs.YConfiguration
Same as YConfiguration.getConfig(String) but return an empty config if the key does not exist.
getConfiguration(String) - Static method in class org.yamcs.YConfiguration
Loads (if not already loaded) and returns a configuration corresponding to a file <subsystem>.yaml This method does not reload the configuration file if it has changed.
getConfiguration(String, boolean) - Static method in class org.yamcs.YConfiguration
Loads and returns a configuration corresponding to a file <subsystem>.yaml This method reloads the configuration file always.
getConfigurationSections(ConfigScope) - Method in class org.yamcs.YamcsServer
 
getConfigurationStream(String) - Method in class org.yamcs.FileBasedConfigurationResolver
 
getConfigurationStream(String) - Method in class org.yamcs.YConfiguration.DefaultConfigurationResolver
 
getConfigurationStream(String) - Method in interface org.yamcs.YConfigurationResolver
Searches configuration by name
getConfirmationTime() - Method in class org.yamcs.security.Account
 
getConfirmationTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp confirmationTime = 7;
getConfirmationTime() - Method in class org.yamcs.security.protobuf.AccountRecord
optional .google.protobuf.Timestamp confirmationTime = 7;
getConfirmationTime() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional .google.protobuf.Timestamp confirmationTime = 7;
getConfirmationTimeBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp confirmationTime = 7;
getConfirmationTimeOrBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp confirmationTime = 7;
getConfirmationTimeOrBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord
optional .google.protobuf.Timestamp confirmationTime = 7;
getConfirmationTimeOrBuilder() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional .google.protobuf.Timestamp confirmationTime = 7;
getConsolidatedParameterStatusSegments() - Method in class org.yamcs.parameterarchive.PGSegment
 
getConsolidatedRawValueSegments() - Method in class org.yamcs.parameterarchive.PGSegment
 
getConsolidatedValueSegments() - Method in class org.yamcs.parameterarchive.PGSegment
 
getConstantValue() - Method in class org.yamcs.yarch.streamsql.Expression
 
getContainer() - Method in class org.yamcs.container.ContainerWithId
 
getContainer() - Method in class org.yamcs.ContainerExtractionResult
 
getContainer(Context, Mdb.GetContainerRequest, Observer<Mdb.ContainerInfo>) - Method in class org.yamcs.http.api.MdbApi
 
getContainer(Yamcs.NamedObjectId) - Method in interface org.yamcs.container.ContainerProvider
Returns the containerDefinition corresponding to the itemId
getContainer(Yamcs.NamedObjectId) - Method in class org.yamcs.mdb.XtceTmProcessor
 
getContainerContent() - Method in class org.yamcs.ContainerExtractionResult
 
getContainerProcessingOptions() - Method in class org.yamcs.ProcessorConfig
 
getContainerRequestManager() - Method in class org.yamcs.Processor
 
getContainerResult() - Method in class org.yamcs.mdb.ContainerProcessingResult
 
getContainers() - Method in class org.yamcs.mdb.Subscription
Get the set of all containers subscribed
getContainerStartOffset() - Method in class org.yamcs.parameter.ContainerParameterValue
Returns the start of the byte offset of the container start in the packet.
getContent() - Method in class org.yamcs.cfdp.pdu.ReservedMessageToUser
 
getContent(Cell[], String) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
getContent(Cell[], String, String) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
getContentType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string contentType = 3;
getContentType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional string contentType = 3;
getContentType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional string contentType = 3;
getContentType(HttpRequest) - Static method in class org.yamcs.http.HttpRequestHandler
 
getContentTypeBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string contentType = 3;
getContentTypeBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional string contentType = 3;
getContentTypeBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional string contentType = 3;
getContext() - Method in class org.yamcs.logging.YamcsLogRecord
 
getContext() - Method in exception org.yamcs.ValidationException
 
getContextPath() - Method in class org.yamcs.http.HandlerContext
 
getContextPath() - Method in class org.yamcs.http.HttpServer
 
getContinuationToken() - Method in class org.yamcs.http.api.MdbPageBuilder.MdbPage
 
getCop1Config() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
getCop1Status() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
getCorsConfig() - Method in class org.yamcs.http.HttpServer
 
getCount(int) - Method in class org.yamcs.http.api.ParameterRanger.MultiRange
 
getCount(int) - Method in class org.yamcs.http.api.ParameterRanger.Range
 
getCount(int) - Method in class org.yamcs.http.api.ParameterRanger.SingleRange
 
getCrashHandler(String) - Method in class org.yamcs.YamcsServer
 
getCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
optional int64 created = 2;
getCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
optional int64 created = 2;
getCreated() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
optional int64 created = 2;
getCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional int64 created = 4;
getCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional int64 created = 4;
getCreated() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional int64 created = 4;
getCreatedBy() - Method in class org.yamcs.security.Account
 
getCreatedBy() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional int32 createdBy = 5;
getCreatedBy() - Method in class org.yamcs.security.protobuf.AccountRecord
optional int32 createdBy = 5;
getCreatedBy() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional int32 createdBy = 5;
getCreatedBy() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Set by API when event was posted by a user
getCreatedBy() - Method in class org.yamcs.yarch.protobuf.Db.Event
Set by API when event was posted by a user
getCreatedBy() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
Set by API when event was posted by a user
getCreatedByBytes() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Set by API when event was posted by a user
getCreatedByBytes() - Method in class org.yamcs.yarch.protobuf.Db.Event
Set by API when event was posted by a user
getCreatedByBytes() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
Set by API when event was posted by a user
getCreatePath() - Method in class org.yamcs.cfdp.FilePutRequest
 
getCreationTime() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getCreationTime() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
getCreationTime() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getCreationTime() - Method in interface org.yamcs.filetransfer.FileTransfer
 
getCreationTime() - Method in class org.yamcs.security.Account
 
getCreationTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp creationTime = 6;
getCreationTime() - Method in class org.yamcs.security.protobuf.AccountRecord
optional .google.protobuf.Timestamp creationTime = 6;
getCreationTime() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional .google.protobuf.Timestamp creationTime = 6;
getCreationTimeBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp creationTime = 6;
getCreationTimeOrBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp creationTime = 6;
getCreationTimeOrBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord
optional .google.protobuf.Timestamp creationTime = 6;
getCreationTimeOrBuilder() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional .google.protobuf.Timestamp creationTime = 6;
getCreator() - Method in class org.yamcs.Processor
 
getCredentials(String) - Method in class org.yamcs.http.HandlerContext
 
getCriteria(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteria(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteria(int) - Method in interface org.yamcs.timeline.protobuf.BandFilter.ItemFilterOrBuilder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaBuilder(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaBuilderList() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaCount() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaCount() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaCount() - Method in interface org.yamcs.timeline.protobuf.BandFilter.ItemFilterOrBuilder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaList() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaList() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaList() - Method in interface org.yamcs.timeline.protobuf.BandFilter.ItemFilterOrBuilder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaOrBuilder(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaOrBuilder(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaOrBuilder(int) - Method in interface org.yamcs.timeline.protobuf.BandFilter.ItemFilterOrBuilder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaOrBuilderList() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaOrBuilderList() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
repeated .BandFilter.FilterCriterion criteria = 1;
getCriteriaOrBuilderList() - Method in interface org.yamcs.timeline.protobuf.BandFilter.ItemFilterOrBuilder
repeated .BandFilter.FilterCriterion criteria = 1;
getCriticalRange() - Method in class org.yamcs.parameter.BasicParameterValue
 
getCriticalRange() - Method in class org.yamcs.parameter.ParameterStatus
 
getCurrentGpsTime() - Static method in class org.yamcs.utils.TimeEncoding
Conversion from current instant to GPS time.
getCurrentReplayRequest() - Method in class org.yamcs.archive.YarchReplay
 
getCurrentReplayRequest() - Method in class org.yamcs.Processor
 
getCurrentReplayRequest() - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
getCurrentReplayRequest() - Method in class org.yamcs.tctm.ReplayService
 
getCurrentTime() - Method in class org.yamcs.Processor
Returns the processor time for realtime processors it is the mission time (could be simulated) for replay processors it is the replay time
getCurrentTime() - Method in class org.yamcs.tctm.AbstractLink
 
getCurrentTime() - Method in class org.yamcs.tctm.AbstractTcDataLink
 
getCurrentTime() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
getCurrentValue() - Method in class org.yamcs.alarms.ActiveAlarm
 
getCustomDataDir() - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
getCustomPduDelay() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getCustomPduSize() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getData() - Method in class org.yamcs.cfdp.DataFile
 
getData() - Method in class org.yamcs.cfdp.DataFileSegment
 
getData() - Method in class org.yamcs.cfdp.pdu.FileDataPacket
 
getData() - Method in exception org.yamcs.cfdp.pdu.PduDecodingException
 
getData() - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
getData() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
getData() - Method in class org.yamcs.utils.ByteArrayWrapper
 
getData(byte[]) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
getDataAvailableSemaphore() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
getDatabase(Context, GetDatabaseRequest, Observer<DatabaseInfo>) - Method in class org.yamcs.http.api.DatabaseApi
 
getDatabases() - Static method in class org.yamcs.yarch.YarchDatabase
Returns the names of the loaded databases.
getDataCount() - Method in class org.yamcs.yarch.Stream
 
getDataDecoder(DataEncoding) - Method in class org.yamcs.mdb.ProcessorData
 
getDataDir() - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
getDataDir() - Static method in class org.yamcs.yarch.YarchDatabase
 
getDataDirectory() - Method in class org.yamcs.YamcsServer
 
getDataEncoder(DataEncoding) - Method in class org.yamcs.mdb.ProcessorData
 
getDataEnd() - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
The offset in the buffer where the data ends.
getDataFieldLength() - Method in class org.yamcs.cfdp.pdu.AckPacket
 
getDataFieldLength() - Method in class org.yamcs.cfdp.pdu.CfdpPacket
 
getDataFieldLength() - Method in class org.yamcs.cfdp.pdu.EofPacket
 
getDataFieldLength() - Method in class org.yamcs.cfdp.pdu.FileDataPacket
 
getDataFieldLength() - Method in class org.yamcs.cfdp.pdu.FinishedPacket
 
getDataFieldLength() - Method in class org.yamcs.cfdp.pdu.KeepAlivePacket
 
getDataFieldLength() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
getDataFieldLength() - Method in class org.yamcs.cfdp.pdu.NakPacket
 
getDataInCount() - Method in class org.yamcs.cascading.YamcsEventLink
 
getDataInCount() - Method in class org.yamcs.cascading.YamcsLink
 
getDataInCount() - Method in class org.yamcs.cascading.YamcsParameterLink
 
getDataInCount() - Method in class org.yamcs.tctm.AbstractParameterDataLink
 
getDataInCount() - Method in class org.yamcs.tctm.AbstractTcDataLink
 
getDataInCount() - Method in class org.yamcs.tctm.AbstractTmDataLink
 
getDataInCount() - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
getDataInCount() - Method in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
getDataInCount() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
getDataInCount() - Method in interface org.yamcs.tctm.Link
 
getDataLength(ByteBuffer) - Static method in class org.yamcs.cfdp.pdu.CfdpHeader
 
getDataOutCount() - Method in class org.yamcs.cascading.YamcsEventLink
 
getDataOutCount() - Method in class org.yamcs.cascading.YamcsLink
 
getDataOutCount() - Method in class org.yamcs.cascading.YamcsParameterLink
 
getDataOutCount() - Method in class org.yamcs.tctm.AbstractParameterDataLink
 
getDataOutCount() - Method in class org.yamcs.tctm.AbstractTcDataLink
 
getDataOutCount() - Method in class org.yamcs.tctm.AbstractTmDataLink
 
getDataOutCount() - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
getDataOutCount() - Method in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
getDataOutCount() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
getDataOutCount() - Method in interface org.yamcs.tctm.Link
 
getDataOutCount() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
getDataStart() - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
Where in the byte array returned by DownlinkTransferFrame.getData() starts the data.
getDataStart() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
getDay() - Method in class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
getDb() - Method in class org.yamcs.yarch.ExecutionContext
 
getDb() - Method in class org.yamcs.yarch.rocksdb.YRDB
 
getDbKey(String) - Static method in class org.yamcs.yarch.rocksdb.RdbSequence
 
getDBOptions() - Method in class org.yamcs.yarch.rocksdb.RdbConfig.TablespaceConfig
 
getDbPartition(Tuple) - Method in class org.yamcs.yarch.rocksdb.RdbTableWriter
get the filename where the tuple would fit (can be a partition)
getDecalibrator(DataEncoding) - Method in class org.yamcs.mdb.ProcessorData
 
getDefaultColumnFamilyOptions() - Method in class org.yamcs.yarch.rocksdb.RdbConfig
default column family options if no table specific config has been configured.
getDefaultDBOptions() - Method in class org.yamcs.yarch.rocksdb.RdbConfig
default db options if no table specific config has been configured.
getDefaultDecoderType() - Method in class org.yamcs.tctm.AbstractPacketPreprocessor
return the default decoder type.
getDefaultDecoderType() - Method in class org.yamcs.tctm.GenericPacketPreprocessor
 
getDefaultInstance() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
getDefaultInstance() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
getDefaultInstance() - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
getDefaultInstance() - Static method in class org.yamcs.replication.protobuf.Request
 
getDefaultInstance() - Static method in class org.yamcs.replication.protobuf.Response
 
getDefaultInstance() - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
getDefaultInstance() - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
getDefaultInstance() - Static method in class org.yamcs.replication.protobuf.Wakeup
 
getDefaultInstance() - Static method in class org.yamcs.security.protobuf.AccountCollection
 
getDefaultInstance() - Static method in class org.yamcs.security.protobuf.AccountRecord
 
getDefaultInstance() - Static method in class org.yamcs.security.protobuf.Clearance
 
getDefaultInstance() - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
getDefaultInstance() - Static method in class org.yamcs.security.protobuf.GroupCollection
 
getDefaultInstance() - Static method in class org.yamcs.security.protobuf.GroupRecord
 
getDefaultInstance() - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
getDefaultInstance() - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
getDefaultInstance() - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
getDefaultInstance() - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
getDefaultInstance() - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
getDefaultInstance() - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
getDefaultInstance() - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
getDefaultInstance() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
getDefaultInstance() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
getDefaultInstance() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
getDefaultInstance() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
getDefaultInstance() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
getDefaultInstance() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
getDefaultInstance() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
getDefaultInstance() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
getDefaultInstance() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
getDefaultInstanceForType() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
getDefaultInstanceForType() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.Request.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.Request
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.Response.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.Response
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.StreamInfo
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.TimeMessage
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.replication.protobuf.Wakeup
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.AccountCollection
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.AccountRecord
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.Clearance
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.GroupCollection
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.GroupRecord
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
getDefaultInstanceForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
getDefaultInstanceForType() - Method in class org.yamcs.timeline.protobuf.BandFilter
 
getDefaultInstanceForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.protobuf.Db.Event
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
getDefaultInstanceForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
getDefaultNamespace() - Method in class org.yamcs.archive.IndexRequest
 
getDefaultOptions() - Method in class org.yamcs.yarch.rocksdb.RdbConfig
default options if no table specific config has been configured.
getDefaultPartitioningSchema() - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getDefaultSpec() - Method in class org.yamcs.tctm.AbstractTcDataLink
 
getDefaultSpec() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
 
getDefaultSpec() - Method in class org.yamcs.tctm.AbstractTmDataLink
 
getDefaultSpec() - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
getDefaultSpec() - Method in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
getDefaultSpec() - Method in interface org.yamcs.tctm.Link
Returns a default link Spec.
getDefaultStorageEngine() - Static method in class org.yamcs.yarch.YarchDatabase
 
getDefaultStorageEngineName() - Static method in class org.yamcs.yarch.YarchDatabase
 
getDefaultValue() - Method in class org.yamcs.Spec.Option
 
getDefinition() - Method in interface org.yamcs.yarch.CompiledExpression
 
getDefinition() - Method in class org.yamcs.yarch.ConstantValueCompiledExpression
 
getDefinition() - Method in class org.yamcs.yarch.FieldReturnCompiledExpression
 
getDefinition() - Method in class org.yamcs.yarch.Stream
 
getDefinition() - Method in class org.yamcs.yarch.streamsql.ArgumentExpression
 
getDefinition() - Method in class org.yamcs.yarch.Table
 
getDefinition() - Method in class org.yamcs.yarch.Tuple
 
getDeliveryCode() - Method in class org.yamcs.cfdp.pdu.ProxyPutResponse
 
getDeltaMonitoringResult() - Method in class org.yamcs.parameter.BasicParameterValue
 
getDeltaMonitoringResult() - Method in class org.yamcs.parameter.ParameterStatus
 
getDeprecationMessage() - Method in class org.yamcs.Spec.Option
 
getDescendingIterator(int) - Method in class org.yamcs.utils.SortedIntArray
Constructs an descending iterator starting from a specified value (exclusive)
getDescription() - Method in class org.yamcs.commanding.Acknowledgment
 
getDescription() - Method in class org.yamcs.http.RpcDescriptor
 
getDescription() - Method in class org.yamcs.PluginMetadata
 
getDescription() - Method in class org.yamcs.security.Group
 
getDescription() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string description = 3;
getDescription() - Method in class org.yamcs.security.protobuf.GroupRecord
optional string description = 3;
getDescription() - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
optional string description = 3;
getDescription() - Method in class org.yamcs.security.Role
 
getDescription() - Method in class org.yamcs.Spec.Option
 
getDescription() - Method in class org.yamcs.templating.Template
 
getDescription() - Method in class org.yamcs.timeline.TimelineItem
 
getDescriptionBytes() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string description = 3;
getDescriptionBytes() - Method in class org.yamcs.security.protobuf.GroupRecord
optional string description = 3;
getDescriptionBytes() - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
optional string description = 3;
getDescriptor() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
getDescriptor() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
getDescriptor() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
getDescriptor() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
getDescriptor() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory
 
getDescriptor() - Method in class org.yamcs.http.Route
 
getDescriptor() - Method in class org.yamcs.http.Topic
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.ReplicationProto
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.Request.Builder
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.Request
 
getDescriptor() - Static method in enum org.yamcs.replication.protobuf.Request.Type
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.Response.Builder
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.Response
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
getDescriptor() - Static method in class org.yamcs.replication.protobuf.Wakeup
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.AccountCollection
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.AccountRecord
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.Clearance.Builder
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.Clearance
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.GroupCollection
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.GroupRecord
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.SecurityProto
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
getDescriptor() - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
getDescriptor() - Static method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
getDescriptor() - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
getDescriptor() - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
getDescriptor() - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
getDescriptor() - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
getDescriptor() - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
getDescriptor() - Static method in class org.yamcs.timeline.protobuf.TimelineProto
 
getDescriptor() - Static method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
getDescriptor() - Static method in class org.yamcs.yarch.protobuf.Db
 
getDescriptor() - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
getDescriptor() - Static method in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
 
getDescriptor() - Method in class org.yamcs.yarch.ProtobufDataType
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
getDescriptor() - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
getDescriptor() - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
getDescriptor() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
getDescriptorForType() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
getDescriptorForType() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
getDescriptorForType() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
getDescriptorForType() - Method in class org.yamcs.replication.protobuf.Request.Builder
 
getDescriptorForType() - Method in enum org.yamcs.replication.protobuf.Request.Type
 
getDescriptorForType() - Method in class org.yamcs.replication.protobuf.Response.Builder
 
getDescriptorForType() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
getDescriptorForType() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
getDescriptorForType() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
getDescriptorForType() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
getDescriptorForType() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
getDescriptorForType() - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
getDescriptorForType() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
getDescriptorForType() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
getDescriptorForType() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
getDescriptorForType() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
getDescriptorForType() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
getDescriptorForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
getDescriptorForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
getDescriptorForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
getDescriptorForType() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
getDescriptorForType() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
getDescriptorForType() - Method in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
 
getDescriptorForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
getDescriptorForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
getDescriptorForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
getDescriptorForType() - Method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
 
getDescriptorForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
getDescriptorForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
getDescriptorForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
getDescriptorForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
getDescriptorForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
getDescriptorForType() - Method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
 
getDescriptorForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
getDestinationCfdpEntityId() - Method in class org.yamcs.cfdp.PutRequest
 
getDestinationEntityId() - Method in class org.yamcs.cfdp.pdu.ProxyPutRequest
 
getDestinationFilename() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
getDestinationFileName() - Method in class org.yamcs.cfdp.pdu.ProxyPutRequest
 
getDestinationFileName() - Method in class org.yamcs.cfdp.PutRequest
 
getDestinationId() - Method in interface org.yamcs.cfdp.CfdpFileTransfer
 
getDestinationId() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getDestinationId() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
Return the entity id of the Receiver
getDestinationId() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
getDestinationId() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getDetail() - Method in exception org.yamcs.http.HttpException
 
getDetailedStatus() - Method in class org.yamcs.tctm.AbstractLink
 
getDetailedStatus() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
 
getDetailedStatus() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
getDetailedStatus() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
getDetailedStatus() - Method in class org.yamcs.tctm.FilePollingTmDataLink
 
getDetailedStatus() - Method in interface org.yamcs.tctm.Link
Returns a short detail status (one-line)
getDetailedStatus() - Method in class org.yamcs.tctm.TcpTcDataLink
 
getDetailedStatus() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
getDetailedStatus() - Method in class org.yamcs.tctm.TcpTmDataLink
 
getDetailedStatus() - Method in class org.yamcs.tctm.UdpParameterDataLink
 
getDetailedStatus() - Method in class org.yamcs.tctm.UdpTcDataLink
 
getDetailedStatus() - Method in class org.yamcs.tctm.UdpTmDataLink
 
getDimensions() - Method in class org.yamcs.parameter.ArrayValue
returns the dimensions of the array
getDir() - Method in class org.yamcs.yarch.TimePartitionInfo
 
getDirection() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getDirection() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
getDirection() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getDirection() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getDirection() - Method in interface org.yamcs.filetransfer.FileTransfer
 
getDirectiveCode() - Method in class org.yamcs.cfdp.pdu.AckPacket
 
getDirectory() - Method in class org.yamcs.security.SecurityStore
 
getDirectoryFileName() - Method in class org.yamcs.cfdp.pdu.DirectoryListingRequest
 
getDirectoryListingResponse() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getDirectoryName() - Method in class org.yamcs.cfdp.pdu.DirectoryListingRequest
 
getDisplayName() - Method in class org.yamcs.security.Account
 
getDisplayName() - Method in class org.yamcs.security.AuthenticationInfo
 
getDisplayName() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string displayName = 3;
getDisplayName() - Method in class org.yamcs.security.protobuf.AccountRecord
optional string displayName = 3;
getDisplayName() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional string displayName = 3;
getDisplayNameBytes() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string displayName = 3;
getDisplayNameBytes() - Method in class org.yamcs.security.protobuf.AccountRecord
optional string displayName = 3;
getDisplayNameBytes() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional string displayName = 3;
getDistressRange() - Method in class org.yamcs.parameter.BasicParameterValue
 
getDistressRange() - Method in class org.yamcs.parameter.ParameterStatus
 
getDouble() - Method in class org.yamcs.utils.ByteArray
 
getDouble(String) - Method in class org.yamcs.YConfiguration
 
getDouble(String, double) - Method in class org.yamcs.YConfiguration
 
getDouble(Map<String, Object>, String) - Static method in class org.yamcs.YConfiguration
 
getDouble(Map<String, Object>, String, double) - Static method in class org.yamcs.YConfiguration
 
getDoubleArray() - Method in class org.yamcs.parameter.ValueArray
get the array as an double[].
getDoubleColumn(String) - Method in class org.yamcs.yarch.Tuple
Get the value of column as double.
getDoubleGbpValue(double) - Static method in class org.yamcs.utils.ValueUtility
 
getDoubleValue() - Method in class org.yamcs.parameter.DoubleValue
 
getDoubleValue() - Method in class org.yamcs.parameter.Value
 
getDoubleValue(double) - Static method in class org.yamcs.utils.ValueUtility
 
getDoy() - Method in class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
getDuration() - Method in class org.yamcs.timeline.TimelineItem
 
getEarthRceptionTime() - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
getEarthReceptionTime() - Method in class org.yamcs.TmPacket
Returns the time when the packet has been received on earth or TimeEncoding.INVALID_INSTANT if it has not been set.
getElementType() - Method in class org.yamcs.parameter.ArrayValue
 
getElementType() - Method in class org.yamcs.Spec.Option
 
getElementType() - Method in class org.yamcs.yarch.ArrayDataType
 
getElementValue(int) - Method in class org.yamcs.parameter.ArrayValue
Get the element value using the flat index;
getElementValue(int[]) - Method in class org.yamcs.parameter.ArrayValue
Get the value of the element at the given index
getEmail() - Method in class org.yamcs.security.AuthenticationInfo
 
getEmail() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string email = 1;
getEmail() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional string email = 1;
getEmail() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional string email = 1;
getEmail() - Method in class org.yamcs.security.User
 
getEmailBytes() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string email = 1;
getEmailBytes() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional string email = 1;
getEmailBytes() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional string email = 1;
getEncodedSize(int) - Static method in class org.yamcs.utils.VarIntUtil
get the number of bytes necessary to encode value
getEncoding() - Method in class org.yamcs.logging.WatchedFileHandler
 
getEnd() - Method in class org.yamcs.utils.TimeInterval
 
getEnd() - Method in class org.yamcs.yarch.Partition
 
getEnd() - Method in class org.yamcs.yarch.TimePartitionInfo
 
getEndAction() - Method in class org.yamcs.archive.ReplayOptions
 
getEndColumn() - Method in class org.yamcs.templating.SimpleCharStream
Get token end column number.
getEndColumn() - Method in class org.yamcs.utils.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.yamcs.templating.SimpleCharStream
Get token end line number.
getEndLine() - Method in class org.yamcs.utils.parser.SimpleCharStream
Get token end line number.
getEndOffset() - Method in class org.yamcs.cfdp.DataFileSegment
 
getEngType() - Method in interface org.yamcs.parameterarchive.ParameterId
 
getEngType() - Method in class org.yamcs.parameterarchive.ParameterValueArray
 
getEngValue() - Method in class org.yamcs.parameter.RawEngValue
 
getEngValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value engValue = 3;
getEngValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.Value engValue = 3;
getEngValue() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.Value engValue = 3;
getEngValue(ParameterType, Object) - Static method in class org.yamcs.mdb.ParameterTypeUtils
Returns a Value corresponding to the java object and the parameter type or null if the parameter cannot be converted Note that the operation may involve some casting and loss of precision (e.g. from long to int or double to float)
getEngValueBuilder() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value engValue = 3;
getEngValueOrBuilder() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value engValue = 3;
getEngValueOrBuilder() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.Value engValue = 3;
getEngValueOrBuilder() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.Value engValue = 3;
getEngValues() - Method in class org.yamcs.parameterarchive.ParameterValueArray
 
getEntityIdLength() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
getEntityIdTLV(long, int) - Static method in class org.yamcs.cfdp.pdu.TLV
 
getEntries() - Method in class org.yamcs.StreamConfig
get all stream configurations
getEntries(StreamConfig.StandardStreamType) - Method in class org.yamcs.StreamConfig
get stream configuration of a specific type.
getEntry(StreamConfig.StandardStreamType, String) - Method in class org.yamcs.StreamConfig
returns the stream config with the given type and name or null if it has not been defined
getEnum(String, Class<T>) - Method in class org.yamcs.YConfiguration
 
getEnum(String, Class<T>, T) - Method in class org.yamcs.YConfiguration
 
getEnum(Map<String, Object>, String, Class<T>) - Static method in class org.yamcs.YConfiguration
Returns a value of an enumeration that matches ignoring case the string obtained from the config with the given key.
getEnumeratedValue(long, String) - Static method in class org.yamcs.utils.ValueUtility
 
getEnumIndex(String) - Method in class org.yamcs.yarch.TableColumnDefinition
 
getEnumValue(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValue(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValue(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValue(short) - Method in class org.yamcs.yarch.TableColumnDefinition
 
getEnumValueBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueCount() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueOrBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueOrBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueOrBuilder(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueOrBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueOrBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValueOrBuilderList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
repeated .TableColumnInfo.EnumValue enumValue = 3;
getEnumValues() - Method in class org.yamcs.yarch.TableColumnDefinition
 
getEnumValues(String) - Method in class org.yamcs.yarch.TableDefinition
 
getErrorCount() - Method in class org.yamcs.algorithms.ActiveAlgorithm
Gets the number of errors produced by the algorithm
getErrorCount() - Method in class org.yamcs.http.Route
 
getErrorCounter() - Method in class org.yamcs.http.Route
 
getErrorDetection() - Method in class org.yamcs.tctm.ccsds.TcManagedParameters
Get the frame error detection in use
getErrorDetection() - Method in class org.yamcs.tctm.ccsds.TcManagedParameters.TcVcManagedParameters
Returns the error detection used for this virtual channel.
getErrorDetectionWordCalculator(YConfiguration) - Static method in class org.yamcs.tctm.AbstractPacketPreprocessor
 
getErrorManager() - Method in class org.yamcs.logging.WatchedFileHandler
 
getErrorMessage() - Method in class org.yamcs.algorithms.ActiveAlgorithm
gets the last error message produced by the algorithm or null if it never produced an error message
getErrorMsg() - Method in class org.yamcs.replication.protobuf.Response.Builder
optional string errorMsg = 3;
getErrorMsg() - Method in class org.yamcs.replication.protobuf.Response
optional string errorMsg = 3;
getErrorMsg() - Method in interface org.yamcs.replication.protobuf.ResponseOrBuilder
optional string errorMsg = 3;
getErrorMsgBytes() - Method in class org.yamcs.replication.protobuf.Response.Builder
optional string errorMsg = 3;
getErrorMsgBytes() - Method in class org.yamcs.replication.protobuf.Response
optional string errorMsg = 3;
getErrorMsgBytes() - Method in interface org.yamcs.replication.protobuf.ResponseOrBuilder
optional string errorMsg = 3;
getErrorTime() - Method in class org.yamcs.algorithms.ActiveAlgorithm
gets the system time (wall clock time) when the last error message was produced
getEvaluator(MatchCriteria) - Static method in class org.yamcs.mdb.MatchCriteriaEvaluatorFactory
 
getEvaluator(MatchCriteria) - Method in class org.yamcs.mdb.ProcessorData
 
getEventAlarmMinViolations() - Method in class org.yamcs.ProcessorConfig
 
getEventAlarmServer() - Method in class org.yamcs.Processor
 
getEventAlarmSeverity(Event.EventSeverity) - Static method in class org.yamcs.http.api.AlarmsApi
 
getEventLoop() - Static method in class org.yamcs.tctm.AbstractLink
 
getEventProducer() - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
getEventProducer() - Static method in class org.yamcs.events.EventProducerFactory
 
getEventProducer() - Method in class org.yamcs.mdb.ProcessorData
 
getEventProducer(String) - Static method in class org.yamcs.events.EventProducerFactory
 
getEventProducer(String, String, long) - Static method in class org.yamcs.events.EventProducerFactory
 
getEventRequest() - Method in class org.yamcs.archive.ReplayOptions
 
getEventSources() - Method in class org.yamcs.archive.IndexRequest
 
getExecutionContext() - Method in class org.yamcs.algorithms.AbstractAlgorithmExecutor
 
getExecutionContext() - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
getExecutionContext() - Method in interface org.yamcs.algorithms.AlgorithmExecutor
 
getExecutionContext() - Method in class org.yamcs.mdb.AbstractDataDecoder
 
getExecutionContext() - Method in class org.yamcs.mdb.AbstractDataEncoder
 
getExecutor() - Method in class org.yamcs.cascading.YamcsLink
 
getExpirationTime() - Method in class org.yamcs.security.UserSession
 
getExpirationTolerance() - Method in class org.yamcs.mdb.ContainerProcessingOptions
 
getExpireMillis() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
How long (in milliseconds) this parameter value is valid Note that there is an option when subscribing to parameters to get updated when the parameter values expire.
getExpireMillis() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
How long (in milliseconds) this parameter value is valid Note that there is an option when subscribing to parameters to get updated when the parameter values expire.
getExpireMillis() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
How long (in milliseconds) this parameter value is valid Note that there is an option when subscribing to parameters to get updated when the parameter values expire.
getExpireMills() - Method in class org.yamcs.parameter.BasicParameterValue
 
getExpireMills() - Method in class org.yamcs.parameter.ParameterStatus
 
getExtensionRegistry() - Method in class org.yamcs.http.ProtobufRegistry
 
getExtensions(Descriptors.Descriptor) - Method in class org.yamcs.http.ProtobufRegistry
Returns extensions for a specific Message type in the order as they have been defined
getExternalIdentities() - Method in class org.yamcs.security.AuthenticationInfo
 
getExtra() - Method in exception org.yamcs.YamcsException
 
getExtra() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Deprecated.
getExtra() - Method in class org.yamcs.yarch.protobuf.Db.Event
Deprecated.
getExtra() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
Deprecated.
getExtraCount() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
getExtraCount() - Method in class org.yamcs.yarch.protobuf.Db.Event
 
getExtraCount() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
Additional properties
getExtraInfo() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
getExtraInfo() - Method in interface org.yamcs.tctm.Link
Returns structured information, specific to the link.
getExtraInfo() - Method in class org.yamcs.tctm.UdpParameterDataLink
 
getExtraInfo() - Method in class org.yamcs.tctm.UdpTmDataLink
 
getExtraMap() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Additional properties
getExtraMap() - Method in class org.yamcs.yarch.protobuf.Db.Event
Additional properties
getExtraMap() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
Additional properties
getExtraOptions() - Method in class org.yamcs.filetransfer.TransferOptions
 
getExtraOrDefault(String, String) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Additional properties
getExtraOrDefault(String, String) - Method in class org.yamcs.yarch.protobuf.Db.Event
Additional properties
getExtraOrDefault(String, String) - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
Additional properties
getExtraOrThrow(String) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Additional properties
getExtraOrThrow(String) - Method in class org.yamcs.yarch.protobuf.Db.Event
Additional properties
getExtraOrThrow(String) - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
Additional properties
getFailuredReason() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getFailuredReason() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
getFailuredReason() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getFailuredReason() - Method in interface org.yamcs.filetransfer.FileTransfer
 
getFailureReason() - Method in class org.yamcs.timeline.Activity
 
getFaultHandlerOverride() - Method in class org.yamcs.cfdp.PutRequest
 
getFaultHandlingAction(ConditionCode) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
getFaultLocation() - Method in class org.yamcs.cfdp.pdu.EofPacket
 
getFieldMask() - Method in class org.yamcs.http.Context
 
getFieldMaskRoot() - Method in class org.yamcs.http.Route
 
getFieldMaskRoot() - Method in class org.yamcs.http.RouteContext
 
getFieldType() - Method in class org.yamcs.yarch.streamsql.WindowSpecification
 
getFile(long) - Method in class org.yamcs.replication.ReplicationMaster
Get the file where startTxId transaction is or the earliest file available if the transaction is in the past
getFileChecksum() - Method in class org.yamcs.cfdp.pdu.EofPacket
 
getFileData() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getFileData() - Method in class org.yamcs.cfdp.FilePutRequest
 
getFileData() - Method in class org.yamcs.cfdp.PutRequest
 
getFileDirectiveCode() - Method in interface org.yamcs.cfdp.FileDirective
 
getFileDirectiveCode() - Method in class org.yamcs.cfdp.pdu.AckPacket
 
getFileDirectiveCode() - Method in class org.yamcs.cfdp.pdu.EofPacket
 
getFileDirectiveCode() - Method in class org.yamcs.cfdp.pdu.FinishedPacket
 
getFileDirectiveCode() - Method in class org.yamcs.cfdp.pdu.KeepAlivePacket
 
getFileDirectiveCode() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
getFileDirectiveCode() - Method in class org.yamcs.cfdp.pdu.NakPacket
 
getFileDirectiveSubtypeCode() - Method in class org.yamcs.cfdp.pdu.AckPacket
 
getFileLength() - Method in class org.yamcs.cfdp.FilePutRequest
 
getFileLength() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
getFileLength() - Method in class org.yamcs.cfdp.PutRequest
 
getFileList(String, String, String, Map<String, Object>) - Method in class org.yamcs.cfdp.CfdpService
 
getFileList(String, String, String, Map<String, Object>) - Method in interface org.yamcs.filetransfer.FileListingService
Return latest file list of the given destination.
getFileList(Context, ListFilesRequest, Observer<ListFilesResponse>) - Method in class org.yamcs.http.api.FileTransferApi
Get latest file list from service
getFilePath(HandlerContext) - Method in class org.yamcs.http.StaticFileHandler
 
getFileStatus() - Method in class org.yamcs.cfdp.pdu.FinishedPacket
 
getFileStatus() - Method in class org.yamcs.cfdp.pdu.ProxyPutResponse
 
getFileStoreRequests() - Method in class org.yamcs.cfdp.PutRequest
 
getFileTransfer(long) - Method in class org.yamcs.cfdp.CfdpService
 
getFileTransfer(long) - Method in interface org.yamcs.filetransfer.FileTransferService
Get the file transfer with the given identifier.
getFileTransferOptions() - Method in class org.yamcs.cfdp.CfdpService
 
getFileTransferOptions() - Method in interface org.yamcs.filetransfer.FileTransferService
Get configured options for the file transfers
getFilter() - Method in class org.yamcs.logging.WatchedFileHandler
 
getFilters(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
getFilters(int) - Method in class org.yamcs.timeline.protobuf.BandFilter
repeated .BandFilter.ItemFilter filters = 1;
getFilters(int) - Method in interface org.yamcs.timeline.protobuf.BandFilterOrBuilder
repeated .BandFilter.ItemFilter filters = 1;
getFiltersBuilder(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
getFiltersBuilderList() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
getFiltersCount() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
getFiltersCount() - Method in class org.yamcs.timeline.protobuf.BandFilter
repeated .BandFilter.ItemFilter filters = 1;
getFiltersCount() - Method in interface org.yamcs.timeline.protobuf.BandFilterOrBuilder
repeated .BandFilter.ItemFilter filters = 1;
getFiltersList() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
getFiltersList() - Method in class org.yamcs.timeline.protobuf.BandFilter
repeated .BandFilter.ItemFilter filters = 1;
getFiltersList() - Method in interface org.yamcs.timeline.protobuf.BandFilterOrBuilder
repeated .BandFilter.ItemFilter filters = 1;
getFiltersOrBuilder(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
getFiltersOrBuilder(int) - Method in class org.yamcs.timeline.protobuf.BandFilter
repeated .BandFilter.ItemFilter filters = 1;
getFiltersOrBuilder(int) - Method in interface org.yamcs.timeline.protobuf.BandFilterOrBuilder
repeated .BandFilter.ItemFilter filters = 1;
getFiltersOrBuilderList() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
getFiltersOrBuilderList() - Method in class org.yamcs.timeline.protobuf.BandFilter
repeated .BandFilter.ItemFilter filters = 1;
getFiltersOrBuilderList() - Method in interface org.yamcs.timeline.protobuf.BandFilterOrBuilder
repeated .BandFilter.ItemFilter filters = 1;
getFirst() - Method in class org.yamcs.parameter.ParameterValueList
 
getFirstEntry() - Method in class org.yamcs.YConfiguration
returns the first entry(key) in the config file.
getFirstFrameTimestamp() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
getFirstFrameTimestamp() - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
 
getFirstFrameTimestamp() - Method in interface org.yamcs.tctm.ccsds.VcUplinkHandler
Returns the timestamp of the first frame ready to be dispatched or TimeEncoding.INVALID_INSTANT if there is no frame.
getFirstHeaderPointer() - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
Where in the byte array returned by DownlinkTransferFrame.getData() starts the first packet (assuming this is a frame containing packets).
getFirstId() - Method in class org.yamcs.replication.ReplicationFile
 
getFirstInserted(Parameter) - Method in class org.yamcs.parameter.ParameterValueList
Returns first inserted parameter value for the given parameter or null if there is none
getFirstMap() - Method in class org.yamcs.YConfiguration
returns the first entry in the config file if it's a map.
getFirstProcessor() - Method in class org.yamcs.YamcsServerInstance
Returns the first register processor or null if there is no processor registered.
getFit(long) - Method in class org.yamcs.utils.PartitionedTimeInterval
returns an interval where t would fit or null if there is no such interval
getFiveSecondsRate() - Method in class org.yamcs.utils.DataRateMeter
 
getFixedDelay() - Method in class org.yamcs.archive.SpeedSpec
 
getFloatArray() - Method in class org.yamcs.parameter.ValueArray
get the array as an float[].
getFloatValue() - Method in class org.yamcs.parameter.FloatValue
 
getFloatValue() - Method in class org.yamcs.parameter.Value
 
getFloatValue(float) - Static method in class org.yamcs.utils.ValueUtility
 
getFloatValue(int, double) - Static method in class org.yamcs.utils.ValueUtility
 
getFlowLabel() - Method in class org.yamcs.cfdp.PutRequest
 
getFormatId() - Method in class org.yamcs.parameterarchive.BaseSegment
 
getFormatter() - Method in class org.yamcs.logging.WatchedFileHandler
 
getFormatVersion() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional int32 formatVersion = 7;
getFormatVersion() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional int32 formatVersion = 7;
getFormatVersion() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional int32 formatVersion = 7;
getFormatVersion() - Method in class org.yamcs.yarch.TableDefinition
 
getFormParameter(String) - Method in class org.yamcs.http.HandlerContext
 
getFrame() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
getFrame() - Method in class org.yamcs.tctm.ccsds.MasterChannelFrameMultiplexer
Get the next frame blocking until one is available or until MasterChannelFrameMultiplexer.quit() is called.
getFrame() - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
 
getFrame() - Method in interface org.yamcs.tctm.ccsds.VcUplinkHandler
Retrieves the next frame in the Virtual Channel, or returns null if there is no frame available at the moment.
getFrameFactory() - Method in class org.yamcs.tctm.ccsds.TcManagedParameters.TcVcManagedParameters
 
getFrameType() - Method in class org.yamcs.tctm.ccsds.MasterChannelFrameHandler
 
getFramingLength(int) - Method in class org.yamcs.tctm.ccsds.TcFrameFactory
retrieves the headers size + CRC size
getFrequency() - Method in class org.yamcs.parameter.FileStoreParameterProducer
 
getFrequency() - Method in class org.yamcs.parameter.JvmParameterProducer
 
getFrequency() - Method in interface org.yamcs.parameter.SystemParametersProducer
How often this producer should be called.
getGenerationTime() - Method in class org.yamcs.archive.XtceTmReplayHandler.ReplayPacket
 
getGenerationTime() - Method in class org.yamcs.commanding.PreparedCommand
 
getGenerationTime() - Method in class org.yamcs.ContainerExtractionResult
 
getGenerationTime() - Method in class org.yamcs.parameter.RawEngValue
 
getGenerationTime() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
getGenerationTime() - Method in class org.yamcs.TmPacket
The time when the packet has been generated by the payload.
getGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int64 generationTime = 2;
getGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional int64 generationTime = 2;
getGenerationTime() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional int64 generationTime = 2;
getGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional int64 generationTime = 5;
getGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional int64 generationTime = 5;
getGenerationTime() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional int64 generationTime = 5;
getGlobalCrashHandler() - Method in class org.yamcs.YamcsServer
 
getGlobalService(Class<T>) - Method in class org.yamcs.YamcsServer
Returns the global service matching the specified class.
getGlobalService(String) - Method in class org.yamcs.YamcsServer
 
getGlobalServices() - Method in class org.yamcs.YamcsServer
 
getGlobalServices(Class<T>) - Method in class org.yamcs.YamcsServer
 
getGlobalServiceWithConfig(String) - Method in class org.yamcs.YamcsServer
 
getGlobalTrafficShapingHandler() - Method in class org.yamcs.http.HttpServer
 
getGroup(String) - Method in class org.yamcs.security.Directory
 
getGroup(Context, GetGroupRequest, Observer<GroupInfo>) - Method in class org.yamcs.http.api.IamApi
 
getGroups() - Method in class org.yamcs.commanding.CommandQueue
 
getGroups() - Method in class org.yamcs.security.Directory
 
getGroups(User) - Method in class org.yamcs.security.Directory
 
getGroupUuid() - Method in class org.yamcs.timeline.TimelineItem
 
getGuestUser() - Method in class org.yamcs.security.SecurityStore
 
getHash() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string hash = 2;
getHash() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional string hash = 2;
getHash() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional string hash = 2;
getHash() - Method in class org.yamcs.security.User
 
getHashBytes() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string hash = 2;
getHashBytes() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional string hash = 2;
getHashBytes() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional string hash = 2;
getHeader() - Method in class org.yamcs.cfdp.pdu.CfdpPacket
 
getHeader() - Method in class org.yamcs.cfdp.PutRequest
 
getHeader() - Method in class org.yamcs.security.RemoteUserAuthModule
 
getHeader(CharSequence) - Method in class org.yamcs.http.HandlerContext
 
getHelp() - Method in class org.yamcs.CommandOption
 
getHelp() - Method in class org.yamcs.templating.Variable
 
getHistogram(String) - Method in class org.yamcs.yarch.PartitionManager.Interval
 
getHistogramColumn(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated string histogramColumn = 5;
getHistogramColumn(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated string histogramColumn = 5;
getHistogramColumn(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated string histogramColumn = 5;
getHistogramColumnBytes(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated string histogramColumn = 5;
getHistogramColumnBytes(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated string histogramColumn = 5;
getHistogramColumnBytes(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated string histogramColumn = 5;
getHistogramColumnCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated string histogramColumn = 5;
getHistogramColumnCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated string histogramColumn = 5;
getHistogramColumnCount() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated string histogramColumn = 5;
getHistogramColumnList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated string histogramColumn = 5;
getHistogramColumnList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated string histogramColumn = 5;
getHistogramColumnList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated string histogramColumn = 5;
getHistogramColumnName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for HISTOGRAM
getHistogramColumnName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for HISTOGRAM
getHistogramColumnName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for HISTOGRAM
getHistogramColumnNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for HISTOGRAM
getHistogramColumnNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for HISTOGRAM
getHistogramColumnNameBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for HISTOGRAM
getHistogramColumns() - Method in class org.yamcs.yarch.TableDefinition
 
getHistogramIterator(YarchDatabaseInstance, TableDefinition, String, TimeInterval) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
getHistogramIterator(YarchDatabaseInstance, TableDefinition, String, TimeInterval) - Method in interface org.yamcs.yarch.StorageEngine
 
getHistograms() - Method in class org.yamcs.yarch.PartitionManager.Interval
 
getHistogramWriter() - Method in class org.yamcs.yarch.rocksdb.RdbTable
 
getHistoIdx() - Method in class org.yamcs.yarch.TableDefinition
 
getHistoricalTime(Instant, long) - Method in class org.yamcs.time.TimeCorrelationService
Returns the time when the on-board clock had the given value. obi is an approximative time used to search in history for the coefficients applicable at that time.
getHome() - Static method in class org.yamcs.yarch.YarchDatabase
 
getHost() - Method in class org.yamcs.replication.ReplicationMaster.SlaveServer
 
getHostname() - Method in class org.yamcs.security.UserSession
 
getHour() - Method in class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
getHresMissionTime() - Method in interface org.yamcs.time.TimeService
 
getHttpMethod() - Method in class org.yamcs.http.Route
 
getHttpRoute() - Method in class org.yamcs.http.RpcDescriptor
 
getHttpTraffic(Context, Empty, Observer<HttpTraffic>) - Method in class org.yamcs.http.api.ServerApi
 
getId() - Method in class org.yamcs.alarms.ActiveAlarm
 
getId() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getId() - Method in class org.yamcs.cfdp.EntityConf
 
getId() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
getId() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getId() - Method in class org.yamcs.commanding.PreparedCommand
 
getId() - Method in class org.yamcs.CommandOption
 
getId() - Method in class org.yamcs.container.ContainerWithId
 
getId() - Method in interface org.yamcs.filetransfer.FileTransfer
 
getId() - Method in class org.yamcs.http.Context
 
getId() - Method in class org.yamcs.parameter.ParameterValueWithId
 
getId() - Method in class org.yamcs.parameter.ParameterWithId
 
getId() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional uint32 id = 1;
getId() - Method in class org.yamcs.replication.protobuf.ColumnInfo
optional uint32 id = 1;
getId() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
optional uint32 id = 1;
getId() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
stream id
getId() - Method in class org.yamcs.replication.protobuf.StreamInfo
stream id
getId() - Method in interface org.yamcs.replication.protobuf.StreamInfoOrBuilder
stream id
getId() - Method in class org.yamcs.security.Account
 
getId() - Method in class org.yamcs.security.Group
 
getId() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional int32 id = 1;
getId() - Method in class org.yamcs.security.protobuf.AccountRecord
optional int32 id = 1;
getId() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional int32 id = 1;
getId() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional int32 id = 1;
getId() - Method in class org.yamcs.security.protobuf.GroupRecord
optional int32 id = 1;
getId() - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
optional int32 id = 1;
getId() - Method in class org.yamcs.security.UserSession
 
getId() - Method in class org.yamcs.tctm.LinkAction
Returns a unique identifier for this action.
getId() - Method in class org.yamcs.timeline.TimelineBand
 
getId() - Method in class org.yamcs.timeline.TimelineItem
 
getId() - Method in class org.yamcs.timeline.TimelineView
 
getIdentities(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
getIdentities(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
repeated .ExternalIdentity identities = 4;
getIdentities(int) - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
repeated .ExternalIdentity identities = 4;
getIdentitiesBuilder(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
getIdentitiesBuilderList() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
getIdentitiesCount() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
getIdentitiesCount() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
repeated .ExternalIdentity identities = 4;
getIdentitiesCount() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
repeated .ExternalIdentity identities = 4;
getIdentitiesList() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
getIdentitiesList() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
repeated .ExternalIdentity identities = 4;
getIdentitiesList() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
repeated .ExternalIdentity identities = 4;
getIdentitiesOrBuilder(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
getIdentitiesOrBuilder(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
repeated .ExternalIdentity identities = 4;
getIdentitiesOrBuilder(int) - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
repeated .ExternalIdentity identities = 4;
getIdentitiesOrBuilderList() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
getIdentitiesOrBuilderList() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
repeated .ExternalIdentity identities = 4;
getIdentitiesOrBuilderList() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
repeated .ExternalIdentity identities = 4;
getIdentity() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string identity = 1;
getIdentity() - Method in class org.yamcs.security.protobuf.ExternalIdentity
optional string identity = 1;
getIdentity() - Method in interface org.yamcs.security.protobuf.ExternalIdentityOrBuilder
optional string identity = 1;
getIdentityBytes() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string identity = 1;
getIdentityBytes() - Method in class org.yamcs.security.protobuf.ExternalIdentity
optional string identity = 1;
getIdentityBytes() - Method in interface org.yamcs.security.protobuf.ExternalIdentityOrBuilder
optional string identity = 1;
getIdentityEntrySet() - Method in class org.yamcs.security.User
 
GetImage() - Method in class org.yamcs.templating.SimpleCharStream
Get token literal value.
GetImage() - Method in class org.yamcs.utils.parser.SimpleCharStream
Get token literal value.
getIncomingDirectory() - Method in class org.yamcs.YamcsServer
 
getIndex(K) - Method in class org.yamcs.utils.IndexedList
returns the index of the element with key or -1 if there is no such element
getInitial() - Method in class org.yamcs.templating.Variable
 
getInitiatorEntity() - Method in class org.yamcs.cfdp.CfdpTransactionId
 
getInitiatorEntityId() - Method in interface org.yamcs.cfdp.CfdpFileTransfer
 
getInitiatorEntityId() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getInitiatorEntityId() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
getInitiatorEntityId() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getInitiatorEntityId() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getInitiatorId() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
Return the entity id of the Sender
getInputArgument(ProcessingData, ArgumentInstanceRef) - Method in class org.yamcs.algorithms.AbstractAlgorithmExecutor
 
getInputList() - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
getInputList() - Method in interface org.yamcs.algorithms.AlgorithmExecutor
Same as above but it returns the list of parameters that this algorithm uses as input.
getInputParameter(ProcessingData, ParameterInstanceRef) - Method in class org.yamcs.algorithms.AbstractAlgorithmExecutor
 
getInputStream(String) - Static method in class org.yamcs.tctm.FilePollingTmDataLink
 
getInputType() - Method in class org.yamcs.http.RpcDescriptor
 
getInputValues() - Method in class org.yamcs.algorithms.AlgorithmExecutionResult
 
getInstance() - Method in class org.yamcs.archive.IndexRequest
 
getInstance() - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
 
getInstance() - Method in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
getInstance() - Method in class org.yamcs.commanding.CommandQueueManager
 
getInstance() - Static method in class org.yamcs.management.ManagementService
 
getInstance() - Method in class org.yamcs.Processor
 
getInstance() - Method in class org.yamcs.replication.ReplicationMaster.SlaveServer
 
getInstance() - Static method in class org.yamcs.utils.Mimetypes
 
getInstance() - Static method in class org.yamcs.yarch.rocksdb.RdbConfig
 
getInstance() - Static method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
getInstance(String) - Static method in class org.yamcs.mdb.XtceDbFactory
retrieves the XtceDb for the corresponding yamcsInstance. if yamcsInstance is null, then the first one in the mdb.yaml config file is loaded
getInstance(String) - Static method in class org.yamcs.memento.MementoDb
Retrieve a MementoDb for the given Yamcs instance.
getInstance(String) - Static method in class org.yamcs.parameter.SystemParametersService
 
getInstance(String) - Static method in class org.yamcs.StreamConfig
 
getInstance(String) - Method in class org.yamcs.YamcsServer
 
getInstance(String) - Static method in class org.yamcs.yarch.TimePartitionSchema
 
getInstance(String) - Static method in class org.yamcs.yarch.YarchDatabase
 
getInstance(Context, GetInstanceRequest, Observer<YamcsInstance>) - Method in class org.yamcs.http.api.InstancesApi
 
getInstance(WindowSpecification, TupleDefinition, List<CompiledAggregateExpression>, TupleDefinition) - Static method in class org.yamcs.yarch.WindowProcessor
 
getInstanceByConfig(String, String) - Static method in class org.yamcs.mdb.XtceDbFactory
 
getInstanceId() - Method in interface org.yamcs.replication.Transaction
 
getInstanceId() - Method in class org.yamcs.YamcsServerInstance
 
getInstanceInfo() - Method in class org.yamcs.YamcsServerInstance
 
getInstanceName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for all record types if not specified then instanceName = tablespaceName
getInstanceName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for all record types if not specified then instanceName = tablespaceName
getInstanceName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for all record types if not specified then instanceName = tablespaceName
getInstanceNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for all record types if not specified then instanceName = tablespaceName
getInstanceNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for all record types if not specified then instanceName = tablespaceName
getInstanceNameBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for all record types if not specified then instanceName = tablespaceName
getInstances() - Static method in class org.yamcs.YamcsServer
 
getInstanceSpec() - Method in interface org.yamcs.Plugin
Returns the valid instance-level configuration options for this plugin.
getInstanceTemplate(String) - Method in class org.yamcs.YamcsServer
 
getInstanceTemplate(Context, GetInstanceTemplateRequest, Observer<InstanceTemplate>) - Method in class org.yamcs.http.api.InstancesApi
 
getInstanceTemplates() - Method in class org.yamcs.YamcsServer
 
getInstantfromJavaGps(long) - Static method in class org.yamcs.utils.TimeEncoding
 
getInt() - Method in class org.yamcs.utils.ByteArray
 
getInt(String) - Method in class org.yamcs.YConfiguration
 
getInt(String, int) - Method in class org.yamcs.YConfiguration
 
getInt(String, String) - Method in class org.yamcs.YConfiguration
 
getInt(String, String, int) - Method in class org.yamcs.YConfiguration
 
getInt(Map<String, Object>, String) - Static method in class org.yamcs.YConfiguration
 
getInt(Map<String, Object>, String, int) - Static method in class org.yamcs.YConfiguration
return the m.get(key) as an int if it's present or v if it is not.
getIntArray() - Method in class org.yamcs.parameter.ValueArray
get the array as an int[].
getIntColumn(String) - Method in class org.yamcs.yarch.Tuple
Get the value of column as int.
getIntegerValue(IntegerValue) - Method in class org.yamcs.mdb.ContainerProcessingContext
 
getIntercept() - Method in class org.yamcs.external.SimpleRegression
Returns the intercept of the estimated regression line, if SimpleRegression.hasIntercept() is true; otherwise 0.
getInterceptStdErr() - Method in class org.yamcs.external.SimpleRegression
Returns the standard error of the intercept estimate, usually denoted s(b0).
getInterval() - Method in class org.yamcs.parameterarchive.PGSegment
 
getInterval(long) - Static method in class org.yamcs.parameterarchive.ParameterArchive
 
getIntervalDuration() - Static method in class org.yamcs.parameterarchive.ParameterArchive
duration in milliseconds of one segment
getIntervalEnd(long) - Static method in class org.yamcs.parameterarchive.ParameterArchive
returns the end of the interval where the instant fits
getIntervalStart(long) - Static method in class org.yamcs.parameterarchive.ParameterArchive
returns the interval (instant) where this instant could fit.
getIntValue(int, boolean, long) - Static method in class org.yamcs.utils.ValueUtility
 
getInvalidParameters() - Method in exception org.yamcs.InvalidIdentification
 
getIpAddress() - Method in class org.yamcs.security.UserSession
 
getIssuedBy() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional int32 issuedBy = 2;
getIssuedBy() - Method in class org.yamcs.security.protobuf.Clearance
optional int32 issuedBy = 2;
getIssuedBy() - Method in interface org.yamcs.security.protobuf.ClearanceOrBuilder
optional int32 issuedBy = 2;
getIssueTime() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional .google.protobuf.Timestamp issueTime = 3;
getIssueTime() - Method in class org.yamcs.security.protobuf.Clearance
optional .google.protobuf.Timestamp issueTime = 3;
getIssueTime() - Method in interface org.yamcs.security.protobuf.ClearanceOrBuilder
optional .google.protobuf.Timestamp issueTime = 3;
getIssueTimeBuilder() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional .google.protobuf.Timestamp issueTime = 3;
getIssueTimeOrBuilder() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional .google.protobuf.Timestamp issueTime = 3;
getIssueTimeOrBuilder() - Method in class org.yamcs.security.protobuf.Clearance
optional .google.protobuf.Timestamp issueTime = 3;
getIssueTimeOrBuilder() - Method in interface org.yamcs.security.protobuf.ClearanceOrBuilder
optional .google.protobuf.Timestamp issueTime = 3;
getItem(String) - Method in class org.yamcs.timeline.CommandItemProvider
 
getItem(String) - Method in interface org.yamcs.timeline.ItemProvider
 
getItem(String) - Method in class org.yamcs.timeline.TimelineItemDb
 
getItem(Context, GetItemRequest, Observer<TimelineItem>) - Method in class org.yamcs.http.api.TimelineApi
 
getItemFilters() - Method in class org.yamcs.timeline.RetrievalFilter
 
getItemFilters() - Method in class org.yamcs.timeline.TimelineBand
 
getItemLog(String) - Method in interface org.yamcs.timeline.ItemProvider
Returns the item log or null if the item does not exist
getItemLog(String) - Method in class org.yamcs.timeline.TimelineItemDb
 
getItemLog(Context, GetItemLogRequest, Observer<TimelineItemLog>) - Method in class org.yamcs.http.api.TimelineApi
 
getItems() - Method in class org.yamcs.http.api.MdbPageBuilder.MdbPage
 
getItems(int, String, RetrievalFilter, ItemListener) - Method in class org.yamcs.timeline.CommandItemProvider
 
getItems(int, String, RetrievalFilter, ItemListener) - Method in interface org.yamcs.timeline.ItemProvider
 
getItems(int, String, RetrievalFilter, ItemListener) - Method in class org.yamcs.timeline.TimelineItemDb
 
getIterator(List<Yamcs.NamedObjectId>, long, long) - Method in class org.yamcs.archive.CcsdsTmIndex
 
getIterator(List<Yamcs.NamedObjectId>, long, long) - Method in interface org.yamcs.archive.TmIndexService
return an iterator that provides all the index entries between start and stop
getIterator(ParameterArchive.Partition) - Method in class org.yamcs.parameterarchive.ParameterArchive
 
getJavaExpression(MathOperation, List<InputParameter>) - Static method in class org.yamcs.mdb.MathOperationCalibratorFactory
 
getJavaGpsFromInstant(long) - Static method in class org.yamcs.utils.TimeEncoding
JavaGps is number of milliseconds since 1970 that assumes no leap seconds from 1970 to GPS Epoch, and then continues with the leap seconds.
getJsonArray(String) - Method in class org.yamcs.memento.MementoDb
Returns the JsonArray value of the given key.
getJsonObject(String) - Method in class org.yamcs.memento.MementoDb
Returns the JsonObject value of the given key.
getJsonParser() - Method in class org.yamcs.http.HttpServer
 
getJsonPrinter() - Method in class org.yamcs.http.HttpServer
 
getJulLogger() - Method in class org.yamcs.logging.Log
 
getKey() - Method in class org.yamcs.cmdhistory.Attribute
 
getKey() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string key = 1;
getKey() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
optional string key = 1;
getKey() - Method in interface org.yamcs.timeline.protobuf.BandFilter.FilterCriterionOrBuilder
optional string key = 1;
getKey() - Method in class org.yamcs.yarch.RawTuple
 
getKey() - Method in class org.yamcs.yarch.Row
 
getKeyBytes() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string key = 1;
getKeyBytes() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
optional string key = 1;
getKeyBytes() - Method in interface org.yamcs.timeline.protobuf.BandFilter.FilterCriterionOrBuilder
optional string key = 1;
getKeyColumn(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumn(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .TableColumnInfo keyColumn = 2;
getKeyColumn(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnCount() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnOrBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnOrBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnOrBuilder(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnOrBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnOrBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .TableColumnInfo keyColumn = 2;
getKeyColumnOrBuilderList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .TableColumnInfo keyColumn = 2;
getKeyDefinition() - Method in class org.yamcs.yarch.TableDefinition
 
getKeys() - Method in class org.yamcs.YConfiguration
 
getLabel() - Method in class org.yamcs.tctm.LinkAction
Human-readable label for this action.
getLabel() - Method in class org.yamcs.templating.Variable
 
getLabel() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
optional string label = 2;
getLabel() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
optional string label = 2;
getLabel() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValueOrBuilder
optional string label = 2;
getLabel(String) - Method in class org.yamcs.InstanceMetadata
 
getLabelBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
optional string label = 2;
getLabelBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
optional string label = 2;
getLabelBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValueOrBuilder
optional string label = 2;
getLabels() - Method in class org.yamcs.InstanceMetadata
 
getLabels() - Method in class org.yamcs.YamcsServerInstance
 
getLanguages() - Method in interface org.yamcs.algorithms.AlgorithmExecutorFactory
Returns all the languages supported by this factory.
getLanguages() - Method in class org.yamcs.algorithms.JavaAlgorithmExecutorFactory
 
getLanguages() - Method in class org.yamcs.algorithms.JavaExprAlgorithmExecutionFactory
 
getLanguages() - Method in class org.yamcs.algorithms.ScriptAlgorithmExecutorFactory
 
getLast() - Method in class org.yamcs.parameter.ParameterValueList
 
getLastAccessTime() - Method in class org.yamcs.security.UserSession
 
getLastInserted(Parameter) - Method in class org.yamcs.parameter.ParameterValueList
Returns the last inserted value for Parameter p or null if there is no value
getLastLoginTime() - Method in class org.yamcs.security.Account
 
getLastLoginTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp lastLoginTime = 8;
getLastLoginTime() - Method in class org.yamcs.security.protobuf.AccountRecord
optional .google.protobuf.Timestamp lastLoginTime = 8;
getLastLoginTime() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional .google.protobuf.Timestamp lastLoginTime = 8;
getLastLoginTimeBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp lastLoginTime = 8;
getLastLoginTimeOrBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp lastLoginTime = 8;
getLastLoginTimeOrBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord
optional .google.protobuf.Timestamp lastLoginTime = 8;
getLastLoginTimeOrBuilder() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional .google.protobuf.Timestamp lastLoginTime = 8;
getLastUpdate() - Method in class org.yamcs.PluginMetadata
 
getLastUpdated() - Method in class org.yamcs.mdb.ProcessingStatistics
 
getLastValue(Parameter) - Method in class org.yamcs.parameter.ArrayParameterCache
 
getLastValue(Parameter) - Method in interface org.yamcs.parameter.ParameterCache
Returns last cached value for parameter or null if there is no value in the cache
getLastValue(Parameter) - Method in class org.yamcs.parameter.ParameterCacheImpl
 
getLastValue1(Parameter) - Method in class org.yamcs.parameter.ArrayParameterCache
 
getLastValueCache() - Method in class org.yamcs.mdb.ProcessorData
 
getLastValueCache() - Method in class org.yamcs.parameter.ParameterProcessorManager
 
getLastValueCache() - Method in class org.yamcs.Processor
 
getLastValueFromCache(Parameter) - Method in class org.yamcs.parameter.ParameterRequestManager
Get the last value from cache for a specific parameters
getLeapSeconds(Context, Empty, Observer<LeapSecondsTable>) - Method in class org.yamcs.http.api.TimeApi
 
getLength() - Method in class org.yamcs.cfdp.DataFileSegment
 
getLength() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
getLength() - Method in class org.yamcs.tctm.CcsdsPacket
returns the length of the packet, normally equals ccsdslength+7
getLevel() - Method in class org.yamcs.logging.WatchedFileHandler
 
getLevel() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional string level = 1;
getLevel() - Method in class org.yamcs.security.protobuf.Clearance
optional string level = 1;
getLevel() - Method in interface org.yamcs.security.protobuf.ClearanceOrBuilder
optional string level = 1;
getLevelBytes() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional string level = 1;
getLevelBytes() - Method in class org.yamcs.security.protobuf.Clearance
optional string level = 1;
getLevelBytes() - Method in interface org.yamcs.security.protobuf.ClearanceOrBuilder
optional string level = 1;
getLimit() - Method in class org.yamcs.parameterarchive.MultipleParameterRequest
 
getLine() - Method in class org.yamcs.templating.SimpleCharStream
Deprecated.
getLine() - Method in class org.yamcs.utils.parser.SimpleCharStream
Deprecated.
getLinesReceived() - Method in class org.yamcs.utils.ParameterFormatter
 
getLinesSaved() - Method in class org.yamcs.utils.ParameterFormatter
 
getLink() - Method in class org.yamcs.management.LinkManager.LinkWithInfo
 
getLink(String) - Method in class org.yamcs.management.LinkManager
Return the link by the given name or null if there is no such link.
getLink(Context, GetLinkRequest, Observer<LinkInfo>) - Method in class org.yamcs.http.api.LinksApi
 
getLinkInfo() - Method in class org.yamcs.management.LinkManager
Deprecated.
getLinkInfo(String) - Method in class org.yamcs.management.LinkManager
Deprecated.
getLinkManager() - Method in class org.yamcs.YamcsServerInstance
 
getLinks() - Method in class org.yamcs.management.LinkManager
 
getLinkState(String) - Method in class org.yamcs.tctm.LinkMemento
 
getLinkStatus() - Method in class org.yamcs.tctm.AbstractLink
 
getLinkStatus() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
getLinkStatus() - Method in interface org.yamcs.tctm.Link
Returns the current link status.
getLinkWithInfo(String) - Method in class org.yamcs.management.LinkManager
 
getList() - Method in class org.yamcs.utils.IndexedList
 
getList(String) - Method in class org.yamcs.YConfiguration
 
getList(Map<String, Object>, String) - Static method in class org.yamcs.YConfiguration
 
getListingResponseCode() - Method in class org.yamcs.cfdp.pdu.DirectoryListingResponse
 
getLocalEntities() - Method in class org.yamcs.cfdp.CfdpService
 
getLocalEntities() - Method in interface org.yamcs.filetransfer.FileTransferService
Get the list of configured local entities.
getLocalEntity(long) - Method in class org.yamcs.cfdp.CfdpService
 
getLocalTime() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
local UNIX time in millisecs
getLocalTime() - Method in class org.yamcs.replication.protobuf.TimeMessage
local UNIX time in millisecs
getLocalTime() - Method in interface org.yamcs.replication.protobuf.TimeMessageOrBuilder
local UNIX time in millisecs
getLocationInContainerInBits() - Method in class org.yamcs.ContainerExtractionResult
 
getLog(UUID) - Method in class org.yamcs.timeline.TimelineItemLogDb
 
getLogFormat() - Method in class org.yamcs.http.Route
 
getLogFormat() - Method in class org.yamcs.http.RouteContext
 
getLoggingId() - Method in class org.yamcs.commanding.ActiveCommand
One line string id useful for logging
getLoggingId() - Method in class org.yamcs.commanding.PreparedCommand
String useful for logging.
getLogin() - Method in class org.yamcs.security.UserSession
 
getLong() - Method in class org.yamcs.utils.ByteArray
 
getLong() - Method in class org.yamcs.utils.MutableLong
 
getLong(String) - Method in class org.yamcs.YConfiguration
 
getLong(String, long) - Method in class org.yamcs.YConfiguration
 
getLong(Map<String, Object>, String) - Static method in class org.yamcs.YConfiguration
 
getLong(Map<String, Object>, String, long) - Static method in class org.yamcs.YConfiguration
return the m.get(key) as an long if it's present or v if it is not.
getLongArray() - Method in class org.yamcs.parameter.ValueArray
get the array as an long[].
getLongColumn(String) - Method in class org.yamcs.yarch.Tuple
Get the value of column as long.
getLookbackSize(Parameter) - Method in class org.yamcs.mdb.AbstractDataEncoder
 
getMap() - Method in class org.yamcs.http.auth.FormData
 
getMap(String) - Method in class org.yamcs.YConfiguration
Consider using YConfiguration.getConfig(java.lang.String) to get a child config instead of accessing the map directly
getMap(Map<String, Object>, String) - Static method in class org.yamcs.YConfiguration
 
getMapId() - Method in class org.yamcs.tctm.ccsds.UslpTransferFrame
 
getMasterHost() - Method in class org.yamcs.replication.ReplicationSlave
 
getMasterInstance() - Method in class org.yamcs.replication.ReplicationSlave
 
getMasterPort() - Method in class org.yamcs.replication.ReplicationSlave
 
getMaxArraySize() - Method in class org.yamcs.mdb.ContainerProcessingOptions
 
getMaxBodySize() - Method in class org.yamcs.http.Route
 
getMaxBodySize() - Method in class org.yamcs.http.RouteContext
 
getMaxCommandSize() - Method in class org.yamcs.ProcessorConfig
 
getMaxFrameLength() - Method in class org.yamcs.tctm.ccsds.AosManagedParameters
 
getMaxFrameLength() - Method in class org.yamcs.tctm.ccsds.TcManagedParameters
 
getMaxFrameLength() - Method in class org.yamcs.tctm.ccsds.TmManagedParameters
 
getMaxFrameLength() - Method in class org.yamcs.tctm.ccsds.UslpManagedParameters
 
getMaxFrameSize() - Method in class org.yamcs.tctm.ccsds.MasterChannelFrameHandler
 
getMaximumTcPacketLength() - Method in class org.yamcs.tctm.IssCommandPostprocessor
 
getMaxNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
maximum number of objects in the bucket
getMaxNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
maximum number of objects in the bucket
getMaxNumObjects() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
maximum number of objects in the bucket
getMaxSerializedSize() - Method in class org.yamcs.parameterarchive.BaseSegment
 
getMaxSerializedSize() - Method in class org.yamcs.parameterarchive.BooleanValueSegment
 
getMaxSerializedSize() - Method in class org.yamcs.parameterarchive.DoubleValueSegment
 
getMaxSerializedSize() - Method in class org.yamcs.parameterarchive.FloatValueSegment
 
getMaxSerializedSize() - Method in class org.yamcs.parameterarchive.IntValueSegment
 
getMaxSerializedSize() - Method in class org.yamcs.parameterarchive.LongValueSegment
 
getMaxSerializedSize() - Method in class org.yamcs.parameterarchive.ObjectSegment
 
getMaxSerializedSize() - Method in class org.yamcs.parameterarchive.SortedTimeSegment
 
getMaxSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
maximum size in bytes
getMaxSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
maximum size in bytes
getMaxSize() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
maximum size in bytes
getMdb() - Method in class org.yamcs.parameter.SystemParametersService
 
getMeanSquareError() - Method in class org.yamcs.external.SimpleRegression
Returns the sum of squared errors divided by the degrees of freedom, usually abbreviated MSE.
getMemberId(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for PARCHIVE_AGGARR_INFO
getMemberId(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for PARCHIVE_AGGARR_INFO
getMemberId(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for PARCHIVE_AGGARR_INFO
getMemberIdCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for PARCHIVE_AGGARR_INFO
getMemberIdCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for PARCHIVE_AGGARR_INFO
getMemberIdCount() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for PARCHIVE_AGGARR_INFO
getMemberIdList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for PARCHIVE_AGGARR_INFO
getMemberIdList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for PARCHIVE_AGGARR_INFO
getMemberIdList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for PARCHIVE_AGGARR_INFO
getMemberIndex(String) - Method in class org.yamcs.parameter.AggregateValue
Get the index of the member with the given name or -1 if there is no such member
getMemberName(int) - Method in class org.yamcs.parameter.AggregateValue
 
getMemberNames() - Method in class org.yamcs.parameter.AggregateValue
 
getMembers() - Method in class org.yamcs.security.Group
 
getMembers(int) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
repeated int32 members = 4;
getMembers(int) - Method in class org.yamcs.security.protobuf.GroupRecord
repeated int32 members = 4;
getMembers(int) - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
repeated int32 members = 4;
getMembersCount() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
repeated int32 members = 4;
getMembersCount() - Method in class org.yamcs.security.protobuf.GroupRecord
repeated int32 members = 4;
getMembersCount() - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
repeated int32 members = 4;
getMembersList() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
repeated int32 members = 4;
getMembersList() - Method in class org.yamcs.security.protobuf.GroupRecord
repeated int32 members = 4;
getMembersList() - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
repeated int32 members = 4;
getMemberType(ParameterType, PathElement[]) - Static method in class org.yamcs.utils.AggregateUtil
 
getMemberValue(int) - Method in class org.yamcs.parameter.AggregateValue
 
getMemberValue(String) - Method in class org.yamcs.parameter.AggregateValue
Returns the value of the member with the given name
getMemberValue(Value, PathElement[]) - Static method in class org.yamcs.utils.AggregateUtil
This function is used to retrieve values from hierarchical aggregates.
getMergeTime() - Method in class org.yamcs.archive.IndexRequest
 
getMessage() - Method in error org.yamcs.templating.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in error org.yamcs.utils.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
required string message = 6;
getMessage() - Method in class org.yamcs.yarch.protobuf.Db.Event
required string message = 6;
getMessage() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
required string message = 6;
getMessage() - Method in error org.yamcs.yarch.streamsql.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessageBytes() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
required string message = 6;
getMessageBytes() - Method in class org.yamcs.yarch.protobuf.Db.Event
required string message = 6;
getMessageBytes() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
required string message = 6;
getMessagesToUser() - Method in class org.yamcs.cfdp.PutRequest
 
getMessageType() - Method in class org.yamcs.cfdp.pdu.ReservedMessageToUser
 
getMetaCommand() - Method in class org.yamcs.commanding.ActiveCommand
 
getMetaCommand() - Method in class org.yamcs.commanding.PreparedCommand
 
getMetaCommandProcessor() - Method in class org.yamcs.commanding.CommandingManager
 
getMetadata() - Method in class org.yamcs.cfdp.PutRequest
 
getMetadata() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
Deprecated.
getMetadata() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
Deprecated.
getMetadata() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
Deprecated.
getMetadata(Class<T>) - Method in class org.yamcs.PluginManager
 
getMetadata(Object) - Method in class org.yamcs.YamcsServerInstance
 
getMetadataCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
getMetadataCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
getMetadataCount() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
map<string, string> metadata = 6;
getMetadataMap() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
map<string, string> metadata = 6;
getMetadataMap() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
map<string, string> metadata = 6;
getMetadataMap() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
map<string, string> metadata = 6;
getMetadataOrDefault(String, String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
map<string, string> metadata = 6;
getMetadataOrDefault(String, String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
map<string, string> metadata = 6;
getMetadataOrDefault(String, String) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
map<string, string> metadata = 6;
getMetadataOrThrow(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
map<string, string> metadata = 6;
getMetadataOrThrow(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
map<string, string> metadata = 6;
getMetadataOrThrow(String) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
map<string, string> metadata = 6;
getMethod() - Method in class org.yamcs.http.Context
 
getMethod() - Method in class org.yamcs.http.RouteContext
 
getMethod() - Method in class org.yamcs.http.RpcDescriptor
 
getMethod() - Method in class org.yamcs.http.TopicContext
 
getMethodDescriptor() - Method in class org.yamcs.http.Topic
 
getMetricRegistry() - Method in class org.yamcs.http.HttpServer
 
getMillis() - Method in class org.yamcs.time.Instant
 
getMillisec() - Method in class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
getMimetype(File) - Method in class org.yamcs.utils.Mimetypes
 
getMimetype(String) - Method in class org.yamcs.utils.Mimetypes
 
getMimetype(Path) - Method in class org.yamcs.utils.Mimetypes
 
getMinFrameLength() - Method in class org.yamcs.tctm.ccsds.AosManagedParameters
 
getMinFrameLength() - Method in class org.yamcs.tctm.ccsds.TmManagedParameters
 
getMinFrameLength() - Method in class org.yamcs.tctm.ccsds.UslpManagedParameters
 
getMinFrameSize() - Method in class org.yamcs.tctm.ccsds.MasterChannelFrameHandler
 
getMinimumTcPacketLength() - Method in class org.yamcs.tctm.IssCommandPostprocessor
 
getMinLevel() - Method in class org.yamcs.commanding.CommandQueue
 
getMinute() - Method in class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
getMissingChunks() - Method in class org.yamcs.cfdp.DataFile
 
getMissingChunks(boolean) - Method in class org.yamcs.cfdp.DataFile
Returns the missing data segments.
getMissionDatabase(Context, Mdb.GetMissionDatabaseRequest, Observer<Mdb.MissionDatabase>) - Method in class org.yamcs.http.api.MdbApi
 
GetMissionDatabase - Static variable in class org.yamcs.security.SystemPrivilege
Allows to read the entire Mission Database.
getMissionTime() - Method in class org.yamcs.events.AbstractEventProducer
 
getMissionTime() - Method in class org.yamcs.events.MockupEventProducer
 
getMissionTime() - Method in class org.yamcs.events.QuietEventProducer
 
getMissionTime() - Method in class org.yamcs.events.Slf4jEventProducer
 
getMissionTime() - Method in class org.yamcs.events.StreamEventProducer
 
getMissionTime() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
Yamcs time in millisecs
getMissionTime() - Method in class org.yamcs.replication.protobuf.TimeMessage
Yamcs time in millisecs
getMissionTime() - Method in interface org.yamcs.replication.protobuf.TimeMessageOrBuilder
Yamcs time in millisecs
getMissionTime() - Method in class org.yamcs.time.RealtimeTimeService
 
getMissionTime() - Method in class org.yamcs.time.SimulationTimeService
The mission time returned is:
getMissionTime() - Method in interface org.yamcs.time.TimeService
 
getMockupQueue() - Static method in class org.yamcs.events.EventProducerFactory
 
getMonitoringResult() - Method in class org.yamcs.parameter.BasicParameterValue
 
getMonitoringResult() - Method in class org.yamcs.parameter.ParameterStatus
 
getMonitoringResult() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
getMonitoringResult() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
getMonitoringResult() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
getMonth() - Method in class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
getMostSevereValue() - Method in class org.yamcs.alarms.ActiveAlarm
 
getMultiplier() - Method in class org.yamcs.archive.SpeedSpec
 
getMutableExtra() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Deprecated.
getMutableMetadata() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
Deprecated.
getN() - Method in class org.yamcs.external.SimpleRegression
Returns the number of observations that have been added to the model.
getName() - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
getName() - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
getName() - Method in class org.yamcs.cfdp.EntityConf
 
getName() - Method in class org.yamcs.cli.Command
 
getName() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional string name = 1;
getName() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
optional string name = 1;
getName() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentOrBuilder
optional string name = 1;
getName() - Method in class org.yamcs.commanding.Acknowledgment
 
getName() - Method in class org.yamcs.commanding.CommandQueue
 
getName() - Method in class org.yamcs.http.Topic
 
getName() - Method in class org.yamcs.PluginMetadata
 
getName() - Method in class org.yamcs.Processor
 
getName() - Method in class org.yamcs.ProcessorServiceWithConfig
 
getName() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string name = 2;
getName() - Method in class org.yamcs.replication.protobuf.ColumnInfo
optional string name = 2;
getName() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
optional string name = 2;
getName() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
stream name
getName() - Method in class org.yamcs.replication.protobuf.StreamInfo
stream name
getName() - Method in interface org.yamcs.replication.protobuf.StreamInfoOrBuilder
stream name
getName() - Method in class org.yamcs.security.Account
Identifying attribute, e.g. a username or an application name.
getName() - Method in class org.yamcs.security.Group
 
getName() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string name = 2;
getName() - Method in class org.yamcs.security.protobuf.AccountRecord
optional string name = 2;
getName() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional string name = 2;
getName() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string name = 2;
getName() - Method in class org.yamcs.security.protobuf.GroupRecord
optional string name = 2;
getName() - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
optional string name = 2;
getName() - Method in class org.yamcs.security.Role
 
getName() - Method in class org.yamcs.security.SystemPrivilege
 
getName() - Method in class org.yamcs.ServiceWithConfig
 
getName() - Method in class org.yamcs.Spec.Option
 
getName() - Method in class org.yamcs.StreamConfig.StreamConfigEntry
 
getName() - Method in class org.yamcs.tctm.AbstractLink
 
getName() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
getName() - Method in interface org.yamcs.tctm.Link
Return the name of the link
getName() - Method in class org.yamcs.templating.Template
 
getName() - Method in class org.yamcs.templating.Variable
 
getName() - Method in class org.yamcs.timeline.TimelineBand
 
getName() - Method in class org.yamcs.timeline.TimelineItem
 
getName() - Method in class org.yamcs.YamcsServerInstance
Returns the name of this Yamcs instance
getName() - Method in interface org.yamcs.yarch.Bucket
This bucket's name
getName() - Method in class org.yamcs.yarch.ColumnDefinition
 
getName() - Method in class org.yamcs.yarch.FileSystemBucket
 
getName() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional string name = 1;
getName() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional string name = 1;
getName() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional string name = 1;
getName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
optional string name = 1;
getName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
optional string name = 1;
getName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
optional string name = 1;
getName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string name = 1;
getName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional string name = 1;
getName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional string name = 1;
getName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string name = 1;
getName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
optional string name = 1;
getName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
optional string name = 1;
getName() - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
getName() - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
getName() - Method in class org.yamcs.yarch.SequenceInfo
 
getName() - Method in class org.yamcs.yarch.Stream
 
getName() - Method in class org.yamcs.yarch.streamsql.ColumnExpression
 
getName() - Method in class org.yamcs.yarch.streamsql.SelectItem
 
getName() - Method in class org.yamcs.yarch.Table
 
getName() - Method in class org.yamcs.yarch.TableDefinition
 
getName() - Method in class org.yamcs.yarch.TimePartitionSchema
name for the partitioning schema (YYYY/DOY, YYYY/MM, etc)
getName() - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getName(byte[]) - Static method in class org.yamcs.yarch.rocksdb.RdbSequence
 
getNameBytes() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional string name = 1;
getNameBytes() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
optional string name = 1;
getNameBytes() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string name = 2;
getNameBytes() - Method in class org.yamcs.replication.protobuf.ColumnInfo
optional string name = 2;
getNameBytes() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
optional string name = 2;
getNameBytes() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
stream name
getNameBytes() - Method in class org.yamcs.replication.protobuf.StreamInfo
stream name
getNameBytes() - Method in interface org.yamcs.replication.protobuf.StreamInfoOrBuilder
stream name
getNameBytes() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string name = 2;
getNameBytes() - Method in class org.yamcs.security.protobuf.AccountRecord
optional string name = 2;
getNameBytes() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional string name = 2;
getNameBytes() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string name = 2;
getNameBytes() - Method in class org.yamcs.security.protobuf.GroupRecord
optional string name = 2;
getNameBytes() - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
optional string name = 2;
getNameBytes() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional string name = 1;
getNameBytes() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional string name = 1;
getNameBytes() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
optional string name = 1;
getNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
optional string name = 1;
getNameBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string name = 1;
getNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional string name = 1;
getNameBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string name = 1;
getNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
optional string name = 1;
getNameBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
optional string name = 1;
getNamespace() - Method in class org.yamcs.parameter.SystemParametersService
this is the namespace all system parameters should be in
getNbRejectedCommands() - Method in class org.yamcs.commanding.CommandQueue
 
getNbSentCommands() - Method in class org.yamcs.commanding.CommandQueue
 
getNettyChannelHandlerContext() - Method in class org.yamcs.http.HandlerContext
 
getNettyFullHttpRequest() - Method in class org.yamcs.http.HandlerContext
 
getNettyHttpRequest() - Method in class org.yamcs.http.HandlerContext
 
getNewData(ReplicationTail) - Method in class org.yamcs.replication.ReplicationFile
Change the limit inside the file tail to the current position in the file buffer.
getNewPv(String, long) - Static method in class org.yamcs.parameter.SystemParametersService
Deprecated.
getNewPv(Parameter, long) - Static method in class org.yamcs.parameter.SystemParametersService
 
getNextData() - Method in class org.yamcs.tctm.UdpParameterDataLink
Called to retrieve the next packet.
getNextPacket() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
getNextPacket() - Method in class org.yamcs.tctm.TcpTmDataLink
 
getNextPacket() - Method in class org.yamcs.tctm.UdpTmDataLink
Called to retrieve the next packet.
getNextRecord() - Method in interface org.yamcs.archive.IndexIterator
 
getNextToken() - Method in class org.yamcs.templating.TemplateParser
Get the next Token.
getNextToken() - Method in class org.yamcs.templating.TemplateParserTokenManager
Get the next Token.
getNextToken() - Method in class org.yamcs.utils.parser.FilterParser
Get the next Token.
getNextToken() - Method in class org.yamcs.utils.parser.FilterParserTokenManager
Get the next Token.
getNextToken() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
Get the next Token.
getNextToken() - Method in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
Get the next Token.
getNextTxId() - Method in class org.yamcs.replication.MasterChannelHandler
 
getNextTxId() - Method in class org.yamcs.replication.ReplicationFile
Returns the last tx id from this file + 1.
getNullTerminatedUTF() - Method in class org.yamcs.utils.ByteArray
 
getNumber() - Method in enum org.yamcs.replication.protobuf.Request.Type
 
getNumber() - Method in enum org.yamcs.security.protobuf.AccountRecord.AccountTypeCase
 
getNumber() - Method in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
 
getNumber() - Method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
 
getNumber() - Method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
 
getNumber(String) - Method in class org.yamcs.memento.MementoDb
Returns the number value of the given key.
getNumericType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for PARCHIVE_AGGARR_INFO to store the numeric type (engType, rawType) of the parameter
getNumericType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for PARCHIVE_AGGARR_INFO to store the numeric type (engType, rawType) of the parameter
getNumericType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for PARCHIVE_AGGARR_INFO to store the numeric type (engType, rawType) of the parameter
getNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
current number of objects in the bucket
getNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
current number of objects in the bucket
getNumObjects() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
current number of objects in the bucket
getNumProcessedPackets() - Method in class org.yamcs.archive.XtceTmRecorder
 
getNumProcessedParameters() - Method in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
getNumRecordsRead() - Method in class org.yamcs.yarch.rocksdb.RdbTableWalker
 
getNumTuples() - Method in class org.yamcs.yarch.HistogramRecord
 
getObject() - Method in class org.yamcs.security.ObjectPrivilege
 
getObject(String) - Method in interface org.yamcs.yarch.Bucket
Retrieve object from the bucket.
getObject(String) - Method in class org.yamcs.yarch.FileSystemBucket
 
getObject(String) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
getObject(String, Class<T>) - Method in class org.yamcs.memento.MementoDb
Retrieves an object saved as memento.
getObject(Context, GetObjectRequest, Observer<HttpBody>) - Method in class org.yamcs.http.api.BucketsApi
 
getObjectId() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional uint32 objectId = 2;
getObjectId() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional uint32 objectId = 2;
getObjectId() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional uint32 objectId = 2;
getObjectName() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getObjectName() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
getObjectName() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getObjectName() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getObjectName() - Method in class org.yamcs.filetransfer.FileSaveHandler
 
getObjectName() - Method in interface org.yamcs.filetransfer.FileTransfer
return the name of the object (file) which is being transfered.
getObjectPrivileges() - Method in class org.yamcs.security.AuthorizationInfo
 
getObjectPrivileges() - Method in class org.yamcs.security.Role
 
getObjectPrivileges() - Method in class org.yamcs.security.User
 
getObjectPrivileges(ObjectPrivilegeType) - Method in class org.yamcs.security.User
 
getObjectPrivilegeTypes() - Method in class org.yamcs.security.SecurityStore
 
getObt() - Method in class org.yamcs.TmPacket
 
getOcf() - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
Get the 4 bytes operational control field.
getOffset() - Method in class org.yamcs.cfdp.DataFileSegment
 
getOffset() - Method in class org.yamcs.cfdp.pdu.FileDataPacket
 
getOffset() - Method in class org.yamcs.ContainerExtractionResult
 
getOngoingCfdpTransfer(long) - Method in class org.yamcs.cfdp.CfdpService
 
getOpenDbPaths() - Method in class org.yamcs.yarch.rocksdb.RDBFactory
 
getOpenRdb() - Method in class org.yamcs.yarch.rocksdb.RDBFactory
Get the root database if it's open, otherwise return null
getOpenRdb(String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
Get the database which is already open or null if it is not open
getOppsite() - Method in enum org.yamcs.yarch.streamsql.RelOp
 
getOptions() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
getOptions() - Method in class org.yamcs.mdb.XtceTmExtractor
 
getOptions() - Method in class org.yamcs.Spec
 
getOptions() - Method in class org.yamcs.yarch.rocksdb.RdbConfig.TablespaceConfig
 
getOrCreateDataType(SpaceSystem, V7LoaderBase.DataTypeRecord, boolean) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
getOrCreateType(String, Supplier<ParameterType.Builder<?>>) - Method in class org.yamcs.parameter.SystemParametersService
 
getOrDefault(Object, Object) - Method in class org.yamcs.InstanceMetadata
 
getOrganization() - Method in class org.yamcs.PluginMetadata
 
getOrganizationUrl() - Method in class org.yamcs.PluginMetadata
 
getOrigin() - Method in class org.yamcs.commanding.PreparedCommand
 
getOriginalObjectName() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getOriginatingTransactionId() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getOutputDefinition() - Method in class org.yamcs.yarch.streamsql.InsertValuesExpression
 
getOutputDefinition() - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
getOutputList() - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
getOutputList() - Method in interface org.yamcs.algorithms.AlgorithmExecutor
Some algorithms have dynamic outputs which are not known until the algorithm is instantiated.
getOutputParameter(int) - Method in class org.yamcs.algorithms.AbstractAlgorithmExecutor
Returns the output parameter with the given index.
getOutputType() - Method in class org.yamcs.http.RpcDescriptor
 
getOutputValues() - Method in class org.yamcs.algorithms.AlgorithmExecutionResult
 
getOverwrite() - Method in class org.yamcs.cfdp.FilePutRequest
 
getOwnUser(Context, Empty, Observer<UserInfo>) - Method in class org.yamcs.http.api.IamApi
 
getPacket() - Method in class org.yamcs.archive.XtceTmReplayHandler.ReplayPacket
 
getPacket() - Method in class org.yamcs.TmPacket
 
getPacket(Context, GetPacketRequest, Observer<TmPacketData>) - Method in class org.yamcs.http.api.PacketsApi
 
getPacketRequest() - Method in class org.yamcs.archive.ReplayOptions
 
getPameterCacheConfig() - Method in class org.yamcs.Processor
 
getParameter() - Method in class org.yamcs.parameter.ParameterValue
Retrieve the parameter definition for this parameter value
getParameter() - Method in class org.yamcs.parameter.ParameterWithId
 
getParameter(String) - Method in class org.yamcs.http.HandlerContext
 
getParameter(String) - Method in class org.yamcs.parameter.ParameterProcessorManager
returns a parameter based on fully qualified name
getParameter(String) - Method in class org.yamcs.parameter.ParameterRequestManager
returns a parameter based on fully qualified name
getParameter(Context, Mdb.GetParameterRequest, Observer<Mdb.ParameterInfo>) - Method in class org.yamcs.http.api.MdbApi
 
getParameter(Yamcs.NamedObjectId) - Method in class org.yamcs.algorithms.AlgorithmManager
 
getParameter(Yamcs.NamedObjectId) - Method in class org.yamcs.mdb.XtceTmProcessor
 
getParameter(Yamcs.NamedObjectId) - Method in class org.yamcs.parameter.LocalParameterManager
 
getParameter(Yamcs.NamedObjectId) - Method in class org.yamcs.parameter.ParameterProcessorManager
 
getParameter(Yamcs.NamedObjectId) - Method in interface org.yamcs.parameter.ParameterProvider
Returns the parameterDefinition corresponding to the parameter id
getParameter(Yamcs.NamedObjectId) - Method in class org.yamcs.parameter.ParameterRequestManager
 
getParameter(Yamcs.NamedObjectId) - Method in class org.yamcs.tctm.ReplayService
 
getParameter(Yamcs.NamedObjectId) - Method in class org.yamcs.tctm.StreamParameterProvider
 
getParameterAlarmSeverity(Pvalue.MonitoringResult) - Static method in class org.yamcs.http.api.AlarmsApi
 
getParameterCache() - Method in class org.yamcs.parameter.ParameterProcessorManager
 
getParameterCache() - Method in class org.yamcs.Processor
 
getParameterFqn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
getParameterFqn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
getParameterFqn() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
getParameterFqnById(int) - Method in class org.yamcs.parameterarchive.ParameterIdDb
returns the parameter FQN for the given parameterId
getParameterFqnBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
getParameterFqnBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
getParameterFqnBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
getParameterGroup(int) - Method in class org.yamcs.parameterarchive.ParameterGroupIdDb
return the members of the pg group.
getParameterGroupId() - Method in class org.yamcs.parameterarchive.AggrrayIterator
 
getParameterGroupId() - Method in class org.yamcs.parameterarchive.MultiSegmentIterator
 
getParameterGroupId() - Method in interface org.yamcs.parameterarchive.ParameterIterator
 
getParameterGroupId() - Method in class org.yamcs.parameterarchive.PGSegment
 
getParameterGroupId() - Method in class org.yamcs.parameterarchive.SegmentIterator
 
getParameterGroupId() - Method in class org.yamcs.parameterarchive.SimpleParameterIterator
 
getParameterGroupIdDb() - Method in class org.yamcs.parameterarchive.ParameterArchive
 
getParameterGroupIdDb() - Method in class org.yamcs.parameterarchive.ParameterIdDb
 
getParameterId() - Method in class org.yamcs.parameterarchive.AggrrayIterator
 
getParameterId() - Method in interface org.yamcs.parameterarchive.ParameterIterator
 
getParameterId() - Method in class org.yamcs.parameterarchive.SegmentIterator
 
getParameterId() - Method in class org.yamcs.parameterarchive.SimpleParameterIterator
 
getParameterId(int) - Method in class org.yamcs.parameterarchive.ParameterIdDb
returns ParameterId based on numeric id or null if it does not exist
getParameterId(int) - Method in class org.yamcs.parameterarchive.PGSegment
 
getParameterIdDb() - Method in class org.yamcs.parameterarchive.ParameterArchive
 
getParameterIds() - Method in class org.yamcs.parameterarchive.MultipleParameterRequest
 
getParameterInstance(ParameterInstanceRef, boolean) - Method in class org.yamcs.mdb.ProcessingData
Returns a parameter value associated to the parameter reference or null if none is found.
getParameterOverride(Context, GetParameterOverrideRequest, Observer<ParameterOverride>) - Method in class org.yamcs.http.api.MdbOverrideApi
 
getParameterProcessorManager() - Method in class org.yamcs.Processor
 
getParameterProvider(Class<T>) - Method in class org.yamcs.parameter.ParameterProcessorManager
 
getParameterQualifiedName() - Method in class org.yamcs.parameter.ParameterValue
 
getParameterQualifiedNamed() - Method in class org.yamcs.parameter.ParameterValue
getParameterRanges(Context, GetParameterRangesRequest, Observer<Pvalue.Ranges>) - Method in class org.yamcs.http.api.ParameterArchiveApi
 
getParameterReference(SpaceSystem, String) - Static method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
getParameterRequest() - Method in class org.yamcs.archive.ReplayOptions
 
getParameterRequestManager() - Method in class org.yamcs.parameter.ParameterProcessorManager
 
getParameterRequestManager() - Method in class org.yamcs.Processor
 
getParameterResult() - Method in class org.yamcs.mdb.ContainerProcessingResult
 
getParameters() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
getParameters() - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
 
getParameters() - Method in interface org.yamcs.tctm.ccsds.VcUplinkHandler
return the virtual channel parameters
getParameterSamples(Context, Archive.GetParameterSamplesRequest, Observer<Pvalue.TimeSeries>) - Method in class org.yamcs.http.api.ParameterArchiveApi
 
getParameterSamples(Context, Archive.GetParameterSamplesRequest, Observer<Pvalue.TimeSeries>) - Method in class org.yamcs.http.api.StreamArchiveApi
 
getParametersValues(ParameterId[]) - Method in class org.yamcs.parameterarchive.PGSegment
 
getParameterType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional uint32 parameterType = 9;
getParameterType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
optional uint32 parameterType = 9;
getParameterType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
optional uint32 parameterType = 9;
getParameterType(Parameter) - Method in class org.yamcs.mdb.ProcessorData
 
getParameterTypeOverride(Parameter) - Method in class org.yamcs.mdb.ProcessorData
 
getParameterTypeOverrides() - Method in class org.yamcs.mdb.ProcessorData
 
getParameterTypeProcessor() - Method in class org.yamcs.mdb.ProcessorData
Returns the parameter type processor (this is the guy that converts from raw to engineering value) used by the associated processor.
getParameterValue() - Method in class org.yamcs.parameter.ParameterValueWithId
 
getParameterValue(int) - Method in class org.yamcs.parameterarchive.PGSegment
 
getParameterValue(Context, GetParameterValueRequest, Observer<Pvalue.ParameterValue>) - Method in class org.yamcs.http.api.ProcessingApi
 
getParamFqn() - Method in interface org.yamcs.parameterarchive.ParameterId
 
getParent() - Method in class org.yamcs.cascading.YamcsArchiveTmLink
 
getParent() - Method in class org.yamcs.cascading.YamcsEventLink
 
getParent() - Method in class org.yamcs.cascading.YamcsParameterLink
 
getParent() - Method in class org.yamcs.cascading.YamcsTcLink
 
getParent() - Method in class org.yamcs.cascading.YamcsTmLink
 
getParent() - Method in class org.yamcs.tctm.AbstractTcDataLink
 
getParent() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
getParent() - Method in interface org.yamcs.tctm.Link
If this link is a sublink of an aggregated link, get the parent link.
getParent() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
getParserForType() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
getParserForType() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
getParserForType() - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
getParserForType() - Method in class org.yamcs.replication.protobuf.Request
 
getParserForType() - Method in class org.yamcs.replication.protobuf.Response
 
getParserForType() - Method in class org.yamcs.replication.protobuf.StreamInfo
 
getParserForType() - Method in class org.yamcs.replication.protobuf.TimeMessage
 
getParserForType() - Method in class org.yamcs.replication.protobuf.Wakeup
 
getParserForType() - Method in class org.yamcs.security.protobuf.AccountCollection
 
getParserForType() - Method in class org.yamcs.security.protobuf.AccountRecord
 
getParserForType() - Method in class org.yamcs.security.protobuf.Clearance
 
getParserForType() - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
getParserForType() - Method in class org.yamcs.security.protobuf.GroupCollection
 
getParserForType() - Method in class org.yamcs.security.protobuf.GroupRecord
 
getParserForType() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
getParserForType() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
getParserForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
getParserForType() - Method in class org.yamcs.timeline.protobuf.BandFilter
 
getParserForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
getParserForType() - Method in class org.yamcs.yarch.protobuf.Db.Event
 
getParserForType() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
getParserForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
getParserForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
getParserForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
getParserForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
getParserForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
getParserForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
getParserForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
getParserForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
getParserForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
getPartition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
getPartition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
getPartition() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
getPartitionBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
getPartitionDir() - Method in class org.yamcs.parameterarchive.ParameterArchive.Partition
 
getPartitionDir() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional string partitionDir = 1;
getPartitionDir() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
optional string partitionDir = 1;
getPartitionDir() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartitionOrBuilder
optional string partitionDir = 1;
getPartitionDirBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional string partitionDir = 1;
getPartitionDirBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
optional string partitionDir = 1;
getPartitionDirBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartitionOrBuilder
optional string partitionDir = 1;
getPartitionEnd() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional int64 partitionEnd = 3;
getPartitionEnd() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
optional int64 partitionEnd = 3;
getPartitionEnd() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartitionOrBuilder
optional int64 partitionEnd = 3;
getPartitionForTuple(Tuple) - Method in class org.yamcs.yarch.PartitionManager
Gets partition where tuple has to be written.
getPartitionInfo(long) - Method in class org.yamcs.yarch.TimePartitionSchema
returns the directory where this instant shall be written.
getPartitioningInfo() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional .PartitioningInfo partitioningInfo = 10;
getPartitioningInfo() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional .PartitioningInfo partitioningInfo = 10;
getPartitioningInfo() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional .PartitioningInfo partitioningInfo = 10;
getPartitioningInfoBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional .PartitioningInfo partitioningInfo = 10;
getPartitioningInfoOrBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional .PartitioningInfo partitioningInfo = 10;
getPartitioningInfoOrBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional .PartitioningInfo partitioningInfo = 10;
getPartitioningInfoOrBuilder() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional .PartitioningInfo partitioningInfo = 10;
getPartitioningSchema() - Method in class org.yamcs.parameterarchive.ParameterArchive
 
getPartitioningSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
getPartitioningSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
getPartitioningSchema() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
getPartitioningSchemaBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
getPartitioningSchemaBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
getPartitioningSchemaBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
getPartitioningSpec() - Method in class org.yamcs.yarch.PartitionManager
 
getPartitioningSpec() - Method in class org.yamcs.yarch.TableDefinition
 
getPartitionList() - Method in class org.yamcs.yarch.PartitionManager.Interval
 
getPartitionManager() - Method in class org.yamcs.yarch.rocksdb.RdbTable
 
getPartitionManager(TableDefinition) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getPartitionManager(YarchDatabaseInstance, TableDefinition) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
getPartitionManager(YarchDatabaseInstance, TableDefinition) - Method in interface org.yamcs.yarch.StorageEngine
 
getPartitionOrBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
getPartitionOrBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
getPartitionOrBuilder() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
getPartitions() - Method in class org.yamcs.yarch.PartitionManager
Retrieves the existing partitions
getPartitions() - Method in class org.yamcs.yarch.PartitionManager.Interval
 
getPartitions(long, long, boolean) - Method in class org.yamcs.parameterarchive.ParameterArchive
a copy of the partitions from start to stop inclusive
getPartitionStart() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional int64 partitionStart = 2;
getPartitionStart() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
optional int64 partitionStart = 2;
getPartitionStart() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartitionOrBuilder
optional int64 partitionStart = 2;
getPartitionValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION: if partitioned by value - the value
getPartitionValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_PARTITION: if partitioned by value - the value
getPartitionValue() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_PARTITION: if partitioned by value - the value
getPassword() - Method in class org.yamcs.security.UsernamePasswordToken
 
getPath() - Method in class org.yamcs.commanding.PartialArgumentValue
The path to the element of the aggregate or array for which the value applies
getPath() - Method in class org.yamcs.parameter.ParameterWithId
 
getPath() - Method in class org.yamcs.parameter.PartialParameterValue
The path to the element of the aggregate or array for which the value applies
getPath() - Method in class org.yamcs.Spec.ValidationContext
 
getPath() - Method in class org.yamcs.yarch.rocksdb.YRDB
 
getPath() - Method in class org.yamcs.YConfiguration
 
getPathWithoutContext() - Method in class org.yamcs.http.HandlerContext
 
getPathWithoutContext(HttpRequest, String) - Static method in class org.yamcs.http.HttpUtils
Returns the path for the given HTTP request.
getPicos() - Method in class org.yamcs.time.Instant
 
getPid() - Method in interface org.yamcs.parameterarchive.ParameterId
 
getPids() - Method in class org.yamcs.parameterarchive.ParameterIdValueList
 
getPlayFrom() - Method in class org.yamcs.archive.ReplayOptions
 
getPlugin(Class<T>) - Method in class org.yamcs.PluginManager
 
getPluginManager() - Method in class org.yamcs.YamcsServer
 
getPlugins() - Method in class org.yamcs.PluginManager
 
getPort() - Method in class org.yamcs.http.Binding
 
getPort() - Method in class org.yamcs.replication.ReplicationMaster.SlaveServer
 
getPort() - Method in class org.yamcs.yarch.OutputStream
 
getPosition() - Method in class org.yamcs.utils.BitBuffer
get position in bits
getPpGroups() - Method in class org.yamcs.archive.IndexRequest
 
getPpRequest() - Method in class org.yamcs.archive.ReplayOptions
 
getPreparedCommand() - Method in class org.yamcs.commanding.ActiveCommand
 
getPrincipal() - Method in class org.yamcs.security.ThirdPartyAuthorizationCode
 
getPrincipal() - Method in class org.yamcs.security.UsernamePasswordToken
 
getPriority() - Method in class org.yamcs.tctm.ccsds.VcUplinkManagedParameters
 
getPrm() - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
getProcessingStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional bool processingStatus = 7;
getProcessingStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional bool processingStatus = 7;
getProcessingStatus() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional bool processingStatus = 7;
getProcessor() - Method in class org.yamcs.algorithms.AlgorithmManager
 
getProcessor() - Method in class org.yamcs.commanding.CommandingManager
 
getProcessor() - Method in class org.yamcs.commanding.CommandQueue
 
getProcessor() - Method in class org.yamcs.commanding.CommandVerificationHandler
 
getProcessor() - Method in class org.yamcs.StreamConfig.StreamConfigEntry
Return the name of the processor where this stream should be connected to or null if no such processor exists
getProcessor(String) - Method in class org.yamcs.YamcsServerInstance
 
getProcessor(String, String) - Method in class org.yamcs.YamcsServer
 
getProcessor(Context, GetProcessorRequest, Observer<ProcessorInfo>) - Method in class org.yamcs.http.api.ProcessingApi
 
getProcessorConfig() - Method in class org.yamcs.mdb.ProcessorData
 
getProcessorData() - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
getProcessorData() - Method in class org.yamcs.mdb.ContainerProcessingContext
 
getProcessorData() - Method in class org.yamcs.Processor
Returns the processor data used to store processor specific calibration, alarms
getProcessorName() - Method in class org.yamcs.mdb.ProcessorData
 
getProcessors() - Method in class org.yamcs.YamcsServerInstance
 
getProcessorTypes() - Static method in class org.yamcs.ProcessorFactory
Returns the processor types as defined in processor.yaml
getProperties() - Method in interface org.yamcs.yarch.Bucket
 
getProperties() - Method in class org.yamcs.yarch.FileSystemBucket
 
getProperties() - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
getProperties() - Method in class org.yamcs.yarch.rocksdb.YRDB
 
getProtobufDatabase() - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getProtobufDatabase(YarchDatabaseInstance) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
getProtobufDatabase(YarchDatabaseInstance) - Method in interface org.yamcs.yarch.StorageEngine
 
getProtobufRegistry() - Method in class org.yamcs.http.HttpServer
 
getProtobufSerializer(ColumnDefinition) - Static method in class org.yamcs.yarch.ColumnSerializerFactory
 
getProtobufSerializer(ProtobufDataType, String) - Static method in class org.yamcs.yarch.ColumnSerializerFactory
 
getProtoClass() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
the name of the class implementing the proto object if the dataType=PROTOBUF
getProtoClass() - Method in class org.yamcs.replication.protobuf.ColumnInfo
the name of the class implementing the proto object if the dataType=PROTOBUF
getProtoClass() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
the name of the class implementing the proto object if the dataType=PROTOBUF
getProtoClassBytes() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
the name of the class implementing the proto object if the dataType=PROTOBUF
getProtoClassBytes() - Method in class org.yamcs.replication.protobuf.ColumnInfo
the name of the class implementing the proto object if the dataType=PROTOBUF
getProtoClassBytes() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
the name of the class implementing the proto object if the dataType=PROTOBUF
getProvider() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string provider = 2;
getProvider() - Method in class org.yamcs.security.protobuf.ExternalIdentity
optional string provider = 2;
getProvider() - Method in interface org.yamcs.security.protobuf.ExternalIdentityOrBuilder
optional string provider = 2;
getProviderBytes() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string provider = 2;
getProviderBytes() - Method in class org.yamcs.security.protobuf.ExternalIdentity
optional string provider = 2;
getProviderBytes() - Method in interface org.yamcs.security.protobuf.ExternalIdentityOrBuilder
optional string provider = 2;
getPutRequest() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getPV(String, long, boolean) - Static method in class org.yamcs.parameter.SystemParametersService
Deprecated.
getPV(String, long, double) - Static method in class org.yamcs.parameter.SystemParametersService
Deprecated.
getPV(String, long, float) - Static method in class org.yamcs.parameter.SystemParametersService
Deprecated.
getPV(String, long, long) - Static method in class org.yamcs.parameter.SystemParametersService
Deprecated.
getPV(String, long, String) - Static method in class org.yamcs.parameter.SystemParametersService
Deprecated.
getPV(String, long, Value) - Static method in class org.yamcs.parameter.SystemParametersService
Deprecated.
getPV(Parameter, long, boolean) - Static method in class org.yamcs.parameter.SystemParametersService
 
getPV(Parameter, long, double) - Static method in class org.yamcs.parameter.SystemParametersService
 
getPV(Parameter, long, float) - Static method in class org.yamcs.parameter.SystemParametersService
 
getPV(Parameter, long, long) - Static method in class org.yamcs.parameter.SystemParametersService
 
getPV(Parameter, long, String) - Static method in class org.yamcs.parameter.SystemParametersService
 
getPV(Parameter, long, Value) - Static method in class org.yamcs.parameter.SystemParametersService
 
getPV(Parameter, long, T) - Static method in class org.yamcs.parameter.SystemParametersService
 
getQualifiedName() - Method in class org.yamcs.archive.XtceTmReplayHandler.ReplayPacket
 
getQualifiedName() - Method in class org.yamcs.parameter.ParameterWithId
 
getQueryArguments() - Method in class org.yamcs.yarch.SqlBuilder
 
getQueryParameter(String) - Method in class org.yamcs.http.HandlerContext
 
getQueue(String) - Method in class org.yamcs.commanding.CommandQueueManager
 
getQueue(Context, GetQueueRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.http.api.QueuesApi
 
getQueue(User, PreparedCommand) - Method in class org.yamcs.commanding.CommandQueueManager
 
getQueueManager(String, String) - Method in class org.yamcs.management.ManagementService
 
getQueueManagers() - Method in class org.yamcs.management.ManagementService
 
getQueues() - Method in class org.yamcs.commanding.CommandQueueManager
 
getR() - Method in class org.yamcs.external.SimpleRegression
getRange(int, int, boolean) - Method in class org.yamcs.parameterarchive.BinaryValueSegment
 
getRange(int, int, boolean) - Method in class org.yamcs.parameterarchive.BooleanValueSegment
 
getRange(int, int, boolean) - Method in class org.yamcs.parameterarchive.DoubleValueSegment
 
getRange(int, int, boolean) - Method in class org.yamcs.parameterarchive.FloatValueSegment
 
getRange(int, int, boolean) - Method in class org.yamcs.parameterarchive.IntValueSegment
 
getRange(int, int, boolean) - Method in class org.yamcs.parameterarchive.LongValueSegment
 
getRange(int, int, boolean) - Method in class org.yamcs.parameterarchive.SortedTimeSegment
 
getRange(int, int, boolean) - Method in class org.yamcs.parameterarchive.StringValueSegment
 
getRange(int, int, boolean) - Method in interface org.yamcs.parameterarchive.ValueSegment
returns an array containing the values in the range [posStart, posStop) if ascending or [posStop, posStart) if descending
getRangeArray(int, int, boolean) - Method in class org.yamcs.parameterarchive.ObjectSegment
 
getRangeCondition() - Method in class org.yamcs.parameter.BasicParameterValue
 
getRangeCondition() - Method in class org.yamcs.parameter.ParameterStatus
 
getRangeCondition() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
getRangeCondition() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
getRangeCondition() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
getRanges() - Method in class org.yamcs.http.api.ParameterRanger
 
getRangeStart() - Method in class org.yamcs.archive.ReplayOptions
 
getRangeStop() - Method in class org.yamcs.archive.ReplayOptions
 
getRawFloatValue(FloatDataEncoding, double) - Static method in class org.yamcs.mdb.DataEncodingUtils
 
getRawFloatValue(FloatDataEncoding, Object) - Static method in class org.yamcs.mdb.DataEncodingUtils
 
getRawIntegerValue(IntegerDataEncoding, long) - Static method in class org.yamcs.mdb.DataEncodingUtils
converts longValue to a raw Value suitable for data encoding.
getRawIntegerValue(IntegerDataEncoding, Object) - Static method in class org.yamcs.mdb.DataEncodingUtils
 
getRawIntegerValue(IntegerDataEncoding, Value) - Static method in class org.yamcs.mdb.DataEncodingUtils
 
getRawParameterValue(Parameter) - Method in class org.yamcs.mdb.TcProcessingContext
 
getRawType() - Method in interface org.yamcs.parameterarchive.ParameterId
 
getRawType() - Method in class org.yamcs.parameterarchive.ParameterValueArray
 
getRawType(DataEncoding) - Static method in class org.yamcs.mdb.DataEncodingDecoder
return the nominal Value.Type of a raw value corresponding to the given XTCE data encoding definition
getRawValue() - Method in class org.yamcs.parameter.RawEngValue
 
getRawValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value rawValue = 2;
getRawValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.Value rawValue = 2;
getRawValue() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.Value rawValue = 2;
getRawValue(DataEncoding, Object) - Static method in class org.yamcs.mdb.DataEncodingDecoder
 
getRawValueBuilder() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value rawValue = 2;
getRawValueOrBuilder() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value rawValue = 2;
getRawValueOrBuilder() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.Value rawValue = 2;
getRawValueOrBuilder() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.Value rawValue = 2;
getRawValues() - Method in class org.yamcs.parameterarchive.ParameterValueArray
 
getRdb() - Method in class org.yamcs.yarch.rocksdb.Tablespace
Get the main database of the tablespace
getRdb(boolean) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
Opens or creates a database at the root dataDir
getRdb(String) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
getRdb(String, boolean) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
Opens or create a database at a given relative path
getRdb(String, boolean) - Method in class org.yamcs.yarch.rocksdb.Tablespace
(Creates) and returns a database in the given partition directory.
getRdbFactory() - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
getRealtimeFiller() - Method in class org.yamcs.parameterarchive.ParameterArchive
 
getReceivedSize() - Method in class org.yamcs.cfdp.DataFile
 
getReceiverFaultHandler(ConditionCode) - Method in class org.yamcs.cfdp.CfdpService
 
getReceptionTime() - Method in class org.yamcs.archive.XtceTmReplayHandler.ReplayPacket
 
getReceptionTime() - Method in class org.yamcs.TmPacket
Return the time when the packet has been received in Yamcs.
getReceptionTime() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int64 receptionTime = 3;
getReceptionTime() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional int64 receptionTime = 3;
getReceptionTime() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional int64 receptionTime = 3;
getRecords(int) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
getRecords(int) - Method in class org.yamcs.security.protobuf.AccountCollection
repeated .AccountRecord records = 2;
getRecords(int) - Method in interface org.yamcs.security.protobuf.AccountCollectionOrBuilder
repeated .AccountRecord records = 2;
getRecords(int) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
getRecords(int) - Method in class org.yamcs.security.protobuf.GroupCollection
repeated .GroupRecord records = 2;
getRecords(int) - Method in interface org.yamcs.security.protobuf.GroupCollectionOrBuilder
repeated .GroupRecord records = 2;
getRecordsBuilder(int) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
getRecordsBuilder(int) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
getRecordsBuilderList() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
getRecordsBuilderList() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
getRecordsCount() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
getRecordsCount() - Method in class org.yamcs.security.protobuf.AccountCollection
repeated .AccountRecord records = 2;
getRecordsCount() - Method in interface org.yamcs.security.protobuf.AccountCollectionOrBuilder
repeated .AccountRecord records = 2;
getRecordsCount() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
getRecordsCount() - Method in class org.yamcs.security.protobuf.GroupCollection
repeated .GroupRecord records = 2;
getRecordsCount() - Method in interface org.yamcs.security.protobuf.GroupCollectionOrBuilder
repeated .GroupRecord records = 2;
getRecordsList() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
getRecordsList() - Method in class org.yamcs.security.protobuf.AccountCollection
repeated .AccountRecord records = 2;
getRecordsList() - Method in interface org.yamcs.security.protobuf.AccountCollectionOrBuilder
repeated .AccountRecord records = 2;
getRecordsList() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
getRecordsList() - Method in class org.yamcs.security.protobuf.GroupCollection
repeated .GroupRecord records = 2;
getRecordsList() - Method in interface org.yamcs.security.protobuf.GroupCollectionOrBuilder
repeated .GroupRecord records = 2;
getRecordsOrBuilder(int) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
getRecordsOrBuilder(int) - Method in class org.yamcs.security.protobuf.AccountCollection
repeated .AccountRecord records = 2;
getRecordsOrBuilder(int) - Method in interface org.yamcs.security.protobuf.AccountCollectionOrBuilder
repeated .AccountRecord records = 2;
getRecordsOrBuilder(int) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
getRecordsOrBuilder(int) - Method in class org.yamcs.security.protobuf.GroupCollection
repeated .GroupRecord records = 2;
getRecordsOrBuilder(int) - Method in interface org.yamcs.security.protobuf.GroupCollectionOrBuilder
repeated .GroupRecord records = 2;
getRecordsOrBuilderList() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
getRecordsOrBuilderList() - Method in class org.yamcs.security.protobuf.AccountCollection
repeated .AccountRecord records = 2;
getRecordsOrBuilderList() - Method in interface org.yamcs.security.protobuf.AccountCollectionOrBuilder
repeated .AccountRecord records = 2;
getRecordsOrBuilderList() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
getRecordsOrBuilderList() - Method in class org.yamcs.security.protobuf.GroupCollection
repeated .GroupRecord records = 2;
getRecordsOrBuilderList() - Method in interface org.yamcs.security.protobuf.GroupCollectionOrBuilder
repeated .GroupRecord records = 2;
getRedirectURI() - Method in class org.yamcs.http.auth.LoginRequest
 
getRedirectURI() - Method in class org.yamcs.http.auth.OpenIDAuthenticationRequest
 
getReference(String) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader.BasicPrefFactory
 
getReference(String) - Method in interface org.yamcs.mdb.ConditionParser.ParameterReferenceFactory
 
getRegressionSumSquares() - Method in class org.yamcs.external.SimpleRegression
Returns the sum of squared deviations of the predicted y values about their mean (which equals the mean of y).
getRelation() - Method in class org.yamcs.yarch.streamsql.RelationalExpression
 
getRelativeItemUuid() - Method in class org.yamcs.timeline.TimelineItem
 
getRelativeStart() - Method in class org.yamcs.timeline.TimelineItem
 
getRemoteEntities() - Method in class org.yamcs.cfdp.CfdpService
 
getRemoteEntities() - Method in interface org.yamcs.filetransfer.FileTransferService
Get the list of configured remote entity.
getRemoteEntity(long) - Method in class org.yamcs.cfdp.CfdpService
 
getRemoteFileListMonitors() - Method in class org.yamcs.cfdp.CfdpService
 
getRemoteFileListMonitors() - Method in interface org.yamcs.filetransfer.FileListingService
 
getRemotePath() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getRemotePath() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
getRemotePath() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getRemotePath() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getRemotePath() - Method in interface org.yamcs.filetransfer.FileTransfer
return the remote path of the file which is being transfered.
getReplayRequest() - Method in class org.yamcs.Processor
valid only if isArchiveReplay returns true
getReplayRequest() - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
getReplayRequest() - Method in class org.yamcs.tctm.ReplayService
 
getReplayState() - Method in class org.yamcs.Processor
valid only if isArchiveReplay returns true
getReplayState() - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
getReplayState() - Method in class org.yamcs.tctm.ReplayService
 
getReplayTime() - Method in class org.yamcs.archive.YarchReplay
 
getReplayTime() - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
getReplayTime() - Method in class org.yamcs.tctm.ReplayService
 
getReplicationInfo(Context, Empty, Observer<ReplicationInfo>) - Method in class org.yamcs.http.api.ReplicationApi
 
getRequestBaseURL() - Method in class org.yamcs.http.HandlerContext
Attempts to derive the externally used URL to Yamcs based on request information
getRequestCount() - Method in class org.yamcs.http.Route
 
getRequestCounter() - Method in class org.yamcs.http.Route
 
getRequestPrototype() - Method in class org.yamcs.http.Context
 
getRequestPrototype() - Method in class org.yamcs.http.Topic
 
getRequestSeq() - Method in class org.yamcs.replication.protobuf.Request.Builder
used to track back the response
getRequestSeq() - Method in class org.yamcs.replication.protobuf.Request
used to track back the response
getRequestSeq() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
used to track back the response
getRequestSeq() - Method in class org.yamcs.replication.protobuf.Response.Builder
optional uint32 requestSeq = 1;
getRequestSeq() - Method in class org.yamcs.replication.protobuf.Response
optional uint32 requestSeq = 1;
getRequestSeq() - Method in interface org.yamcs.replication.protobuf.ResponseOrBuilder
optional uint32 requestSeq = 1;
getRequiredParameters() - Method in class org.yamcs.mdb.AbstractDataEncoder
 
getResolver() - Static method in class org.yamcs.YConfiguration
 
getResponsePrototype() - Method in class org.yamcs.http.Context
 
getResponsePrototype() - Method in class org.yamcs.http.Topic
 
getResponseType() - Method in class org.yamcs.http.auth.OpenIDAuthenticationRequest
 
getResult() - Method in class org.yamcs.replication.protobuf.Response.Builder
optional int32 result = 2;
getResult() - Method in class org.yamcs.replication.protobuf.Response
optional int32 result = 2;
getResult() - Method in interface org.yamcs.replication.protobuf.ResponseOrBuilder
optional int32 result = 2;
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.AlterSequenceStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.AlterTableStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.CreateOutputStreamStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.DeleteStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.DescribeStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.InsertStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.ShowDatabasesStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.ShowEnginesStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.ShowSequencesStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.ShowStreamsStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.ShowStreamStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.ShowTablesStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.SimpleStreamSqlStatement
 
getResultDefinition() - Method in class org.yamcs.yarch.streamsql.UpdateTableStatement
 
getReturnValue() - Method in class org.yamcs.algorithms.AlgorithmExecutionResult
 
getReverseLookup() - Method in class org.yamcs.http.HttpServer
 
getRleRangeDescending(int, int) - Method in class org.yamcs.parameterarchive.ObjectSegment
 
getRole(String) - Method in class org.yamcs.security.Directory
 
getRole(Context, GetRoleRequest, Observer<RoleInfo>) - Method in class org.yamcs.http.api.IamApi
 
getRoles() - Method in class org.yamcs.security.Directory
 
getRoles() - Method in class org.yamcs.security.User
 
getRoles(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated string roles = 5;
getRoles(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
repeated string roles = 5;
getRoles(int) - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
repeated string roles = 5;
getRolesBytes(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated string roles = 5;
getRolesBytes(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
repeated string roles = 5;
getRolesBytes(int) - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
repeated string roles = 5;
getRolesCount() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated string roles = 5;
getRolesCount() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
repeated string roles = 5;
getRolesCount() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
repeated string roles = 5;
getRolesList() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated string roles = 5;
getRolesList() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
repeated string roles = 5;
getRolesList() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
repeated string roles = 5;
getRoot() - Method in class org.yamcs.yarch.YarchDatabaseInstance
Returns the root directory for this database instance.
getRoot() - Method in class org.yamcs.YConfiguration
 
getRootContainer() - Method in class org.yamcs.StreamConfig.TmStreamConfigEntry
 
getRootPath() - Method in class org.yamcs.yarch.FileSystemBucketDatabase
 
getRouteParam(String) - Method in class org.yamcs.http.RouteContext
 
getRoutes() - Method in class org.yamcs.http.HttpServer
 
getRpc(String) - Method in class org.yamcs.http.ProtobufRegistry
 
getRSquare() - Method in class org.yamcs.external.SimpleRegression
Returns the coefficient of determination, usually denoted r-square.
getScope() - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
getScope() - Method in class org.yamcs.http.auth.OpenIDAuthenticationRequest
 
getScope() - Method in class org.yamcs.security.OpenIDAuthModule
 
getSecond() - Method in class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
getSecondaryHeaderFlag() - Method in class org.yamcs.tctm.CcsdsPacket
 
getSecondaryHeaderFlag(byte[]) - Static method in class org.yamcs.tctm.CcsdsPacket
 
getSecondaryIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for SECONDARY_INDEX
getSecondaryIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for SECONDARY_INDEX
getSecondaryIndex() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for SECONDARY_INDEX
getSecondaryIndex() - Method in class org.yamcs.yarch.TableDefinition
 
getSecondaryIndex(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndex(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndex(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for SECONDARY_INDEX
getSecondaryIndexBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexCount() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexOrBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for SECONDARY_INDEX
getSecondaryIndexOrBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for SECONDARY_INDEX
getSecondaryIndexOrBuilder() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for SECONDARY_INDEX
getSecondaryIndexOrBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexOrBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexOrBuilder(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexOrBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexOrBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexOrBuilderList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .SecondaryIndex secondaryIndex = 11;
getSecondaryIndexWriter() - Method in class org.yamcs.yarch.rocksdb.RdbTable
 
getSecretKey() - Method in class org.yamcs.YamcsServer
 
getSecurityStore() - Static method in class org.yamcs.http.auth.AuthHandler
 
getSecurityStore() - Method in class org.yamcs.YamcsServer
 
getSegmentationControl() - Method in class org.yamcs.cfdp.PutRequest
 
getSegmentEnd() - Method in class org.yamcs.cfdp.pdu.SegmentRequest
 
getSegmentEnd() - Method in class org.yamcs.parameterarchive.MultiParameterValueSegment
 
getSegmentEnd() - Method in class org.yamcs.parameterarchive.ParameterValueSegment
 
getSegmentEnd() - Method in class org.yamcs.parameterarchive.PGSegment
 
getSegmentEnd() - Method in class org.yamcs.parameterarchive.SortedTimeSegment
 
getSegmentRequests() - Method in class org.yamcs.cfdp.pdu.NakPacket
 
getSegments(int, int, boolean) - Method in class org.yamcs.parameterarchive.RealtimeArchiveFiller
Return the list of segments for the (parameterId, parameterGroupId) currently in memory.
getSegments(ParameterId[], int, boolean) - Method in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
getSegmentStart() - Method in class org.yamcs.cfdp.pdu.SegmentRequest
 
getSegmentStart() - Method in class org.yamcs.parameterarchive.MultiParameterValueSegment
 
getSegmentStart() - Method in class org.yamcs.parameterarchive.ParameterValueSegment
 
getSegmentStart() - Method in class org.yamcs.parameterarchive.PGSegment
 
getSegmentStart() - Method in class org.yamcs.parameterarchive.SortedTimeSegment
 
getSegmentStart() - Method in class org.yamcs.yarch.HistogramSegment
 
getSelectCmd() - Method in class org.yamcs.archive.CommandHistoryReplayHandler
 
getSelectCmd() - Method in class org.yamcs.archive.EventReplayHandler
 
getSelectCmd() - Method in class org.yamcs.archive.ParameterReplayHandler
Provides a select statement like this:
getSelectCmd() - Method in interface org.yamcs.archive.ReplayHandler
 
getSelectCmd() - Method in class org.yamcs.archive.XtceTmReplayHandler
 
getSenderFaultHandler(ConditionCode) - Method in class org.yamcs.cfdp.CfdpService
 
getSeq() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
optional int32 seq = 1;
getSeq() - Method in class org.yamcs.security.protobuf.AccountCollection
optional int32 seq = 1;
getSeq() - Method in interface org.yamcs.security.protobuf.AccountCollectionOrBuilder
optional int32 seq = 1;
getSeq() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
optional int32 seq = 1;
getSeq() - Method in class org.yamcs.security.protobuf.GroupCollection
optional int32 seq = 1;
getSeq() - Method in interface org.yamcs.security.protobuf.GroupCollectionOrBuilder
optional int32 seq = 1;
getSeqCount() - Method in class org.yamcs.ContainerExtractionResult
 
getSeqCount() - Method in class org.yamcs.TmPacket
The sequence count together with the generation time are supposed to uniquely identify the packet.
getSeqInterruptionDelta() - Method in class org.yamcs.tctm.ccsds.UslpTransferFrame
 
getSeqNumber() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int32 seqNumber = 4;
getSeqNumber() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional int32 seqNumber = 4;
getSeqNumber() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional int32 seqNumber = 4;
getSequence() - Method in class org.yamcs.yarch.TableColumnDefinition
 
getSequence(String, boolean) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
getSequence(String, boolean) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getSequence(YarchDatabaseInstance, String, boolean) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
getSequence(YarchDatabaseInstance, String, boolean) - Method in interface org.yamcs.yarch.StorageEngine
Returns a sequence with the given name if it exists or first create it and returns it if create is true.
getSequenceCount() - Method in class org.yamcs.tctm.CcsdsPacket
 
getSequenceCount(byte[]) - Static method in class org.yamcs.tctm.CcsdsPacket
 
getSequenceCount(ByteBuffer) - Static method in class org.yamcs.tctm.CcsdsPacket
 
getSequenceEntry() - Method in class org.yamcs.parameter.ContainerParameterValue
 
getSequenceNumber() - Method in class org.yamcs.archive.XtceTmReplayHandler.ReplayPacket
 
getSequenceNumber() - Method in class org.yamcs.cfdp.CfdpTransactionId
 
getSequenceNumber() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
getSequenceNumber() - Method in class org.yamcs.commanding.PreparedCommand
 
getSequenceNumberLength() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
getSequencesInfo() - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
getSequencesInfo() - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getSequencesInfo(YarchDatabaseInstance) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
getSequencesInfo(YarchDatabaseInstance) - Method in interface org.yamcs.yarch.StorageEngine
Gets the list of sequences togehter with their latest values
getSerializedSize() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
getSerializedSize() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
getSerializedSize() - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
getSerializedSize() - Method in class org.yamcs.replication.protobuf.Request
 
getSerializedSize() - Method in class org.yamcs.replication.protobuf.Response
 
getSerializedSize() - Method in class org.yamcs.replication.protobuf.StreamInfo
 
getSerializedSize() - Method in class org.yamcs.replication.protobuf.TimeMessage
 
getSerializedSize() - Method in class org.yamcs.replication.protobuf.Wakeup
 
getSerializedSize() - Method in class org.yamcs.security.protobuf.AccountCollection
 
getSerializedSize() - Method in class org.yamcs.security.protobuf.AccountRecord
 
getSerializedSize() - Method in class org.yamcs.security.protobuf.Clearance
 
getSerializedSize() - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
getSerializedSize() - Method in class org.yamcs.security.protobuf.GroupCollection
 
getSerializedSize() - Method in class org.yamcs.security.protobuf.GroupRecord
 
getSerializedSize() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
getSerializedSize() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
getSerializedSize() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
getSerializedSize() - Method in class org.yamcs.timeline.protobuf.BandFilter
 
getSerializedSize() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
getSerializedSize() - Method in class org.yamcs.yarch.protobuf.Db.Event
 
getSerializedSize() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
getSerializedSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
getSerializedSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
getSerializedSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
getSerializedSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
getSerializedSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
getSerializedSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
getSerializedSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
getSerializedSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
getSerializedSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
getSerializedSize(DataType) - Static method in class org.yamcs.yarch.DataType
return the size in bytes of the encoded data type if it can be encoded on fixed size, or -1 if not.
getSerializer() - Method in class org.yamcs.yarch.TableColumnDefinition
 
getServer() - Static method in class org.yamcs.YamcsServer
 
getServerId() - Method in class org.yamcs.YamcsServer
The serverId has to be unique among Yamcs servers connected to eachother.
getServerInfo(Context, Empty, Observer<GetServerInfoResponse>) - Method in class org.yamcs.http.api.ServerApi
 
getService() - Method in class org.yamcs.http.RpcDescriptor
 
getService() - Method in class org.yamcs.ProcessorServiceWithConfig
 
getService() - Method in class org.yamcs.ServiceWithConfig
 
getService(Class<T>, String) - Method in class org.yamcs.YamcsServerInstance
Return the service of the given class and name or null if not existing.
getService(String) - Method in class org.yamcs.YamcsServerInstance
 
getService(String, Class<T>) - Method in class org.yamcs.YamcsServer
Returns the service matching the specified class.
getService(Context, GetServiceRequest, Observer<ServiceInfo>) - Method in class org.yamcs.http.api.ServicesApi
 
getServiceAccount(String) - Method in class org.yamcs.security.Directory
 
getServiceAccount(Context, GetServiceAccountRequest, Observer<ServiceAccountInfo>) - Method in class org.yamcs.http.api.IamApi
 
getServiceAccounts() - Method in class org.yamcs.security.Directory
 
getServiceClass() - Method in class org.yamcs.ProcessorServiceWithConfig
 
getServiceClass() - Method in class org.yamcs.ServiceWithConfig
 
getServiceConfigList(String) - Method in class org.yamcs.YConfiguration
This is the same like the method above but will create a {class: "string"} for strings rather than throwing an exception.
getServiceDetail() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.ServiceAccountRecordDetail serviceDetail = 10;
getServiceDetail() - Method in class org.yamcs.security.protobuf.AccountRecord
.ServiceAccountRecordDetail serviceDetail = 10;
getServiceDetail() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
.ServiceAccountRecordDetail serviceDetail = 10;
getServiceDetailBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.ServiceAccountRecordDetail serviceDetail = 10;
getServiceDetailOrBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.ServiceAccountRecordDetail serviceDetail = 10;
getServiceDetailOrBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord
.ServiceAccountRecordDetail serviceDetail = 10;
getServiceDetailOrBuilder() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
.ServiceAccountRecordDetail serviceDetail = 10;
getServices() - Method in class org.yamcs.http.audit.AuditRecordFilter
 
getServices() - Method in class org.yamcs.Processor
 
getServices() - Method in class org.yamcs.YamcsServerInstance
 
getServices(Class<T>) - Method in class org.yamcs.Processor
 
getServices(Class<T>) - Method in class org.yamcs.YamcsServerInstance
 
getServices(String, Class<T>) - Method in class org.yamcs.YamcsServer
 
getServices(User) - Method in class org.yamcs.http.audit.AuditLog
 
getServicesWithConfig(Class<T>) - Method in class org.yamcs.YamcsServerInstance
 
getServiceWithConfig(String) - Method in class org.yamcs.YamcsServerInstance
 
getSession(String) - Method in class org.yamcs.security.SessionManager
 
getSessionManager() - Method in class org.yamcs.security.SecurityStore
 
getSessions() - Method in class org.yamcs.security.SessionManager
 
getSevereRange() - Method in class org.yamcs.parameter.BasicParameterValue
 
getSevereRange() - Method in class org.yamcs.parameter.ParameterStatus
 
getSeverity() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional .yamcs.protobuf.events.Event.EventSeverity severity = 7 [default = INFO];
getSeverity() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional .yamcs.protobuf.events.Event.EventSeverity severity = 7 [default = INFO];
getSeverity() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional .yamcs.protobuf.events.Event.EventSeverity severity = 7 [default = INFO];
getShelveDuration() - Method in class org.yamcs.alarms.ActiveAlarm
 
getShelveExpiration() - Method in class org.yamcs.alarms.ActiveAlarm
 
getShelveMessage() - Method in class org.yamcs.alarms.ActiveAlarm
 
getShelveTime() - Method in class org.yamcs.alarms.ActiveAlarm
 
getShelveUsername() - Method in class org.yamcs.alarms.ActiveAlarm
 
getShLength() - Method in class org.yamcs.tctm.ccsds.TmTransferFrame
Return the length of the secondary header in bytes
getShort() - Method in class org.yamcs.utils.ByteArray
 
getShortColumn(String) - Method in class org.yamcs.yarch.Tuple
Get the value of column as short.
getShStart() - Method in class org.yamcs.tctm.ccsds.TmTransferFrame
 
getSign() - Method in enum org.yamcs.yarch.streamsql.AddOp
 
getSign() - Method in enum org.yamcs.yarch.streamsql.BitwiseOp
 
getSign() - Method in enum org.yamcs.yarch.streamsql.RelOp
 
getSint32Value() - Method in class org.yamcs.parameter.SInt32Value
 
getSint32Value() - Method in class org.yamcs.parameter.Value
 
getSint32Value(int) - Static method in class org.yamcs.utils.ValueUtility
 
getSint64Value() - Method in class org.yamcs.parameter.EnumeratedValue
 
getSint64Value() - Method in class org.yamcs.parameter.SInt64Value
 
getSint64Value() - Method in class org.yamcs.parameter.Value
 
getSint64Value(long) - Static method in class org.yamcs.utils.ValueUtility
 
getSize() - Method in class org.yamcs.cfdp.DataFile
 
getSize() - Method in class org.yamcs.mdb.TcProcessingContext
 
getSize() - Method in class org.yamcs.parameter.ParameterValueList
 
getSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
current bucket size
getSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
current bucket size
getSize() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
current bucket size
getSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional uint64 size = 5;
getSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional uint64 size = 5;
getSize() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional uint64 size = 5;
getSizePrefixedProto(T) - Method in class org.yamcs.utils.ByteArray
 
getSizePrefixedUTF() - Method in class org.yamcs.utils.ByteArray
 
getSlaveServers() - Method in class org.yamcs.replication.ReplicationMaster
 
getSlope() - Method in class org.yamcs.external.SimpleRegression
Returns the slope of the estimated regression line.
getSlopeStdErr() - Method in class org.yamcs.external.SimpleRegression
Returns the standard error of the slope estimate, usually denoted s(b1).
getSnapshot() - Method in class org.yamcs.yarch.rocksdb.YRDB
 
getSnapshot(YRDB) - Method in class org.yamcs.yarch.ExecutionContext
 
getSoftwareParameterManager(DataSource) - Method in class org.yamcs.parameter.ParameterProcessorManager
 
getSource() - Method in class org.yamcs.templating.Template
 
getSource() - Method in class org.yamcs.timeline.TimelineBand
 
getSource() - Method in class org.yamcs.timeline.TimelineItem
 
getSource() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string source = 1;
getSource() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional string source = 1;
getSource() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional string source = 1;
getSource(String) - Method in class org.yamcs.timeline.TimelineService
 
getSourceBytes() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string source = 1;
getSourceBytes() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional string source = 1;
getSourceBytes() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional string source = 1;
getSourceEntityId() - Method in class org.yamcs.cfdp.pdu.OriginatingTransactionId
 
getSourceFilename() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
getSourceFileName() - Method in class org.yamcs.cfdp.pdu.ProxyPutRequest
 
getSourceFileName() - Method in class org.yamcs.cfdp.PutRequest
 
getSourceId() - Method in class org.yamcs.cfdp.FilePutRequest
 
getSourceId() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
getSources() - Method in class org.yamcs.timeline.TimelineService
 
getSpacecraftId() - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
getSpacecraftId() - Method in class org.yamcs.tctm.ccsds.MasterChannelFrameHandler
 
getSpaceSystem(Context, Mdb.GetSpaceSystemRequest, Observer<Mdb.SpaceSystemInfo>) - Method in class org.yamcs.http.api.MdbApi
 
getSpaceSystems() - Method in class org.yamcs.http.api.MdbPageBuilder.MdbPage
 
getSpec() - Method in class org.yamcs.algorithms.AlgorithmManager
 
getSpec() - Method in class org.yamcs.archive.CommandHistoryRecorder
 
getSpec() - Method in class org.yamcs.archive.ParameterRecorder
 
getSpec() - Method in class org.yamcs.archive.XtceTmRecorder
 
getSpec() - Method in class org.yamcs.cascading.YamcsLink
 
getSpec() - Method in class org.yamcs.cfdp.CfdpService
 
getSpec() - Method in class org.yamcs.filetransfer.BasicListingParser
 
getSpec() - Method in class org.yamcs.filetransfer.CsvListingParser
 
getSpec() - Method in class org.yamcs.filetransfer.FileListingParser
 
getSpec() - Method in class org.yamcs.http.HttpServer
 
getSpec() - Static method in class org.yamcs.mdb.ContainerProcessingOptions
 
getSpec() - Method in class org.yamcs.parameter.SystemParametersService
 
getSpec() - Static method in class org.yamcs.parameterarchive.BackFiller
 
getSpec() - Method in class org.yamcs.parameterarchive.ParameterArchive
 
getSpec() - Method in interface org.yamcs.Plugin
Returns the valid configuration options for this plugin.
getSpec() - Static method in class org.yamcs.ProcessorConfig
 
getSpec() - Method in class org.yamcs.ProcessorCreatorService
 
getSpec() - Method in interface org.yamcs.ProcessorService
Returns the valid configuration of the input args of this service.
getSpec() - Method in class org.yamcs.ProcessRunner
 
getSpec() - Method in class org.yamcs.replication.ReplicationMaster
 
getSpec() - Method in class org.yamcs.replication.ReplicationServer
 
getSpec() - Method in class org.yamcs.replication.ReplicationSlave
 
getSpec() - Method in interface org.yamcs.security.AuthModule
Returns the valid configuration of the input args of this AuthModule.
getSpec() - Method in class org.yamcs.security.DirectoryAuthModule
 
getSpec() - Method in class org.yamcs.security.IPAddressAuthModule
 
getSpec() - Method in class org.yamcs.security.KerberosAuthModule
 
getSpec() - Method in class org.yamcs.security.LdapAuthModule
 
getSpec() - Method in class org.yamcs.security.OpenIDAuthModule
 
getSpec() - Method in class org.yamcs.security.RemoteUserAuthModule
 
getSpec() - Method in class org.yamcs.security.SingleUserAuthModule
 
getSpec() - Method in class org.yamcs.security.SpnegoAuthModule
 
getSpec() - Method in class org.yamcs.security.YamlAuthModule
 
getSpec() - Method in class org.yamcs.Spec.Option
 
getSpec() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
 
getSpec() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
getSpec() - Method in class org.yamcs.tctm.cfs.CfsEventDecoder
 
getSpec() - Method in class org.yamcs.tctm.FilePollingTmDataLink
 
getSpec() - Method in interface org.yamcs.tctm.Link
Returns the valid configuration of the input args of this link.
getSpec() - Method in class org.yamcs.tctm.TcpTcDataLink
 
getSpec() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
getSpec() - Method in class org.yamcs.tctm.TcpTmDataLink
 
getSpec() - Method in class org.yamcs.tctm.UdpParameterDataLink
 
getSpec() - Method in class org.yamcs.tctm.UdpTcDataLink
 
getSpec() - Method in class org.yamcs.tctm.UdpTmDataLink
 
getSpec() - Method in class org.yamcs.time.TimeCorrelationService
 
getSpec() - Method in class org.yamcs.YamcsServer
Returns the configuration specification for the config returned by YamcsServer.getConfig().
getSpec() - Static method in class org.yamcs.YamcsServerInstance
 
getSpec() - Method in interface org.yamcs.YamcsService
Returns the valid configuration options for this service.
getSpeed() - Method in class org.yamcs.archive.ReplayOptions
 
getSpeed() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
time speed (mission time vs wall clock time)
getSpeed() - Method in class org.yamcs.replication.protobuf.TimeMessage
time speed (mission time vs wall clock time)
getSpeed() - Method in interface org.yamcs.replication.protobuf.TimeMessageOrBuilder
time speed (mission time vs wall clock time)
getSpeed() - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
getSpeed() - Method in class org.yamcs.tctm.ReplayService
 
getSpeed() - Method in class org.yamcs.time.SimulationTimeService
 
getSpeed() - Method in interface org.yamcs.time.TimeService
If the time service is a simulated time, this gives the relation between the (simulated) mission time and the wall clock time: 1.0 = realtime speed. >1.0 = faster than realtime <1.0 = slower than realtime.
getSstart(byte[]) - Static method in class org.yamcs.yarch.HistogramSegment
 
getStart() - Method in class org.yamcs.archive.IndexRequest
 
getStart() - Method in class org.yamcs.parameterarchive.MultipleParameterRequest
 
getStart() - Method in class org.yamcs.parameterarchive.ParameterRequest
 
getStart() - Method in class org.yamcs.timeline.TimelineItem
 
getStart() - Method in class org.yamcs.utils.TimeInterval
 
getStart() - Method in class org.yamcs.yarch.HistogramRecord
 
getStart() - Method in class org.yamcs.yarch.Partition
 
getStart() - Method in class org.yamcs.yarch.TimePartitionInfo
 
getStartTime() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getStartTime() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
getStartTime() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getStartTime() - Method in interface org.yamcs.filetransfer.FileTransfer
 
getStartTime() - Method in class org.yamcs.security.UserSession
 
getStartTxId() - Method in class org.yamcs.replication.protobuf.Request.Builder
start replay with this transaction
getStartTxId() - Method in class org.yamcs.replication.protobuf.Request
start replay with this transaction
getStartTxId() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
start replay with this transaction
getState() - Method in class org.yamcs.archive.YarchReplay
 
getState() - Method in class org.yamcs.commanding.CommandQueue
 
getState() - Method in class org.yamcs.commanding.CommandQueueState
The state of the queue.
getState() - Method in class org.yamcs.commanding.ValueChangeVerifier
 
getState() - Method in class org.yamcs.http.auth.LoginRequest
 
getState() - Method in class org.yamcs.http.auth.OpenIDAuthenticationRequest
 
getState() - Method in class org.yamcs.Processor
 
getState() - Method in class org.yamcs.yarch.Stream
 
getStateExpirationRemainingS() - Method in class org.yamcs.commanding.CommandQueue
 
getStatistics() - Method in class org.yamcs.mdb.XtceTmExtractor
 
getStatistics() - Method in class org.yamcs.mdb.XtceTmProcessor
 
getStatus() - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
getStatus() - Method in enum org.yamcs.cfdp.pdu.AckPacket.TransactionStatus
 
getStatus() - Method in exception org.yamcs.http.BadRequestException
 
getStatus() - Method in exception org.yamcs.http.ForbiddenException
 
getStatus() - Method in exception org.yamcs.http.HttpException
 
getStatus() - Method in exception org.yamcs.http.InternalServerErrorException
 
getStatus() - Method in exception org.yamcs.http.MethodNotAllowedException
 
getStatus() - Method in exception org.yamcs.http.NotFoundException
 
getStatus() - Method in exception org.yamcs.http.ServiceUnavailableException
 
getStatus() - Method in exception org.yamcs.http.UnauthorizedException
 
getStatus() - Method in class org.yamcs.parameter.BasicParameterValue
 
getStatus() - Method in class org.yamcs.time.TimeCorrelationService
 
getStatus() - Method in class org.yamcs.timeline.Activity
 
getStatus() - Method in class org.yamcs.TmPacket
The 32bit flag.
getStatus(Context, GetStatusRequest, Observer<Cop1Status>) - Method in class org.yamcs.http.api.Cop1Api
 
getStatus(Context, GetTcoStatusRequest, Observer<TcoStatus>) - Method in class org.yamcs.http.api.TimeCorrelationApi
 
getStatus(BasicParameterValue, Pvalue.ParameterStatus) - Static method in class org.yamcs.parameterarchive.ParameterStatusSegment
 
getStatusCode() - Method in class org.yamcs.http.Context
 
getStatuses() - Method in class org.yamcs.parameterarchive.ParameterValueArray
 
getStop() - Method in class org.yamcs.archive.IndexRequest
 
getStop() - Method in class org.yamcs.parameterarchive.MultipleParameterRequest
 
getStop() - Method in class org.yamcs.parameterarchive.ParameterRequest
 
getStop() - Method in class org.yamcs.yarch.HistogramRecord
 
getStorageEngine() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string storageEngine = 6;
getStorageEngine() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional string storageEngine = 6;
getStorageEngine() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional string storageEngine = 6;
getStorageEngine(String) - Static method in class org.yamcs.yarch.YarchDatabase
 
getStorageEngine(TableDefinition) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getStorageEngineBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string storageEngine = 6;
getStorageEngineBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional string storageEngine = 6;
getStorageEngineBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional string storageEngine = 6;
getStorageEngineName() - Method in class org.yamcs.yarch.TableDefinition
 
getStorageEngineNames() - Static method in class org.yamcs.yarch.YarchDatabase
 
getStorageEngines() - Static method in class org.yamcs.yarch.YarchDatabase
 
getStream() - Method in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
getStream(String) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getStream(Context, Table.GetStreamRequest, Observer<Table.StreamInfo>) - Method in class org.yamcs.http.api.TableApi
 
getStreamNames() - Method in class org.yamcs.replication.ReplicationMaster
 
getStreamNames() - Method in class org.yamcs.replication.ReplicationSlave
 
getStreamNames(StreamConfig.StandardStreamType) - Method in class org.yamcs.StreamConfig
 
getStreamParameterSender() - Method in class org.yamcs.Processor
If recording to the archive initial values and local parameters is enabled, this class can be used to do it.
getStreams() - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getString(String) - Method in class org.yamcs.memento.MementoDb
Returns the string value of the given key.
getString(String) - Method in class org.yamcs.YConfiguration
 
getString(String, String) - Method in class org.yamcs.YConfiguration
 
getString(Map<String, Object>, String) - Static method in class org.yamcs.YConfiguration
Returns m.get(key) if it exists and is of type string, otherwise throws an exception
getString(Map<String, Object>, String, String) - Static method in class org.yamcs.YConfiguration
 
getStringAttribute(String) - Method in class org.yamcs.commanding.PreparedCommand
 
getStringDefinition() - Method in class org.yamcs.yarch.ColumnDefinition
Returns a sql like "name type" definition for the column
getStringDefinition() - Method in class org.yamcs.yarch.TupleDefinition
Returns a string "(col1 type, col2 type2, ....)"
getStringDefinition1() - Method in class org.yamcs.yarch.TupleDefinition
Returns a string "col1 type, col2 type2, ...."
getStringGbpValue(String) - Static method in class org.yamcs.utils.ValueUtility
 
getStringValue() - Method in class org.yamcs.parameter.EnumeratedValue
 
getStringValue() - Method in class org.yamcs.parameter.StringValue
 
getStringValue() - Method in class org.yamcs.parameter.Value
 
getStringValue(String) - Static method in class org.yamcs.utils.ValueUtility
 
getStyle() - Method in class org.yamcs.tctm.LinkAction
Return the style of this action.
getSubject() - Method in class org.yamcs.http.auth.JwtToken
 
getSubLinks() - Method in class org.yamcs.cascading.YamcsLink
 
getSubLinks() - Method in interface org.yamcs.tctm.AggregatedDataLink
 
getSubLinks() - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
getSubLinks() - Method in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
getSubList(String, String) - Method in class org.yamcs.YConfiguration
 
getSubMap(String, String) - Method in class org.yamcs.YConfiguration
 
getSubscribedContainer(SequenceContainer) - Method in class org.yamcs.mdb.Subscription
 
getSubscriberCount() - Method in class org.yamcs.yarch.Stream
 
getSubscribers() - Method in class org.yamcs.yarch.Stream
 
getSubscription() - Method in class org.yamcs.mdb.XtceTmExtractor
 
getSubscription() - Method in class org.yamcs.mdb.XtceTmProcessor
 
getSubscriptionId() - Method in exception org.yamcs.InvalidRequestIdentification
 
getSubString(String, String) - Method in class org.yamcs.YConfiguration
 
GetSuffix(int) - Method in class org.yamcs.templating.SimpleCharStream
Get the suffix.
GetSuffix(int) - Method in class org.yamcs.utils.parser.SimpleCharStream
Get the suffix.
getSumOfCrossProducts() - Method in class org.yamcs.external.SimpleRegression
Returns the sum of crossproducts, xi*yi.
getSumSquaredErrors() - Method in class org.yamcs.external.SimpleRegression
Returns the sum of squared errors (SSE) associated with the regression model.
getSuperuser() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional bool superuser = 3;
getSuperuser() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional bool superuser = 3;
getSuperuser() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional bool superuser = 3;
getSystemInfo(Context, Empty, Observer<SystemInfo>) - Method in class org.yamcs.http.api.ServerApi
 
getSystemParameters() - Method in interface org.yamcs.parameter.SystemParametersProducer
Deprecated.
getSystemParameters() - Method in class org.yamcs.tctm.AbstractLink
 
getSystemParameters() - Method in class org.yamcs.time.TimeCorrelationService
 
getSystemParameters(long) - Method in class org.yamcs.commanding.CommandQueueManager
 
getSystemParameters(long) - Method in class org.yamcs.parameter.FileStoreParameterProducer
 
getSystemParameters(long) - Method in class org.yamcs.parameter.JvmParameterProducer
 
getSystemParameters(long) - Method in interface org.yamcs.parameter.SystemParametersProducer
return the next bunch of parameter values.
getSystemPrivileges() - Method in class org.yamcs.security.AuthorizationInfo
 
getSystemPrivileges() - Method in class org.yamcs.security.Role
 
getSystemPrivileges() - Method in class org.yamcs.security.SecurityStore
 
getSystemPrivileges() - Method in class org.yamcs.security.User
 
getSystemUser() - Method in class org.yamcs.security.SecurityStore
Returns the system user.
getTable(String) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getTable(Context, Table.GetTableRequest, Observer<Table.TableInfo>) - Method in class org.yamcs.http.api.TableApi
 
getTable(TableDefinition) - Method in class org.yamcs.yarch.rocksdb.Tablespace
returns the table associated to this definition or null if this table is not known.
getTableData(Context, Table.GetTableDataRequest, Observer<Table.TableData>) - Method in class org.yamcs.http.api.TableApi
 
getTableDefinition() - Method in class org.yamcs.yarch.PartitionManager
 
getTableDefinition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION
getTableDefinition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_DEFINITION
getTableDefinition() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_DEFINITION
getTableDefinition() - Method in class org.yamcs.yarch.streamsql.TableWalkerBuilder
 
getTableDefinition() - Method in class org.yamcs.yarch.TableReaderStream
 
getTableDefinitionBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION
getTableDefinitionOrBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION
getTableDefinitionOrBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_DEFINITION
getTableDefinitionOrBuilder() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_DEFINITION
getTableDefinitions() - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getTableHistograms(String, String) - Method in class org.yamcs.yarch.rocksdb.Tablespace
Returns a list of all records of type HISTOGRAM for a given instance and table If instanceName = tablespace name, it returns also records which do not have an instanceName specified.
getTableName() - Method in class org.yamcs.yarch.PartitionManager
Get the name of the table whose partitions are managed by this object.
getTableName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
getTableName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
getTableName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
getTableNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
getTableNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
getTableNameBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
getTablePartitions(String, String) - Method in class org.yamcs.yarch.rocksdb.Tablespace
Returns a list of all records of type TABLE_PARTITION for a given instance and table If instanceName = tablespace name, it returns also records which do not have an instanceName specified.
getTablespace() - Method in class org.yamcs.parameterarchive.ParameterArchive
 
getTablespace() - Method in class org.yamcs.yarch.ExecutionContext
 
getTablespace() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string tablespace = 8;
getTablespace() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional string tablespace = 8;
getTablespace() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional string tablespace = 8;
getTablespace() - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
getTablespace() - Method in class org.yamcs.yarch.rocksdb.RdbBucketDatabase
 
getTablespace() - Method in class org.yamcs.yarch.rocksdb.RdbTable
 
getTablespace(String) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
getTablespace(YarchDatabaseInstance) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
Create and/or get the tablespace for the yarch database instance.
getTablespaceBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string tablespace = 8;
getTablespaceBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional string tablespace = 8;
getTablespaceBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional string tablespace = 8;
getTablespaceConfig(String) - Method in class org.yamcs.yarch.rocksdb.RdbConfig
 
getTablespaceName() - Method in class org.yamcs.yarch.YarchDatabaseInstance
Tablespaces are used by RdbStorageEngine to store data.
getTablespaces() - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
getTabSize(int) - Method in class org.yamcs.templating.SimpleCharStream
 
getTabSize(int) - Method in class org.yamcs.utils.parser.SimpleCharStream
 
getTags() - Method in class org.yamcs.timeline.RetrievalFilter
Deprecated.
getTags() - Method in class org.yamcs.timeline.TimelineBand
 
getTags() - Method in class org.yamcs.timeline.TimelineBandDb
 
getTags() - Method in class org.yamcs.timeline.TimelineItem
 
getTags() - Method in class org.yamcs.timeline.TimelineItemDb
 
getTaiUtcConversionTable() - Static method in class org.yamcs.utils.TimeEncoding
 
getTbsIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional uint32 tbsIndex = 1;
getTbsIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
optional uint32 tbsIndex = 1;
getTbsIndex() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
optional uint32 tbsIndex = 1;
getTbsIndex() - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
getTbsIndex() - Method in class org.yamcs.yarch.rocksdb.SecondaryIndexWriter
 
getTcEntries() - Method in class org.yamcs.StreamConfig
 
getTcEntry(String) - Method in class org.yamcs.StreamConfig
 
getTcoConfig() - Method in class org.yamcs.time.TimeCorrelationService
 
getTcPatterns() - Method in class org.yamcs.commanding.CommandQueue
 
getTcPatterns() - Method in class org.yamcs.StreamConfig.TcStreamConfigEntry
 
getTcpClient() - Method in class org.yamcs.replication.ReplicationMaster.SlaveServer
 
getTcpClient() - Method in class org.yamcs.replication.ReplicationSlave
 
getTemplate() - Method in class org.yamcs.InstanceMetadata
 
getTemplate() - Method in class org.yamcs.YamcsServerInstance
 
getTemplateArgs() - Method in class org.yamcs.InstanceMetadata
 
getTemplateArgs() - Method in class org.yamcs.YamcsServerInstance
 
getTemplateSource() - Method in class org.yamcs.InstanceMetadata
 
getTemplateSource() - Method in class org.yamcs.YamcsServerInstance
 
getThread(Context, GetThreadRequest, Observer<ThreadInfo>) - Method in class org.yamcs.http.api.ServerApi
 
getThreadPoolExecutor() - Method in class org.yamcs.YamcsServer
 
getTime(int) - Method in class org.yamcs.parameterarchive.SortedTimeSegment
get timestamp at position idx
getTime(long) - Method in class org.yamcs.time.TimeCorrelationService
Returns the time when the on-board clock had the given value.
getTimeColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timeColumn = 2;
getTimeColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string timeColumn = 2;
getTimeColumn() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string timeColumn = 2;
getTimeColumnBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timeColumn = 2;
getTimeColumnBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string timeColumn = 2;
getTimeColumnBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string timeColumn = 2;
getTimeId() - Method in class org.yamcs.tctm.CcsdsPacket
 
getTimelineBandDb() - Method in class org.yamcs.timeline.TimelineService
 
getTimelineItemDb() - Method in class org.yamcs.timeline.TimelineService
 
getTimelineViewDb() - Method in class org.yamcs.timeline.TimelineService
 
getTimeParameterId() - Method in class org.yamcs.parameterarchive.ParameterIdDb
 
getTimePartitioningSchema() - Method in class org.yamcs.yarch.PartitioningSpec
 
getTimePartitionSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timePartitionSchema = 3;
getTimePartitionSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string timePartitionSchema = 3;
getTimePartitionSchema() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string timePartitionSchema = 3;
getTimePartitionSchemaBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timePartitionSchema = 3;
getTimePartitionSchemaBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string timePartitionSchema = 3;
getTimePartitionSchemaBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string timePartitionSchema = 3;
getTimer() - Method in class org.yamcs.Processor
 
getTimeSegment() - Method in class org.yamcs.parameterarchive.PGSegment
 
getTimeSegment(ParameterArchive.Partition, long, int) - Method in class org.yamcs.parameterarchive.ParameterArchive
 
getTimeService() - Method in class org.yamcs.YamcsServerInstance
 
getTimeService(String) - Static method in class org.yamcs.YamcsServer
Returns the time service for a given instance
getTimestampColumn(String) - Method in class org.yamcs.yarch.Tuple
 
getTimestamps() - Method in class org.yamcs.parameterarchive.ParameterValueArray
 
getTimestampValue() - Method in class org.yamcs.parameter.TimestampValue
 
getTimestampValue() - Method in class org.yamcs.parameter.Value
 
getTimestampValue(long) - Static method in class org.yamcs.utils.ValueUtility
 
getTitle() - Method in class org.yamcs.Spec.Option
 
getTmEntries() - Method in class org.yamcs.StreamConfig
 
getTmEntry(String) - Method in class org.yamcs.StreamConfig
 
getTmIndexName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TM_INDEX
getTmIndexName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TM_INDEX
getTmIndexName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TM_INDEX
getTmIndexNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TM_INDEX
getTmIndexNameBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TM_INDEX
getTmIndexNameBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TM_INDEX
getTmPacketProvider() - Method in class org.yamcs.Processor
 
getTmPackets() - Method in class org.yamcs.archive.IndexRequest
 
getTmParams() - Method in class org.yamcs.mdb.ProcessingData
 
getTmProcessor() - Method in class org.yamcs.container.ContainerRequestManager
 
getTmProcessor() - Method in class org.yamcs.Processor
 
getTof(Instant) - Method in class org.yamcs.time.TimeOfFlightEstimator
Returns time of flight of the signal received at ert at the ground station
getTofEstimator() - Method in class org.yamcs.time.TimeCorrelationService
 
getToken(int) - Method in class org.yamcs.templating.TemplateParser
Get the specific Token.
getToken(int) - Method in class org.yamcs.utils.parser.FilterParser
Get the specific Token.
getToken(int) - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
Get the specific Token.
getTokenStore() - Method in class org.yamcs.http.HttpServer
 
getTooltip() - Method in class org.yamcs.timeline.TimelineItem
 
getTopic() - Method in class org.yamcs.http.TopicContext
 
getTopics() - Method in class org.yamcs.http.HttpServer
 
getTotalSize() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getTotalSize() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
getTotalSize() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getTotalSize() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getTotalSize() - Method in interface org.yamcs.filetransfer.FileTransfer
return the file size in bytes or -1 if the size is not known.
getTotalSize() - Method in class org.yamcs.http.api.MdbPageBuilder.MdbPage
 
getTotalSumSquares() - Method in class org.yamcs.external.SimpleRegression
Returns the sum of squared deviations of the y values about their mean.
getTrace(String) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
getTrace(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmManager
 
getTransactionId() - Method in interface org.yamcs.cfdp.CfdpFileTransfer
Get the CFDP transaction id.
getTransactionId() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getTransactionId() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
getTransactionId() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
getTransactionId() - Method in class org.yamcs.cfdp.pdu.CfdpPacket
 
getTransactionId() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getTransactionSequenceNumber() - Method in class org.yamcs.cfdp.pdu.OriginatingTransactionId
 
getTransfer() - Method in class org.yamcs.cfdp.CancelRequest
 
getTransfer() - Method in class org.yamcs.cfdp.PauseRequest
 
getTransfer() - Method in class org.yamcs.cfdp.ResumeRequest
 
getTransfer(Context, GetTransferRequest, Observer<TransferInfo>) - Method in class org.yamcs.http.api.FileTransferApi
 
getTransferredSize() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
getTransferredSize() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
getTransferredSize() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getTransferredSize() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getTransferredSize() - Method in interface org.yamcs.filetransfer.FileTransfer
 
getTransferredSize() - Method in class org.yamcs.http.Context
Get the number of bytes transferred as the result of this call.
getTransfers() - Method in class org.yamcs.cfdp.CfdpService
 
getTransfers() - Method in interface org.yamcs.filetransfer.FileTransferService
Get the list of ongoing or past transfers.
getTransferState() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getTransferState() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
getTransferState() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getTransferState() - Method in interface org.yamcs.filetransfer.FileTransfer
 
getTransferType() - Method in class org.yamcs.cfdp.CompletedTransfer
 
getTransferType() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
getTransferType() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
getTransferType() - Method in interface org.yamcs.filetransfer.FileTransfer
 
getTransferType(MetadataPacket) - Static method in class org.yamcs.cfdp.OngoingCfdpTransfer
Sets the transfer type fom the metadata packet
getTransmissionConstraintCheckStart() - Method in class org.yamcs.commanding.ActiveCommand
 
getTransmissionMode() - Method in class org.yamcs.cfdp.pdu.ProxyTransmissionMode
 
getTransmissionMode() - Method in class org.yamcs.cfdp.PutRequest
 
getTriggerSet() - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
getTriggerValue() - Method in class org.yamcs.alarms.ActiveAlarm
 
getTupleDefinition() - Method in class org.yamcs.yarch.streamsql.HistogramStreamBuilder
 
getTupleDefinition() - Method in class org.yamcs.yarch.TableDefinition
 
getTupleKey(ActiveAlarm<ParameterValue>) - Method in class org.yamcs.alarms.ParameterAlarmStreamer
 
getTupleKey(ActiveAlarm<Db.Event>) - Method in class org.yamcs.alarms.EventAlarmStreamer
 
getTupleKey(ActiveAlarm<T>) - Method in class org.yamcs.alarms.AlarmStreamer
 
getTxId() - Method in class org.yamcs.replication.ReplicationMaster
 
getTxId() - Method in class org.yamcs.replication.ReplicationSlave
 
getType() - Method in class org.yamcs.archive.SpeedSpec
 
getType() - Method in class org.yamcs.cfdp.CfdpRequest
 
getType() - Method in class org.yamcs.cfdp.pdu.TLV
 
getType() - Method in class org.yamcs.CommandOption
 
getType() - Method in class org.yamcs.parameter.AggregateValue
 
getType() - Method in class org.yamcs.parameter.ArrayValue
 
getType() - Method in class org.yamcs.parameter.BinaryValue
 
getType() - Method in class org.yamcs.parameter.BooleanValue
 
getType() - Method in class org.yamcs.parameter.DoubleValue
 
getType() - Method in class org.yamcs.parameter.EnumeratedValue
 
getType() - Method in class org.yamcs.parameter.FloatValue
 
getType() - Method in class org.yamcs.parameter.SInt32Value
 
getType() - Method in class org.yamcs.parameter.SInt64Value
 
getType() - Method in class org.yamcs.parameter.StringValue
 
getType() - Method in class org.yamcs.parameter.TimestampValue
 
getType() - Method in class org.yamcs.parameter.UInt32Value
 
getType() - Method in class org.yamcs.parameter.UInt64Value
 
getType() - Method in class org.yamcs.parameter.Value
 
getType() - Method in class org.yamcs.parameter.ValueArray
 
getType() - Method in class org.yamcs.Processor
 
getType() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string type = 3;
getType() - Method in class org.yamcs.replication.protobuf.ColumnInfo
optional string type = 3;
getType() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
optional string type = 3;
getType() - Method in class org.yamcs.replication.protobuf.Request.Builder
currently only START_REPLAY
getType() - Method in class org.yamcs.replication.protobuf.Request
currently only START_REPLAY
getType() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
currently only START_REPLAY
getType() - Method in interface org.yamcs.replication.Transaction
 
getType() - Method in class org.yamcs.security.ObjectPrivilege
 
getType() - Method in class org.yamcs.security.ObjectPrivilegeType
 
getType() - Method in class org.yamcs.Spec.Option
 
getType() - Method in class org.yamcs.StreamConfig.StreamConfigEntry
 
getType() - Method in class org.yamcs.timeline.TimelineItem
 
getType() - Method in exception org.yamcs.YamcsException
 
getType() - Method in class org.yamcs.yarch.ColumnDefinition
 
getType() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string type = 5;
getType() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional string type = 5;
getType() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional string type = 5;
getType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional .PartitioningInfo.PartitioningType type = 1;
getType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional .PartitioningInfo.PartitioningType type = 1;
getType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional .PartitioningInfo.PartitioningType type = 1;
getType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string type = 2;
getType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
optional string type = 2;
getType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
optional string type = 2;
getType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional .TablespaceRecord.Type type = 2;
getType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
optional .TablespaceRecord.Type type = 2;
getType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
optional .TablespaceRecord.Type type = 2;
getType() - Method in class org.yamcs.yarch.streamsql.Expression
 
getTypeBytes() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string type = 3;
getTypeBytes() - Method in class org.yamcs.replication.protobuf.ColumnInfo
optional string type = 3;
getTypeBytes() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
optional string type = 3;
getTypeBytes() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string type = 5;
getTypeBytes() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional string type = 5;
getTypeBytes() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional string type = 5;
getTypeBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string type = 2;
getTypeBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
optional string type = 2;
getTypeBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
optional string type = 2;
getTypeId() - Method in class org.yamcs.yarch.DataType
 
getUint32GbpValue(int) - Static method in class org.yamcs.utils.ValueUtility
 
getUint32Value() - Method in class org.yamcs.parameter.UInt32Value
 
getUint32Value() - Method in class org.yamcs.parameter.Value
 
getUint32Value(int) - Static method in class org.yamcs.utils.ValueUtility
 
getUint64Value() - Method in class org.yamcs.parameter.UInt64Value
 
getUint64Value() - Method in class org.yamcs.parameter.Value
 
getUint64Value(long) - Static method in class org.yamcs.utils.ValueUtility
 
getUnknownFields() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
getUnknownFields() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
getUnknownFields() - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
getUnknownFields() - Method in class org.yamcs.replication.protobuf.Request
 
getUnknownFields() - Method in class org.yamcs.replication.protobuf.Response
 
getUnknownFields() - Method in class org.yamcs.replication.protobuf.StreamInfo
 
getUnknownFields() - Method in class org.yamcs.replication.protobuf.TimeMessage
 
getUnknownFields() - Method in class org.yamcs.replication.protobuf.Wakeup
 
getUnknownFields() - Method in class org.yamcs.security.protobuf.AccountCollection
 
getUnknownFields() - Method in class org.yamcs.security.protobuf.AccountRecord
 
getUnknownFields() - Method in class org.yamcs.security.protobuf.Clearance
 
getUnknownFields() - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
getUnknownFields() - Method in class org.yamcs.security.protobuf.GroupCollection
 
getUnknownFields() - Method in class org.yamcs.security.protobuf.GroupRecord
 
getUnknownFields() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
getUnknownFields() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
getUnknownFields() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
getUnknownFields() - Method in class org.yamcs.timeline.protobuf.BandFilter
 
getUnknownFields() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
getUnknownFields() - Method in class org.yamcs.yarch.protobuf.Db.Event
 
getUnknownFields() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
getUnknownFields() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
getUnknownFields() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
getUnknownFields() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
getUnknownFields() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
getUnknownFields() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
getUnknownFields() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
getUnknownFields() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
getUnknownFields() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
getUnknownFields() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
getUnprocessedBinary() - Method in class org.yamcs.commanding.PreparedCommand
 
getUnsignedByte(ByteBuffer) - Static method in class org.yamcs.cfdp.CfdpUtils
 
getUnsignedInt(ByteBuffer) - Static method in class org.yamcs.cfdp.CfdpUtils
get an unsigned int value from an input buffer, at its current position A short has range -2ˆ31+1 to 2ˆ31-1, while we want 0 to 2ˆ32-1, the mask and int cast takes care of this
getUnsignedIntPV(String, long, int) - Static method in class org.yamcs.parameter.SystemParametersService
Deprecated.
getUnsignedIntPV(Parameter, long, int) - Static method in class org.yamcs.parameter.SystemParametersService
 
getUnsignedLongFromBuffer(ByteBuffer, int) - Static method in class org.yamcs.cfdp.CfdpUtils
 
getUnsignedLongFromByteArray(byte[]) - Static method in class org.yamcs.cfdp.CfdpUtils
 
getUnsignedNumber(ByteBuffer, boolean) - Static method in class org.yamcs.cfdp.CfdpUtils
Gets an unsigned 32-bit integer or 64-bit long from the given buffer depending on the is64bits parameter.
getUnsignedShort(ByteBuffer) - Static method in class org.yamcs.cfdp.CfdpUtils
 
getUpdatedKey() - Method in class org.yamcs.yarch.TableVisitor.Action
 
getUpdatedValue() - Method in class org.yamcs.yarch.TableVisitor.Action
 
getUpdateTime(ParameterValue) - Method in class org.yamcs.alarms.ParameterAlarmStreamer
 
getUpdateTime(Db.Event) - Method in class org.yamcs.alarms.EventAlarmStreamer
 
getUpdateTime(T) - Method in class org.yamcs.alarms.AlarmStreamer
 
getURI() - Method in class org.yamcs.http.Binding
Returns a URL string in the format PROTOCOL://ADDRESS or PROTOCOL://ADDRESS:PORT if the PORT is unconventional for the PROTOCOL.
getURI() - Method in class org.yamcs.http.RouteContext
 
getUriTemplate() - Method in class org.yamcs.http.Route
 
getUriWithoutContext(HttpRequest, String) - Static method in class org.yamcs.http.HttpUtils
Returns the uri for the given HTTP request, but with the context path removed.
getUsage() - Method in class org.yamcs.cli.Command
 
getUser() - Method in class org.yamcs.http.HandlerContext
 
getUser(long) - Method in class org.yamcs.security.Directory
 
getUser(String) - Method in class org.yamcs.security.Directory
 
getUser(Context, GetUserRequest, Observer<UserInfo>) - Method in class org.yamcs.http.api.IamApi
 
getUserData(String) - Method in class org.yamcs.mdb.ProcessorData
Get the instance of the user defined object if any.
getUserDetail() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.UserAccountRecordDetail userDetail = 9;
getUserDetail() - Method in class org.yamcs.security.protobuf.AccountRecord
.UserAccountRecordDetail userDetail = 9;
getUserDetail() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
.UserAccountRecordDetail userDetail = 9;
getUserDetailBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.UserAccountRecordDetail userDetail = 9;
getUserDetailOrBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.UserAccountRecordDetail userDetail = 9;
getUserDetailOrBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord
.UserAccountRecordDetail userDetail = 9;
getUserDetailOrBuilder() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
.UserAccountRecordDetail userDetail = 9;
getUserInput() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional bool userInput = 3;
getUserInput() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
optional bool userInput = 3;
getUserInput() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentOrBuilder
optional bool userInput = 3;
getUsername() - Method in class org.yamcs.commanding.PreparedCommand
 
getUsername() - Method in class org.yamcs.http.auth.LoginRequest
 
getUsername() - Method in class org.yamcs.security.AuthenticationInfo
The username of the user that was verified.
getUsernamePasswordToken() - Method in class org.yamcs.http.auth.LoginRequest
 
getUsernameThatAcknowledged() - Method in class org.yamcs.alarms.ActiveAlarm
 
getUsernameThatCleared() - Method in class org.yamcs.alarms.ActiveAlarm
 
getUsernameThatShelved() - Method in class org.yamcs.alarms.ActiveAlarm
 
getUsers() - Method in class org.yamcs.commanding.CommandQueue
 
getUsers() - Method in class org.yamcs.security.Directory
 
getValue() - Method in enum org.yamcs.cfdp.pdu.CfdpPacket.TransmissionMode
 
getValue() - Method in enum org.yamcs.cfdp.pdu.DirectoryListingResponse.ListingResponseCode
 
getValue() - Method in class org.yamcs.cfdp.pdu.LV
 
getValue() - Method in class org.yamcs.cfdp.pdu.TLV
 
getValue() - Method in enum org.yamcs.cfdp.PutRequest.SegmentationControl
 
getValue() - Method in class org.yamcs.cmdhistory.Attribute
 
getValue() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional .yamcs.protobuf.Value value = 2;
getValue() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
optional .yamcs.protobuf.Value value = 2;
getValue() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentOrBuilder
optional .yamcs.protobuf.Value value = 2;
getValue() - Method in class org.yamcs.templating.Token
An optional attribute value of the Token.
getValue() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string value = 2;
getValue() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
optional string value = 2;
getValue() - Method in interface org.yamcs.timeline.protobuf.BandFilter.FilterCriterionOrBuilder
optional string value = 2;
getValue() - Method in class org.yamcs.utils.parser.Token
An optional attribute value of the Token.
getValue() - Method in interface org.yamcs.yarch.CompiledAggregateExpression
 
getValue() - Method in class org.yamcs.yarch.CompiledAggregateList
 
getValue() - Method in class org.yamcs.yarch.CompiledFirstVal
 
getValue() - Method in class org.yamcs.yarch.Partition
 
getValue() - Method in class org.yamcs.yarch.RawTuple
 
getValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
optional int32 value = 1;
getValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
optional int32 value = 1;
getValue() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValueOrBuilder
optional int32 value = 1;
getValue() - Method in class org.yamcs.yarch.SequenceInfo
 
getValue(byte[]) - Static method in class org.yamcs.yarch.rocksdb.RdbSequence
 
getValue(int) - Method in class org.yamcs.http.api.ParameterRanger.MultiRange
 
getValue(int) - Method in class org.yamcs.http.api.ParameterRanger.Range
 
getValue(int) - Method in class org.yamcs.http.api.ParameterRanger.SingleRange
 
getValue(int) - Method in class org.yamcs.parameter.ValueArray
 
getValue(int) - Method in class org.yamcs.parameterarchive.BinaryValueSegment
 
getValue(int) - Method in class org.yamcs.parameterarchive.BooleanValueSegment
 
getValue(int) - Method in class org.yamcs.parameterarchive.DoubleValueSegment
 
getValue(int) - Method in class org.yamcs.parameterarchive.FloatValueSegment
 
getValue(int) - Method in class org.yamcs.parameterarchive.IntValueSegment
 
getValue(int) - Method in class org.yamcs.parameterarchive.LongValueSegment
 
getValue(int) - Method in class org.yamcs.parameterarchive.StringValueSegment
 
getValue(int) - Method in interface org.yamcs.parameterarchive.ValueSegment
returns Value at position index
getValue(Parameter) - Method in class org.yamcs.parameter.LastValueCache
Returns the latest known value for p or null if there is none.
getValue(ParameterInstanceRef) - Method in class org.yamcs.mdb.ContainerProcessingContext
Finds a parameter instance (i.e. a value) for a parameter in the current context It only returns a parameter if the instance status was {@link AcquisitionStatus#ACQUIRED)
getValue(Parameter, int) - Method in class org.yamcs.parameter.LastValueCache
return the n'th newest value or null if no such a value exist. n has to be smaller or equal with 0.
getValue(Tuple) - Method in interface org.yamcs.yarch.CompiledExpression
 
getValue(Tuple) - Method in class org.yamcs.yarch.ConstantValueCompiledExpression
 
getValue(Tuple) - Method in class org.yamcs.yarch.FieldReturnCompiledExpression
 
getValue(Tuple) - Method in class org.yamcs.yarch.streamsql.ArgumentExpression
 
getValueBuilder() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional .yamcs.protobuf.Value value = 2;
getValueBytes() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string value = 2;
getValueBytes() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
optional string value = 2;
getValueBytes() - Method in interface org.yamcs.timeline.protobuf.BandFilter.FilterCriterionOrBuilder
optional string value = 2;
getValueColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumn = 4;
getValueColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string valueColumn = 4;
getValueColumn() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string valueColumn = 4;
getValueColumn(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
getValueColumn(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .TableColumnInfo valueColumn = 3;
getValueColumn(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumn = 4;
getValueColumnBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string valueColumn = 4;
getValueColumnBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string valueColumn = 4;
getValueColumnCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnCount() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .TableColumnInfo valueColumn = 3;
getValueColumnCount() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .TableColumnInfo valueColumn = 3;
getValueColumnList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnOrBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnOrBuilder(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .TableColumnInfo valueColumn = 3;
getValueColumnOrBuilder(int) - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnOrBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnOrBuilderList() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
repeated .TableColumnInfo valueColumn = 3;
getValueColumnOrBuilderList() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
repeated .TableColumnInfo valueColumn = 3;
getValueColumnType() - Method in class org.yamcs.yarch.PartitioningSpec
 
getValueColumnType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumnType = 5;
getValueColumnType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string valueColumnType = 5;
getValueColumnType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string valueColumnType = 5;
getValueColumnTypeBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumnType = 5;
getValueColumnTypeBytes() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string valueColumnType = 5;
getValueColumnTypeBytes() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string valueColumnType = 5;
getValueCount() - Method in class org.yamcs.alarms.ActiveAlarm
 
getValueDefinition() - Method in class org.yamcs.yarch.TableDefinition
 
getValueDescriptor() - Method in enum org.yamcs.replication.protobuf.Request.Type
 
getValueDescriptor() - Method in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
 
getValueDescriptor() - Method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
 
getValueDescriptor() - Method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
 
getValueForType(DataType, Object) - Static method in class org.yamcs.mdb.DataTypeProcessor
converts a (boxed) java value from the XTCE type to Yamcs Value
getValueOrBuilder() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional .yamcs.protobuf.Value value = 2;
getValueOrBuilder() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
optional .yamcs.protobuf.Value value = 2;
getValueOrBuilder() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentOrBuilder
optional .yamcs.protobuf.Value value = 2;
getValues() - Method in class org.yamcs.parameter.LastValueCache
returns all the values from the cache
getValues() - Method in class org.yamcs.parameterarchive.ParameterIdValueList
 
getValues(List<Parameter>) - Method in class org.yamcs.parameter.ArrayParameterCache
 
getValues(List<Parameter>) - Method in interface org.yamcs.parameter.ParameterCache
Returns cached value for parameter or an empty list if there is no value in the cache
getValues(List<Parameter>) - Method in class org.yamcs.parameter.ParameterCacheImpl
 
getValuesFromCache(int) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
retrieve the subscribed values from cache
getValuesFromCache(Collection<Parameter>) - Method in class org.yamcs.parameter.ParameterRequestManager
Returns the last known value for each parameter.
getValuesFromCache(List<Yamcs.NamedObjectId>, User) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
Retrieve a list of parameter values from cache.
getValuesFromCache(Parameter) - Method in class org.yamcs.parameter.ParameterProcessorManager
Get all the values from cache for a specific parameters The parameter are returned in descending order (newest parameter is returned first).
getVariables() - Method in class org.yamcs.templating.Template
 
getVcFrameSeq() - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
getVcFrameSeq() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
getVcHandlers() - Method in class org.yamcs.tctm.ccsds.MasterChannelFrameHandler
 
getVcHandlers() - Method in class org.yamcs.tctm.ccsds.MasterChannelFrameMultiplexer
 
getVcParams(int) - Method in class org.yamcs.tctm.ccsds.AosManagedParameters
 
getVerboseName() - Method in class org.yamcs.CommandOption
 
getVerifierOverride() - Method in class org.yamcs.commanding.ActiveCommand
 
getVerifierOverride() - Method in class org.yamcs.commanding.PreparedCommand
 
getVersion() - Method in class org.yamcs.PluginMetadata
 
getVersion() - Method in enum org.yamcs.tctm.ccsds.TransferFrameDecoder.CcsdsFrameType
 
getVersionAdded() - Method in class org.yamcs.Spec.Option
 
getView(UUID) - Method in class org.yamcs.timeline.TimelineViewDb
 
getView(Context, GetViewRequest, Observer<TimelineView>) - Method in class org.yamcs.http.api.TimelineApi
 
getViolations() - Method in class org.yamcs.alarms.ActiveAlarm
 
getVirtualChannelId() - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
getVirtualChannelId() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
getVirtualChannelId() - Method in class org.yamcs.tctm.ccsds.VcUplinkManagedParameters
 
getWallclockHresTime() - Static method in class org.yamcs.utils.TimeEncoding
Sane as TimeEncoding.getWallclockTime() but returns a high resolution instant.
getWallclockTime() - Static method in class org.yamcs.utils.TimeEncoding
Returns the current operating system time but converted to Yamcs instant.
getWarningRange() - Method in class org.yamcs.parameter.BasicParameterValue
 
getWarningRange() - Method in class org.yamcs.parameter.ParameterStatus
 
getWatchRange() - Method in class org.yamcs.parameter.BasicParameterValue
 
getWatchRange() - Method in class org.yamcs.parameter.ParameterStatus
 
getWebSocketTopic() - Method in class org.yamcs.http.RpcDescriptor
 
getWhereCondition(String, TimeInterval) - Static method in class org.yamcs.archive.CcsdsTmIndex
 
getXSumSquares() - Method in class org.yamcs.external.SimpleRegression
Returns the sum of squared deviations of the x values about their mean.
getXtceDb() - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
getXtceDb() - Method in class org.yamcs.container.ContainerRequestManager
 
getXtceDb() - Method in class org.yamcs.mdb.ContainerProcessingContext
 
getXtceDb() - Method in class org.yamcs.mdb.ProcessorData
 
getXtceDb() - Method in class org.yamcs.mdb.XtceTmProcessor
 
getXtceDb() - Method in class org.yamcs.Processor
 
getXtceDb() - Method in class org.yamcs.YamcsServerInstance
 
getYamcsInstance() - Method in class org.yamcs.AbstractProcessorService
 
getYamcsInstance() - Method in class org.yamcs.AbstractYamcsService
 
getYamcsInstance() - Method in class org.yamcs.logging.YamcsLogRecord
 
getYamcsInstance() - Method in class org.yamcs.mdb.ProcessorData
 
getYamcsInstance() - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string yamcsInstance = 3;
getYamcsInstance() - Method in class org.yamcs.replication.protobuf.Request
optional string yamcsInstance = 3;
getYamcsInstance() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
optional string yamcsInstance = 3;
getYamcsInstance() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string yamcsInstance = 2;
getYamcsInstance() - Method in class org.yamcs.replication.protobuf.Wakeup
optional string yamcsInstance = 2;
getYamcsInstance() - Method in interface org.yamcs.replication.protobuf.WakeupOrBuilder
optional string yamcsInstance = 2;
getYamcsInstance() - Method in class org.yamcs.tctm.AbstractTcDataLink
 
getYamcsInstance() - Method in interface org.yamcs.YamcsService
returns the instance name
getYamcsInstance() - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
getYamcsInstanceBytes() - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string yamcsInstance = 3;
getYamcsInstanceBytes() - Method in class org.yamcs.replication.protobuf.Request
optional string yamcsInstance = 3;
getYamcsInstanceBytes() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
optional string yamcsInstance = 3;
getYamcsInstanceBytes() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string yamcsInstance = 2;
getYamcsInstanceBytes() - Method in class org.yamcs.replication.protobuf.Wakeup
optional string yamcsInstance = 2;
getYamcsInstanceBytes() - Method in interface org.yamcs.replication.protobuf.WakeupOrBuilder
optional string yamcsInstance = 2;
getYarchType(Yamcs.Value.Type) - Static method in class org.yamcs.utils.ValueUtility
 
getYarchValue(Value) - Static method in class org.yamcs.utils.ValueUtility
 
getYarchValue(Yamcs.Value) - Static method in class org.yamcs.utils.ValueUtility
 
getYear() - Method in class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
GLOBAL_INSTANCE - Static variable in class org.yamcs.YamcsServer
 
GlobalFilter - Class in org.yamcs.logging
A filter that discards log messages that are specific to a Yamcs instance.
GlobalFilter() - Constructor for class org.yamcs.logging.GlobalFilter
 
GlobFileFinder - Class in org.yamcs.utils
Finds a list of files according to a glob pattern.
GlobFileFinder() - Constructor for class org.yamcs.utils.GlobFileFinder
 
GPBHelper - Class in org.yamcs.archive
Maps archived tuples to GPB
GPBHelper() - Constructor for class org.yamcs.archive.GPBHelper
 
GpbWellKnownHelper - Class in org.yamcs.http.api
Helper methods for dealing with Protobuf "well-known types".
GpbWellKnownHelper() - Constructor for class org.yamcs.http.api.GpbWellKnownHelper
 
GPS - Enum constant in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeEpochs
 
GpsCcsdsTime - Class in org.yamcs.utils
Auxiliary class for GPS CCSDS time.
GpsCcsdsTime(int, byte) - Constructor for class org.yamcs.utils.GpsCcsdsTime
 
grantSuperuser() - Method in class org.yamcs.security.AuthorizationInfo
 
GREATER - Enum constant in enum org.yamcs.yarch.streamsql.RelOp
 
GREATER(Comparable, Comparable) - Static method in class org.yamcs.yarch.utils.SqlExpressions
 
GREATER_OR_EQUAL - Enum constant in enum org.yamcs.yarch.streamsql.RelOp
 
GREATER_OR_EQUAL(Comparable, Comparable) - Static method in class org.yamcs.yarch.utils.SqlExpressions
 
greatestMultiple(int, int) - Static method in class me.lemire.integercompression.Util
return floor(value / factor) * factor
Group - Class in org.yamcs.security
A group is way to manage a set of users.
Group(String) - Constructor for class org.yamcs.security.Group
 
Group(GroupRecord) - Constructor for class org.yamcs.security.Group
 
Group(Tuple) - Constructor for class org.yamcs.security.Group
 
GROUP_CNAME_DESCRIPTION - Static variable in class org.yamcs.security.DirectoryDb
 
GROUP_CNAME_ID - Static variable in class org.yamcs.security.DirectoryDb
 
GROUP_CNAME_MEMBERS - Static variable in class org.yamcs.security.DirectoryDb
 
GROUP_CNAME_NAME - Static variable in class org.yamcs.security.DirectoryDb
 
GroupCollection - Class in org.yamcs.security.protobuf
Protobuf type GroupCollection
GroupCollection.Builder - Class in org.yamcs.security.protobuf
Protobuf type GroupCollection
GroupCollectionOrBuilder - Interface in org.yamcs.security.protobuf
 
GROUPING_FACTOR - Static variable in class org.yamcs.yarch.HistogramSegment
 
GroupRecord - Class in org.yamcs.security.protobuf
Protobuf type GroupRecord
GroupRecord.Builder - Class in org.yamcs.security.protobuf
Protobuf type GroupRecord
GroupRecordOrBuilder - Interface in org.yamcs.security.protobuf
 
groupUuid - Variable in class org.yamcs.timeline.TimelineItem
 
GuardedBy - Annotation Type in org.yamcs
 
gvcid - Variable in class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr.DecoderResult
 

H

h - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
handle(HandlerContext) - Method in class org.yamcs.http.ApiHandler
 
handle(HandlerContext) - Method in class org.yamcs.http.auth.AuthHandler
 
handle(HandlerContext) - Method in class org.yamcs.http.FaviconHandler
 
handle(HandlerContext) - Method in class org.yamcs.http.Handler
 
handle(HandlerContext) - Method in class org.yamcs.http.HttpHandler
 
handle(HandlerContext) - Method in class org.yamcs.http.StaticFileHandler
 
handle(HandlerContext) - Method in class org.yamcs.http.WellKnownHandler
 
handle(HandlerContext) - Method in class org.yamcs.security.SpnegoAuthModule
 
handle(DownlinkTransferFrame) - Method in class org.yamcs.tctm.ccsds.IdleFrameHandler
 
handle(DownlinkTransferFrame) - Method in interface org.yamcs.tctm.ccsds.VcDownlinkHandler
 
handle(DownlinkTransferFrame) - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
handle(Tuple, StreamSubscriber, Throwable) - Method in interface org.yamcs.yarch.Stream.ExceptionHandler
 
handleCrash(String, String) - Method in interface org.yamcs.CrashHandler
 
handleCrash(String, String) - Method in class org.yamcs.EventCrashHandler
 
handleCrash(String, String) - Method in class org.yamcs.LogCrashHandler
 
HANDLED_PATHS - Static variable in class org.yamcs.http.FaviconHandler
 
handleFrame(Instant, byte[], int, int) - Method in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
sends a frame to the multiplexer, after decoding and derandomizing it (if necessary)
handleFrame(Instant, byte[], int, int) - Method in class org.yamcs.tctm.ccsds.MasterChannelFrameHandler
 
Handler - Class in org.yamcs.http
 
Handler() - Constructor for class org.yamcs.http.Handler
 
handlerAdded(ChannelHandlerContext) - Method in class org.yamcs.http.WebSocketFrameHandler
 
handlerAdded(ChannelHandlerContext) - Method in class org.yamcs.replication.MasterChannelHandler
 
handlerAdded(ChannelHandlerContext) - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
 
HandlerContext - Class in org.yamcs.http
 
HandlerContext(String, ChannelHandlerContext, HttpRequest, User) - Constructor for class org.yamcs.http.HandlerContext
 
handles(ChannelHandlerContext, HttpRequest) - Method in class org.yamcs.security.AbstractHttpRequestAuthModule
Returns true if this AuthModule is capable of handling the given HTTP request.
handles(ChannelHandlerContext, HttpRequest) - Method in class org.yamcs.security.IPAddressAuthModule
 
handles(ChannelHandlerContext, HttpRequest) - Method in class org.yamcs.security.RemoteUserAuthModule
 
hasAcquisitionStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
hasAcquisitionStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
hasAcquisitionStatus() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
hasAcquisitionTime() - Method in class org.yamcs.parameter.ParameterValue
 
hasAcquisitionTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional int64 acquisitionTime = 4;
hasAcquisitionTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional int64 acquisitionTime = 4;
hasAcquisitionTime() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional int64 acquisitionTime = 4;
hasActive() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional bool active = 4;
hasActive() - Method in class org.yamcs.security.protobuf.AccountRecord
optional bool active = 4;
hasActive() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional bool active = 4;
hasAggregates - Variable in class org.yamcs.yarch.streamsql.Expression
 
hasAlarmChecker() - Method in class org.yamcs.Processor
 
hasAlarmServer() - Method in class org.yamcs.Processor
 
hasApplicationHash() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationHash = 2;
hasApplicationHash() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
optional string applicationHash = 2;
hasApplicationHash() - Method in interface org.yamcs.security.protobuf.ServiceAccountRecordDetailOrBuilder
optional string applicationHash = 2;
hasApplicationId() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationId = 1;
hasApplicationId() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
optional string applicationId = 1;
hasApplicationId() - Method in interface org.yamcs.security.protobuf.ServiceAccountRecordDetailOrBuilder
optional string applicationId = 1;
hasArgumentValue(Argument) - Method in class org.yamcs.mdb.TcProcessingContext
 
hasAuthToken() - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string authToken = 1;
hasAuthToken() - Method in class org.yamcs.replication.protobuf.Request
optional string authToken = 1;
hasAuthToken() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
optional string authToken = 1;
hasAuthToken() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string authToken = 1;
hasAuthToken() - Method in class org.yamcs.replication.protobuf.Wakeup
optional string authToken = 1;
hasAuthToken() - Method in interface org.yamcs.replication.protobuf.WakeupOrBuilder
optional string authToken = 1;
hasAutoincrement() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional bool autoincrement = 4;
hasAutoincrement() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
optional bool autoincrement = 4;
hasAutoincrement() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
optional bool autoincrement = 4;
hasBody() - Method in class org.yamcs.http.RouteContext
 
hasBucketProperties() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
bucketProperties
hasBucketProperties() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
bucketProperties
hasBucketProperties() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
bucketProperties
hasClearance() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional .Clearance clearance = 6;
hasClearance() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional .Clearance clearance = 6;
hasClearance() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional .Clearance clearance = 6;
hasColumn(String) - Method in class org.yamcs.yarch.Tuple
 
hasColumn(String) - Method in class org.yamcs.yarch.TupleDefinition
 
hasColumn(Cell[], int) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
hasColumn(Cell[], String) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
hasCommandHistoryRequest() - Method in class org.yamcs.archive.ReplayOptions
 
hasCommanding() - Method in class org.yamcs.Processor
 
hasCommandOption(String) - Method in class org.yamcs.YamcsServer
 
hasCompressed() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional bool compressed = 9;
hasCompressed() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional bool compressed = 9;
hasCompressed() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional bool compressed = 9;
hasConfirmationTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp confirmationTime = 7;
hasConfirmationTime() - Method in class org.yamcs.security.protobuf.AccountRecord
optional .google.protobuf.Timestamp confirmationTime = 7;
hasConfirmationTime() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional .google.protobuf.Timestamp confirmationTime = 7;
hasContentType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string contentType = 3;
hasContentType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional string contentType = 3;
hasContentType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional string contentType = 3;
hasCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
optional int64 created = 2;
hasCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
optional int64 created = 2;
hasCreated() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
optional int64 created = 2;
hasCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional int64 created = 4;
hasCreated() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional int64 created = 4;
hasCreated() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional int64 created = 4;
hasCreatedBy() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional int32 createdBy = 5;
hasCreatedBy() - Method in class org.yamcs.security.protobuf.AccountRecord
optional int32 createdBy = 5;
hasCreatedBy() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional int32 createdBy = 5;
hasCreatedBy() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Set by API when event was posted by a user
hasCreatedBy() - Method in class org.yamcs.yarch.protobuf.Db.Event
Set by API when event was posted by a user
hasCreatedBy() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
Set by API when event was posted by a user
hasCreationTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp creationTime = 6;
hasCreationTime() - Method in class org.yamcs.security.protobuf.AccountRecord
optional .google.protobuf.Timestamp creationTime = 6;
hasCreationTime() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional .google.protobuf.Timestamp creationTime = 6;
hasDescription() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string description = 3;
hasDescription() - Method in class org.yamcs.security.protobuf.GroupRecord
optional string description = 3;
hasDescription() - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
optional string description = 3;
hasDisplayName() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string displayName = 3;
hasDisplayName() - Method in class org.yamcs.security.protobuf.AccountRecord
optional string displayName = 3;
hasDisplayName() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional string displayName = 3;
hasElement(int[]) - Method in class org.yamcs.parameter.ArrayValue
Return true of the idx is the same dimensions with this array and if the element exists (i.e. idx is not out of bounds)
hasEmail() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string email = 1;
hasEmail() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional string email = 1;
hasEmail() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional string email = 1;
hasEnd() - Method in class org.yamcs.utils.TimeInterval
 
hasEngValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value engValue = 3;
hasEngValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.Value engValue = 3;
hasEngValue() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.Value engValue = 3;
hasEnums() - Method in class org.yamcs.yarch.ArrayDataType
Return true if this data type is an enum or a composite type (array) containing an enum
hasEnums() - Method in class org.yamcs.yarch.DataType
Return true if this data type is an enum or a composite type (array) containing an enum
hasErrorMsg() - Method in class org.yamcs.replication.protobuf.Response.Builder
optional string errorMsg = 3;
hasErrorMsg() - Method in class org.yamcs.replication.protobuf.Response
optional string errorMsg = 3;
hasErrorMsg() - Method in interface org.yamcs.replication.protobuf.ResponseOrBuilder
optional string errorMsg = 3;
hasEventRequest() - Method in class org.yamcs.archive.ReplayOptions
 
hasExpirationTime() - Method in class org.yamcs.parameter.BasicParameterValue
 
hasExpireMillis() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
How long (in milliseconds) this parameter value is valid Note that there is an option when subscribing to parameters to get updated when the parameter values expire.
hasExpireMillis() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
How long (in milliseconds) this parameter value is valid Note that there is an option when subscribing to parameters to get updated when the parameter values expire.
hasExpireMillis() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
How long (in milliseconds) this parameter value is valid Note that there is an option when subscribing to parameters to get updated when the parameter values expire.
hasFormatVersion() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional int32 formatVersion = 7;
hasFormatVersion() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional int32 formatVersion = 7;
hasFormatVersion() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional int32 formatVersion = 7;
hasGenerationTime() - Method in class org.yamcs.parameter.RawEngValue
 
hasGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int64 generationTime = 2;
hasGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional int64 generationTime = 2;
hasGenerationTime() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional int64 generationTime = 2;
hasGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional int64 generationTime = 5;
hasGenerationTime() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional int64 generationTime = 5;
hasGenerationTime() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional int64 generationTime = 5;
HASH_BYTE_SIZE - Static variable in class org.yamcs.security.PBKDF2PasswordHasher
 
HASH_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
hasHash() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string hash = 2;
hasHash() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional string hash = 2;
hasHash() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional string hash = 2;
hashCode() - Method in class org.yamcs.alarms.EventId
 
hashCode() - Method in class org.yamcs.cfdp.CfdpTransactionId
 
hashCode() - Method in class org.yamcs.cfdp.pdu.TLV
 
hashCode() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
hashCode() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
hashCode() - Method in class org.yamcs.commanding.Acknowledgment
 
hashCode() - Method in class org.yamcs.http.MediaType
 
hashCode() - Method in class org.yamcs.parameter.ArrayValue
 
hashCode() - Method in class org.yamcs.parameter.BinaryValue
 
hashCode() - Method in class org.yamcs.parameter.BooleanValue
 
hashCode() - Method in class org.yamcs.parameter.DoubleValue
 
hashCode() - Method in class org.yamcs.parameter.EnumeratedValue
 
hashCode() - Method in class org.yamcs.parameter.FloatValue
 
hashCode() - Method in class org.yamcs.parameter.ParameterStatus
 
hashCode() - Method in class org.yamcs.parameter.SInt32Value
 
hashCode() - Method in class org.yamcs.parameter.SInt64Value
 
hashCode() - Method in class org.yamcs.parameter.StringValue
 
hashCode() - Method in class org.yamcs.parameter.TimestampValue
 
hashCode() - Method in class org.yamcs.parameter.UInt32Value
 
hashCode() - Method in class org.yamcs.parameter.UInt64Value
 
hashCode() - Method in class org.yamcs.parameterarchive.IntValueSegment
 
hashCode() - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
hashCode() - Method in class org.yamcs.replication.protobuf.Request
 
hashCode() - Method in class org.yamcs.replication.protobuf.Response
 
hashCode() - Method in class org.yamcs.replication.protobuf.StreamInfo
 
hashCode() - Method in class org.yamcs.replication.protobuf.TimeMessage
 
hashCode() - Method in class org.yamcs.replication.protobuf.Wakeup
 
hashCode() - Method in class org.yamcs.security.Account
 
hashCode() - Method in class org.yamcs.security.Group
 
hashCode() - Method in class org.yamcs.security.ObjectPrivilege
 
hashCode() - Method in class org.yamcs.security.ObjectPrivilegeType
 
hashCode() - Method in class org.yamcs.security.protobuf.AccountCollection
 
hashCode() - Method in class org.yamcs.security.protobuf.AccountRecord
 
hashCode() - Method in class org.yamcs.security.protobuf.Clearance
 
hashCode() - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
hashCode() - Method in class org.yamcs.security.protobuf.GroupCollection
 
hashCode() - Method in class org.yamcs.security.protobuf.GroupRecord
 
hashCode() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
hashCode() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
hashCode() - Method in class org.yamcs.security.Role
 
hashCode() - Method in class org.yamcs.security.SystemPrivilege
 
hashCode() - Method in class org.yamcs.time.Instant
 
hashCode() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
hashCode() - Method in class org.yamcs.timeline.protobuf.BandFilter
 
hashCode() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
hashCode() - Method in class org.yamcs.utils.ByteArrayWrapper
 
hashCode() - Method in class org.yamcs.utils.DoubleArray
 
hashCode() - Method in class org.yamcs.utils.FloatArray
 
hashCode() - Method in class org.yamcs.utils.IntArray
 
hashCode() - Method in class org.yamcs.utils.LongArray
 
hashCode() - Method in class org.yamcs.utils.SortedIntArray
 
hashCode() - Method in class org.yamcs.yarch.ArrayDataType
 
hashCode() - Method in class org.yamcs.yarch.protobuf.Db.Event
 
hashCode() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
hashCode() - Method in class org.yamcs.yarch.ProtobufDataType
 
hashCode() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
hashCode() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
hashCode() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
hashCode() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
hashCode() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
hashCode() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
hashCode() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
hashCode() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
hashCode() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
hasHistogram() - Method in class org.yamcs.yarch.TableDefinition
 
hasHistogramColumnName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for HISTOGRAM
hasHistogramColumnName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for HISTOGRAM
hasHistogramColumnName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for HISTOGRAM
hasId() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional uint32 id = 1;
hasId() - Method in class org.yamcs.replication.protobuf.ColumnInfo
optional uint32 id = 1;
hasId() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
optional uint32 id = 1;
hasId() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
stream id
hasId() - Method in class org.yamcs.replication.protobuf.StreamInfo
stream id
hasId() - Method in interface org.yamcs.replication.protobuf.StreamInfoOrBuilder
stream id
hasId() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional int32 id = 1;
hasId() - Method in class org.yamcs.security.protobuf.AccountRecord
optional int32 id = 1;
hasId() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional int32 id = 1;
hasId() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional int32 id = 1;
hasId() - Method in class org.yamcs.security.protobuf.GroupRecord
optional int32 id = 1;
hasId() - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
optional int32 id = 1;
hasIdentity() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string identity = 1;
hasIdentity() - Method in class org.yamcs.security.protobuf.ExternalIdentity
optional string identity = 1;
hasIdentity() - Method in interface org.yamcs.security.protobuf.ExternalIdentityOrBuilder
optional string identity = 1;
hasIncompletePacket() - Method in class org.yamcs.tctm.ccsds.PacketDecoder
 
hasInstance(String) - Static method in class org.yamcs.YamcsServer
 
hasInstance(String) - Static method in class org.yamcs.yarch.YarchDatabase
 
hasInstanceName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for all record types if not specified then instanceName = tablespaceName
hasInstanceName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for all record types if not specified then instanceName = tablespaceName
hasInstanceName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for all record types if not specified then instanceName = tablespaceName
hasInstanceTemplate(String) - Method in class org.yamcs.YamcsServer
 
hasIntercept() - Method in class org.yamcs.external.SimpleRegression
Returns true if the model includes an intercept term.
hasIssuedBy() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional int32 issuedBy = 2;
hasIssuedBy() - Method in class org.yamcs.security.protobuf.Clearance
optional int32 issuedBy = 2;
hasIssuedBy() - Method in interface org.yamcs.security.protobuf.ClearanceOrBuilder
optional int32 issuedBy = 2;
hasIssueTime() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional .google.protobuf.Timestamp issueTime = 3;
hasIssueTime() - Method in class org.yamcs.security.protobuf.Clearance
optional .google.protobuf.Timestamp issueTime = 3;
hasIssueTime() - Method in interface org.yamcs.security.protobuf.ClearanceOrBuilder
optional .google.protobuf.Timestamp issueTime = 3;
hasKey() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string key = 1;
hasKey() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
optional string key = 1;
hasKey() - Method in interface org.yamcs.timeline.protobuf.BandFilter.FilterCriterionOrBuilder
optional string key = 1;
hasKey(String) - Method in class org.yamcs.yarch.TableDefinition
 
hasKey(K) - Method in class org.yamcs.utils.IndexedList
 
hasLabel() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
optional string label = 2;
hasLabel() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
optional string label = 2;
hasLabel() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValueOrBuilder
optional string label = 2;
hasLastLoginTime() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp lastLoginTime = 8;
hasLastLoginTime() - Method in class org.yamcs.security.protobuf.AccountRecord
optional .google.protobuf.Timestamp lastLoginTime = 8;
hasLastLoginTime() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional .google.protobuf.Timestamp lastLoginTime = 8;
hasLevel() - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional string level = 1;
hasLevel() - Method in class org.yamcs.security.protobuf.Clearance
optional string level = 1;
hasLevel() - Method in interface org.yamcs.security.protobuf.ClearanceOrBuilder
optional string level = 1;
hasLocalTime() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
local UNIX time in millisecs
hasLocalTime() - Method in class org.yamcs.replication.protobuf.TimeMessage
local UNIX time in millisecs
hasLocalTime() - Method in interface org.yamcs.replication.protobuf.TimeMessageOrBuilder
local UNIX time in millisecs
hasMaxNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
maximum number of objects in the bucket
hasMaxNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
maximum number of objects in the bucket
hasMaxNumObjects() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
maximum number of objects in the bucket
hasMaxSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
maximum size in bytes
hasMaxSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
maximum size in bytes
hasMaxSize() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
maximum size in bytes
hasMember(long) - Method in class org.yamcs.security.Group
 
hasMessage() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
required string message = 6;
hasMessage() - Method in class org.yamcs.yarch.protobuf.Db.Event
required string message = 6;
hasMessage() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
required string message = 6;
hasMissionTime() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
Yamcs time in millisecs
hasMissionTime() - Method in class org.yamcs.replication.protobuf.TimeMessage
Yamcs time in millisecs
hasMissionTime() - Method in interface org.yamcs.replication.protobuf.TimeMessageOrBuilder
Yamcs time in millisecs
hasMonitoringResult() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
hasMonitoringResult() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
hasMonitoringResult() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
hasName() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional string name = 1;
hasName() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
optional string name = 1;
hasName() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentOrBuilder
optional string name = 1;
hasName() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string name = 2;
hasName() - Method in class org.yamcs.replication.protobuf.ColumnInfo
optional string name = 2;
hasName() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
optional string name = 2;
hasName() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
stream name
hasName() - Method in class org.yamcs.replication.protobuf.StreamInfo
stream name
hasName() - Method in interface org.yamcs.replication.protobuf.StreamInfoOrBuilder
stream name
hasName() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string name = 2;
hasName() - Method in class org.yamcs.security.protobuf.AccountRecord
optional string name = 2;
hasName() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
optional string name = 2;
hasName() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string name = 2;
hasName() - Method in class org.yamcs.security.protobuf.GroupRecord
optional string name = 2;
hasName() - Method in interface org.yamcs.security.protobuf.GroupRecordOrBuilder
optional string name = 2;
hasName() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional string name = 1;
hasName() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional string name = 1;
hasName() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional string name = 1;
hasName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
optional string name = 1;
hasName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
optional string name = 1;
hasName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
optional string name = 1;
hasName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string name = 1;
hasName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional string name = 1;
hasName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional string name = 1;
hasName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string name = 1;
hasName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
optional string name = 1;
hasName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
optional string name = 1;
hasNext() - Method in class org.yamcs.utils.TimeInterval.FilterOverlappingIterator
 
hasNext() - Method in class org.yamcs.utils.VarIntUtil.ArrayDecoder
Returns true if the array contains another element.
hasNext() - Method in class org.yamcs.yarch.PartitionIntervalIterator
 
hasNext() - Method in class org.yamcs.yarch.rocksdb.RdbHistogramIterator
 
hasNext() - Method in class org.yamcs.yarch.streamsql.StreamSqlResultList
 
hasNumericType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for PARCHIVE_AGGARR_INFO to store the numeric type (engType, rawType) of the parameter
hasNumericType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for PARCHIVE_AGGARR_INFO to store the numeric type (engType, rawType) of the parameter
hasNumericType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for PARCHIVE_AGGARR_INFO to store the numeric type (engType, rawType) of the parameter
hasNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
current number of objects in the bucket
hasNumObjects() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
current number of objects in the bucket
hasNumObjects() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
current number of objects in the bucket
hasObjectId() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional uint32 objectId = 2;
hasObjectId() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional uint32 objectId = 2;
hasObjectId() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional uint32 objectId = 2;
hasObjectPrivilege(ObjectPrivilegeType, String) - Method in class org.yamcs.security.User
 
hasOcf() - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
hasPacketRequest() - Method in class org.yamcs.archive.ReplayOptions
 
hasParameterCache() - Method in class org.yamcs.parameter.ParameterProcessorManager
 
hasParameterFqn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
hasParameterFqn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
hasParameterFqn() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
hasParameterRequest() - Method in class org.yamcs.archive.ReplayOptions
 
hasParameterType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional uint32 parameterType = 9;
hasParameterType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
optional uint32 parameterType = 9;
hasParameterType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
optional uint32 parameterType = 9;
hasPartition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
hasPartition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
hasPartition() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
hasPartitionDir() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional string partitionDir = 1;
hasPartitionDir() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
optional string partitionDir = 1;
hasPartitionDir() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartitionOrBuilder
optional string partitionDir = 1;
hasPartitionEnd() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional int64 partitionEnd = 3;
hasPartitionEnd() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
optional int64 partitionEnd = 3;
hasPartitionEnd() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartitionOrBuilder
optional int64 partitionEnd = 3;
hasPartitioning() - Method in class org.yamcs.yarch.TableDefinition
 
hasPartitioningInfo() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional .PartitioningInfo partitioningInfo = 10;
hasPartitioningInfo() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional .PartitioningInfo partitioningInfo = 10;
hasPartitioningInfo() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional .PartitioningInfo partitioningInfo = 10;
hasPartitioningSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
hasPartitioningSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
hasPartitioningSchema() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
hasPartitionStart() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional int64 partitionStart = 2;
hasPartitionStart() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
optional int64 partitionStart = 2;
hasPartitionStart() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartitionOrBuilder
optional int64 partitionStart = 2;
hasPartitionValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION: if partitioned by value - the value
hasPartitionValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_PARTITION: if partitioned by value - the value
hasPartitionValue() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_PARTITION: if partitioned by value - the value
hasPlayFrom() - Method in class org.yamcs.archive.ReplayOptions
 
hasPpRequest() - Method in class org.yamcs.archive.ReplayOptions
 
hasProcessingStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional bool processingStatus = 7;
hasProcessingStatus() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional bool processingStatus = 7;
hasProcessingStatus() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional bool processingStatus = 7;
hasProtoClass() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
the name of the class implementing the proto object if the dataType=PROTOBUF
hasProtoClass() - Method in class org.yamcs.replication.protobuf.ColumnInfo
the name of the class implementing the proto object if the dataType=PROTOBUF
hasProtoClass() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
the name of the class implementing the proto object if the dataType=PROTOBUF
hasProvider() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string provider = 2;
hasProvider() - Method in class org.yamcs.security.protobuf.ExternalIdentity
optional string provider = 2;
hasProvider() - Method in interface org.yamcs.security.protobuf.ExternalIdentityOrBuilder
optional string provider = 2;
hasRangeCondition() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
hasRangeCondition() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
hasRangeCondition() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
hasRangeStart() - Method in class org.yamcs.archive.ReplayOptions
 
hasRangeStop() - Method in class org.yamcs.archive.ReplayOptions
 
hasRawValue() - Method in interface org.yamcs.parameterarchive.ParameterId
 
hasRawValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value rawValue = 2;
hasRawValue() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
optional .yamcs.protobuf.Value rawValue = 2;
hasRawValue() - Method in interface org.yamcs.yarch.protobuf.Db.ParameterValueOrBuilder
optional .yamcs.protobuf.Value rawValue = 2;
hasReceptionTime() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int64 receptionTime = 3;
hasReceptionTime() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional int64 receptionTime = 3;
hasReceptionTime() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional int64 receptionTime = 3;
hasRequestSeq() - Method in class org.yamcs.replication.protobuf.Request.Builder
used to track back the response
hasRequestSeq() - Method in class org.yamcs.replication.protobuf.Request
used to track back the response
hasRequestSeq() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
used to track back the response
hasRequestSeq() - Method in class org.yamcs.replication.protobuf.Response.Builder
optional uint32 requestSeq = 1;
hasRequestSeq() - Method in class org.yamcs.replication.protobuf.Response
optional uint32 requestSeq = 1;
hasRequestSeq() - Method in interface org.yamcs.replication.protobuf.ResponseOrBuilder
optional uint32 requestSeq = 1;
hasResult() - Method in class org.yamcs.replication.protobuf.Response.Builder
optional int32 result = 2;
hasResult() - Method in class org.yamcs.replication.protobuf.Response
optional int32 result = 2;
hasResult() - Method in interface org.yamcs.replication.protobuf.ResponseOrBuilder
optional int32 result = 2;
hasRouteParam(String) - Method in class org.yamcs.http.RouteContext
 
hasSecondaryIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for SECONDARY_INDEX
hasSecondaryIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for SECONDARY_INDEX
hasSecondaryIndex() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for SECONDARY_INDEX
hasSecondaryIndex() - Method in class org.yamcs.yarch.TableDefinition
 
hasSeq() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
optional int32 seq = 1;
hasSeq() - Method in class org.yamcs.security.protobuf.AccountCollection
optional int32 seq = 1;
hasSeq() - Method in interface org.yamcs.security.protobuf.AccountCollectionOrBuilder
optional int32 seq = 1;
hasSeq() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
optional int32 seq = 1;
hasSeq() - Method in class org.yamcs.security.protobuf.GroupCollection
optional int32 seq = 1;
hasSeq() - Method in interface org.yamcs.security.protobuf.GroupCollectionOrBuilder
optional int32 seq = 1;
hasSeqNumber() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int32 seqNumber = 4;
hasSeqNumber() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional int32 seqNumber = 4;
hasSeqNumber() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional int32 seqNumber = 4;
hasServiceDetail() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.ServiceAccountRecordDetail serviceDetail = 10;
hasServiceDetail() - Method in class org.yamcs.security.protobuf.AccountRecord
.ServiceAccountRecordDetail serviceDetail = 10;
hasServiceDetail() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
.ServiceAccountRecordDetail serviceDetail = 10;
hasSeverity() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional .yamcs.protobuf.events.Event.EventSeverity severity = 7 [default = INFO];
hasSeverity() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional .yamcs.protobuf.events.Event.EventSeverity severity = 7 [default = INFO];
hasSeverity() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional .yamcs.protobuf.events.Event.EventSeverity severity = 7 [default = INFO];
hasSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
current bucket size
hasSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
current bucket size
hasSize() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketPropertiesOrBuilder
current bucket size
hasSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional uint64 size = 5;
hasSize() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
optional uint64 size = 5;
hasSize() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectPropertiesOrBuilder
optional uint64 size = 5;
hasSource() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string source = 1;
hasSource() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional string source = 1;
hasSource() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional string source = 1;
hasSpeed() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
time speed (mission time vs wall clock time)
hasSpeed() - Method in class org.yamcs.replication.protobuf.TimeMessage
time speed (mission time vs wall clock time)
hasSpeed() - Method in interface org.yamcs.replication.protobuf.TimeMessageOrBuilder
time speed (mission time vs wall clock time)
hasStart() - Method in class org.yamcs.utils.TimeInterval
 
hasStartTxId() - Method in class org.yamcs.replication.protobuf.Request.Builder
start replay with this transaction
hasStartTxId() - Method in class org.yamcs.replication.protobuf.Request
start replay with this transaction
hasStartTxId() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
start replay with this transaction
hasStorageEngine() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string storageEngine = 6;
hasStorageEngine() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional string storageEngine = 6;
hasStorageEngine() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional string storageEngine = 6;
hasSuperuser() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional bool superuser = 3;
hasSuperuser() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
optional bool superuser = 3;
hasSuperuser() - Method in interface org.yamcs.security.protobuf.UserAccountRecordDetailOrBuilder
optional bool superuser = 3;
hasSystemPrivilege(SystemPrivilege) - Method in class org.yamcs.security.User
 
hasTableDefinition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION
hasTableDefinition() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_DEFINITION
hasTableDefinition() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_DEFINITION
hasTableName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
hasTableName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
hasTableName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
hasTablespace() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string tablespace = 8;
hasTablespace() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
optional string tablespace = 8;
hasTablespace() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinitionOrBuilder
optional string tablespace = 8;
hasTbsIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional uint32 tbsIndex = 1;
hasTbsIndex() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
optional uint32 tbsIndex = 1;
hasTbsIndex() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
optional uint32 tbsIndex = 1;
hasTimeColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timeColumn = 2;
hasTimeColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string timeColumn = 2;
hasTimeColumn() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string timeColumn = 2;
hasTimePartitionSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timePartitionSchema = 3;
hasTimePartitionSchema() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string timePartitionSchema = 3;
hasTimePartitionSchema() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string timePartitionSchema = 3;
hasTmIndexName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TM_INDEX
hasTmIndexName() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
used for TM_INDEX
hasTmIndexName() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
used for TM_INDEX
hasType() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string type = 3;
hasType() - Method in class org.yamcs.replication.protobuf.ColumnInfo
optional string type = 3;
hasType() - Method in interface org.yamcs.replication.protobuf.ColumnInfoOrBuilder
optional string type = 3;
hasType() - Method in class org.yamcs.replication.protobuf.Request.Builder
currently only START_REPLAY
hasType() - Method in class org.yamcs.replication.protobuf.Request
currently only START_REPLAY
hasType() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
currently only START_REPLAY
hasType() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string type = 5;
hasType() - Method in class org.yamcs.yarch.protobuf.Db.Event
optional string type = 5;
hasType() - Method in interface org.yamcs.yarch.protobuf.Db.EventOrBuilder
optional string type = 5;
hasType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional .PartitioningInfo.PartitioningType type = 1;
hasType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional .PartitioningInfo.PartitioningType type = 1;
hasType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional .PartitioningInfo.PartitioningType type = 1;
hasType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string type = 2;
hasType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
optional string type = 2;
hasType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfoOrBuilder
optional string type = 2;
hasType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional .TablespaceRecord.Type type = 2;
hasType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
optional .TablespaceRecord.Type type = 2;
hasType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecordOrBuilder
optional .TablespaceRecord.Type type = 2;
hasUserDetail() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.UserAccountRecordDetail userDetail = 9;
hasUserDetail() - Method in class org.yamcs.security.protobuf.AccountRecord
.UserAccountRecordDetail userDetail = 9;
hasUserDetail() - Method in interface org.yamcs.security.protobuf.AccountRecordOrBuilder
.UserAccountRecordDetail userDetail = 9;
hasUserInput() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional bool userInput = 3;
hasUserInput() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
optional bool userInput = 3;
hasUserInput() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentOrBuilder
optional bool userInput = 3;
hasValue() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional .yamcs.protobuf.Value value = 2;
hasValue() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
optional .yamcs.protobuf.Value value = 2;
hasValue() - Method in interface org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentOrBuilder
optional .yamcs.protobuf.Value value = 2;
hasValue() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string value = 2;
hasValue() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
optional string value = 2;
hasValue() - Method in interface org.yamcs.timeline.protobuf.BandFilter.FilterCriterionOrBuilder
optional string value = 2;
hasValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
optional int32 value = 1;
hasValue() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
optional int32 value = 1;
hasValue() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValueOrBuilder
optional int32 value = 1;
hasValueColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumn = 4;
hasValueColumn() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string valueColumn = 4;
hasValueColumn() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string valueColumn = 4;
hasValueColumnType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumnType = 5;
hasValueColumnType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
optional string valueColumnType = 5;
hasValueColumnType() - Method in interface org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfoOrBuilder
optional string valueColumnType = 5;
hasYamcsInstance() - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string yamcsInstance = 3;
hasYamcsInstance() - Method in class org.yamcs.replication.protobuf.Request
optional string yamcsInstance = 3;
hasYamcsInstance() - Method in interface org.yamcs.replication.protobuf.RequestOrBuilder
optional string yamcsInstance = 3;
hasYamcsInstance() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string yamcsInstance = 2;
hasYamcsInstance() - Method in class org.yamcs.replication.protobuf.Wakeup
optional string yamcsInstance = 2;
hasYamcsInstance() - Method in interface org.yamcs.replication.protobuf.WakeupOrBuilder
optional string yamcsInstance = 2;
header - Variable in class org.yamcs.cfdp.pdu.CfdpPacket
 
headers - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
headerSize(int, int) - Static method in class org.yamcs.replication.ReplicationFile
 
headlessCompress(int[], IntWrapper, int, int[], IntWrapper) - Method in class me.lemire.integercompression.FastPFOR128
Compress data in blocks of BLOCK_SIZE integers (if fewer than BLOCK_SIZE integers are provided, nothing is done).
headlessCompress(int[], IntWrapper, int, int[], IntWrapper) - Method in interface me.lemire.integercompression.SkippableIntegerCODEC
Compress data from an array to another array.
headlessUncompress(int[], IntWrapper, int, int[], IntWrapper, int) - Method in class me.lemire.integercompression.FastPFOR128
Uncompress data in blocks of integers.
headlessUncompress(int[], IntWrapper, int, int[], IntWrapper, int) - Method in interface me.lemire.integercompression.SkippableIntegerCODEC
Uncompress data from an array to another array.
HEX_DIGIT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
HEX_LITERAL - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
hexStringToArray(String) - Static method in class org.yamcs.utils.StringConverter
Convert a hex string into a byte array.
HIGH - Enum constant in enum org.yamcs.http.WebSocketServerMessageHandler.Priority
 
histoDbKey(int, long, byte[]) - Static method in class org.yamcs.yarch.rocksdb.RdbHistogramInfo
 
HISTOGRAM - Enum constant in enum org.yamcs.archive.IndexRequestListener.IndexType
 
HISTOGRAM - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store table histogram data relevant information: instanceName, tableName, columnName
HISTOGRAM_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store table histogram data relevant information: instanceName, tableName, columnName
HISTOGRAMCOLUMN_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
HISTOGRAMCOLUMNNAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
HistogramInfo - Class in org.yamcs.yarch
information about histogram.
HistogramInfo(String) - Constructor for class org.yamcs.yarch.HistogramInfo
 
HistogramIterator - Interface in org.yamcs.yarch
Iterator over histogram records The iterator offers a partial ordering - for one column the records are sorted by time
HistogramReaderStream - Class in org.yamcs.yarch
Sends histogram data to a stream.
HistogramReaderStream(YarchDatabaseInstance, TableDefinition, String, TupleDefinition) - Constructor for class org.yamcs.yarch.HistogramReaderStream
 
HistogramRebuilder - Class in org.yamcs.yarch.rocksdb
rebuilds the histogram for a table
HistogramRebuilder(Tablespace, YarchDatabaseInstance, String) - Constructor for class org.yamcs.yarch.rocksdb.HistogramRebuilder
 
HistogramRecord - Class in org.yamcs.yarch
Stores a record in the histogram database.
HistogramRecord(byte[], long, long, int) - Constructor for class org.yamcs.yarch.HistogramRecord
 
HistogramSegment - Class in org.yamcs.yarch
 
HistogramSegment(byte[], byte[]) - Constructor for class org.yamcs.yarch.HistogramSegment
 
HistogramSegment(byte[], long) - Constructor for class org.yamcs.yarch.HistogramSegment
Constructs an empty segment
HistogramSegment(byte[], long, byte[]) - Constructor for class org.yamcs.yarch.HistogramSegment
 
HistogramStreamBuilder - Class in org.yamcs.yarch.streamsql
 
HistogramWriter - Class in org.yamcs.yarch.rocksdb
Writes histograms for one table.
HistogramWriter(RdbTable) - Constructor for class org.yamcs.yarch.rocksdb.HistogramWriter
 
host - Variable in class org.yamcs.tctm.TcpTcDataLink
 
host - Variable in class org.yamcs.tctm.TcpTcTmDataLink
 
host - Variable in class org.yamcs.tctm.TcpTmDataLink
 
host - Variable in class org.yamcs.tctm.UdpTcDataLink
 
housekeepingInterval - Variable in class org.yamcs.tctm.AbstractTcDataLink
 
HRES_TIMESTAMP - Enum constant in enum org.yamcs.yarch.DataType._type
 
HRES_TIMESTAMP - Static variable in class org.yamcs.yarch.DataType
 
HTTP_CACHE_SECONDS - Static variable in class org.yamcs.http.StaticFileHandler
 
HTTP_DATE_FORMAT - Static variable in class org.yamcs.http.StaticFileHandler
 
HTTP_DATE_GMT_TIMEZONE - Static variable in class org.yamcs.http.StaticFileHandler
 
HttpContentToByteBufDecoder - Class in org.yamcs.http
 
HttpContentToByteBufDecoder() - Constructor for class org.yamcs.http.HttpContentToByteBufDecoder
 
HttpException - Exception in org.yamcs.http
Default HTTP exception.
HttpException() - Constructor for exception org.yamcs.http.HttpException
 
HttpException(String) - Constructor for exception org.yamcs.http.HttpException
 
HttpException(String, Throwable) - Constructor for exception org.yamcs.http.HttpException
 
HttpException(Throwable) - Constructor for exception org.yamcs.http.HttpException
 
HttpHandler - Class in org.yamcs.http
 
HttpHandler() - Constructor for class org.yamcs.http.HttpHandler
 
HttpRequestHandler - Class in org.yamcs.http
Handles handshakes and messages.
HttpRequestHandler(HttpServer) - Constructor for class org.yamcs.http.HttpRequestHandler
 
HttpRequestToken(ChannelHandlerContext, HttpRequest) - Constructor for class org.yamcs.security.AbstractHttpRequestAuthModule.HttpRequestToken
 
HttpServer - Class in org.yamcs.http
Server-wide HTTP server based on Netty that provides a number of Yamcs web services: REST API WebSocket API Static file serving
HttpServer() - Constructor for class org.yamcs.http.HttpServer
 
HttpServerChannelInitializer - Class in org.yamcs.http
 
HttpServerChannelInitializer(HttpServer, SslContext, GlobalTrafficShapingHandler) - Constructor for class org.yamcs.http.HttpServerChannelInitializer
 
HttpTranscodeException - Exception in org.yamcs.http
 
HttpTranscodeException(String) - Constructor for exception org.yamcs.http.HttpTranscodeException
 
HttpTranscodeException(String, Throwable) - Constructor for exception org.yamcs.http.HttpTranscodeException
 
HttpTranscoder - Class in org.yamcs.http
Converts HTTP requests to Protobuf messages used in API definitions.
HttpTranscoder() - Constructor for class org.yamcs.http.HttpTranscoder
 
HttpUtils - Class in org.yamcs.http
 
HttpUtils() - Constructor for class org.yamcs.http.HttpUtils
 

I

IamApi - Class in org.yamcs.http.api
 
IamApi(AuditLog, TokenStore) - Constructor for class org.yamcs.http.api.IamApi
 
iAscendingFinished(byte[], byte[], byte[]) - Method in class org.yamcs.yarch.AbstractTableWalker
 
id - Variable in class org.yamcs.security.Account
 
id - Variable in class org.yamcs.timeline.TimelineItem
 
id() - Method in enum org.yamcs.cfdp.ChecksumType
 
ID(String) - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ID_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.ColumnInfo
 
ID_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.StreamInfo
 
ID_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
 
ID_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.GroupRecord
 
identifier() - Method in class org.yamcs.templating.TemplateParser
 
IDENTITIES_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
IDENTITY_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.ExternalIdentity
 
IdleFrameHandler - Class in org.yamcs.tctm.ccsds
Handles idle frames by ignoring them.
IdleFrameHandler() - Constructor for class org.yamcs.tctm.ccsds.IdleFrameHandler
 
idListToString(List<Yamcs.NamedObjectId>) - Static method in class org.yamcs.utils.StringConverter
Convert a list of NamedObjectId to a pretty string for use in log messages etc.
idToken - Variable in class org.yamcs.security.OpenIDAuthModule.OpenIDAuthenticationInfo
 
idToString(Yamcs.NamedObjectId) - Static method in class org.yamcs.utils.StringConverter
Convert a NamedObjectId to a pretty string for use in log messages etc.
IDX_CMD_ARG_ASSIGNMENT - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_ARGNAME - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_CALIBRATION - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_DEFVALUE - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_DESCRIPTION - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_ENCODING - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_ENGTYPE - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_ENGUNIT - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_FLAGS - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_NAME - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_PARENT - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_RANGEHIGH - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_RANGELOW - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_RAWTYPE - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMD_RELPOS - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDOPT_NAME - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDOPT_NAME - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
IDX_CMDOPT_SIGNIFICANCE - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDOPT_SIGNIFICANCE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
IDX_CMDOPT_SIGNIFICANCE_REASON - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDOPT_SIGNIFICANCE_REASON - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
IDX_CMDOPT_TXCONST - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDOPT_TXCONST - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
IDX_CMDOPT_TXCONST_TIMEOUT - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDOPT_TXCONST_TIMEOUT - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
IDX_CMDVERIF_CHECKWINDOW - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDVERIF_CHECKWINDOW_RELATIVETO - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDVERIF_NAME - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDVERIF_ONFAIL - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDVERIF_ONSUCCESS - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDVERIF_ONTIMEOUT - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDVERIF_STAGE - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDVERIF_TEXT - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_CMDVERIF_TYPE - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_LOG_AUTHOR - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_LOG_AUTHOR - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
IDX_LOG_DATE - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_LOG_DATE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
IDX_LOG_MESSAGE - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_LOG_MESSAGE - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
IDX_LOG_VERSION - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_LOG_VERSION - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
IDX_PP_ALIAS - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_PP_GROUP - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
IDX_PP_UMI - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
ifStatement() - Method in class org.yamcs.templating.TemplateParser
 
IfStatement - Class in org.yamcs.templating
 
IfStatement(String, TemplateBody, LinkedHashMap<String, TemplateBody>, TemplateBody) - Constructor for class org.yamcs.templating.IfStatement
 
ignoreOutOfContainerEntries() - Method in class org.yamcs.mdb.ContainerProcessingOptions
 
image - Variable in class org.yamcs.templating.Token
The string image of the token.
image - Variable in class org.yamcs.utils.parser.Token
The string image of the token.
importDefinitions(InputStream) - Method in class org.yamcs.http.ProtobufRegistry
 
IN_COMMENT - Static variable in interface org.yamcs.templating.TemplateParserConstants
Lexical state.
IN_CONDITION - Static variable in interface org.yamcs.templating.TemplateParserConstants
Lexical state.
IN_VAR - Static variable in interface org.yamcs.templating.TemplateParserConstants
Lexical state.
INACTIVITY_DETECTED - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
inactivityFuture - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
inBuf - Variable in class org.yamcs.templating.SimpleCharStream
 
inBuf - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
InClause - Class in org.yamcs.yarch.streamsql
 
InClause() - Constructor for class org.yamcs.yarch.streamsql.InClause
 
InClause() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
INCOMPATIBLE - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
increment() - Method in class me.lemire.integercompression.IntWrapper
add 1 to the integer value
increment() - Method in class org.yamcs.utils.MutableLong
 
incrementErrorCount() - Method in class org.yamcs.http.Route
 
incrementRequestCount() - Method in class org.yamcs.http.Route
 
incrementValueCount() - Method in class org.yamcs.alarms.ActiveAlarm
 
incrementViolations() - Method in class org.yamcs.alarms.ActiveAlarm
 
index - Variable in class org.yamcs.yarch.RawTuple
 
IndexedList<K,V> - Class in org.yamcs.utils
List which is indexed by a key in addition to its natural integer index
IndexedList() - Constructor for class org.yamcs.utils.IndexedList
 
IndexedList(int) - Constructor for class org.yamcs.utils.IndexedList
 
IndexedList(IndexedList<K, V>) - Constructor for class org.yamcs.utils.IndexedList
 
IndexesApi - Class in org.yamcs.http.api
 
IndexesApi() - Constructor for class org.yamcs.http.api.IndexesApi
 
IndexFilter - Class in org.yamcs.yarch
 
IndexFilter() - Constructor for class org.yamcs.yarch.IndexFilter
 
IndexIterator - Interface in org.yamcs.archive
 
indexOf(byte) - Method in class org.yamcs.utils.ByteArray
Returns the index of the first occurrence of the specified element in the array, or -1 if the array does not contain the element.
indexOf(int) - Method in class org.yamcs.utils.IntArray
Returns the index of the first occurrence of the specified element in the array, or -1 if the array does not contain the element.
IndexRequest - Class in org.yamcs.archive
Request index (histogram) information about tm packets, pp groups and commands
IndexRequest(String) - Constructor for class org.yamcs.archive.IndexRequest
 
IndexRequestListener - Interface in org.yamcs.archive
IndexRequestListener.IndexType - Enum in org.yamcs.archive
 
IndexRequestProcessor - Class in org.yamcs.archive
Performs histogram and completeness index retrievals.
IndexRequestProcessor(TmIndexService, IndexRequest, int, String, IndexRequestListener) - Constructor for class org.yamcs.archive.IndexRequestProcessor
 
IndexRequestProcessor.InvalidTokenException - Exception in org.yamcs.archive
 
InExpression - Class in org.yamcs.yarch.streamsql
 
InExpression(Expression, InClause) - Constructor for class org.yamcs.yarch.streamsql.InExpression
 
INFINITE - Enum constant in enum org.yamcs.yarch.streamsql.WindowSpecification.Type
this is a pseudo window which collects all the tuples until the stream is closed
INFINITE_WINDOW - Static variable in class org.yamcs.yarch.streamsql.WindowSpecification
 
info() - Element in annotation type org.yamcs.utils.DeprecationInfo
 
info(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
info(String) - Method in class org.yamcs.logging.Log
Send a log message at INFO level.
info(String, Object...) - Method in class org.yamcs.logging.Log
Send a log message at INFO level using SLF4J-style formatting.
info(String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
info(String, String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
info(String, Throwable) - Method in class org.yamcs.logging.Log
Send a log message at INFO level.
init() - Method in class org.yamcs.parameter.ParameterProcessorManager
This is called after all the parameter providers have been added but before the start.
init(InputStream, YConfiguration) - Method in class org.yamcs.tctm.CcsdsPacketInputStream
 
init(InputStream, YConfiguration) - Method in class org.yamcs.tctm.CfdpPacketInputStream
 
init(InputStream, YConfiguration) - Method in class org.yamcs.tctm.FixedPacketInputStream
 
init(InputStream, YConfiguration) - Method in class org.yamcs.tctm.GenericPacketInputStream
 
init(InputStream, YConfiguration) - Method in interface org.yamcs.tctm.PacketInputStream
Called each time an input stream is opened to initialize the object
init(InputStream, YConfiguration) - Method in class org.yamcs.tctm.UsocPacketInputStream
Deprecated.
 
init(String, String, YConfiguration) - Method in class org.yamcs.AbstractYamcsService
 
init(String, String, YConfiguration) - Method in class org.yamcs.archive.AlarmRecorder
 
init(String, String, YConfiguration) - Method in class org.yamcs.archive.CcsdsTmIndex
 
init(String, String, YConfiguration) - Method in class org.yamcs.archive.EventRecorder
 
init(String, String, YConfiguration) - Method in class org.yamcs.archive.ParameterRecorder
 
init(String, String, YConfiguration) - Method in class org.yamcs.archive.XtceTmRecorder
 
init(String, String, YConfiguration) - Method in class org.yamcs.cascading.YamcsArchiveTmLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.cascading.YamcsEventLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.cascading.YamcsLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.cascading.YamcsParameterLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.cascading.YamcsTcLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.cascading.YamcsTmLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.cfdp.CfdpService
 
init(String, String, YConfiguration) - Method in interface org.yamcs.filetransfer.FileListingService
 
init(String, String, YConfiguration) - Method in interface org.yamcs.filetransfer.FileTransferService
 
init(String, String, YConfiguration) - Method in class org.yamcs.http.HttpServer
 
init(String, String, YConfiguration) - Method in class org.yamcs.parameter.SystemParametersService
 
init(String, String, YConfiguration) - Method in class org.yamcs.parameterarchive.ParameterArchive
 
init(String, String, YConfiguration) - Method in class org.yamcs.ProcessorCreatorService
 
init(String, String, YConfiguration) - Method in class org.yamcs.ProcessRunner
 
init(String, String, YConfiguration) - Method in class org.yamcs.replication.ReplicationMaster
 
init(String, String, YConfiguration) - Method in class org.yamcs.replication.ReplicationServer
 
init(String, String, YConfiguration) - Method in class org.yamcs.replication.ReplicationSlave
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.AbstractLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.AbstractTcDataLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.AbstractTmDataLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
Creates a new UDP Frame Data Link
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.cfs.CfsEventDecoder
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.FilePollingTmDataLink
 
init(String, String, YConfiguration) - Method in interface org.yamcs.tctm.Link
Called at startup to initialize the link.
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.TcpTcDataLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.TcpTmDataLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.UdpParameterDataLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.UdpTcDataLink
 
init(String, String, YConfiguration) - Method in class org.yamcs.tctm.UdpTmDataLink
Creates a new UDP TM Data Link
init(String, String, YConfiguration) - Method in class org.yamcs.time.TimeCorrelationService
 
init(String, String, YConfiguration) - Method in class org.yamcs.timeline.TimelineService
 
init(String, String, YConfiguration) - Method in interface org.yamcs.YamcsService
Initialize this service.
init(String, Db.ProtoDataType, ReplayOptions) - Static method in interface org.yamcs.archive.ReplayHandler
 
init(String, YConfiguration) - Method in class org.yamcs.filetransfer.BasicListingParser
 
init(String, YConfiguration) - Method in class org.yamcs.filetransfer.CsvListingParser
 
init(String, YConfiguration) - Method in class org.yamcs.filetransfer.FileListingParser
 
init(HttpServer) - Method in class org.yamcs.http.AbstractHttpService
 
init(HttpServer) - Method in class org.yamcs.http.audit.AuditLog
 
init(HttpServer) - Method in class org.yamcs.http.auth.TokenStore
 
init(Processor, YConfiguration, Object) - Method in class org.yamcs.AbstractProcessorService
 
init(Processor, YConfiguration, Object) - Method in class org.yamcs.alarms.AlarmReporter
 
init(Processor, YConfiguration, Object) - Method in class org.yamcs.algorithms.AlgorithmManager
 
init(Processor, YConfiguration, Object) - Method in class org.yamcs.mdb.XtceTmProcessor
 
init(Processor, YConfiguration, Object) - Method in class org.yamcs.parameter.LocalParameterManager
 
init(Processor, YConfiguration, Object) - Method in interface org.yamcs.ProcessorService
 
init(Processor, YConfiguration, Object) - Method in class org.yamcs.StreamTcCommandReleaser
 
init(Processor, YConfiguration, Object) - Method in class org.yamcs.StreamTmPacketProvider
 
init(Processor, YConfiguration, Object) - Method in class org.yamcs.tctm.ReplayService
 
init(Processor, YConfiguration, Object) - Method in class org.yamcs.tctm.StreamParameterProvider
 
init(YConfiguration) - Method in interface org.yamcs.security.AuthModule
Initialize this AuthModule.
init(YConfiguration) - Method in class org.yamcs.security.DirectoryAuthModule
 
init(YConfiguration) - Method in class org.yamcs.security.IPAddressAuthModule
 
init(YConfiguration) - Method in class org.yamcs.security.KerberosAuthModule
 
init(YConfiguration) - Method in class org.yamcs.security.LdapAuthModule
 
init(YConfiguration) - Method in class org.yamcs.security.OpenIDAuthModule
 
init(YConfiguration) - Method in class org.yamcs.security.RemoteUserAuthModule
 
init(YConfiguration) - Method in class org.yamcs.security.SingleUserAuthModule
 
init(YConfiguration) - Method in class org.yamcs.security.SpnegoAuthModule
 
init(YConfiguration) - Method in class org.yamcs.security.YamlAuthModule
 
initAsync() - Method in class org.yamcs.YamcsInstanceService
 
initChannel(SocketChannel) - Method in class org.yamcs.http.HttpServerChannelInitializer
 
InitException - Exception in org.yamcs
 
InitException(String) - Constructor for exception org.yamcs.InitException
 
InitException(String, Throwable) - Constructor for exception org.yamcs.InitException
 
InitException(Throwable) - Constructor for exception org.yamcs.InitException
 
initialDelay - Variable in class org.yamcs.tctm.TcpTcTmDataLink
 
initialDelay - Variable in class org.yamcs.tctm.TcpTmDataLink
 
initialize(Context, InitializeRequest, Observer<Empty>) - Method in class org.yamcs.http.api.Cop1Api
 
initialized() - Method in interface org.yamcs.InstanceStateListener
 
initializing() - Method in interface org.yamcs.InstanceStateListener
 
initiateAD(boolean) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
initiateAD(boolean, long) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
Initiate AD with or without CLCW check The returned future will be completed when the operation has been initiated.
initiateADWithUnlock() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
Initiate AD with Unlock.
initiateADWithVR(int) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
Initiate AD with set V(R).
initPostprocessor(String, YConfiguration) - Method in class org.yamcs.tctm.AbstractTcDataLink
 
initPostprocessor(String, YConfiguration) - Method in class org.yamcs.tctm.TcpTcDataLink
 
initPostprocessor(String, YConfiguration) - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
initServices(String, List<ServiceWithConfig>) - Static method in class org.yamcs.YamcsServer
 
input_stream - Variable in class org.yamcs.templating.TemplateParserTokenManager
 
input_stream - Variable in class org.yamcs.utils.parser.FilterParserTokenManager
 
input_stream - Variable in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
 
inputDef - Variable in class org.yamcs.yarch.streamsql.Expression
 
inputStream - Variable in class org.yamcs.tctm.UsocPacketInputStream
Deprecated.
 
inputStream - Variable in class org.yamcs.templating.SimpleCharStream
 
inputStream - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
inputValues - Variable in class org.yamcs.algorithms.AbstractAlgorithmExecutor
 
insert(int) - Method in class org.yamcs.utils.SortedIntArray
Inserts value to the array and return the position on which has been inserted.
insert(int, byte) - Method in class org.yamcs.utils.ByteArray
 
insert(T) - Method in class org.yamcs.utils.PartitionedTimeInterval
Inserts an interval in the list if it doesn't overlap with an existing one.
insert(T, long) - Method in class org.yamcs.utils.PartitionedTimeInterval
Insert a new time interval in the list, if it doesn't overlap with the existing intervals.
INSERT - Enum constant in enum org.yamcs.yarch.TableWriter.InsertMode
insert rows whose key do not exist, ignore the others
INSERT_APPEND - Enum constant in enum org.yamcs.yarch.TableWriter.InsertMode
like INSERT but if the row already exist, append to it all the columns that are not already there
insertIntoTable(String, String...) - Static method in class org.yamcs.yarch.query.Query
 
insertIntoTable(String, Tuple) - Static method in class org.yamcs.yarch.query.Query
 
InsertIntoTableQueryBuilder - Class in org.yamcs.yarch.query
 
InsertIntoTableQueryBuilder(String, String...) - Constructor for class org.yamcs.yarch.query.InsertIntoTableQueryBuilder
 
InsertIntoTableQueryBuilder(String, Tuple) - Constructor for class org.yamcs.yarch.query.InsertIntoTableQueryBuilder
 
InsertStatement - Class in org.yamcs.yarch.streamsql
 
InsertStatement(String, StreamExpression, TableWriter.InsertMode) - Constructor for class org.yamcs.yarch.streamsql.InsertStatement
 
InsertStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
insertStream(String, TableDefinition) - Static method in class org.yamcs.http.api.StreamFactory
 
InsertValuesExpression - Class in org.yamcs.yarch.streamsql
Produces tuples as result of:
InsertValuesExpression(List<String>, List<SelectItem>) - Constructor for class org.yamcs.yarch.streamsql.InsertValuesExpression
 
instance() - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
instanceExistsOnDisk(String) - Static method in class org.yamcs.yarch.YarchDatabase
 
InstanceMetadata - Class in org.yamcs
 
InstanceMetadata() - Constructor for class org.yamcs.InstanceMetadata
 
InstanceMetadata(Map<String, Object>) - Constructor for class org.yamcs.InstanceMetadata
 
INSTANCENAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
InstancesApi - Class in org.yamcs.http.api
 
InstancesApi() - Constructor for class org.yamcs.http.api.InstancesApi
 
instanceStateChanged(YamcsServerInstance) - Method in interface org.yamcs.management.ManagementListener
Called when an instance state changes - for example when it is stopped/started
InstanceStateListener - Interface in org.yamcs
 
Instant - Class in org.yamcs.time
Yamcs high resolution instant storing milliseconds since 1970-01-01T00:00:00 TAI (including leap seconds) and picoseconds.
INT - Enum constant in enum org.yamcs.yarch.DataType._type
 
INT - Static variable in class org.yamcs.yarch.DataType
 
IntArray - Class in org.yamcs.utils
expandable array of ints
IntArray() - Constructor for class org.yamcs.utils.IntArray
Creates a sorted int array with a default initial capacity
IntArray(int) - Constructor for class org.yamcs.utils.IntArray
Creates an IntArray with a given initial capacity
INTEGER - Enum constant in enum org.yamcs.Spec.OptionType
 
IntegerCODEC - Interface in me.lemire.integercompression
Interface describing a standard CODEC to compress integers.
internalGetFieldAccessorTable() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
internalGetFieldAccessorTable() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.Request.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.Request
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.Response.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.Response
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.StreamInfo
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.TimeMessage
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.replication.protobuf.Wakeup
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.AccountCollection
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.AccountRecord
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.Clearance
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.GroupCollection
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.GroupRecord
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
internalGetFieldAccessorTable() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
internalGetFieldAccessorTable() - Method in class org.yamcs.timeline.protobuf.BandFilter
 
internalGetFieldAccessorTable() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.protobuf.Db.Event
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
internalGetFieldAccessorTable() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
internalGetMapField(int) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
internalGetMapField(int) - Method in class org.yamcs.yarch.protobuf.Db.Event
 
internalGetMapField(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
internalGetMapField(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
internalGetMutableMapField(int) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
internalGetMutableMapField(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
internalGetValueMap() - Static method in enum org.yamcs.replication.protobuf.Request.Type
 
internalGetValueMap() - Static method in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
 
internalGetValueMap() - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
 
internalGetValueMap() - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
 
InternalServerErrorException - Exception in org.yamcs.http
Something really wrong and unexpected occurred on the server.
InternalServerErrorException(String) - Constructor for exception org.yamcs.http.InternalServerErrorException
 
InternalServerErrorException(String, Throwable) - Constructor for exception org.yamcs.http.InternalServerErrorException
 
InternalServerErrorException(Throwable) - Constructor for exception org.yamcs.http.InternalServerErrorException
 
InternalServerMessage(String, int, int, Message, WebSocketServerMessageHandler.Priority) - Constructor for class org.yamcs.http.WebSocketServerMessageHandler.InternalServerMessage
 
InternalServerMessage(String, Message) - Constructor for class org.yamcs.http.WebSocketServerMessageHandler.InternalServerMessage
 
InternalStream - Class in org.yamcs.yarch
Stream created by the "create stream statement"
InternalStream(ExecutionContext, String, TupleDefinition) - Constructor for class org.yamcs.yarch.InternalStream
 
Interval() - Constructor for class org.yamcs.yarch.PartitionManager.Interval
Constructs an interval without start or stop (covers all time)
Interval(long, long) - Constructor for class org.yamcs.yarch.PartitionManager.Interval
 
Interval(TimeInterval) - Constructor for class org.yamcs.yarch.PartitionManager.Interval
 
INTERVAL_MASK - Static variable in class org.yamcs.parameterarchive.ParameterArchive
 
intervalIterator(TimeInterval) - Method in class org.yamcs.yarch.PartitionManager
Iterates over all intervals overlapping with the timeInterval.
intervals - Variable in class org.yamcs.yarch.PartitionManager
 
IntoClause() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
intValue() - Method in class me.lemire.integercompression.IntWrapper
 
IntValueSegment - Class in org.yamcs.parameterarchive
32 bit integers encoded as deltas of deltas (good if the values are relatively constant or in increasing order)
IntWrapper - Class in me.lemire.integercompression
Essentially a mutable wrapper around an integer.
IntWrapper() - Constructor for class me.lemire.integercompression.IntWrapper
Constructor: value set to 0.
IntWrapper(int) - Constructor for class me.lemire.integercompression.IntWrapper
Construction: value set to provided argument.
INVALID_FILE_STRUCTURE - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
INVALID_HISTOGRAM_COLUMN - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
INVALID_INDEX_COLUMN - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
INVALID_INSTANT - Static variable in class org.yamcs.time.Instant
 
INVALID_INSTANT - Static variable in class org.yamcs.utils.TimeEncoding
 
INVALID_TM - Enum constant in enum org.yamcs.StreamConfig.StandardStreamType
 
INVALID_TM - Static variable in class org.yamcs.StandardTupleDefinitions
 
INVALID_TRANSMISSION_MODE - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
InvalidAlgorithmOutputException - Exception in org.yamcs.algorithms
The output of the algorithm does not match the parameter it is supposed to be assigned to
InvalidAlgorithmOutputException(Parameter, OutputValueBinding, String) - Constructor for exception org.yamcs.algorithms.InvalidAlgorithmOutputException
 
InvalidCommandId - Exception in org.yamcs.commanding
 
InvalidCommandId(String) - Constructor for exception org.yamcs.commanding.InvalidCommandId
 
InvalidCommandId(String, Commanding.CommandId) - Constructor for exception org.yamcs.commanding.InvalidCommandId
 
InvalidIdentification - Exception in org.yamcs
 
InvalidIdentification() - Constructor for exception org.yamcs.InvalidIdentification
 
InvalidIdentification(List<Yamcs.NamedObjectId>) - Constructor for exception org.yamcs.InvalidIdentification
 
InvalidIdentification(Yamcs.NamedObjectId) - Constructor for exception org.yamcs.InvalidIdentification
 
InvalidRequestException - Exception in org.yamcs.filetransfer
 
InvalidRequestException - Exception in org.yamcs.utils
Exception thrown by services when receiving an invalid request usually via the http api, case in which it transformed into HTTP Bad Request
InvalidRequestException(String) - Constructor for exception org.yamcs.filetransfer.InvalidRequestException
 
InvalidRequestException(String) - Constructor for exception org.yamcs.utils.InvalidRequestException
 
InvalidRequestIdentification - Exception in org.yamcs
 
InvalidRequestIdentification(String, int) - Constructor for exception org.yamcs.InvalidRequestIdentification
 
InvalidTokenException() - Constructor for exception org.yamcs.archive.IndexRequestProcessor.InvalidTokenException
 
IPAddressAuthModule - Class in org.yamcs.security
An AuthModule that enforces a login of one fixed user account, where the remote IP address must match one of the configured IP address rules.
IPAddressAuthModule() - Constructor for class org.yamcs.security.IPAddressAuthModule
 
is(String) - Method in class org.yamcs.http.MediaType
 
isAcknowledged() - Method in class org.yamcs.alarms.ActiveAlarm
 
isAcknowledged() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
isAcknowledged() - Method in class org.yamcs.cfdp.PutRequest
 
isActive() - Method in class org.yamcs.security.Account
 
isAggregate() - Method in class org.yamcs.yarch.streamsql.AggregateExpression
 
isAggregate() - Method in class org.yamcs.yarch.streamsql.Expression
 
isArchiveReplay() - Method in class org.yamcs.StreamTmPacketProvider
 
isArchiveReplay() - Method in class org.yamcs.tctm.ReplayService
 
isArchiveReplay() - Method in interface org.yamcs.TmPacketProvider
true if this is a replay from archive
isAscending() - Method in class org.yamcs.parameterarchive.MultipleParameterRequest
 
isAscending() - Method in class org.yamcs.parameterarchive.ParameterRequest
 
isAsync() - Method in class org.yamcs.StreamConfig.TmStreamConfigEntry
 
isAutoAcknowledge() - Method in class org.yamcs.alarms.ActiveAlarm
 
isAutoIncrement() - Method in class org.yamcs.yarch.TableColumnDefinition
 
isAutostart() - Method in class org.yamcs.archive.ReplayOptions
 
isBatchUpdates() - Method in class org.yamcs.yarch.rocksdb.RdbTableWalker
 
isBatchUpdates() - Method in class org.yamcs.yarch.rocksdb.SecondaryIndexTableWalker
 
isBatchUpdates() - Method in interface org.yamcs.yarch.TableWalker
 
isBitOfByteSet(Byte, int) - Static method in class org.yamcs.cfdp.CfdpUtils
 
isBypass() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
isCancelled() - Method in class org.yamcs.http.ServerStreamingObserver
 
isCancelled() - Method in class org.yamcs.http.TopicContext
 
isCancelled() - Method in class org.yamcs.http.WebSocketObserver
 
isCellEmpty(Cell[], int) - Static method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
isChecked() - Method in class org.yamcs.tctm.LinkAction
Returns the checked state of this action.
isClientStreaming() - Method in class org.yamcs.http.Context
 
isClosed() - Method in class org.yamcs.yarch.Stream
 
isClosureRequested() - Method in class org.yamcs.cfdp.pdu.ProxyClosureRequest
 
isClosureRequested() - Method in class org.yamcs.cfdp.PutRequest
 
isClosureRequested() - Method in class org.yamcs.filetransfer.TransferOptions
 
isClosureRequestedSet() - Method in class org.yamcs.filetransfer.TransferOptions
 
isCmdControl() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
isCommandingAvailable() - Method in interface org.yamcs.tctm.TcDataLink
 
isComparable() - Method in class org.yamcs.yarch.DataType
 
isComplete() - Method in class org.yamcs.cfdp.DataFile
 
isCompressed() - Method in class org.yamcs.yarch.TableDefinition
 
isConstant() - Method in class org.yamcs.yarch.streamsql.Expression
 
isCreatePath() - Method in class org.yamcs.filetransfer.TransferOptions
 
isDataComplete() - Method in class org.yamcs.cfdp.pdu.FinishedPacket
 
isDataComplete() - Method in class org.yamcs.cfdp.pdu.ProxyPutResponse
 
isDebugEnabled() - Method in class org.yamcs.logging.Log
 
isDefaultRole() - Method in class org.yamcs.security.Role
 
isDefined(String) - Static method in class org.yamcs.YConfiguration
 
isDeprecated() - Method in class org.yamcs.http.Route
 
isDeprecated() - Method in class org.yamcs.http.Topic
 
isDerivedFromRoot() - Method in class org.yamcs.ContainerExtractionResult
Return true if this inherits (directly or indirectly) from the root container.
isDescendingFinished(byte[], byte[], byte[]) - Method in class org.yamcs.yarch.AbstractTableWalker
 
isDisabled() - Method in class org.yamcs.tctm.AbstractLink
 
isDisabled() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
isDisabled() - Method in interface org.yamcs.tctm.Link
return true if the link has been disabled by the user.
isEffectivelyDisabled() - Method in interface org.yamcs.tctm.Link
return true if this link or its parent (in case of a sub-link part of an aggregated link) is disabled
isEmpty() - Method in class org.yamcs.parameter.ParameterValueList
 
isEmpty() - Method in class org.yamcs.parameter.SubscriptionArray
 
isEmpty() - Method in class org.yamcs.utils.ByteArray
 
isEmpty() - Method in class org.yamcs.utils.DoubleArray
 
isEmpty() - Method in class org.yamcs.utils.FloatArray
 
isEmpty() - Method in class org.yamcs.utils.IntArray
 
isEmpty() - Method in class org.yamcs.utils.LongArray
 
isEmpty() - Method in class org.yamcs.utils.SortedIntArray
 
isEmptyOrCommentedOut(Cell[]) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
isEnabled() - Method in class org.yamcs.security.SecurityStore
Returns true if security features are activated.
isEnabled() - Method in class org.yamcs.tctm.LinkAction
Returns whether this action is enabled.
isEnabled() - Method in class org.yamcs.tctm.LinkState
Whether the link was enabled.
isExpired() - Method in class org.yamcs.http.auth.JwtToken
 
isExpired() - Method in class org.yamcs.security.UserSession
 
isExpired(long) - Method in class org.yamcs.parameter.ParameterValue
Verifies if the parameter value is expired at a given timestamp.
isExternallyManaged() - Method in class org.yamcs.security.User
 
isFileDirective() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
isFinite() - Method in class org.yamcs.yarch.streamsql.InsertValuesExpression
 
isFinite() - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
isFinite() - Method in class org.yamcs.yarch.streamsql.TupleSourceExpression
 
isFormEncoded() - Method in class org.yamcs.http.HandlerContext
 
isFull() - Method in class org.yamcs.replication.ReplicationFile
 
isGET() - Method in class org.yamcs.http.HandlerContext
 
isHidden() - Method in class org.yamcs.Spec.Option
 
isIndexedByKey(String) - Method in class org.yamcs.yarch.TableDefinition
 
isInitialized() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
isInitialized() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
isInitialized() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
isInitialized() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
isInitialized() - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
isInitialized() - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
isInitialized() - Method in class org.yamcs.replication.protobuf.Request.Builder
 
isInitialized() - Method in class org.yamcs.replication.protobuf.Request
 
isInitialized() - Method in class org.yamcs.replication.protobuf.Response.Builder
 
isInitialized() - Method in class org.yamcs.replication.protobuf.Response
 
isInitialized() - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
isInitialized() - Method in class org.yamcs.replication.protobuf.StreamInfo
 
isInitialized() - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
isInitialized() - Method in class org.yamcs.replication.protobuf.TimeMessage
 
isInitialized() - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
isInitialized() - Method in class org.yamcs.replication.protobuf.Wakeup
 
isInitialized() - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
isInitialized() - Method in class org.yamcs.security.protobuf.AccountCollection
 
isInitialized() - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
isInitialized() - Method in class org.yamcs.security.protobuf.AccountRecord
 
isInitialized() - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
isInitialized() - Method in class org.yamcs.security.protobuf.Clearance
 
isInitialized() - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
isInitialized() - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
isInitialized() - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
isInitialized() - Method in class org.yamcs.security.protobuf.GroupCollection
 
isInitialized() - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
isInitialized() - Method in class org.yamcs.security.protobuf.GroupRecord
 
isInitialized() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
isInitialized() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
isInitialized() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
isInitialized() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
isInitialized() - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
isInitialized() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
isInitialized() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
isInitialized() - Method in class org.yamcs.timeline.protobuf.BandFilter
 
isInitialized() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
isInitialized() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
isInitialized() - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
isInitialized() - Method in class org.yamcs.yarch.protobuf.Db.Event
 
isInitialized() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
isInitialized() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
isInitialized() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
isInRange(long) - Method in class org.yamcs.cfdp.pdu.SegmentRequest
 
isInvalid() - Method in class org.yamcs.TmPacket
 
isLargeFile() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
isLeap(int) - Static method in class org.yamcs.utils.TaiUtcConverter
 
isList(String) - Method in class org.yamcs.YConfiguration
 
isList(Map<String, Object>, String) - Static method in class org.yamcs.YConfiguration
 
isLoggable(LogRecord) - Method in class org.yamcs.logging.GlobalFilter
 
isLoggable(LogRecord) - Method in class org.yamcs.logging.WatchedFileHandler
 
isLowPriority() - Method in class org.yamcs.http.TopicContext
 
isMetadata() - Method in class org.yamcs.cfdp.pdu.SegmentRequest
 
isMetadata(byte) - Static method in interface org.yamcs.replication.Transaction
 
isNormal() - Method in class org.yamcs.alarms.ActiveAlarm
 
isNull(Map<?, ?>, String) - Static method in class org.yamcs.YConfiguration
 
IsNullClause - Class in org.yamcs.yarch.streamsql
 
IsNullClause() - Constructor for class org.yamcs.yarch.streamsql.IsNullClause
 
IsNullClause() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
IsNullExpression - Class in org.yamcs.yarch.streamsql
 
IsNullExpression(Expression, IsNullClause) - Constructor for class org.yamcs.yarch.streamsql.IsNullExpression
 
isNumber(DataType) - Static method in class org.yamcs.yarch.DataType
 
Iso16CrcCalculator - Class in org.yamcs.tctm
ISO CRC calculator as described in ECSS-E-ST-70-41C 15 April 2016, appendix B.2
Iso16CrcCalculator() - Constructor for class org.yamcs.tctm.Iso16CrcCalculator
 
isOffloaded() - Method in class org.yamcs.http.Route
 
isOffloaded() - Method in class org.yamcs.http.RouteContext
 
isOngoing() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
isOpen() - Method in class org.yamcs.yarch.rocksdb.YRDB
 
isOverwrite() - Method in class org.yamcs.filetransfer.TransferOptions
 
isPartitionedBy(String) - Method in class org.yamcs.yarch.TableDefinition
Return true if the table is partitioned and the colName is used as partition column (either time or value)
isPartitionedByTime() - Method in class org.yamcs.yarch.TableDefinition
 
isPendingTransmissionConstraints() - Method in class org.yamcs.commanding.ActiveCommand
 
isPersistent() - Method in class org.yamcs.Processor
 
isPOST() - Method in class org.yamcs.http.HandlerContext
 
isPrimitiveJavaType() - Method in class org.yamcs.yarch.DataType
 
isProcessOK() - Method in class org.yamcs.alarms.ActiveAlarm
 
isProtected() - Method in class org.yamcs.Processor
Returns if this processor is protected.
isProtectedColumn(String) - Static method in class org.yamcs.commanding.PreparedCommand
 
isRaw() - Method in class org.yamcs.commanding.PreparedCommand
 
isReliable() - Method in class org.yamcs.cfdp.CompletedTransfer
 
isReliable() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
isReliable() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
isReliable() - Method in interface org.yamcs.filetransfer.FileTransfer
 
isReliable() - Method in class org.yamcs.filetransfer.TransferOptions
 
isReliableSet() - Method in class org.yamcs.filetransfer.TransferOptions
 
isReplay() - Method in class org.yamcs.Processor
 
isReplayAbortRequested() - Method in class org.yamcs.http.api.ParameterReplayListener
 
isReplayAll() - Method in class org.yamcs.archive.ReplayOptions
 
isReplayAllParameters() - Method in class org.yamcs.archive.ReplayOptions
 
isRequired() - Method in class org.yamcs.Spec.Option
 
isRequired() - Method in class org.yamcs.templating.Variable
 
isReservedColumn(String) - Static method in class org.yamcs.commanding.PreparedCommand
 
isRetrieveEngineeringValues() - Method in class org.yamcs.parameterarchive.ParameterRequest
 
isRetrieveEngValues() - Method in class org.yamcs.parameterarchive.MultipleParameterRequest
 
isRetrieveParameterStatus() - Method in class org.yamcs.parameterarchive.ParameterRequest
 
isRetrieveParamStatus() - Method in class org.yamcs.parameterarchive.MultipleParameterRequest
 
isRetrieveRawValues() - Method in class org.yamcs.parameterarchive.ParameterRequest
 
isReverse() - Method in class org.yamcs.archive.ReplayOptions
 
isRowEmpty(Cell[]) - Static method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
isRunning() - Method in class org.yamcs.yarch.AbstractTableWalker
 
isRunning() - Method in class org.yamcs.yarch.Stream
 
isRunningAndEnabled() - Method in class org.yamcs.tctm.AbstractLink
 
IssCommandPostprocessor - Class in org.yamcs.tctm
 
IssCommandPostprocessor(String) - Constructor for class org.yamcs.tctm.IssCommandPostprocessor
 
IssCommandPostprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.IssCommandPostprocessor
 
isSecret() - Method in class org.yamcs.Spec.Option
 
isSendAllCmd() - Method in class org.yamcs.archive.IndexRequest
 
isSendAllEvent() - Method in class org.yamcs.archive.IndexRequest
 
isSendAllPp() - Method in class org.yamcs.archive.IndexRequest
 
isSendAllTm() - Method in class org.yamcs.archive.IndexRequest
 
isSendCompletenessIndex() - Method in class org.yamcs.archive.IndexRequest
 
isServerError() - Method in exception org.yamcs.http.HttpException
 
isServerStreaming() - Method in class org.yamcs.http.Context
 
isShelved() - Method in class org.yamcs.alarms.ActiveAlarm
 
isShuttingDown() - Method in class org.yamcs.YamcsServer
Returns true when Yamcs is shutting down.
isSimple() - Method in interface org.yamcs.parameterarchive.ParameterId
 
isSocketOpen() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
IssPacketPreprocessor - Class in org.yamcs.tctm
This implements CCSDS packets as used in ISS (International Space Station).
IssPacketPreprocessor(String) - Constructor for class org.yamcs.tctm.IssPacketPreprocessor
 
IssPacketPreprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.IssPacketPreprocessor
 
isStar() - Method in class org.yamcs.yarch.streamsql.SelectItem
 
isSubcontainerPartOfResult() - Method in class org.yamcs.mdb.ContainerProcessingOptions
 
isSubscribeAll() - Method in class org.yamcs.Processor
 
issueCommand(Context, IssueCommandRequest, Observer<IssueCommandResponse>) - Method in class org.yamcs.http.api.CommandsApi
 
ISSUEDBY_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.Clearance
 
ISSUETIME_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.Clearance
 
isSuperuser() - Method in class org.yamcs.security.AuthorizationInfo
 
isSuperuser() - Method in class org.yamcs.security.User
 
isSupported() - Static method in class org.yamcs.utils.SDNotify
 
isSynchronous() - Method in class org.yamcs.Processor
 
isSyncRequired() - Method in class org.yamcs.replication.ReplicationFile
 
isTcpClient() - Method in class org.yamcs.replication.ReplicationMaster
 
isTcpClient() - Method in class org.yamcs.replication.ReplicationSlave
 
isTLS() - Method in class org.yamcs.http.Binding
 
isTraceEnabled() - Method in class org.yamcs.logging.Log
 
isTriggered() - Method in class org.yamcs.alarms.ActiveAlarm
 
isValid() - Method in class org.yamcs.parameterarchive.AggrrayIterator
 
isValid() - Method in class org.yamcs.parameterarchive.MultiSegmentIterator
 
isValid() - Method in interface org.yamcs.parameterarchive.ParchiveIterator
 
isValid() - Method in class org.yamcs.parameterarchive.SegmentIterator
 
isValid() - Method in class org.yamcs.parameterarchive.SimpleParameterIterator
 
isValid() - Method in class org.yamcs.yarch.rocksdb.AbstractDbIterator
 
isValid() - Method in interface org.yamcs.yarch.rocksdb.DbIterator
 
ItemGroup - Class in org.yamcs.timeline
 
ItemGroup(UUID) - Constructor for class org.yamcs.timeline.ItemGroup
 
ItemGroup(Tuple) - Constructor for class org.yamcs.timeline.ItemGroup
 
ItemListener - Interface in org.yamcs.timeline
 
ItemProvider - Interface in org.yamcs.timeline
 
iterate(BiFunction<String, ParameterId, Boolean>) - Method in class org.yamcs.parameterarchive.ParameterIdDb
Iterate over the parameter database, calling the function with the fqn and parameter id.
ITERATION_INDEX - Static variable in class org.yamcs.security.PBKDF2PasswordHasher
 
iterator - Variable in class org.yamcs.yarch.rocksdb.AbstractDbIterator
 
iterator() - Method in class org.yamcs.parameter.ParameterValueList
 
iterator() - Method in class org.yamcs.utils.IndexedList
 
iterator() - Method in class org.yamcs.utils.PartitionedTimeInterval
 
iterator() - Method in class org.yamcs.yarch.PartitionManager.Interval
Iterates over the partitions from this interval
iterator(long, Set<Object>) - Method in class org.yamcs.yarch.PartitionManager
iterator(Set<Object>) - Method in class org.yamcs.yarch.PartitionManager
Returns an iterator which at each step gives the list of partition corresponding to a time interval (so when we do a replay those partitions have to be played in parallel).

J

J2000 - Enum constant in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeEpochs
 
JaasConfiguration - Class in org.yamcs.security
Wrapper around the (weird) JAAS configuration API.
java2Timestamp(long) - Static method in class org.yamcs.utils.TimestampUtil
Converts java time in milliseconds to protobuf Timestamp
JavaAlgorithmEngine - Class in org.yamcs.algorithms
 
JavaAlgorithmEngine() - Constructor for class org.yamcs.algorithms.JavaAlgorithmEngine
 
JavaAlgorithmExecutorFactory - Class in org.yamcs.algorithms
 
JavaAlgorithmExecutorFactory() - Constructor for class org.yamcs.algorithms.JavaAlgorithmExecutorFactory
 
JavaExprAlgorithmExecutionFactory - Class in org.yamcs.algorithms
Generates executors for java-expression algorithms.
JavaExprAlgorithmExecutionFactory() - Constructor for class org.yamcs.algorithms.JavaExprAlgorithmExecutionFactory
 
JavaExpressionCalibratorFactory - Class in org.yamcs.mdb
 
JavaExpressionCalibratorFactory() - Constructor for class org.yamcs.mdb.JavaExpressionCalibratorFactory
 
javaType() - Method in class org.yamcs.yarch.ColumnDefinition
 
javaType() - Method in class org.yamcs.yarch.DataType
 
javaType() - Method in class org.yamcs.yarch.ProtobufDataType
 
jc - Variable in class org.yamcs.cli.Command
 
jj_nt - Variable in class org.yamcs.templating.TemplateParser
Next token.
jj_nt - Variable in class org.yamcs.utils.parser.FilterParser
Next token.
jj_nt - Variable in class org.yamcs.yarch.streamsql.StreamSqlParser
Next token.
jjFillToken() - Method in class org.yamcs.templating.TemplateParserTokenManager
 
jjFillToken() - Method in class org.yamcs.utils.parser.FilterParserTokenManager
 
jjFillToken() - Method in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
 
jjnewLexState - Static variable in class org.yamcs.templating.TemplateParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.yamcs.templating.TemplateParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.yamcs.utils.parser.FilterParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
Token literal values.
joinOptions() - Static method in enum org.yamcs.cli.OutputFormat
 
JournalFormatter - Class in org.yamcs.logging
A minimalistic formatter that is intended for use with systems that use the systemd journal.
JournalFormatter() - Constructor for class org.yamcs.logging.JournalFormatter
 
JSON - Enum constant in enum org.yamcs.cli.OutputFormat
 
JSON - Static variable in class org.yamcs.http.MediaType
 
jumpToRow(Sheet, int) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
jumpToStart(long) - Method in class org.yamcs.yarch.PartitionIntervalIterator
 
JvmParameterProducer - Class in org.yamcs.parameter
 
JvmParameterProducer(SystemParametersService) - Constructor for class org.yamcs.parameter.JvmParameterProducer
 
JwtDecodeException(String) - Constructor for exception org.yamcs.http.auth.JwtHelper.JwtDecodeException
 
JwtDecodeException(String, Throwable) - Constructor for exception org.yamcs.http.auth.JwtHelper.JwtDecodeException
 
JwtHelper - Class in org.yamcs.http.auth
 
JwtHelper() - Constructor for class org.yamcs.http.auth.JwtHelper
 
JwtHelper.JwtDecodeException - Exception in org.yamcs.http.auth
 
JwtToken - Class in org.yamcs.http.auth
Identifies a user that was authenticated via a JWT bearer token
JwtToken(String, byte[]) - Constructor for class org.yamcs.http.auth.JwtToken
 

K

K_ADVANCE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_AFAP - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ALL - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ALTER - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_AND - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ANY - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ARRAY - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_AS - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ASC - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_AUTO_INCREMENT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_BETWEEN - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_BOOLEAN - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_BY - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_BYTE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_CHAR - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_CLOSE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_COLUMN_FAMILY - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_COMPRESSED - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_COMPRESSED - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_CREATE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_CURRENT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_DATA_DIR - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_DATABASES - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_DATE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_DECIMAL - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_DELETE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_DESC - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_DESCRIBE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_DISTINCT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_DOUBLE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_DROP - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ENGINE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ENGINES - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ENUM - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ENUM_VALUE - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_ESCAPE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_EXISTS - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_FIXED_DELAY - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_FLOAT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_FORMAT_VERSION - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_FROM - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_HAVING - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_HISTOGRAM - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_HISTOGRAM - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_IF - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_IN - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_IN_KEY - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_INDEX - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_INPUT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_INSERT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_INSERT_APPEND - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_INT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_INTO - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_IS - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_KEY - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_KEY_DEF - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_LIKE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_LIMIT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_LOAD - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_LONG - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_MERGE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_MOD - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_NOFOLLOW - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_NOT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_NULL - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_NULLS - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ON - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ONLY - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_OR - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ORDER - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ORIGINAL - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_OUT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_OUTPUT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_PARTITION - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_PARTITION_STORAGE - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_PARTITIONING_SPEC - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_PORT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_PRIMARY - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_PROTOBUF - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_RANGE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_READ - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_REAL - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_RENAME - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_RESTART - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_REVERSE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ROW - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_ROWS - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_SAMPLE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_SELECT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_SEQUENCE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_SEQUENCES - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_SET - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_SHOW - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_SHRT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_SIZE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_SMALLINT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_STORAGE_ENGINE - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_STREAM - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_STREAMS - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_STRING - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_TABLE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_TABLE_FORMAT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_TABLES - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_TABLESPACE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_TIME - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_TIME_AND_VALUE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_TIME_COLUMN - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_TIME_PARTITIONING_SCHEMA - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_TO - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_TUPLES - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_UNIQUE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_UPDATE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_UPSERT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_UPSERT_APPEND - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_USE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_USING - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_VALUE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_VALUE_COLUMN - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_VALUE_DEF - Static variable in class org.yamcs.yarch.TableDefinitionConstructor
 
K_VALUES - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_WHEN - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_WHERE - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
K_WITH - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
KEEP_ALIVE - Enum constant in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
KEEP_ALIVE_LIMIT_REACHED - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
KeepAlivePacket - Class in org.yamcs.cfdp.pdu
 
KeepAlivePacket(long, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.KeepAlivePacket
 
KeepAlivePacket(ByteBuffer, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.KeepAlivePacket
 
keepValues - Variable in class org.yamcs.utils.ParameterFormatter
 
KerberosAuthModule - Class in org.yamcs.security
Does password-based login against a Kerberos host.
KerberosAuthModule() - Constructor for class org.yamcs.security.KerberosAuthModule
 
key - Variable in class org.yamcs.utils.parser.FilterParser.Result
 
key() - Method in class org.yamcs.yarch.rocksdb.AscendingRangeIterator
 
key() - Method in interface org.yamcs.yarch.rocksdb.DbIterator
 
key() - Method in class org.yamcs.yarch.rocksdb.DescendingPrefixIterator
 
key() - Method in class org.yamcs.yarch.rocksdb.DescendingRangeIterator
 
key(long, byte[]) - Static method in class org.yamcs.yarch.HistogramSegment
 
KEY_FIELD_NUMBER - Static variable in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
KEY_OPTIONS - Static variable in class org.yamcs.yarch.rocksdb.RdbConfig
 
KEY_RDB_CONFIG - Static variable in class org.yamcs.yarch.rocksdb.RdbConfig
 
KEY_TABLESPACE_CONFIG - Static variable in class org.yamcs.yarch.rocksdb.RdbConfig
 
KEY_TABLESPACE_NAME_PATTERN - Static variable in class org.yamcs.yarch.rocksdb.RdbConfig
 
KEY_TF_CONFIG - Static variable in class org.yamcs.yarch.rocksdb.RdbConfig
 
KEYCOLUMN_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
keyEnd - Variable in class org.yamcs.yarch.IndexFilter
 
keys - Variable in class org.yamcs.utils.IndexedList
 
keyStart - Variable in class org.yamcs.yarch.IndexFilter
 
kind - Variable in class org.yamcs.templating.Token
An integer that describes the kind of this token.
kind - Variable in class org.yamcs.utils.parser.Token
An integer that describes the kind of this token.

L

LABEL_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
LARGE_FILE_TRANSFER - Enum constant in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
lastLoginTime - Variable in class org.yamcs.security.Account
 
LASTLOGINTIME_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
 
lastRow - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader.Range
 
lastSampleTime() - Method in class org.yamcs.http.api.Downsampler
 
LastValueCache - Class in org.yamcs.parameter
Cache for the last known value of each parameter.
LastValueCache() - Constructor for class org.yamcs.parameter.LastValueCache
 
LastValueCache(Collection<ParameterValue>) - Constructor for class org.yamcs.parameter.LastValueCache
 
LATCH_ACK - Enum constant in enum org.yamcs.alarms.AlarmState
 
LATCH_UNACK - Enum constant in enum org.yamcs.alarms.AlarmState
 
LdapAuthModule - Class in org.yamcs.security
 
LdapAuthModule() - Constructor for class org.yamcs.security.LdapAuthModule
 
LDCP64 - Enum constant in enum org.yamcs.tctm.ccsds.error.CltuGenerator.Encoding
 
LDPC256 - Enum constant in enum org.yamcs.tctm.ccsds.error.CltuGenerator.Encoding
 
Ldpc256CltuGenerator - Class in org.yamcs.tctm.ccsds.error
 
Ldpc256CltuGenerator() - Constructor for class org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator
 
Ldpc256CltuGenerator(byte[], byte[]) - Constructor for class org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator
 
Ldpc256CltuGenerator.Ldpc256Encoder - Class in org.yamcs.tctm.ccsds.error
 
Ldpc256Encoder() - Constructor for class org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator.Ldpc256Encoder
 
Ldpc64CltuGenerator - Class in org.yamcs.tctm.ccsds.error
 
Ldpc64CltuGenerator(boolean) - Constructor for class org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator
 
Ldpc64CltuGenerator(byte[], byte[]) - Constructor for class org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator
 
Ldpc64CltuGenerator.Ldpc64Encoder - Class in org.yamcs.tctm.ccsds.error
 
Ldpc64Encoder() - Constructor for class org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator.Ldpc64Encoder
 
LeadingSizeBinaryDecoder - Class in org.yamcs.algo
 
LeadingSizeBinaryDecoder(CustomAlgorithm, AlgorithmExecutionContext, Integer) - Constructor for class org.yamcs.algo.LeadingSizeBinaryDecoder
 
LeadingSizeBinaryEncoder - Class in org.yamcs.algo
 
LeadingSizeBinaryEncoder(CustomAlgorithm, AlgorithmExecutionContext, Integer) - Constructor for class org.yamcs.algo.LeadingSizeBinaryEncoder
 
LeakLevelConverter() - Constructor for class org.yamcs.YamcsServerOptions.LeakLevelConverter
 
length() - Method in class org.yamcs.TmPacket
 
LESS - Enum constant in enum org.yamcs.yarch.streamsql.RelOp
 
LESS(Comparable, Comparable) - Static method in class org.yamcs.yarch.utils.SqlExpressions
 
LESS_OR_EQUAL - Enum constant in enum org.yamcs.yarch.streamsql.RelOp
 
LESS_OR_EQUAL(Comparable, Comparable) - Static method in class org.yamcs.yarch.utils.SqlExpressions
 
letohl(int) - Method in class org.yamcs.algorithms.AlgorithmFunctions
Little endian to host
LETTER - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
LEVEL_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.Clearance
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.yamcs.templating.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.yamcs.utils.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.yamcs.yarch.streamsql.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.yamcs.templating.TemplateParserTokenManager
Lexer state names.
lexStateNames - Static variable in class org.yamcs.utils.parser.FilterParserTokenManager
Lexer state names.
lexStateNames - Static variable in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
Lexer state names.
like(String, String) - Static method in class org.yamcs.yarch.streamsql.Utils
 
LikeClause - Class in org.yamcs.yarch.streamsql
 
LikeClause() - Constructor for class org.yamcs.yarch.streamsql.LikeClause
 
LikeClause() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
LikeExpression - Class in org.yamcs.yarch.streamsql
 
LikeExpression(Expression, LikeClause) - Constructor for class org.yamcs.yarch.streamsql.LikeExpression
 
limit(long) - Method in class org.yamcs.yarch.SqlBuilder
 
limit(long, long) - Method in class org.yamcs.yarch.SqlBuilder
 
LIMIT - Enum constant in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
 
LimitedStream - Class in org.yamcs.yarch.streamsql
 
LimitedStream(YarchDatabaseInstance, Stream, BigDecimal, BigDecimal, TupleDefinition) - Constructor for class org.yamcs.yarch.streamsql.LimitedStream
 
LimitExceededException - Exception in org.yamcs
Thrown by a method that causes a user/system specified limit to be exceeded.
LimitExceededException(String) - Constructor for exception org.yamcs.LimitExceededException
 
line - Variable in class org.yamcs.templating.SimpleCharStream
 
line - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
LINE_COMMENT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
linesReceived - Variable in class org.yamcs.utils.ParameterFormatter
 
linesSaved - Variable in class org.yamcs.utils.ParameterFormatter
 
Link - Interface in org.yamcs.tctm
A source of data into yamcs; Currently TM, TC and Parameter
LINK - Enum constant in enum org.yamcs.http.api.XtceToGpbAssembler.DetailLevel
 
Link.Status - Enum in org.yamcs.tctm
 
LinkAction - Class in org.yamcs.tctm
 
LinkAction(String, String) - Constructor for class org.yamcs.tctm.LinkAction
 
LinkAction(String, String, LinkAction.ActionStyle) - Constructor for class org.yamcs.tctm.LinkAction
 
LinkAction.ActionChangeListener - Interface in org.yamcs.tctm
 
LinkAction.ActionStyle - Enum in org.yamcs.tctm
 
LinkActionProvider - Interface in org.yamcs.tctm
 
linkChanged(LinkInfo) - Method in interface org.yamcs.management.LinkListener
Deprecated.
LinkListener - Interface in org.yamcs.management
Used by ManagementService to distribute data link related updates
LinkManager - Class in org.yamcs.management
Service that manages all the data links: is endpoint for the /links API calls for the commanding links it will only send commands if the link is enabled.
LinkManager(String) - Constructor for class org.yamcs.management.LinkManager
 
LinkManager.LinkWithInfo - Class in org.yamcs.management
 
LinkMemento - Class in org.yamcs.tctm
Object that is used to persist link state information across Yamcs restarts.
LinkMemento() - Constructor for class org.yamcs.tctm.LinkMemento
 
linkName - Variable in class org.yamcs.tctm.AbstractLink
 
linkRegistered(LinkInfo) - Method in interface org.yamcs.management.LinkListener
 
LinksApi - Class in org.yamcs.http.api
 
LinksApi(AuditLog) - Constructor for class org.yamcs.http.api.LinksApi
 
LinkState - Class in org.yamcs.tctm
 
LinkState() - Constructor for class org.yamcs.tctm.LinkState
 
linkUnregistered(LinkInfo) - Method in interface org.yamcs.management.LinkListener
 
LinkWithInfo(Link, LinkInfo) - Constructor for class org.yamcs.management.LinkManager.LinkWithInfo
 
LIST - Enum constant in enum org.yamcs.Spec.OptionType
 
LIST_OR_ELEMENT - Enum constant in enum org.yamcs.Spec.OptionType
This option converts arguments automatically to a list if the argument is not a list.
listAccounts() - Method in class org.yamcs.security.DirectoryDb
 
listAlarms(Context, ListAlarmsRequest, Observer<ListAlarmsResponse>) - Method in class org.yamcs.http.api.AlarmsApi
 
listAlgorithms(Context, Mdb.ListAlgorithmsRequest, Observer<Mdb.ListAlgorithmsResponse>) - Method in class org.yamcs.http.api.MdbApi
 
listAuditRecords(Context, ListAuditRecordsRequest, Observer<ListAuditRecordsResponse>) - Method in class org.yamcs.http.api.AuditApi
 
listBands(String, BandListener) - Method in class org.yamcs.timeline.TimelineBandDb
 
listBands(Context, ListBandsRequest, Observer<ListBandsResponse>) - Method in class org.yamcs.http.api.TimelineApi
 
listBuckets() - Method in interface org.yamcs.yarch.BucketDatabase
 
listBuckets() - Method in class org.yamcs.yarch.FileSystemBucketDatabase
 
listBuckets() - Method in class org.yamcs.yarch.rocksdb.RdbBucketDatabase
 
listBuckets() - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
listBuckets(Context, ListBucketsRequest, Observer<ListBucketsResponse>) - Method in class org.yamcs.http.api.BucketsApi
 
listClearances(Context, Empty, Observer<ListClearancesResponse>) - Method in class org.yamcs.http.api.ClearanceApi
 
listCommandHistoryIndex(Context, ListCommandHistoryIndexRequest, Observer<IndexResponse>) - Method in class org.yamcs.http.api.IndexesApi
 
listCommands(Context, ListCommandsRequest, Observer<ListCommandsResponse>) - Method in class org.yamcs.http.api.CommandsApi
 
listCommands(Context, Mdb.ListCommandsRequest, Observer<Mdb.ListCommandsResponse>) - Method in class org.yamcs.http.api.MdbApi
 
listCompletenessIndex(Context, ListCompletenessIndexRequest, Observer<IndexResponse>) - Method in class org.yamcs.http.api.IndexesApi
 
listContainers(Context, Mdb.ListContainersRequest, Observer<Mdb.ListContainersResponse>) - Method in class org.yamcs.http.api.MdbApi
 
listDatabases(Context, Empty, Observer<ListDatabasesResponse>) - Method in class org.yamcs.http.api.DatabaseApi
 
listDatabases(Context, Empty, Observer<ListRocksDbDatabasesResponse>) - Method in class org.yamcs.http.api.RocksDbApi
 
listEventIndex(Context, ListEventIndexRequest, Observer<IndexResponse>) - Method in class org.yamcs.http.api.IndexesApi
 
listEvents(Context, ListEventsRequest, Observer<ListEventsResponse>) - Method in class org.yamcs.http.api.EventsApi
 
listEventSources(Context, ListEventSourcesRequest, Observer<ListEventSourcesResponse>) - Method in class org.yamcs.http.api.EventsApi
 
listFileTransferServices(Context, ListFileTransferServicesRequest, Observer<ListFileTransferServicesResponse>) - Method in class org.yamcs.http.api.FileTransferApi
 
listGroups() - Method in class org.yamcs.security.DirectoryDb
 
listGroups(Context, Empty, Observer<ListGroupsResponse>) - Method in class org.yamcs.http.api.IamApi
 
listInstances(Context, ListInstancesRequest, Observer<ListInstancesResponse>) - Method in class org.yamcs.http.api.InstancesApi
 
listInstanceTemplates(Context, Empty, Observer<ListInstanceTemplatesResponse>) - Method in class org.yamcs.http.api.InstancesApi
 
listItems(Context, ListItemsRequest, Observer<ListItemsResponse>) - Method in class org.yamcs.http.api.TimelineApi
 
listLinks(Context, ListLinksRequest, Observer<ListLinksResponse>) - Method in class org.yamcs.http.api.LinksApi
 
listMdbOverrides(Context, ListMdbOverridesRequest, Observer<ListMdbOverridesResponse>) - Method in class org.yamcs.http.api.MdbOverrideApi
 
listObjects() - Method in interface org.yamcs.yarch.Bucket
 
listObjects(String) - Method in interface org.yamcs.yarch.Bucket
 
listObjects(String, Predicate<Tablespace.ObjectPropertiesOrBuilder>) - Method in interface org.yamcs.yarch.Bucket
retrieve objects whose name start with prefix and that match the condition Note that searching by prefix is cheap, the condition will be evaluated for all objects that match the prefix
listObjects(String, Predicate<Tablespace.ObjectPropertiesOrBuilder>) - Method in class org.yamcs.yarch.FileSystemBucket
 
listObjects(String, Predicate<Tablespace.ObjectPropertiesOrBuilder>) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
listObjects(Predicate<Tablespace.ObjectPropertiesOrBuilder>) - Method in interface org.yamcs.yarch.Bucket
 
listObjects(Context, ListObjectsRequest, Observer<ListObjectsResponse>) - Method in class org.yamcs.http.api.BucketsApi
 
listPacketIndex(Context, ListPacketIndexRequest, Observer<IndexResponse>) - Method in class org.yamcs.http.api.IndexesApi
 
listPacketNames(Context, ListPacketNamesRequest, Observer<ListPacketNamesResponse>) - Method in class org.yamcs.http.api.PacketsApi
 
listPackets(Context, ListPacketsRequest, Observer<ListPacketsResponse>) - Method in class org.yamcs.http.api.PacketsApi
 
listParameterGroups(Context, Archive.ListParameterGroupsRequest, Observer<Archive.ParameterGroupInfo>) - Method in class org.yamcs.http.api.StreamArchiveApi
 
listParameterHistory(Context, Archive.ListParameterHistoryRequest, Observer<Archive.ListParameterHistoryResponse>) - Method in class org.yamcs.http.api.ParameterArchiveApi
 
listParameterHistory(Context, Archive.ListParameterHistoryRequest, Observer<Archive.ListParameterHistoryResponse>) - Method in class org.yamcs.http.api.StreamArchiveApi
 
listParameterIndex(Context, ListParameterIndexRequest, Observer<IndexResponse>) - Method in class org.yamcs.http.api.IndexesApi
 
listParameters(Context, Mdb.ListParametersRequest, Observer<Mdb.ListParametersResponse>) - Method in class org.yamcs.http.api.MdbApi
 
listPrivileges(Context, Empty, Observer<ListPrivilegesResponse>) - Method in class org.yamcs.http.api.IamApi
 
listProcessorAlarms(Context, ListProcessorAlarmsRequest, Observer<ListProcessorAlarmsResponse>) - Method in class org.yamcs.http.api.AlarmsApi
 
listProcessors(Context, ListProcessorsRequest, Observer<ListProcessorsResponse>) - Method in class org.yamcs.http.api.ProcessingApi
 
listProcessorTypes(Context, Empty, Observer<ListProcessorTypesResponse>) - Method in class org.yamcs.http.api.ProcessingApi
 
listQueuedCommands(Context, ListQueuedCommandsRequest, Observer<ListQueuedCommandsResponse>) - Method in class org.yamcs.http.api.QueuesApi
 
listQueues(Context, ListQueuesRequest, Observer<ListQueuesResponse>) - Method in class org.yamcs.http.api.QueuesApi
 
listRecords(int, String, AuditRecordFilter, AuditRecordListener) - Method in class org.yamcs.http.audit.AuditLogDb
 
listRecords(String, int, String, AuditRecordFilter, AuditRecordListener) - Method in class org.yamcs.http.audit.AuditLog
 
listRoles(Context, Empty, Observer<ListRolesResponse>) - Method in class org.yamcs.http.api.IamApi
 
listRoutes(Context, Empty, Observer<ListRoutesResponse>) - Method in class org.yamcs.http.api.ServerApi
 
listServiceAccounts(Context, Empty, Observer<ListServiceAccountsResponse>) - Method in class org.yamcs.http.api.IamApi
 
listServices(Context, ListServicesRequest, Observer<ListServicesResponse>) - Method in class org.yamcs.http.api.ServicesApi
 
listSessions(Context, Empty, Observer<ListSessionsResponse>) - Method in class org.yamcs.http.api.SessionsApi
 
listSources(Context, ListSourcesRequest, Observer<ListSourcesResponse>) - Method in class org.yamcs.http.api.TimelineApi
 
listSpaceSystems(Context, Mdb.ListSpaceSystemsRequest, Observer<Mdb.ListSpaceSystemsResponse>) - Method in class org.yamcs.http.api.MdbApi
 
listStreams(Context, Table.ListStreamsRequest, Observer<Table.ListStreamsResponse>) - Method in class org.yamcs.http.api.TableApi
 
listTables(Context, Table.ListTablesRequest, Observer<Table.ListTablesResponse>) - Method in class org.yamcs.http.api.TableApi
 
listTablespaces(Context, Empty, Observer<ListRocksDbTablespacesResponse>) - Method in class org.yamcs.http.api.RocksDbApi
 
listTags(Context, ListTimelineTagsRequest, Observer<ListTimelineTagsResponse>) - Method in class org.yamcs.http.api.TimelineApi
 
listThreads(Context, ListThreadsRequest, Observer<ListThreadsResponse>) - Method in class org.yamcs.http.api.ServerApi
 
listTopics(Context, Empty, Observer<ListTopicsResponse>) - Method in class org.yamcs.http.api.ServerApi
 
listTransfers(Context, ListTransfersRequest, Observer<ListTransfersResponse>) - Method in class org.yamcs.http.api.FileTransferApi
 
listUsers(Context, Empty, Observer<ListUsersResponse>) - Method in class org.yamcs.http.api.IamApi
 
listViews(Context, ListViewsRequest, Observer<ListViewsResponse>) - Method in class org.yamcs.http.api.TimelineApi
 
listViews(ViewListener) - Method in class org.yamcs.timeline.TimelineViewDb
 
LLIF - Enum constant in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
 
load() - Method in class org.yamcs.mdb.EmptyNodeLoader
 
load() - Method in interface org.yamcs.mdb.SpaceSystemLoader
Deprecated.
this method is deprecated in favour of SpaceSystemLoader.loadList()
load() - Method in class org.yamcs.mdb.SpreadsheetLoader
 
load() - Method in class org.yamcs.mdb.XtceLoader
 
load() - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
load() - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
LOAD - Enum constant in enum org.yamcs.yarch.TableWriter.InsertMode
like INSERT but do not update histograms.
loadAlarmsSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadAlarmsSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadAlgorithmsSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadAlgorithmsSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadCalibrationSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadCalibrationSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadChangelogSheet(boolean) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadChangelogSheet(boolean) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadCommandOptionsSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadCommandOptionsSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadCommandSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadCommandSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadCommandVerificationSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadCommandVerificationSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadContainersSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadContainersSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadDataTypesSheet(SpaceSystem, String) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadDb(boolean) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
loadGeneralSheet(boolean) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadGeneralSheet(boolean) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadList() - Method in interface org.yamcs.mdb.SpaceSystemLoader
Loads a list of SpaceSystems.
loadList() - Method in class org.yamcs.mdb.XtceLoader
 
loadObject(String, Object...) - Static method in class org.yamcs.utils.YObjectLoader
Loads classes defined in the yamcs server or client configuration properties
loadObject(Map<String, Object>) - Static method in class org.yamcs.utils.YObjectLoader
loads an object defined like this: class: org.yamcs.... args: key1: value1 key2: value2 "args" can also be called "config" or can be missing.
loadObject(Map<String, Object>, Object) - Static method in class org.yamcs.utils.YObjectLoader
same as the method above but loads a constructor with the firstArg as the first argument
loadObject(Map<String, Object>, Object, Object) - Static method in class org.yamcs.utils.YObjectLoader
same as the method above but loads a constructor with firstArg and secondArg as the first two arguments
loadParametersSheet(SpaceSystem, String, DataSource) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadParametersSheet(SpaceSystem, String, DataSource) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadPlugins() - Method in class org.yamcs.PluginManager
 
loadSheets() - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadSheets() - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadSpaceSystem(String, SpaceSystem) - Method in class org.yamcs.xtce.xlsv6.V6Loader
 
loadSpaceSystem(String, SpaceSystem) - Method in class org.yamcs.xtce.xlsv7.V7Loader
 
loadStream(String, TableDefinition) - Static method in class org.yamcs.http.api.StreamFactory
 
loadTables(YarchDatabaseInstance) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
loadTables(YarchDatabaseInstance) - Method in interface org.yamcs.yarch.StorageEngine
Loads the table definitions from the disk for all the tables belonging to the instance.
loadTimeService() - Method in class org.yamcs.YamcsServerInstance
 
loadWorkbook() - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
LocalParameterManager - Class in org.yamcs.parameter
Implements local parameters - these are parameters that can be set from the clients.
LocalParameterManager() - Constructor for class org.yamcs.parameter.LocalParameterManager
 
LOCALTIME_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.TimeMessage
 
locateFile(String) - Method in class org.yamcs.http.StaticFileHandler
 
lock(byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
Lock the key - that is if another thread called this method for that key, wait until someone calls the unlock on the same key.
LOCKOUT - Enum constant in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
 
log - Variable in class org.yamcs.AbstractProcessorService
 
log - Variable in class org.yamcs.AbstractYamcsService
 
log - Static variable in class org.yamcs.algorithms.AbstractAlgorithmExecutor
 
log - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
log - Variable in class org.yamcs.commanding.ValueChangeVerifier
 
log - Variable in class org.yamcs.http.AbstractHttpService
 
log - Variable in class org.yamcs.http.Context
 
log - Variable in class org.yamcs.http.HttpHandler
 
log - Variable in class org.yamcs.mdb.AbstractFileLoader
 
log - Static variable in class org.yamcs.mdb.MathOperationCalibratorFactory
 
log - Variable in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
log - Static variable in class org.yamcs.security.SessionManager
 
log - Variable in class org.yamcs.tctm.AbstractLink
 
log - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
log - Static variable in class org.yamcs.tctm.ccsds.time.CucTimeDecoder
 
log - Variable in class org.yamcs.tctm.StreamParameterSender
 
log - Variable in class org.yamcs.yarch.AbstractTableWalker
 
log - Variable in class org.yamcs.yarch.Stream
 
log(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
log(Level, String, Throwable) - Method in class org.yamcs.logging.Log
 
Log - Class in org.yamcs.logging
 
Log(Class<?>) - Constructor for class org.yamcs.logging.Log
 
Log(Class<?>, String) - Constructor for class org.yamcs.logging.Log
 
LOG_DEF - Static variable in class org.yamcs.timeline.TimelineItemLogDb
 
logAllMessages - Variable in class org.yamcs.events.AbstractEventProducer
 
LogCrashHandler - Class in org.yamcs
default crash handler that just print a message in the log
LogCrashHandler() - Constructor for class org.yamcs.LogCrashHandler
 
login(AuthenticationToken) - Method in class org.yamcs.security.SecurityStore
Performs the login process.
LoginRequest - Class in org.yamcs.http.auth
 
LoginRequest(HandlerContext) - Constructor for class org.yamcs.http.auth.LoginRequest
 
logTrace(String, String) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
LONG - Enum constant in enum org.yamcs.yarch.DataType._type
 
LONG - Static variable in class org.yamcs.yarch.DataType
 
LongArray - Class in org.yamcs.utils
long array
LongArray() - Constructor for class org.yamcs.utils.LongArray
Creates a sorted int array with a default initial capacity
LongArray(int) - Constructor for class org.yamcs.utils.LongArray
Creates an IntArray with a given initial capacity
longToBytesFixed(long, int) - Static method in class org.yamcs.cfdp.CfdpUtils
 
longToTrimmedBytes(long) - Static method in class org.yamcs.cfdp.CfdpUtils
 
longValue() - Method in class me.lemire.integercompression.IntWrapper
 
LongValueSegment - Class in org.yamcs.parameterarchive
 
Lookup - Static variable in enum org.yamcs.cfdp.pdu.AckPacket.FileDirectiveSubtypeCode
 
Lookup - Static variable in enum org.yamcs.cfdp.pdu.AckPacket.TransactionStatus
 
Lookup - Static variable in enum org.yamcs.cfdp.pdu.ConditionCode
 
Lookup - Static variable in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
Lookup - Static variable in enum org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
 
lostFramesCount(long) - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
Returns the number of frames lost from the previous sequence to this one.
LOW - Enum constant in enum org.yamcs.http.WebSocketServerMessageHandler.Priority
 
LSHIFT - Enum constant in enum org.yamcs.yarch.streamsql.BitwiseOp
 
LV - Class in org.yamcs.cfdp.pdu
 
LV(byte[]) - Constructor for class org.yamcs.cfdp.pdu.LV
 
LV(String) - Constructor for class org.yamcs.cfdp.pdu.LV
 

M

main(String[]) - Static method in class org.yamcs.cli.YamcsAdminCli
 
main(String[]) - Static method in class org.yamcs.YamcsServer
 
main(String[]) - Static method in class org.yamcs.YamcsVersion
 
makeBCFrame(int) - Method in class org.yamcs.tctm.ccsds.TcFrameFactory
 
makeCltu(byte[], boolean) - Method in class org.yamcs.tctm.ccsds.error.BchCltuGenerator
 
makeCltu(byte[], boolean) - Method in class org.yamcs.tctm.ccsds.error.CltuGenerator
encode the data optionally randomizing it.
makeCltu(byte[], boolean) - Method in class org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator
 
makeCltu(byte[], boolean) - Method in class org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator
 
makeExecutor(CustomAlgorithm, AlgorithmExecutionContext) - Method in interface org.yamcs.algorithms.AlgorithmExecutorFactory
Creates a new executor for the algorithm running in the execution context
makeExecutor(CustomAlgorithm, AlgorithmExecutionContext) - Method in class org.yamcs.algorithms.JavaAlgorithmExecutorFactory
 
makeExecutor(CustomAlgorithm, AlgorithmExecutionContext) - Method in class org.yamcs.algorithms.JavaExprAlgorithmExecutionFactory
 
makeExecutor(CustomAlgorithm, AlgorithmExecutionContext) - Method in class org.yamcs.algorithms.ScriptAlgorithmExecutorFactory
 
makeExecutorFactory(AlgorithmManager, AlgorithmExecutionContext, String, YConfiguration) - Method in interface org.yamcs.algorithms.AlgorithmEngine
Create an executor factory to be used for the given algorithm manager
makeExecutorFactory(AlgorithmManager, AlgorithmExecutionContext, String, YConfiguration) - Method in class org.yamcs.algorithms.JavaAlgorithmEngine
 
makeExecutorFactory(AlgorithmManager, AlgorithmExecutionContext, String, YConfiguration) - Method in class org.yamcs.algorithms.ScriptAlgorithmEngine
 
makeFrame(int, int) - Method in class org.yamcs.tctm.ccsds.TcFrameFactory
Makes a new frame of the given length with the generation time set to the current wall clock time
makeFrame(int, int, long) - Method in class org.yamcs.tctm.ccsds.TcFrameFactory
 
ManageAnyBucket - Static variable in class org.yamcs.security.SystemPrivilege
Allows to manage buckets of any kind
ManageBucket - Static variable in class org.yamcs.security.ObjectPrivilegeType
 
ManagementApi - Class in org.yamcs.http.api
 
ManagementApi() - Constructor for class org.yamcs.http.api.ManagementApi
 
ManagementGpbHelper - Class in org.yamcs.management
Provides common functionality to assemble and disassemble GPB messages
ManagementGpbHelper() - Constructor for class org.yamcs.management.ManagementGpbHelper
 
ManagementListener - Interface in org.yamcs.management
Used by ManagementService to distribute various types of management-related updates
ManagementService - Class in org.yamcs.management
Responsible for providing to interested listeners info related to creation/removal/update of: instances and processors - see ManagementListener streams and tables - see TableStreamListener command queues - see CommandQueueListener
ManualActivity - Class in org.yamcs.timeline
 
ManualActivity(UUID) - Constructor for class org.yamcs.timeline.ManualActivity
 
ManualActivity(Tuple) - Constructor for class org.yamcs.timeline.ManualActivity
 
MAP - Enum constant in enum org.yamcs.Spec.OptionType
 
mark(long) - Method in class org.yamcs.utils.DataRateMeter
 
marshall(ByteBuffer) - Method in interface org.yamcs.replication.Transaction
 
maskSecrets(Map<String, Object>) - Method in class org.yamcs.Spec
Returns a copy of the given arguments but with all secret arguments masked as *****.
MasterChannelFrameHandler - Class in org.yamcs.tctm.ccsds
Handles incoming TM frames by distributing them to different VirtualChannelHandlers
MasterChannelFrameHandler(String, String, YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.MasterChannelFrameHandler
Constructs based on the configuration
MasterChannelFrameMultiplexer - Class in org.yamcs.tctm.ccsds
Multiplexes TC frames from Virtual Channels based on priority schemes.
MasterChannelFrameMultiplexer(String, String, YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.MasterChannelFrameMultiplexer
 
MasterChannelHandler - Class in org.yamcs.replication
runs on the master side sending data to slave
MasterChannelHandler(TimeService, ReplicationMaster, Request) - Constructor for class org.yamcs.replication.MasterChannelHandler
 
MasterChannelHandler(TimeService, ReplicationMaster, ReplicationMaster.SlaveServer) - Constructor for class org.yamcs.replication.MasterChannelHandler
 
MatchCriteriaEvaluator - Interface in org.yamcs.mdb
 
MatchCriteriaEvaluator.MatchResult - Enum in org.yamcs.mdb
 
MatchCriteriaEvaluatorFactory - Class in org.yamcs.mdb
 
MatchCriteriaEvaluatorFactory() - Constructor for class org.yamcs.mdb.MatchCriteriaEvaluatorFactory
 
MatchCriteriaVerifier - Class in org.yamcs.commanding
Verifies commands by checking MatchCriteria.
matches(Commanding.CommandHistoryEntry) - Method in class org.yamcs.cmdhistory.CommandHistoryFilter
 
matches(User, MetaCommand) - Method in class org.yamcs.commanding.CommandQueue
 
matches(NameDescription) - Method in class org.yamcs.http.api.NameDescriptionSearchMatcher
 
matchURI(String) - Method in class org.yamcs.http.Route
 
MathAlgorithmExecutor - Class in org.yamcs.algorithms
Executes XTCE math algorithms MathAlgorithm All the input parameters are converted to doubles and there is one single double output parameter
MathAlgorithmExecutor(Algorithm, AlgorithmExecutionContext, MathAlgorithm) - Constructor for class org.yamcs.algorithms.MathAlgorithmExecutor
 
MathOperationCalibratorFactory - Class in org.yamcs.mdb
 
MathOperationCalibratorFactory() - Constructor for class org.yamcs.mdb.MathOperationCalibratorFactory
 
MathOperationEvaluator - Interface in org.yamcs.algorithms
Interface used by the algorithms to evaluate math operations.
MathUtil - Class in org.yamcs.utils
Provides some of the operations that are required for XTCE MathOperation but are not part of standard java Math.
MathUtil() - Constructor for class org.yamcs.utils.MathUtil
 
MAX_COLS - Static variable in class org.yamcs.yarch.TupleDefinition
 
MAX_FLOAT_VALUE - Static variable in class org.yamcs.utils.MilStd1750A
 
MAX_FLOAT32_VALUE - Static variable in class org.yamcs.utils.MilStd1750A
 
MAX_HISTCOEF - Static variable in class org.yamcs.time.TimeCorrelationService
 
MAX_INSTANT - Static variable in class org.yamcs.time.Instant
 
MAX_INSTANT - Static variable in class org.yamcs.utils.TimeEncoding
 
MAX_LOGS - Static variable in class org.yamcs.algorithms.AlgorithmTrace
 
MAX_RUNS - Static variable in class org.yamcs.algorithms.AlgorithmTrace
 
MAX_UTF8_CHAR_LENGTH - Static variable in class org.yamcs.parameterarchive.BinaryValueSegment
 
MAX_UTF8_CHAR_LENGTH - Static variable in class org.yamcs.parameterarchive.StringValueSegment
 
MAX_WAIT_TIME - Static variable in class org.yamcs.archive.YarchReplay
maximum time to wait if SPEED is ORIGINAL meaning that if there is a gap in the data longer than this, we continue)
maxbits(int[], int, int) - Static method in class me.lemire.integercompression.Util
Compute the maximum of the integer logarithms (ceil(log(x+1)) of a range of value
maxbits32(int[], int) - Static method in class me.lemire.integercompression.Util
 
maxdiffbits(int, int[], int, int) - Static method in class me.lemire.integercompression.Util
Compute the maximum of the integer logarithms (ceil(log(x+1)) of a the successive differences (deltas) of a range of value
maximumTcPacketLength - Variable in class org.yamcs.tctm.IssCommandPostprocessor
 
maxNextCharInd - Variable in class org.yamcs.templating.SimpleCharStream
 
maxNextCharInd - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
MAXNUMOBJECTS_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
maxPacketLength - Variable in class org.yamcs.tctm.CcsdsPacketInputStream
 
maxSegmentSize - Variable in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
MAXSIZE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
MdbApi - Class in org.yamcs.http.api
 
MdbApi() - Constructor for class org.yamcs.http.api.MdbApi
 
MdbCli - Class in org.yamcs.cli
 
MdbCli(Command) - Constructor for class org.yamcs.cli.MdbCli
 
MdbOverrideApi - Class in org.yamcs.http.api
 
MdbOverrideApi() - Constructor for class org.yamcs.http.api.MdbOverrideApi
 
MdbPageBuilder<T extends NameDescription> - Class in org.yamcs.http.api
Builds a page result for a collection of matching space systems and other items.
MdbPageBuilder(List<SpaceSystem>, List<T>) - Constructor for class org.yamcs.http.api.MdbPageBuilder
 
MdbPageBuilder.MdbPage<T extends NameDescription> - Class in org.yamcs.http.api
 
MdbSearchHelpers - Class in org.yamcs.http.api
 
MdbSearchHelpers() - Constructor for class org.yamcs.http.api.MdbSearchHelpers
 
me.lemire.integercompression - package me.lemire.integercompression
 
MediaType - Class in org.yamcs.http
Syntactic sugar around a media type string.
MEMBERID_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
MEMBERS_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.GroupRecord
 
MementoDb - Class in org.yamcs.memento
General purpose facility for persisting state information.
merge(int) - Method in class org.yamcs.yarch.HistogramSegment
 
merge(int[], ValueArray...) - Static method in class org.yamcs.parameter.ValueArray
merges the value arrays srcValueArray into a new array based on idx.
mergeBucketProperties(Tablespace.BucketProperties) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
bucketProperties
mergeClearance(Clearance) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional .Clearance clearance = 6;
mergeConfirmationTime(Timestamp) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp confirmationTime = 7;
mergeCreationTime(Timestamp) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp creationTime = 6;
mergeEngValue(Yamcs.Value) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value engValue = 3;
MergeExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.replication.protobuf.Request.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.replication.protobuf.Response.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
mergeFrom(Message) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
mergeFrom(Message) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
mergeFrom(Message) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
mergeFrom(Message) - Method in class org.yamcs.replication.protobuf.Request.Builder
 
mergeFrom(Message) - Method in class org.yamcs.replication.protobuf.Response.Builder
 
mergeFrom(Message) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
mergeFrom(Message) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
mergeFrom(Message) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
mergeFrom(Message) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
mergeFrom(Message) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
mergeFrom(Message) - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
mergeFrom(Message) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
mergeFrom(Message) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
mergeFrom(Message) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
mergeFrom(Message) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
mergeFrom(Message) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
mergeFrom(Message) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
mergeFrom(Message) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
mergeFrom(Message) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
mergeFrom(Message) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
mergeFrom(Cmdhistory.Assignment) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
mergeFrom(Cmdhistory.AssignmentInfo) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
mergeFrom(ColumnInfo) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
mergeFrom(Request) - Method in class org.yamcs.replication.protobuf.Request.Builder
 
mergeFrom(Response) - Method in class org.yamcs.replication.protobuf.Response.Builder
 
mergeFrom(StreamInfo) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
mergeFrom(TimeMessage) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
mergeFrom(Wakeup) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
mergeFrom(AccountCollection) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
mergeFrom(AccountRecord) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
mergeFrom(Clearance) - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
mergeFrom(ExternalIdentity) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
mergeFrom(GroupCollection) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
mergeFrom(GroupRecord) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
mergeFrom(ServiceAccountRecordDetail) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
mergeFrom(UserAccountRecordDetail) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
mergeFrom(BandFilter) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
mergeFrom(BandFilter.FilterCriterion) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
mergeFrom(BandFilter.ItemFilter) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
mergeFrom(Db.Event) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
mergeFrom(Db.ParameterValue) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
mergeFrom(Tablespace.BucketProperties) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
mergeFrom(Tablespace.ObjectProperties) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
mergeFrom(Tablespace.PartitioningInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
mergeFrom(Tablespace.ProtoTableDefinition) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
mergeFrom(Tablespace.SecondaryIndex) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
mergeFrom(Tablespace.TableColumnInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
mergeFrom(Tablespace.TableColumnInfo.EnumValue) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
mergeFrom(Tablespace.TablespaceRecord) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
mergeFrom(Tablespace.TimeBasedPartition) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
mergeIssueTime(Timestamp) - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional .google.protobuf.Timestamp issueTime = 3;
mergeLastLoginTime(Timestamp) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp lastLoginTime = 8;
mergePartition(Tablespace.TimeBasedPartition) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
mergePartitioningInfo(Tablespace.PartitioningInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional .PartitioningInfo partitioningInfo = 10;
mergeRawValue(Yamcs.Value) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value rawValue = 2;
mergeSecondaryIndex(Tablespace.SecondaryIndex) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for SECONDARY_INDEX
mergeServiceDetail(ServiceAccountRecordDetail) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.ServiceAccountRecordDetail serviceDetail = 10;
MergeStatement - Class in org.yamcs.yarch.streamsql
 
MergeStatement(StreamExpression, StreamExpression, String) - Constructor for class org.yamcs.yarch.streamsql.MergeStatement
 
MergeStream - Class in org.yamcs.yarch
 
MergeStream(YarchDatabaseInstance, Stream[], String, boolean) - Constructor for class org.yamcs.yarch.MergeStream
 
mergeTableDefinition(Tablespace.ProtoTableDefinition) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.Request.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.Response.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
mergeUserDetail(UserAccountRecordDetail) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.UserAccountRecordDetail userDetail = 9;
mergeValue(Yamcs.Value) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional .yamcs.protobuf.Value value = 2;
Message - Class in org.yamcs.replication
Defines all the message types that are exchanged between master and slave.
MESSAGE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
 
MESSAGE_IDENTIFIER - Static variable in class org.yamcs.cfdp.pdu.ReservedMessageToUser
 
MessageDroppedException(long) - Constructor for exception org.yamcs.http.WebSocketServerMessageHandler.MessageDroppedException
 
MessageToUser - Class in org.yamcs.cfdp.pdu
 
MessageToUser(byte[]) - Constructor for class org.yamcs.cfdp.pdu.MessageToUser
 
MetaCommandContainerProcessor - Class in org.yamcs.mdb
 
MetaCommandProcessor - Class in org.yamcs.mdb
 
MetaCommandProcessor(ProcessorData) - Constructor for class org.yamcs.mdb.MetaCommandProcessor
 
MetaCommandProcessor.CommandBuildResult - Class in org.yamcs.mdb
 
METADATA - Enum constant in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
METADATA_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
METADATA_ONLY_TRANSFER - Enum constant in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
metadataIterator() - Method in class org.yamcs.replication.ReplicationFile
Iterate through the metadata
MetadataPacket - Class in org.yamcs.cfdp.pdu
 
MetadataPacket(boolean, ChecksumType, int, String, String, List<TLV>, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.MetadataPacket
 
method - Variable in class org.yamcs.http.audit.AuditRecord
 
MethodNotAllowedException - Exception in org.yamcs.http
When an unsupported HTTP method was used for a specific path
MethodNotAllowedException(HttpMethod, String, HttpMethod...) - Constructor for exception org.yamcs.http.MethodNotAllowedException
 
MethodNotAllowedException(HttpMethod, String, Collection<HttpMethod>) - Constructor for exception org.yamcs.http.MethodNotAllowedException
 
MethodNotAllowedException(HandlerContext, HttpMethod...) - Constructor for exception org.yamcs.http.MethodNotAllowedException
 
migrateTableDefinition(YarchDatabaseInstance, TableDefinition) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
migrateTableDefinition(YarchDatabaseInstance, TableDefinition) - Method in interface org.yamcs.yarch.StorageEngine
In Yamcs version 4 the table definitions were stored in yaml serialized format (in the /storage/yamcs-data/<instance-name>/<table-name>.def)
MilStd1750A - Class in org.yamcs.utils
Some Mil1750A encoding/decoding functions.
MilStd1750A() - Constructor for class org.yamcs.utils.MilStd1750A
 
MIME - Static variable in class org.yamcs.http.HttpHandler
 
Mimetypes - Class in org.yamcs.utils
Maps files to Internet media types based on their file extension.
MIN_FLOAT_VALUE - Static variable in class org.yamcs.utils.MilStd1750A
 
MIN_FLOAT32_VALUE - Static variable in class org.yamcs.utils.MilStd1750A
 
MIN_INSTANT - Static variable in class org.yamcs.time.Instant
 
MIN_INSTANT - Static variable in class org.yamcs.utils.TimeEncoding
 
minimumTcPacketLength - Variable in class org.yamcs.tctm.IssCommandPostprocessor
 
MINUS - Enum constant in enum org.yamcs.yarch.streamsql.AddOp
 
minusOne(byte[]) - Static method in class org.yamcs.utils.ByteArrayUtils
 
MISSIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.TimeMessage
 
MockupEventProducer - Class in org.yamcs.events
saves events into a queue (to be used by unit tests)
MockupEventProducer(Queue<Db.Event>) - Constructor for class org.yamcs.events.MockupEventProducer
 
MOD - Enum constant in enum org.yamcs.yarch.streamsql.MultOp
 
mode - Variable in class org.yamcs.yarch.TableWriter
 
ModifyCommandHistory - Static variable in class org.yamcs.security.SystemPrivilege
Allows to modify command history.
MODULAR - Enum constant in enum org.yamcs.cfdp.ChecksumType
 
monitoringResult - Variable in class org.yamcs.algorithms.ValueBinding
 
MONITORINGRESULT_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
moreSevere(Object, Object) - Static method in class org.yamcs.alarms.AlarmServer
 
moreSevere(Event.EventSeverity, Event.EventSeverity) - Static method in class org.yamcs.alarms.AlarmServer
 
moreSevere(Pvalue.MonitoringResult, Pvalue.MonitoringResult) - Static method in class org.yamcs.alarms.AlarmServer
 
MULT - Enum constant in enum org.yamcs.yarch.streamsql.MultOp
 
MULTI_LINE_COMMENT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
MultiParameterRetrieval - Class in org.yamcs.parameterarchive
Retrieves multiple parameters from the Parameter Archive.
MultiParameterRetrieval(ParameterArchive, MultipleParameterRequest) - Constructor for class org.yamcs.parameterarchive.MultiParameterRetrieval
 
MultiParameterValueSegment - Class in org.yamcs.parameterarchive
Like ParameterValueSegment but stores segments of multiple parameters from the same group.
MultiParameterValueSegment(SortedTimeSegment) - Constructor for class org.yamcs.parameterarchive.MultiParameterValueSegment
 
MultiParameterValueSegment(SortedTimeSegment, ValueSegment[], ValueSegment[], ParameterStatusSegment[]) - Constructor for class org.yamcs.parameterarchive.MultiParameterValueSegment
 
multiplePacketsPerFrame - Variable in class org.yamcs.tctm.ccsds.TcManagedParameters.TcVcManagedParameters
 
MultipleParameterRequest - Class in org.yamcs.parameterarchive
 
MultipleParameterRequest(long, long, ParameterId[], boolean) - Constructor for class org.yamcs.parameterarchive.MultipleParameterRequest
 
MultipleParameterRequest(long, long, ParameterId[], int[], boolean, boolean, boolean, boolean) - Constructor for class org.yamcs.parameterarchive.MultipleParameterRequest
 
multiplexer - Variable in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
MultiplicativeExpression - Class in org.yamcs.yarch.streamsql
 
MultiplicativeExpression(List<Expression>, List<MultOp>) - Constructor for class org.yamcs.yarch.streamsql.MultiplicativeExpression
 
MultiplicativeExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
MultiRange(ParameterRanger.SingleRange) - Constructor for class org.yamcs.http.api.ParameterRanger.MultiRange
 
MultiSegmentIterator - Class in org.yamcs.parameterarchive
Same as SegmentIterator but provides segments for multiple parameters from the same group in one step.
MultiSegmentIterator(ParameterArchive, ParameterId[], int, ParameterRequest) - Constructor for class org.yamcs.parameterarchive.MultiSegmentIterator
 
MultOp - Enum in org.yamcs.yarch.streamsql
 
MultOp() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
MutableLong - Class in org.yamcs.utils
 
MutableLong(long) - Constructor for class org.yamcs.utils.MutableLong
 
mutuallyExclusive(String...) - Method in class org.yamcs.Spec
Specify a set of keys that are mutually exclusive. i.e. at most one of them may be specified.

N

NA - Enum constant in enum org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
 
NAK - Enum constant in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
NAK_LIMIT_REACHED - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
NakPacket - Class in org.yamcs.cfdp.pdu
 
NakPacket(long, long, List<SegmentRequest>, CfdpHeader) - Constructor for class org.yamcs.cfdp.pdu.NakPacket
 
name - Variable in class org.yamcs.http.api.NamedObjectPageToken
Qualified name of the last object that was emitted.
name - Variable in class org.yamcs.security.Account
 
name - Variable in class org.yamcs.timeline.TimelineItem
 
name - Variable in class org.yamcs.yarch.ColumnDefinition
 
name - Variable in class org.yamcs.yarch.Stream
 
name() - Method in class org.yamcs.yarch.ArrayDataType
 
name() - Method in class org.yamcs.yarch.DataType
Returns type as string.
name() - Method in class org.yamcs.yarch.ProtobufDataType
 
name() - Method in class org.yamcs.yarch.TupleDataType
 
NAME_FIELD_NUMBER - Static variable in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
NAME_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.ColumnInfo
 
NAME_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.StreamInfo
 
NAME_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
 
NAME_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.GroupRecord
 
NAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
NAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
NAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
NAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
NameDescriptionSearchMatcher - Class in org.yamcs.http.api
Matches a search term with an XTCE name or any of the aliases
NameDescriptionSearchMatcher(String) - Constructor for class org.yamcs.http.api.NameDescriptionSearchMatcher
 
NamedObjectPageToken - Class in org.yamcs.http.api
Stateless continuation token for paged MDB requests.
NamedObjectPageToken(String, boolean) - Constructor for class org.yamcs.http.api.NamedObjectPageToken
 
needsUpdate(RandomAccessFile) - Method in class org.yamcs.mdb.AbstractFileLoader
 
needsUpdate(RandomAccessFile) - Method in class org.yamcs.mdb.EmptyNodeLoader
 
needsUpdate(RandomAccessFile) - Method in interface org.yamcs.mdb.SpaceSystemLoader
 
needsUpdate(RandomAccessFile) - Method in class org.yamcs.mdb.XtceLoader
 
NegativeExpression - Class in org.yamcs.yarch.streamsql
 
NegativeExpression(Expression) - Constructor for class org.yamcs.yarch.streamsql.NegativeExpression
 
nettyContext - Variable in class org.yamcs.http.Context
The Netty request context for an RPC call.
nettyRequest - Variable in class org.yamcs.http.RouteContext
The Netty HTTP request for an RPC call.
newAggregateValue(Object...) - Static method in class org.yamcs.utils.ValueHelper
returns new aggregate value The passed arguments have to be of type String, Value, String Value...
newArrayDecoder(byte[]) - Static method in class org.yamcs.utils.VarIntUtil
 
newArrayValue(Yamcs.Value...) - Static method in class org.yamcs.utils.ValueHelper
returns new array value
newBuilder() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
newBuilder() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
newBuilder() - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
newBuilder() - Static method in class org.yamcs.replication.protobuf.Request
 
newBuilder() - Static method in class org.yamcs.replication.protobuf.Response
 
newBuilder() - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
newBuilder() - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
newBuilder() - Static method in class org.yamcs.replication.protobuf.Wakeup
 
newBuilder() - Static method in class org.yamcs.security.protobuf.AccountCollection
 
newBuilder() - Static method in class org.yamcs.security.protobuf.AccountRecord
 
newBuilder() - Static method in class org.yamcs.security.protobuf.Clearance
 
newBuilder() - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
newBuilder() - Static method in class org.yamcs.security.protobuf.GroupCollection
 
newBuilder() - Static method in class org.yamcs.security.protobuf.GroupRecord
 
newBuilder() - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
newBuilder() - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
newBuilder() - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
newBuilder() - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
newBuilder() - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
newBuilder() - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
newBuilder() - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
newBuilder() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
newBuilder() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
newBuilder() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
newBuilder() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
newBuilder() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
newBuilder() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
newBuilder() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
newBuilder() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
newBuilder() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
newBuilder(Cmdhistory.Assignment) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
newBuilder(Cmdhistory.AssignmentInfo) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
newBuilder(ColumnInfo) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
newBuilder(Request) - Static method in class org.yamcs.replication.protobuf.Request
 
newBuilder(Response) - Static method in class org.yamcs.replication.protobuf.Response
 
newBuilder(StreamInfo) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
newBuilder(TimeMessage) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
newBuilder(Wakeup) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
newBuilder(AccountCollection) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
newBuilder(AccountRecord) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
newBuilder(Clearance) - Static method in class org.yamcs.security.protobuf.Clearance
 
newBuilder(ExternalIdentity) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
newBuilder(GroupCollection) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
newBuilder(GroupRecord) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
newBuilder(ServiceAccountRecordDetail) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
newBuilder(UserAccountRecordDetail) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
newBuilder(BandFilter) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
newBuilder(BandFilter.FilterCriterion) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
newBuilder(BandFilter.ItemFilter) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
newBuilder(Db.Event) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
newBuilder(Db.ParameterValue) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
newBuilder(Tablespace.BucketProperties) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
newBuilder(Tablespace.ObjectProperties) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
newBuilder(Tablespace.PartitioningInfo) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
newBuilder(Tablespace.ProtoTableDefinition) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
newBuilder(Tablespace.SecondaryIndex) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
newBuilder(Tablespace.TableColumnInfo) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
newBuilder(Tablespace.TableColumnInfo.EnumValue) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
newBuilder(Tablespace.TablespaceRecord) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
newBuilder(Tablespace.TimeBasedPartition) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
newBuilderForType() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
newBuilderForType() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
newBuilderForType() - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
newBuilderForType() - Method in class org.yamcs.replication.protobuf.Request
 
newBuilderForType() - Method in class org.yamcs.replication.protobuf.Response
 
newBuilderForType() - Method in class org.yamcs.replication.protobuf.StreamInfo
 
newBuilderForType() - Method in class org.yamcs.replication.protobuf.TimeMessage
 
newBuilderForType() - Method in class org.yamcs.replication.protobuf.Wakeup
 
newBuilderForType() - Method in class org.yamcs.security.protobuf.AccountCollection
 
newBuilderForType() - Method in class org.yamcs.security.protobuf.AccountRecord
 
newBuilderForType() - Method in class org.yamcs.security.protobuf.Clearance
 
newBuilderForType() - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
newBuilderForType() - Method in class org.yamcs.security.protobuf.GroupCollection
 
newBuilderForType() - Method in class org.yamcs.security.protobuf.GroupRecord
 
newBuilderForType() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
newBuilderForType() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
newBuilderForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
newBuilderForType() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
newBuilderForType() - Method in class org.yamcs.timeline.protobuf.BandFilter
 
newBuilderForType() - Method in class org.yamcs.yarch.protobuf.Db.Event
 
newBuilderForType() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
newBuilderForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
newBuilderForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
newBuilderForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
newBuilderForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
newBuilderForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
newBuilderForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
newBuilderForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
newBuilderForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
newBuilderForType() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.replication.protobuf.Request
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.replication.protobuf.Response
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.replication.protobuf.StreamInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.replication.protobuf.TimeMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.replication.protobuf.Wakeup
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.security.protobuf.AccountCollection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.security.protobuf.AccountRecord
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.security.protobuf.Clearance
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.security.protobuf.GroupCollection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.security.protobuf.GroupRecord
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.timeline.protobuf.BandFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.protobuf.Db.Event
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
newChannelHandler() - Method in class org.yamcs.replication.ReplicationSlave
Called when the tcpRole = Server and a new client connects to ReplicationServer
newChannelHandler(Request) - Method in class org.yamcs.replication.ReplicationMaster
 
newData(Db.ProtoDataType, Object) - Method in interface org.yamcs.archive.ReplayListener
 
newData(Db.ProtoDataType, Object) - Method in class org.yamcs.tctm.ReplayService
 
newData(Tuple) - Method in interface org.yamcs.yarch.CompiledAggregateExpression
 
newData(Tuple) - Method in class org.yamcs.yarch.CompiledAggregateList
 
newData(Tuple) - Method in class org.yamcs.yarch.CompiledFirstVal
 
newData(Tuple) - Method in class org.yamcs.yarch.WindowProcessor
 
newDescendingPrefixIterator(byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
Returns an iterator that iterates in reverse over all elements with key starting with the prefix
newEvent() - Method in class org.yamcs.events.AbstractEventProducer
 
newEvent() - Method in interface org.yamcs.events.EventProducer
Creates a default Event Builder with these fields pre-filled: source, seqNo, receptionTime, generationTime
newFile(String, Path, long, int, int, int) - Static method in class org.yamcs.replication.ReplicationFile
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.replication.protobuf.Request
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.replication.protobuf.Response
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.replication.protobuf.StreamInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.replication.protobuf.TimeMessage
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.replication.protobuf.Wakeup
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.security.protobuf.AccountCollection
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.security.protobuf.AccountRecord
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.security.protobuf.Clearance
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.security.protobuf.GroupCollection
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.security.protobuf.GroupRecord
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.timeline.protobuf.BandFilter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.protobuf.Db.Event
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
newIterator() - Method in class org.yamcs.yarch.rocksdb.YRDB
 
newIterator(ColumnFamilyHandle) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
newIterators(List<ColumnFamilyHandle>, boolean) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
newPacket(String, int, long, long, int) - Method in class org.yamcs.mdb.ProcessingStatistics
 
newPrefixIterator(byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
Returns an iterator that iterates over all elements with key starting with the prefix
newRecordBuilder() - Method in class org.yamcs.security.Account
 
newSecondaryIndexTableWalker(YarchDatabaseInstance, TableDefinition, boolean, boolean) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
newSecondaryIndexTableWalker(YarchDatabaseInstance, TableDefinition, boolean, boolean) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
newSecondaryIndexTableWalker(YarchDatabaseInstance, TableDefinition, boolean, boolean) - Method in interface org.yamcs.yarch.StorageEngine
 
newTableWalker(ExecutionContext, TableDefinition, boolean, boolean) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
newTableWalker(ExecutionContext, TableDefinition, boolean, boolean) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
newTableWalker(ExecutionContext, TableDefinition, boolean, boolean) - Method in interface org.yamcs.yarch.StorageEngine
Creates a new table iterator.
newTableWriter(YarchDatabaseInstance, TableDefinition, TableWriter.InsertMode) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
newTableWriter(YarchDatabaseInstance, TableDefinition, TableWriter.InsertMode) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
newTableWriter(YarchDatabaseInstance, TableDefinition, TableWriter.InsertMode) - Method in interface org.yamcs.yarch.StorageEngine
Creates a new table writer
newTimestampValue(long) - Static method in class org.yamcs.utils.ValueHelper
returns a TIMESTAMP Value
newToken(int) - Static method in class org.yamcs.templating.Token
 
newToken(int) - Static method in class org.yamcs.utils.parser.Token
 
newToken(int, String) - Static method in class org.yamcs.templating.Token
Returns a new Token object, by default.
newToken(int, String) - Static method in class org.yamcs.utils.parser.Token
Returns a new Token object, by default.
newUnsignedValue(int) - Static method in class org.yamcs.utils.ValueHelper
 
newValue(boolean) - Static method in class org.yamcs.utils.ValueHelper
returns a BOOLEAN Value
newValue(byte[]) - Static method in class org.yamcs.utils.ValueHelper
returns a BINARY Value
newValue(double) - Static method in class org.yamcs.utils.ValueHelper
returns a DOUBLE Value
newValue(float) - Static method in class org.yamcs.utils.ValueHelper
returns a FLOAT Value
newValue(int) - Static method in class org.yamcs.utils.ValueHelper
returns a SINT32 Value
newValue(String) - Static method in class org.yamcs.utils.ValueHelper
returns a STRING Value
newWriter(RdbTable) - Static method in class org.yamcs.yarch.rocksdb.HistogramWriter
 
next - Variable in class org.yamcs.templating.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.yamcs.utils.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.yamcs.parameterarchive.AggrrayIterator
 
next() - Method in class org.yamcs.parameterarchive.MultiSegmentIterator
 
next() - Method in interface org.yamcs.parameterarchive.ParchiveIterator
 
next() - Method in class org.yamcs.parameterarchive.SegmentIterator
 
next() - Method in class org.yamcs.parameterarchive.SimpleParameterIterator
 
next() - Method in class org.yamcs.utils.TimeInterval.FilterOverlappingIterator
 
next() - Method in class org.yamcs.utils.VarIntUtil.ArrayDecoder
 
next() - Method in class org.yamcs.utils.VarIntUtil.SignedArrayDecoder
 
next() - Method in class org.yamcs.yarch.PartitionIntervalIterator
 
next() - Method in class org.yamcs.yarch.rocksdb.AscendingRangeIterator
 
next() - Method in interface org.yamcs.yarch.rocksdb.DbIterator
 
next() - Method in class org.yamcs.yarch.rocksdb.DescendingPrefixIterator
 
next() - Method in class org.yamcs.yarch.rocksdb.DescendingRangeIterator
 
next() - Method in class org.yamcs.yarch.rocksdb.RdbHistogramIterator
 
next() - Method in class org.yamcs.yarch.rocksdb.RdbSequence
 
next() - Method in interface org.yamcs.yarch.Sequence
 
next() - Method in class org.yamcs.yarch.streamsql.StreamSqlResultList
 
next(Message) - Method in class org.yamcs.http.CallObserver
 
next(Message) - Method in class org.yamcs.http.ServerStreamingObserver
 
next(Message) - Method in class org.yamcs.http.WebSocketObserver
 
next(AuditRecord) - Method in interface org.yamcs.http.audit.AuditRecordListener
 
next(SubscribeParametersRequest) - Method in class org.yamcs.http.api.SubscribeParameterObserver
 
next(TimelineBand) - Method in interface org.yamcs.timeline.BandListener
 
next(TimelineItem) - Method in interface org.yamcs.timeline.ItemListener
 
next(TimelineView) - Method in interface org.yamcs.timeline.ViewListener
 
next(Tuple) - Method in interface org.yamcs.yarch.streamsql.ResultListener
 
nextTxId - Variable in class org.yamcs.replication.ReplicationTail
 
NNR - Enum constant in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
 
NO_ERROR - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
NOK - Enum constant in enum org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
 
NOK - Enum constant in enum org.yamcs.mdb.MatchCriteriaEvaluator.MatchResult
condition does not match
NOMINAL - Static variable in class org.yamcs.parameter.ParameterStatus
 
NONE - Enum constant in enum org.yamcs.cfdp.ChecksumType
 
NONE - Enum constant in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeEpochs
 
NONE - Enum constant in enum org.yamcs.tctm.ccsds.DownlinkManagedParameters.FrameErrorDetection
 
NONE - Enum constant in enum org.yamcs.tctm.ccsds.UplinkManagedParameters.FrameErrorDetection
 
NONE - Enum constant in enum org.yamcs.yarch.PartitioningSpec._type
 
NONE - Enum constant in enum org.yamcs.yarch.TableVisitor.ActionType
 
NONE_SPECIFIED - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
noneSpec() - Static method in class org.yamcs.yarch.PartitioningSpec
 
NoPacketSelectedException - Exception in org.yamcs.tctm
 
NoPacketSelectedException(String) - Constructor for exception org.yamcs.tctm.NoPacketSelectedException
 
NoPermissionException - Exception in org.yamcs
 
NoPermissionException(String) - Constructor for exception org.yamcs.NoPermissionException
 
NoProviderException - Exception in org.yamcs.parameter
 
NoProviderException() - Constructor for exception org.yamcs.parameter.NoProviderException
 
NoProviderException(String) - Constructor for exception org.yamcs.parameter.NoProviderException
 
NoProviderException(String, Throwable) - Constructor for exception org.yamcs.parameter.NoProviderException
 
NoProviderException(String, Throwable, boolean, boolean) - Constructor for exception org.yamcs.parameter.NoProviderException
 
NoProviderException(Throwable) - Constructor for exception org.yamcs.parameter.NoProviderException
 
NORMAL - Enum constant in enum org.yamcs.alarms.AlarmState
 
NORMAL - Enum constant in enum org.yamcs.http.WebSocketServerMessageHandler.Priority
 
NOT - Enum constant in enum org.yamcs.yarch.streamsql.BitwiseOp
 
NOT_A_STREAM - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
NOT_EQUAL - Enum constant in enum org.yamcs.utils.parser.FilterParser.Operator
 
NOT_EQUAL - Enum constant in enum org.yamcs.yarch.streamsql.RelOp
 
NOT_EQUAL - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
RegularExpression Id.
NOT_EQUAL(Object, Object) - Static method in class org.yamcs.yarch.utils.SqlExpressions
 
NOT_IMPLEMENTED - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
NOT_SUPPORTED - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
NotExpression - Class in org.yamcs.yarch.streamsql
 
NotExpression(Expression) - Constructor for class org.yamcs.yarch.streamsql.NotExpression
 
NotFoundException - Exception in org.yamcs.http
When a resource (only the part identified by the request uri) could not be found.
NotFoundException() - Constructor for exception org.yamcs.http.NotFoundException
 
NotFoundException(String) - Constructor for exception org.yamcs.http.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.yamcs.http.NotFoundException
 
notifyChanged(Link) - Method in class org.yamcs.management.LinkManager
 
notifyFailed(Throwable) - Method in class org.yamcs.YamcsInstanceService
Invoke this method to transition the service to the YamcsInstance.InstanceState.FAILED.
notifyInitialized() - Method in class org.yamcs.YamcsInstanceService
Implementing classes should invoke this method once their service has been initialized.
notifyRemoteFileListMonitors(ListFilesResponse) - Method in class org.yamcs.cfdp.CfdpService
 
notifyRemoteFileListMonitors(ListFilesResponse) - Method in interface org.yamcs.filetransfer.FileListingService
 
notifySeverityIncrease(ActiveAlarm<T>) - Method in interface org.yamcs.alarms.AlarmListener
 
notifySeverityIncrease(ActiveAlarm<T>) - Method in class org.yamcs.alarms.AlarmStreamer
 
notifyStarted() - Method in class org.yamcs.YamcsInstanceService
Implementing classes should invoke this method once their service has started.
notifyStateChange() - Method in class org.yamcs.Processor
 
notifyStopped() - Method in class org.yamcs.YamcsInstanceService
Implementing classes should invoke this method once their service has stopped.
notifyUpdate(AlarmNotificationType, ActiveAlarm<T>) - Method in interface org.yamcs.alarms.AlarmListener
 
notifyUpdate(AlarmNotificationType, ActiveAlarm<T>) - Method in class org.yamcs.alarms.AlarmStreamer
 
notifyValueUpdate(ActiveAlarm<T>) - Method in interface org.yamcs.alarms.AlarmListener
 
notifyValueUpdate(ActiveAlarm<T>) - Method in class org.yamcs.alarms.AlarmStreamer
 
NotSupportedException - Exception in org.yamcs.yarch.streamsql
 
NotSupportedException(String) - Constructor for exception org.yamcs.yarch.streamsql.NotSupportedException
 
NotThreadSafe - Annotation Type in org.yamcs
 
nroots() - Method in class org.yamcs.rs.ReedSolomon
 
NULL_VALUE - Static variable in class org.yamcs.yarch.rocksdb.ColumnValueSerializer
 
NullExpression - Class in org.yamcs.yarch.streamsql
This represents a NULL value coming from some sql expression for example: select null from x
NUMBER - Enum constant in enum org.yamcs.CommandOption.CommandOptionType
 
NUMBITS_MASK - Static variable in class org.yamcs.parameterarchive.ParameterArchive
 
NumericConstant() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
NUMERICTYPE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
numErrorsCorrected - Variable in class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr.DecoderResult
 
numMembers() - Method in class org.yamcs.parameter.AggregateValue
 
NUMOBJECTS_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
numRecordsRead - Variable in class org.yamcs.yarch.AbstractTableWalker
 
numTx() - Method in class org.yamcs.replication.ReplicationFile
 

O

OBJECTID_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
ObjectName() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ObjectPrivilege - Class in org.yamcs.security
An object privilege is the right to perform a particular action on an object.
ObjectPrivilege(ObjectPrivilegeType, String) - Constructor for class org.yamcs.security.ObjectPrivilege
 
ObjectPrivilegeType - Class in org.yamcs.security
Type qualifier for grouping object privileges.
ObjectPrivilegeType(String) - Constructor for class org.yamcs.security.ObjectPrivilegeType
 
ObjectSegment<E> - Class in org.yamcs.parameterarchive
Segment for all non primitive types.
objectToByteArray(Object) - Method in class org.yamcs.yarch.rocksdb.ColumnValueSerializer
 
OCTET_STREAM - Static variable in class org.yamcs.http.MediaType
 
OCTET_STREAM - Static variable in class org.yamcs.utils.Mimetypes
 
offline() - Method in interface org.yamcs.InstanceStateListener
 
offline(YamcsInstance.InstanceState) - Method in class org.yamcs.YamcsInstanceService
 
offset() - Method in class org.yamcs.utils.BitBuffer
Returns the offset inside the byte array where this buffer starts
OFFSET_SIZE - Static variable in class org.yamcs.cfdp.pdu.FileDataPacket
 
OK - Enum constant in enum org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
 
OK - Enum constant in enum org.yamcs.mdb.MatchCriteriaEvaluator.MatchResult
condition matches
OK - Enum constant in enum org.yamcs.tctm.Link.Status
the link is up ready to receive data.
oldToNewEncoding(SpreadsheetLoadContext, int, String) - Static method in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
oldToNewEncoding(SpreadsheetLoadContext, int, String) - Static method in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
onCancel(Throwable) - Method in interface org.yamcs.http.ContextListener
 
onChange() - Method in interface org.yamcs.tctm.LinkAction.ActionChangeListener
 
onChange(Clearance) - Method in interface org.yamcs.security.ClearanceListener
 
onClcw(IntConsumer) - Method in class org.yamcs.tctm.ccsds.ClcwStreamHelper
Register a consumer to be called each time a new CLCW is received
onCLCW(int) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
Called when a new CLCW is received from the remote system
OneStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
OngoingCfdpTransfer - Class in org.yamcs.cfdp
 
OngoingCfdpTransfer(String, long, long, ScheduledThreadPoolExecutor, YConfiguration, CfdpTransactionId, long, Stream, EventProducer, TransferMonitor, Map<ConditionCode, OngoingCfdpTransfer.FaultHandlingAction>) - Constructor for class org.yamcs.cfdp.OngoingCfdpTransfer
 
onInactivityTimerExpiration() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
onInactivityTimerExpiration() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
The inactivity timer is active after the EOF ACK has been received
onInactivityTimerExpiration() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
onLoad(YConfiguration) - Method in interface org.yamcs.Plugin
Callback executed when the plugin is loaded.
onParameterData(List<ParameterValueWithId>) - Method in class org.yamcs.http.api.ParameterReplayListener
 
onParameterData(ParameterValueWithId) - Method in class org.yamcs.http.api.ParameterReplayListener
 
onProcessOutput(String) - Method in class org.yamcs.ProcessRunner
 
onReady() - Method in interface org.yamcs.ReadyListener
 
onTuple(Stream, Tuple) - Method in class org.yamcs.archive.CcsdsTmIndex
 
onTuple(Stream, Tuple) - Method in class org.yamcs.archive.YarchReplay
 
onTuple(Stream, Tuple) - Method in class org.yamcs.cfdp.CfdpService
 
onTuple(Stream, Tuple) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryProvider
 
onTuple(Stream, Tuple) - Method in class org.yamcs.parameterarchive.BackFiller
 
onTuple(Stream, Tuple) - Method in class org.yamcs.tctm.cfs.CfsEventDecoder
 
onTuple(Stream, Tuple) - Method in class org.yamcs.tctm.StreamParameterProvider
Make sure all parameters are defined in the XtceDB, otherwise the PRM will choke
onTuple(Stream, Tuple) - Method in class org.yamcs.yarch.InternalStream
 
onTuple(Stream, Tuple) - Method in class org.yamcs.yarch.MergeStream
 
onTuple(Stream, Tuple) - Method in class org.yamcs.yarch.OutputStream
 
onTuple(Stream, Tuple) - Method in class org.yamcs.yarch.rocksdb.RdbTableWriter
 
onTuple(Stream, Tuple) - Method in class org.yamcs.yarch.SelectStream
 
onTuple(Stream, Tuple) - Method in class org.yamcs.yarch.streamsql.LimitedStream
 
onTuple(Stream, Tuple) - Method in interface org.yamcs.yarch.StreamSubscriber
 
op - Variable in class org.yamcs.utils.parser.FilterParser.Result
 
op() - Method in class org.yamcs.utils.parser.FilterParser
 
OPEN_ELIF_TAG - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
OPEN_IF_TAG - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
OPEN_TAG - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
OPEN_VAR - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
openEnd(long) - Static method in class org.yamcs.utils.TimeInterval
 
OpenIDAuthenticationRequest - Class in org.yamcs.http.auth
An Authentication Request is an OAuth 2.0 Authorization Request that requests that the End-User be authenticated by the Authorization Server.
OpenIDAuthenticationRequest(HandlerContext) - Constructor for class org.yamcs.http.auth.OpenIDAuthenticationRequest
 
OpenIDAuthModule - Class in org.yamcs.security
AuthModule that identifies users against an external identity provider compliant with OpenID Connect (OIDC).
OpenIDAuthModule() - Constructor for class org.yamcs.security.OpenIDAuthModule
 
OpenIDAuthModule.OpenIDAuthenticationInfo - Class in org.yamcs.security
 
openReadOnly(String, Path, long) - Static method in class org.yamcs.replication.ReplicationFile
 
openReadWrite(String, Path, long, int) - Static method in class org.yamcs.replication.ReplicationFile
 
openSocket() - Method in class org.yamcs.tctm.TcpTcDataLink
attempts to open the socket if not already open and returns true if its open at the end of the call
openSocket() - Method in class org.yamcs.tctm.TcpTmDataLink
 
openStart(long) - Static method in class org.yamcs.utils.TimeInterval
creates a TimeInterval with no start but with an end
Option(Spec, String, Spec.OptionType) - Constructor for class org.yamcs.Spec.Option
 
OPTION_ADDRESS - Static variable in class org.yamcs.security.IPAddressAuthModule
 
OPTION_BYPASS - Static variable in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
OPTION_EMAIL - Static variable in class org.yamcs.security.IPAddressAuthModule
 
OPTION_EMAIL - Static variable in class org.yamcs.security.SingleUserAuthModule
 
OPTION_HASHER - Static variable in class org.yamcs.security.SingleUserAuthModule
 
OPTION_HEADER - Static variable in class org.yamcs.security.RemoteUserAuthModule
 
OPTION_NAME - Static variable in class org.yamcs.security.IPAddressAuthModule
 
OPTION_NAME - Static variable in class org.yamcs.security.SingleUserAuthModule
 
OPTION_PASSWORD - Static variable in class org.yamcs.security.SingleUserAuthModule
 
OPTION_PRIVILEGES - Static variable in class org.yamcs.security.IPAddressAuthModule
 
OPTION_PRIVILEGES - Static variable in class org.yamcs.security.SingleUserAuthModule
 
OPTION_SUPERUSER - Static variable in class org.yamcs.security.IPAddressAuthModule
 
OPTION_SUPERUSER - Static variable in class org.yamcs.security.SingleUserAuthModule
 
OPTION_USERNAME - Static variable in class org.yamcs.security.IPAddressAuthModule
 
OPTION_USERNAME - Static variable in class org.yamcs.security.SingleUserAuthModule
 
OR - Enum constant in enum org.yamcs.yarch.streamsql.BitwiseOp
 
OR(Object...) - Static method in class org.yamcs.yarch.utils.SqlExpressions
 
OrderClause() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
OrExpression - Class in org.yamcs.yarch.streamsql
 
OrExpression(ArrayList<Expression>) - Constructor for class org.yamcs.yarch.streamsql.OrExpression
 
org.yamcs - package org.yamcs
 
org.yamcs.alarms - package org.yamcs.alarms
 
org.yamcs.algo - package org.yamcs.algo
 
org.yamcs.algorithms - package org.yamcs.algorithms
 
org.yamcs.archive - package org.yamcs.archive
 
org.yamcs.cascading - package org.yamcs.cascading
 
org.yamcs.cfdp - package org.yamcs.cfdp
 
org.yamcs.cfdp.pdu - package org.yamcs.cfdp.pdu
 
org.yamcs.cli - package org.yamcs.cli
 
org.yamcs.cmdhistory - package org.yamcs.cmdhistory
 
org.yamcs.cmdhistory.protobuf - package org.yamcs.cmdhistory.protobuf
 
org.yamcs.commanding - package org.yamcs.commanding
 
org.yamcs.container - package org.yamcs.container
 
org.yamcs.core - module org.yamcs.core
 
org.yamcs.events - package org.yamcs.events
 
org.yamcs.external - package org.yamcs.external
 
org.yamcs.filetransfer - package org.yamcs.filetransfer
 
org.yamcs.http - package org.yamcs.http
 
org.yamcs.http.api - package org.yamcs.http.api
 
org.yamcs.http.audit - package org.yamcs.http.audit
 
org.yamcs.http.auth - package org.yamcs.http.auth
 
org.yamcs.logging - package org.yamcs.logging
 
org.yamcs.management - package org.yamcs.management
 
org.yamcs.mdb - package org.yamcs.mdb
 
org.yamcs.memento - package org.yamcs.memento
 
org.yamcs.parameter - package org.yamcs.parameter
 
org.yamcs.parameterarchive - package org.yamcs.parameterarchive
 
org.yamcs.replication - package org.yamcs.replication
 
org.yamcs.replication.protobuf - package org.yamcs.replication.protobuf
 
org.yamcs.rs - package org.yamcs.rs
 
org.yamcs.security - package org.yamcs.security
 
org.yamcs.security.protobuf - package org.yamcs.security.protobuf
 
org.yamcs.tctm - package org.yamcs.tctm
 
org.yamcs.tctm.ccsds - package org.yamcs.tctm.ccsds
 
org.yamcs.tctm.ccsds.error - package org.yamcs.tctm.ccsds.error
 
org.yamcs.tctm.ccsds.time - package org.yamcs.tctm.ccsds.time
 
org.yamcs.tctm.cfs - package org.yamcs.tctm.cfs
 
org.yamcs.tctm.pus - package org.yamcs.tctm.pus
 
org.yamcs.templating - package org.yamcs.templating
 
org.yamcs.time - package org.yamcs.time
 
org.yamcs.timeline - package org.yamcs.timeline
 
org.yamcs.timeline.protobuf - package org.yamcs.timeline.protobuf
 
org.yamcs.utils - package org.yamcs.utils
 
org.yamcs.utils.parser - package org.yamcs.utils.parser
 
org.yamcs.xtce.xlsv6 - package org.yamcs.xtce.xlsv6
 
org.yamcs.xtce.xlsv7 - package org.yamcs.xtce.xlsv7
 
org.yamcs.yarch - package org.yamcs.yarch
 
org.yamcs.yarch.protobuf - package org.yamcs.yarch.protobuf
 
org.yamcs.yarch.query - package org.yamcs.yarch.query
 
org.yamcs.yarch.rocksdb - package org.yamcs.yarch.rocksdb
 
org.yamcs.yarch.rocksdb.protobuf - package org.yamcs.yarch.rocksdb.protobuf
 
org.yamcs.yarch.streamsql - package org.yamcs.yarch.streamsql
 
org.yamcs.yarch.streamsql.funct - package org.yamcs.yarch.streamsql.funct
 
org.yamcs.yarch.utils - package org.yamcs.yarch.utils
 
ORIGINAL - Enum constant in enum org.yamcs.archive.SpeedSpec.Type
 
ORIGINATING_TRANSACTION_ID - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
ORIGINATING_TRANSACTION_ID_ONLY - Enum constant in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
OriginatingTransactionId - Class in org.yamcs.cfdp.pdu
 
OriginatingTransactionId(byte[]) - Constructor for class org.yamcs.cfdp.pdu.OriginatingTransactionId
 
OriginatingTransactionId(long, long) - Constructor for class org.yamcs.cfdp.pdu.OriginatingTransactionId
 
outputDefinition - Variable in class org.yamcs.yarch.Stream
 
OutputFormat - Enum in org.yamcs.cli
 
OutputFormatConverter() - Constructor for class org.yamcs.cli.YamcsAdminCli.OutputFormatConverter
 
outputParameters - Variable in class org.yamcs.xtce.xlsv6.V6Loader
 
outputParameters - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
OutputStream - Class in org.yamcs.yarch
 
OutputStream(YarchDatabaseInstance, String, TupleDefinition) - Constructor for class org.yamcs.yarch.OutputStream
 
OutputValueBinding - Class in org.yamcs.algorithms
 
OutputValueBinding() - Constructor for class org.yamcs.algorithms.OutputValueBinding
 
overlap(List<Object>, List<Object>) - Static method in class org.yamcs.yarch.utils.SqlArrays
returns true if the two lists have at least one common element
OVERLAP - Enum constant in enum org.yamcs.yarch.streamsql.RelOp
 
overlappingIterator(TimeInterval) - Method in class org.yamcs.utils.PartitionedTimeInterval
Creates an iterator that iterates over all the timeintervals overlapping with timeInterval The timeInterval is considered closed at both ends [start, stop]
overlappingReverseIterator(TimeInterval) - Method in class org.yamcs.utils.PartitionedTimeInterval
Creates an iterator that iterates over all the timeintervals overlapping with timeInterval The timeInterval is considered closed at both ends [start, stop]
overrideAlgorithm(CustomAlgorithm, String) - Method in class org.yamcs.algorithms.AlgorithmManager
Override the algorithm

P

pack(int[], int, int[], int, int, int) - Static method in class me.lemire.integercompression.Util
 
Packet - Interface in org.yamcs.tctm
 
PACKET - Enum constant in enum org.yamcs.tctm.ccsds.UplinkManagedParameters.ServiceType
 
packetCount - Variable in class org.yamcs.tctm.AbstractTmDataLink
 
PacketDecoder - Class in org.yamcs.tctm.ccsds
Receives data chunk by chunk and assembles it into packets.
PacketDecoder(int, Consumer<byte[]>) - Constructor for class org.yamcs.tctm.ccsds.PacketDecoder
 
PacketInputStream - Interface in org.yamcs.tctm
Interface implemented by the classes that read packets from an input stream.
packetPreprocessor - Variable in class org.yamcs.tctm.AbstractTmDataLink
 
PacketPreprocessor - Interface in org.yamcs.tctm
The packet preprocessor is responsible for extracting basic information required for yamcs packet processing: packet generation time packet acquisition time sequence count
It is assumed that the (generation time, sequence count) uniquely identify the packet.
PacketsApi - Class in org.yamcs.http.api
 
PacketsApi() - Constructor for class org.yamcs.http.api.PacketsApi
 
PacketTooLongException - Exception in org.yamcs.tctm
Exception thrown when a packet is longer than a defined limit
PacketTooLongException(int, int) - Constructor for exception org.yamcs.tctm.PacketTooLongException
 
PacketTooSmallException - Exception in org.yamcs
 
PacketTooSmallException(String) - Constructor for exception org.yamcs.PacketTooSmallException
 
packsize(int, int) - Static method in class me.lemire.integercompression.Util
 
packsizew(int, int) - Static method in class me.lemire.integercompression.Util
 
packw(int[], int, int[], int, int) - Static method in class me.lemire.integercompression.Util
 
PARAM - Enum constant in enum org.yamcs.StreamConfig.StandardStreamType
 
PARAM_ENGTYPE_BINARY - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_ENGTYPE_BOOLEAN - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_ENGTYPE_DOUBLE - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_ENGTYPE_ENUMERATED - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_ENGTYPE_FLOAT - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_ENGTYPE_INT32 - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_ENGTYPE_INT64 - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_ENGTYPE_STRING - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_ENGTYPE_TIME - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_ENGTYPE_UINT32 - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_ENGTYPE_UINT64 - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_RAWTYPE_BINARY - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_RAWTYPE_BINARY_PREPENDED - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_RAWTYPE_BINARY_TERMINATED - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_RAWTYPE_BOOLEAN - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_RAWTYPE_DOUBLE - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_RAWTYPE_FLOAT - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_RAWTYPE_INT - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_RAWTYPE_STRING - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAM_RAWTYPE_STRING_FIXED - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
PARAM_RAWTYPE_STRING_FIXED - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
PARAM_RAWTYPE_STRING_PREPENDED - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
PARAM_RAWTYPE_STRING_PREPENDED - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
PARAM_RAWTYPE_STRING_TERMINATED - Static variable in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
PARAM_RAWTYPE_STRING_TERMINATED - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
PARAM_RAWTYPE_UINT - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
PARAMETER - Enum constant in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
PARAMETER = 8;
PARAMETER - Static variable in class org.yamcs.StandardTupleDefinitions
 
PARAMETER_ALARM - Enum constant in enum org.yamcs.StreamConfig.StandardStreamType
 
PARAMETER_ALARM - Static variable in class org.yamcs.StandardTupleDefinitions
 
PARAMETER_ALARM_TABLE_NAME - Static variable in class org.yamcs.archive.AlarmRecorder
 
PARAMETER_COL_GENTIME - Static variable in class org.yamcs.StandardTupleDefinitions
 
PARAMETER_COL_GROUP - Static variable in class org.yamcs.StandardTupleDefinitions
 
PARAMETER_COL_RECTIME - Static variable in class org.yamcs.StandardTupleDefinitions
 
PARAMETER_COL_SEQ_NUM - Static variable in class org.yamcs.StandardTupleDefinitions
 
PARAMETER_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
PARAMETER_VALUE - Enum constant in enum org.yamcs.yarch.DataType._type
 
PARAMETER_VALUE - Static variable in class org.yamcs.yarch.DataType
 
PARAMETER_VALUE - Static variable in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
PARAMETER = 8;
ParameterAlarmChecker - Class in org.yamcs.mdb
Part of the TM processing chain.
ParameterAlarmChecker(ParameterProcessorManager, ProcessorData) - Constructor for class org.yamcs.mdb.ParameterAlarmChecker
 
ParameterAlarmStreamer - Class in org.yamcs.alarms
 
ParameterAlarmStreamer(Stream) - Constructor for class org.yamcs.alarms.ParameterAlarmStreamer
 
ParameterArchive - Class in org.yamcs.parameterarchive
The parameter archive stores data in partitions(optional) -> intervals -> segments.
ParameterArchive() - Constructor for class org.yamcs.parameterarchive.ParameterArchive
 
ParameterArchive.Partition - Class in org.yamcs.parameterarchive
 
ParameterArchiveApi - Class in org.yamcs.http.api
 
ParameterArchiveApi() - Constructor for class org.yamcs.http.api.ParameterArchiveApi
 
ParameterArchiveException - Exception in org.yamcs.parameterarchive
 
ParameterArchiveException(String) - Constructor for exception org.yamcs.parameterarchive.ParameterArchiveException
 
ParameterArchiveException(String, Throwable) - Constructor for exception org.yamcs.parameterarchive.ParameterArchiveException
 
ParameterCache - Interface in org.yamcs.parameter
 
ParameterCacheConfig - Class in org.yamcs.parameter
 
ParameterCacheConfig() - Constructor for class org.yamcs.parameter.ParameterCacheConfig
 
ParameterCacheConfig(boolean, boolean, long, int) - Constructor for class org.yamcs.parameter.ParameterCacheConfig
 
ParameterCacheConfig(YConfiguration, Log) - Constructor for class org.yamcs.parameter.ParameterCacheConfig
 
ParameterCacheImpl - Class in org.yamcs.parameter
Used by the ParameterRequestManager to cache last values of parameters.
ParameterCacheImpl(ParameterCacheConfig) - Constructor for class org.yamcs.parameter.ParameterCacheImpl
 
ParameterConsumer - Interface in org.yamcs.parameter
Used by the ParameterRequestManager to deliver parameters
parameterCount - Variable in class org.yamcs.tctm.AbstractParameterDataLink
 
ParameterDataLink - Interface in org.yamcs.tctm
Interface for components providing parameters aquired from external systems.
parameterDataTypes - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
ParameterFormatter - Class in org.yamcs.utils
Formats in tab separated format parameters.
ParameterFormatter(Writer, Collection<Yamcs.NamedObjectId>) - Constructor for class org.yamcs.utils.ParameterFormatter
 
ParameterFormatter(Writer, Collection<Yamcs.NamedObjectId>, char) - Constructor for class org.yamcs.utils.ParameterFormatter
 
PARAMETERFQN_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
ParameterGroupIdDb - Class in org.yamcs.parameterarchive
Stores a map between List<parameter_id> and ParameterGroup_id.
parameterGroupIdMap - Variable in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
ParameterId - Interface in org.yamcs.parameterarchive
The parameter archive gives each (fqn, rawType, engType) a numeric 32 bits pid.
ParameterIdDb - Class in org.yamcs.parameterarchive
Stores a map (parameter_fqn, type) -> parameter_id
parameterIdMap - Variable in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
ParameterIdValueList - Class in org.yamcs.parameterarchive
A list of parametersIds with values all having the same timestamp
ParameterIdValueList(long) - Constructor for class org.yamcs.parameterarchive.ParameterIdValueList
 
ParameterInfoRetrieval - Class in org.yamcs.parameterarchive
 
ParameterInfoRetrieval(ParameterArchive, ParameterId, long, long) - Constructor for class org.yamcs.parameterarchive.ParameterInfoRetrieval
 
ParameterIterator - Interface in org.yamcs.parameterarchive
Iterator over values of one (parameterId, group id)
ParameterProcessor - Interface in org.yamcs.parameter
This is the interface implemented by the ParameterRequestManager to receive parameters from the different parameter providers.
ParameterProcessorManager - Class in org.yamcs.parameter
Makes the connection between ParameterProvider and ParameterProcessor
ParameterProcessorManager(Processor, XtceTmProcessor) - Constructor for class org.yamcs.parameter.ParameterProcessorManager
Creates a new ParameterRequestManager, configured to listen to the specified XtceTmProcessor.
ParameterProvider - Interface in org.yamcs.parameter
interface implemented by all the classes that can provide parameters to the ParameterProcessorManager
ParameterRanger - Class in org.yamcs.http.api
builds ranges of parameters
ParameterRanger(long, long, long, int) - Constructor for class org.yamcs.http.api.ParameterRanger
 
ParameterRanger.MultiRange - Class in org.yamcs.http.api
 
ParameterRanger.Range - Class in org.yamcs.http.api
 
ParameterRanger.SingleRange - Class in org.yamcs.http.api
 
ParameterRecorder - Class in org.yamcs.archive
ParameterRecorder Records (processed) Parameters This records parameters as tuples - good for realtime recording but not very efficient for retrieval of a few parameters over long time periods.
ParameterRecorder() - Constructor for class org.yamcs.archive.ParameterRecorder
 
ParameterReplayHandler - Class in org.yamcs.archive
Replays parameters from tables recorded by the ParameterRecorder
ParameterReplayHandler(XtceDb) - Constructor for class org.yamcs.archive.ParameterReplayHandler
 
ParameterReplayListener - Class in org.yamcs.http.api
Expected class type for use with ReplayFactory Adds functionality for stopping a replay, and has support for pagination
ParameterReplayListener() - Constructor for class org.yamcs.http.api.ParameterReplayListener
 
ParameterReplayListener(long, int) - Constructor for class org.yamcs.http.api.ParameterReplayListener
 
ParameterRequest - Class in org.yamcs.parameterarchive
Contains retrieval options used when extracting parameters from the parameter archive.
ParameterRequest(long, long, boolean, boolean, boolean, boolean) - Constructor for class org.yamcs.parameterarchive.ParameterRequest
 
ParameterRequestManager - Class in org.yamcs.parameter
Distributes parameters from ParameterProcessorManager to ParameterConsumer
ParameterRequestManager(ParameterProcessorManager) - Constructor for class org.yamcs.parameter.ParameterRequestManager
Creates a new ParameterRequestManager, configured to listen to the specified XtceTmProcessor.
parameters - Variable in class org.yamcs.http.auth.FormData
 
parameters - Variable in class org.yamcs.xtce.xlsv6.V6Loader
 
parameters - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
ParameterSink - Interface in org.yamcs.tctm
Used by the ParameterDataLink to propagate processed parameters inside Yamcs.
ParameterStatus - Class in org.yamcs.parameter
 
ParameterStatus() - Constructor for class org.yamcs.parameter.ParameterStatus
 
ParameterStatusSegment - Class in org.yamcs.parameterarchive
 
ParameterStatusSegment(boolean) - Constructor for class org.yamcs.parameterarchive.ParameterStatusSegment
 
parameterSubscribed(Parameter) - Method in class org.yamcs.mdb.ParameterAlarmChecker
Called from the ParameterRequestManager when a new parameter has been subscribed Check and subscribe any dependencies required for alarm checking
ParametersValueRequest - Class in org.yamcs.parameterarchive
 
ParametersValueRequest(long, long, int[], boolean, ValueConsumer) - Constructor for class org.yamcs.parameterarchive.ParametersValueRequest
 
PARAMETERTYPE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
ParameterTypeListener - Interface in org.yamcs.mdb
 
ParameterTypeProcessor - Class in org.yamcs.mdb
Responsible for converting between raw and engineering value by usage of calibrators or by simple type conversions.
ParameterTypeProcessor(ProcessorData) - Constructor for class org.yamcs.mdb.ParameterTypeProcessor
 
parameterTypeUpdated(Parameter, ParameterType) - Method in interface org.yamcs.mdb.ParameterTypeListener
Called when a parameter's type is updated.
ParameterTypeUtils - Class in org.yamcs.mdb
Contains various static methods to help work with XTCE ParameterType
ParameterTypeUtils() - Constructor for class org.yamcs.mdb.ParameterTypeUtils
 
ParameterValue - Class in org.yamcs.parameter
 
ParameterValue(String) - Constructor for class org.yamcs.parameter.ParameterValue
 
ParameterValue(ParameterValue) - Constructor for class org.yamcs.parameter.ParameterValue
 
ParameterValue(Parameter) - Constructor for class org.yamcs.parameter.ParameterValue
Creates a parameter value for a parameter
ParameterValueArray - Class in org.yamcs.parameterarchive
an array of values for one ParameterId
ParameterValueArray(long[], ValueArray, ValueArray, Pvalue.ParameterStatus[]) - Constructor for class org.yamcs.parameterarchive.ParameterValueArray
 
ParameterValueColumnSerializer - Class in org.yamcs.yarch
 
ParameterValueColumnSerializer() - Constructor for class org.yamcs.yarch.ParameterValueColumnSerializer
 
ParameterValueList - Class in org.yamcs.parameter
Stores a collection of ParameterValue indexed on Parameter
ParameterValueList() - Constructor for class org.yamcs.parameter.ParameterValueList
 
ParameterValueList(Collection<ParameterValue>) - Constructor for class org.yamcs.parameter.ParameterValueList
 
ParameterValueSegment - Class in org.yamcs.parameterarchive
Stores parameter values for one parameter over a time range.
ParameterValueSegment(SortedTimeSegment) - Constructor for class org.yamcs.parameterarchive.ParameterValueSegment
 
ParameterValueSegment(SortedTimeSegment, ValueSegment, ValueSegment, ParameterStatusSegment) - Constructor for class org.yamcs.parameterarchive.ParameterValueSegment
 
ParameterValueWithId - Class in org.yamcs.parameter
groups together a parameter value with a telemetry item id.
ParameterValueWithId(ParameterValue, Yamcs.NamedObjectId) - Constructor for class org.yamcs.parameter.ParameterValueWithId
 
ParameterWithId - Class in org.yamcs.parameter
Holder class for a parameter together with the id what used to subscribe (or request) it.
ParameterWithId(Parameter, Yamcs.NamedObjectId, PathElement[]) - Constructor for class org.yamcs.parameter.ParameterWithId
 
ParameterWithIdConsumer - Interface in org.yamcs.parameter
 
ParameterWithIdRequestHelper - Class in org.yamcs.parameter
This sits in front of the ParameterRequestManager and implements subscriptions based on NamedObjectId taking care to send to the consumers the parameters with the requested id.
ParameterWithIdRequestHelper(ParameterRequestManager, ParameterWithIdConsumer) - Constructor for class org.yamcs.parameter.ParameterWithIdRequestHelper
 
PARCHIVE_AGGARR_INFO - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
parameter archive info about array and aggregates - contains the list of member ids relevant information: instanceName, parameterFqn, memberId
PARCHIVE_AGGARR_INFO_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
parameter archive info about array and aggregates - contains the list of member ids relevant information: instanceName, parameterFqn, memberId
PARCHIVE_DATA - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store ParameterArchive data.
PARCHIVE_DATA_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store ParameterArchive data.
PARCHIVE_PGID2PG - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used as part of the ParameterArchive to keep the parameter group id -> parameter group (list of parameter ids) mapping relevant information: instanceName there is only one record of this type for each instance and ParameterArchive
PARCHIVE_PGID2PG_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used as part of the ParameterArchive to keep the parameter group id -> parameter group (list of parameter ids) mapping relevant information: instanceName there is only one record of this type for each instance and ParameterArchive
PARCHIVE_PINFO - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store information about the partitions of the ParameterArchive in case they are partitioned by time relevant information: instanceName, partitioningSchema there is only one record of this type for each instance and ParameterArchive
PARCHIVE_PINFO_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store information about the partitions of the ParameterArchive in case they are partitioned by time relevant information: instanceName, partitioningSchema there is only one record of this type for each instance and ParameterArchive
ParchiveIterator<T> - Interface in org.yamcs.parameterarchive
RocksDb style iterator.
parent - Variable in class org.yamcs.cli.Command
 
parse() - Method in class org.yamcs.templating.TemplateParser
 
parse() - Method in class org.yamcs.utils.parser.FilterParser
 
parse(String) - Static method in class org.yamcs.utils.TimeEncoding
parses an ISO 8601 UTC date into an instant
parse(String...) - Method in class org.yamcs.cli.Command
 
parse(String, byte[]) - Method in class org.yamcs.filetransfer.BasicListingParser
 
parse(String, byte[]) - Method in class org.yamcs.filetransfer.CsvListingParser
 
parse(String, byte[]) - Method in class org.yamcs.filetransfer.FileListingParser
Parse the provided text data into a list of RemoteFiles
parse(ByteBuffer) - Method in class org.yamcs.parameterarchive.ObjectSegment
 
parseAggregateExpr(String) - Method in class org.yamcs.xtce.xlsv7.V7LoaderBase
parses strings of type
parseBooleanExpression(String) - Method in class org.yamcs.mdb.ConditionParser
Boolean expression has the following pattern: op(epx1;exp2;...
parseByte(SpreadsheetLoadContext, String) - Static method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.Request
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.Response
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseDelimitedFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Request
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Response
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseDir(String) - Method in class org.yamcs.yarch.TimePartitionSchema
Parses a string of the shape "A/B/..." into a PartitionInfo.
parseDouble(Cell) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
parseDouble(SpreadsheetLoadContext, Cell) - Static method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
ParseException - Exception in org.yamcs.templating
This exception is thrown when parse errors are encountered.
ParseException - Exception in org.yamcs.utils.parser
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for exception org.yamcs.templating.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException() - Constructor for exception org.yamcs.utils.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.yamcs.templating.ParseException
Constructor with message.
ParseException(String) - Constructor for exception org.yamcs.utils.parser.ParseException
Constructor with message.
ParseException(Token, int[][], String[]) - Constructor for exception org.yamcs.templating.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException(Token, int[][], String[]) - Constructor for exception org.yamcs.utils.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parseFrom(byte[]) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseFrom(byte[]) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseFrom(byte[]) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseFrom(byte[]) - Static method in class org.yamcs.replication.protobuf.Request
 
parseFrom(byte[]) - Static method in class org.yamcs.replication.protobuf.Response
 
parseFrom(byte[]) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseFrom(byte[]) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseFrom(byte[]) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseFrom(byte[]) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseFrom(byte[]) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseFrom(byte[]) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseFrom(byte[]) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseFrom(byte[]) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseFrom(byte[]) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseFrom(byte[]) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseFrom(byte[]) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseFrom(byte[]) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseFrom(byte[]) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseFrom(byte[]) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseFrom(byte[]) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Request
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Response
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseFrom(ByteString) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseFrom(ByteString) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseFrom(ByteString) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseFrom(ByteString) - Static method in class org.yamcs.replication.protobuf.Request
 
parseFrom(ByteString) - Static method in class org.yamcs.replication.protobuf.Response
 
parseFrom(ByteString) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseFrom(ByteString) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseFrom(ByteString) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseFrom(ByteString) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseFrom(ByteString) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseFrom(ByteString) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseFrom(ByteString) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseFrom(ByteString) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseFrom(ByteString) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseFrom(ByteString) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseFrom(ByteString) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseFrom(ByteString) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseFrom(ByteString) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseFrom(ByteString) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseFrom(ByteString) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Request
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Response
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.replication.protobuf.Request
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.replication.protobuf.Response
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseFrom(CodedInputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Request
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Response
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseFrom(InputStream) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseFrom(InputStream) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.Request
 
parseFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.Response
 
parseFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseFrom(InputStream) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseFrom(InputStream) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseFrom(InputStream) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseFrom(InputStream) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseFrom(InputStream) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseFrom(InputStream) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseFrom(InputStream) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseFrom(InputStream) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseFrom(InputStream) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseFrom(InputStream) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseFrom(InputStream) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseFrom(InputStream) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseFrom(InputStream) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Request
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Response
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.parameterarchive.BinaryValueSegment
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.parameterarchive.BooleanValueSegment
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.parameterarchive.DoubleValueSegment
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.parameterarchive.FloatValueSegment
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.parameterarchive.IntValueSegment
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.parameterarchive.LongValueSegment
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.parameterarchive.ParameterStatusSegment
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.parameterarchive.StringValueSegment
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.replication.protobuf.Request
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.replication.protobuf.Response
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseFrom(ByteBuffer) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseFrom(ByteBuffer, long) - Static method in class org.yamcs.parameterarchive.SortedTimeSegment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Request
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Response
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.Clearance
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
parseHres(String) - Static method in class org.yamcs.utils.TimeEncoding
 
parseInt(String) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
parseInt(SpreadsheetLoadContext, String) - Static method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
parseJson(String, Message.Builder) - Method in class org.yamcs.http.Context
 
parseMatchCriteria(String) - Method in class org.yamcs.mdb.ConditionParser
 
parsePacketConfig() - Method in class org.yamcs.tctm.ccsds.VcDownlinkManagedParameters
 
parsePacketConfig() - Method in class org.yamcs.tctm.ccsds.VcUplinkManagedParameters
 
parser() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
parser() - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
parser() - Static method in class org.yamcs.replication.protobuf.ColumnInfo
 
parser() - Static method in class org.yamcs.replication.protobuf.Request
 
parser() - Static method in class org.yamcs.replication.protobuf.Response
 
parser() - Static method in class org.yamcs.replication.protobuf.StreamInfo
 
parser() - Static method in class org.yamcs.replication.protobuf.TimeMessage
 
parser() - Static method in class org.yamcs.replication.protobuf.Wakeup
 
parser() - Static method in class org.yamcs.security.protobuf.AccountCollection
 
parser() - Static method in class org.yamcs.security.protobuf.AccountRecord
 
parser() - Static method in class org.yamcs.security.protobuf.Clearance
 
parser() - Static method in class org.yamcs.security.protobuf.ExternalIdentity
 
parser() - Static method in class org.yamcs.security.protobuf.GroupCollection
 
parser() - Static method in class org.yamcs.security.protobuf.GroupRecord
 
parser() - Static method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
parser() - Static method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
parser() - Static method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
parser() - Static method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
parser() - Static method in class org.yamcs.timeline.protobuf.BandFilter
 
parser() - Static method in class org.yamcs.yarch.protobuf.Db.Event
 
parser() - Static method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
parser() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
parser() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
parser() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
parser() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
parser() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
parser() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
parser() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
parser() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
parser() - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
PARSER - Static variable in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
Deprecated.
PARSER - Static variable in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
Deprecated.
PARSER - Static variable in class org.yamcs.replication.protobuf.ColumnInfo
Deprecated.
PARSER - Static variable in class org.yamcs.replication.protobuf.Request
Deprecated.
PARSER - Static variable in class org.yamcs.replication.protobuf.Response
Deprecated.
PARSER - Static variable in class org.yamcs.replication.protobuf.StreamInfo
Deprecated.
PARSER - Static variable in class org.yamcs.replication.protobuf.TimeMessage
Deprecated.
PARSER - Static variable in class org.yamcs.replication.protobuf.Wakeup
Deprecated.
PARSER - Static variable in class org.yamcs.security.protobuf.AccountCollection
Deprecated.
PARSER - Static variable in class org.yamcs.security.protobuf.AccountRecord
Deprecated.
PARSER - Static variable in class org.yamcs.security.protobuf.Clearance
Deprecated.
PARSER - Static variable in class org.yamcs.security.protobuf.ExternalIdentity
Deprecated.
PARSER - Static variable in class org.yamcs.security.protobuf.GroupCollection
Deprecated.
PARSER - Static variable in class org.yamcs.security.protobuf.GroupRecord
Deprecated.
PARSER - Static variable in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
Deprecated.
PARSER - Static variable in class org.yamcs.security.protobuf.UserAccountRecordDetail
Deprecated.
PARSER - Static variable in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
Deprecated.
PARSER - Static variable in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
Deprecated.
PARSER - Static variable in class org.yamcs.timeline.protobuf.BandFilter
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
Deprecated.
PARSER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
Deprecated.
parseReference(String) - Static method in class org.yamcs.utils.AggregateUtil
Parses a reference of shape
parseSegment(byte, long, ByteBuffer) - Static method in class org.yamcs.parameterarchive.BaseSegment
 
parseString(DataType, String) - Static method in class org.yamcs.mdb.ParameterTypeUtils
 
parseVcaConfig() - Method in class org.yamcs.tctm.ccsds.VcDownlinkManagedParameters
 
PartialArgumentValue - Class in org.yamcs.commanding
Holds values related to members of aggregates or arrays
PartialArgumentValue(Argument, PathElement[]) - Constructor for class org.yamcs.commanding.PartialArgumentValue
 
PartialParameterValue - Class in org.yamcs.parameter
Holds values related to members of aggregates or arrays
PartialParameterValue(Parameter, PathElement[]) - Constructor for class org.yamcs.parameter.PartialParameterValue
 
Partition - Class in org.yamcs.yarch
stores information about Partition of a table It is subclassed by storage engines to store additional information
Partition(long, long, Object) - Constructor for class org.yamcs.yarch.Partition
 
PARTITION_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
PARTITIONDIR_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
PartitionedTimeInterval<T extends TimeInterval> - Class in org.yamcs.utils
A list of sorted, non overlapping TimeInterval The composing time intervals are considered closed at start and open at end [start, end)
PartitionedTimeInterval() - Constructor for class org.yamcs.utils.PartitionedTimeInterval
 
PARTITIONEND_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
PARTITIONINGINFO_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
PARTITIONINGSCHEMA_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
partitioningSpec - Variable in class org.yamcs.yarch.PartitionManager
 
PartitioningSpec - Class in org.yamcs.yarch
 
PartitioningSpec() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
PartitioningSpec._type - Enum in org.yamcs.yarch
 
PartitionIntervalIterator - Class in org.yamcs.yarch
Iterates over time based intervals of a partition
PartitionManager - Class in org.yamcs.yarch
Keeps track of partitions and histograms for one table.
PartitionManager(TableDefinition) - Constructor for class org.yamcs.yarch.PartitionManager
 
PartitionManager.Interval - Class in org.yamcs.yarch
For tables partitioned by time this holds all the partitions for a given time interval.
PARTITIONSTART_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
PARTITIONVALUE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
PASSWORD - Static variable in class org.yamcs.http.auth.LoginRequest
 
PasswordHashCli - Class in org.yamcs.cli
Generates password hashes for use in users.yaml
PasswordHashCli(YamcsAdminCli) - Constructor for class org.yamcs.cli.PasswordHashCli
 
PasswordHasher - Interface in org.yamcs.security
 
path - Variable in class org.yamcs.mdb.AbstractFileLoader
 
pausable() - Method in class org.yamcs.cfdp.CompletedTransfer
 
pausable() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
pausable() - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
pausable() - Method in interface org.yamcs.filetransfer.FileTransfer
 
pause() - Method in class org.yamcs.archive.YarchReplay
 
pause() - Method in class org.yamcs.Processor
 
pause() - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
pause() - Method in class org.yamcs.tctm.ReplayService
 
pause(FileTransfer) - Method in class org.yamcs.cfdp.CfdpService
 
pause(FileTransfer) - Method in interface org.yamcs.filetransfer.FileTransferService
Pause the file transfer.
PauseRequest - Class in org.yamcs.cfdp
A Pause.request is a primitive that requests a certain transaction to be paused*
PauseRequest(FileTransfer) - Constructor for class org.yamcs.cfdp.PauseRequest
 
pauseTransfer() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
pauseTransfer(Context, PauseTransferRequest, Observer<Empty>) - Method in class org.yamcs.http.api.FileTransferApi
 
PBKDF2_ALGORITHM - Static variable in class org.yamcs.security.PBKDF2PasswordHasher
 
PBKDF2_INDEX - Static variable in class org.yamcs.security.PBKDF2PasswordHasher
 
PBKDF2_ITERATIONS - Static variable in class org.yamcs.security.PBKDF2PasswordHasher
 
PBKDF2PasswordHasher - Class in org.yamcs.security
 
PBKDF2PasswordHasher() - Constructor for class org.yamcs.security.PBKDF2PasswordHasher
 
pcache - Variable in class org.yamcs.yarch.PartitionManager
 
PduDecodingException - Exception in org.yamcs.cfdp.pdu
 
PduDecodingException(String, byte[]) - Constructor for exception org.yamcs.cfdp.pdu.PduDecodingException
 
PduDecodingException(String, byte[], Throwable) - Constructor for exception org.yamcs.cfdp.pdu.PduDecodingException
 
PENDING - Enum constant in enum org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
 
performAlarmChecking(ProcessingData, Iterator<ParameterValue>) - Method in class org.yamcs.mdb.ParameterAlarmChecker
Updates the iterator supplied ParameterValues with monitoring (out of limits) information.
PGSegment - Class in org.yamcs.parameterarchive
Parameter Group segment - keeps references to Time and Value segments for a given parameter group and segment.
PGSegment(int, long, IntArray) - Constructor for class org.yamcs.parameterarchive.PGSegment
 
physicalChannelName - Variable in class org.yamcs.tctm.ccsds.DownlinkManagedParameters
 
physicalChannelName - Variable in class org.yamcs.tctm.ccsds.UplinkManagedParameters
 
PKCE() - Constructor for class org.yamcs.security.CryptoUtils.PKCE
 
PLAIN_TEXT - Static variable in class org.yamcs.http.MediaType
 
Plugin - Interface in org.yamcs
 
PluginException - Exception in org.yamcs
Indicates a failure coming from a Plugin.
PluginException(String) - Constructor for exception org.yamcs.PluginException
 
PluginException(String, Throwable) - Constructor for exception org.yamcs.PluginException
 
PluginException(Throwable) - Constructor for exception org.yamcs.PluginException
 
PluginManager - Class in org.yamcs
Controls the loading of Yamcs plugins.
PluginManager() - Constructor for class org.yamcs.PluginManager
 
PluginMetadata - Class in org.yamcs
 
PluginMetadata(Properties) - Constructor for class org.yamcs.PluginMetadata
 
plus(double) - Method in class org.yamcs.time.Instant
Add the given number of seconds to this and return the result
plus(Instant) - Method in class org.yamcs.time.Instant
Add the given instant to this and return the result.
PLUS - Enum constant in enum org.yamcs.yarch.streamsql.AddOp
 
plusOne(byte[]) - Static method in class org.yamcs.utils.ByteArrayUtils
If the array is considered binary representation of an integer, add 1 to the integer and returns the corresponding binary representation.
PNAME_COLUMN - Static variable in class org.yamcs.archive.XtceTmRecorder
 
POLLING_VECTOR - Enum constant in enum org.yamcs.tctm.ccsds.TcManagedParameters.PriorityScheme
 
PolynomialCalibratorProc - Class in org.yamcs.mdb
A calibration type where a curve in a raw vs calibrated plane is described using a set of polynomial coefficients.
PolynomialCalibratorProc(PolynomialCalibrator) - Constructor for class org.yamcs.mdb.PolynomialCalibratorProc
 
port - Variable in class org.yamcs.tctm.TcpTcDataLink
 
port - Variable in class org.yamcs.tctm.TcpTcTmDataLink
 
port - Variable in class org.yamcs.tctm.TcpTmDataLink
 
port - Variable in class org.yamcs.tctm.UdpTcDataLink
 
position() - Method in class org.yamcs.utils.ByteArray
 
postprocess(PreparedCommand) - Method in class org.yamcs.tctm.AbstractTcDataLink
Postprocesses the command, unless postprocessing is disabled.
PP - Enum constant in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
PP = 4;
PP_VALUE - Static variable in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
PP = 4;
predict(double) - Method in class org.yamcs.external.SimpleRegression
Returns the "predicted" y value associated with the supplied x value, based on the data that has been added to the model when this method is activated.
PreparedCommand - Class in org.yamcs.commanding
Stores command information
PreparedCommand(byte[]) - Constructor for class org.yamcs.commanding.PreparedCommand
Used for testing the uplinkers
PreparedCommand(Commanding.CommandId) - Constructor for class org.yamcs.commanding.PreparedCommand
 
prepareStart() - Method in class org.yamcs.YamcsServer
 
prev() - Method in class org.yamcs.yarch.rocksdb.AscendingRangeIterator
 
prev() - Method in interface org.yamcs.yarch.rocksdb.DbIterator
 
prev() - Method in class org.yamcs.yarch.rocksdb.DescendingPrefixIterator
 
prev() - Method in class org.yamcs.yarch.rocksdb.DescendingRangeIterator
 
prevCharIsCR - Variable in class org.yamcs.templating.SimpleCharStream
 
prevCharIsCR - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.yamcs.templating.SimpleCharStream
 
prevCharIsLF - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
PrimaryExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
primaryKey(String...) - Method in class org.yamcs.yarch.query.CreateTableQueryBuilder
 
primitiveJavaType() - Method in class org.yamcs.yarch.DataType
 
print(PrintStream) - Method in class org.yamcs.parameterarchive.ParameterGroupIdDb
 
print(PrintStream) - Method in class org.yamcs.parameterarchive.ParameterIdDb
 
printApidDb() - Method in class org.yamcs.archive.CcsdsTmIndex
 
printApidDb(short, long, long) - Method in class org.yamcs.archive.CcsdsTmIndex
 
printJson(Message) - Method in class org.yamcs.http.Context
 
printKeys(PrintStream) - Method in class org.yamcs.parameterarchive.ParameterArchive
 
printMonitoring - Variable in class org.yamcs.utils.ParameterFormatter
 
printRaw - Variable in class org.yamcs.utils.ParameterFormatter
 
printTime - Variable in class org.yamcs.utils.ParameterFormatter
 
printUnique - Variable in class org.yamcs.utils.ParameterFormatter
 
priority - Variable in class org.yamcs.tctm.ccsds.VcUplinkManagedParameters
 
PROC_PARAMETERS_STREAM - Static variable in class org.yamcs.Processor
 
process(byte[]) - Method in interface org.yamcs.tctm.PacketPreprocessor
Deprecated.
please use PacketPreprocessor.process(TmPacket) instead as it preserves packet properties such as earth reception time set by the frame link
process(byte[], int, int) - Method in class org.yamcs.tctm.ccsds.PacketDecoder
 
process(long, double, long) - Method in class org.yamcs.http.api.Downsampler
 
process(long, double, long) - Method in class org.yamcs.http.api.Downsampler.Sample
 
process(long, long, ChecksumType, YConfiguration) - Method in class org.yamcs.cfdp.PutRequest
Generate relevant header and metadata the put request (Only implemented for Messages To User currently)
process(long, ProcessingData) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
Update the input data and run the affected algorithms
process(String, Map<String, Object>) - Static method in class org.yamcs.templating.TemplateProcessor
 
process(Map<String, Object>) - Method in class org.yamcs.templating.Template
 
process(Map<String, Object>) - Method in class org.yamcs.templating.TemplateProcessor
 
process(PreparedCommand) - Method in class org.yamcs.tctm.cfs.CfsCommandPostprocessor
 
process(PreparedCommand) - Method in interface org.yamcs.tctm.CommandPostprocessor
processes the command and returns the binary buffer.
process(PreparedCommand) - Method in class org.yamcs.tctm.GenericCommandPostprocessor
 
process(PreparedCommand) - Method in class org.yamcs.tctm.IssCommandPostprocessor
 
process(PreparedCommand) - Method in class org.yamcs.tctm.pus.PusCommandPostprocessor
 
process(ProcessingData) - Method in class org.yamcs.algorithms.AlgorithmManager
Called by PRM when new parameters are received.
process(ProcessingData) - Method in class org.yamcs.commanding.CommandQueueManager
Called from PRM when new telemetry data is available
process(ProcessingData) - Method in class org.yamcs.commanding.MatchCriteriaVerifier
 
process(ProcessingData) - Method in interface org.yamcs.parameter.ParameterProcessor
 
process(ProcessingData) - Method in class org.yamcs.parameter.ParameterProcessorManager
 
process(ParameterValue) - Method in class org.yamcs.http.api.Downsampler
 
process(TmPacket) - Method in class org.yamcs.tctm.cfs.CfsPacketPreprocessor
 
process(TmPacket) - Method in class org.yamcs.tctm.GenericPacketPreprocessor
 
process(TmPacket) - Method in class org.yamcs.tctm.IssPacketPreprocessor
 
process(TmPacket) - Method in interface org.yamcs.tctm.PacketPreprocessor
Processes the packet and returns it.
process(TmPacket) - Method in class org.yamcs.tctm.pus.PusPacketPreprocessor
 
processAsDouble(Value, DoubleConsumer) - Static method in class org.yamcs.utils.ValueUtility
if the passed on value is float, double or integer invoke the function on the double value and return true
processAsDouble1(Value, DoubleConsumer) - Static method in class org.yamcs.utils.ValueUtility
if the passed on value is FLOAT or DOUBLE, invoke the function on the double value and return true if v is of other types return false
processAsLong(Value, LongConsumer) - Static method in class org.yamcs.utils.ValueUtility
if the passed on value is INT32, SINT32, INT64 or SINT64, invoke the function on the long value and return true if v is of other types return false
processCmdData(ProcessingData) - Method in class org.yamcs.commanding.AlgorithmVerifier
 
processContainer(ContainerWithId, ContainerExtractionResult) - Method in interface org.yamcs.container.ContainerWithIdConsumer
 
processContainer(ContainerExtractionResult) - Method in interface org.yamcs.container.ContainerConsumer
 
processContainer(ContainerExtractionResult) - Method in class org.yamcs.container.ContainerWithIdRequestHelper
 
processData(Yamcs.ArchiveRecord) - Method in interface org.yamcs.archive.IndexRequestListener
Called with new data
ProcessingApi - Class in org.yamcs.http.api
 
ProcessingApi() - Constructor for class org.yamcs.http.api.ProcessingApi
 
ProcessingData - Class in org.yamcs.mdb
This class holds live information used during a (XTCE) processing.
ProcessingData(LastValueCache, ParameterValueList, Map<Argument, ArgumentValue>, LastValueCache, ParameterValueList) - Constructor for class org.yamcs.mdb.ProcessingData
 
ProcessingStatistics - Class in org.yamcs.mdb
 
ProcessingStatistics() - Constructor for class org.yamcs.mdb.ProcessingStatistics
 
PROCESSINGSTATUS_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
processor - Variable in class org.yamcs.AbstractProcessorService
 
processor - Variable in class org.yamcs.parameter.ParameterProcessorManager
 
processor - Variable in class org.yamcs.parameter.ParameterRequestManager
 
Processor - Class in org.yamcs
This class helps keeping track of the different objects used in a Yamcs Processor - i.e. all the objects required to have a TM/TC processing chain (either realtime or playback).
Processor(String, String, String, String) - Constructor for class org.yamcs.Processor
 
processorAdded(Processor) - Method in class org.yamcs.management.ManagementService
 
processorAdded(Processor) - Method in interface org.yamcs.ProcessorListener
 
processorAdded(ProcessorInfo) - Method in interface org.yamcs.management.ManagementListener
 
processorClosed(Processor) - Method in class org.yamcs.management.ManagementService
 
processorClosed(Processor) - Method in interface org.yamcs.ProcessorListener
 
processorClosed(ProcessorInfo) - Method in interface org.yamcs.management.ManagementListener
 
ProcessorConfig - Class in org.yamcs
Configuration options for a processor
ProcessorConfig() - Constructor for class org.yamcs.ProcessorConfig
Default configuration
ProcessorConfig(YConfiguration) - Constructor for class org.yamcs.ProcessorConfig
 
ProcessorCreatorService - Class in org.yamcs
Used in yamcs.instance.yaml to create processors at yamcs startup
ProcessorCreatorService() - Constructor for class org.yamcs.ProcessorCreatorService
 
ProcessorData - Class in org.yamcs.mdb
Holds information related and required for XTCE processing.
ProcessorData(String, String, XtceDb, ProcessorConfig) - Constructor for class org.yamcs.mdb.ProcessorData
 
ProcessorData(Processor, ProcessorConfig) - Constructor for class org.yamcs.mdb.ProcessorData
 
ProcessorException - Exception in org.yamcs
 
ProcessorException(String) - Constructor for exception org.yamcs.ProcessorException
 
ProcessorException(String, Throwable) - Constructor for exception org.yamcs.ProcessorException
 
ProcessorFactory - Class in org.yamcs
Used to create processors as defined in processor.yaml
ProcessorFactory() - Constructor for class org.yamcs.ProcessorFactory
 
processOriginatingTransactionId(CfdpTransactionId) - Method in class org.yamcs.filetransfer.FileSaveHandler
 
ProcessorListener - Interface in org.yamcs
 
processorName() - Method in class org.yamcs.algorithms.AlgorithmFunctions
returns the processor name if the algorithm is running in a processor or null otherwise
ProcessorService - Interface in org.yamcs
This interface has to be implemented by all services that run as part of a processor.
ProcessorServiceWithConfig - Class in org.yamcs
 
ProcessorServiceWithConfig(ProcessorService, String, String, YConfiguration) - Constructor for class org.yamcs.ProcessorServiceWithConfig
 
processorStateChanged(Processor) - Method in class org.yamcs.management.ManagementService
 
processorStateChanged(Processor) - Method in interface org.yamcs.ProcessorListener
 
processorStateChanged(ProcessorInfo) - Method in interface org.yamcs.management.ManagementListener
 
processorTime() - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
processorTimeMillis() - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
processPacket(byte[], long, long, int) - Method in class org.yamcs.mdb.XtceTmExtractor
Extract one packet, starting at the root sequence container
processPacket(byte[], long, long, int, SequenceContainer) - Method in class org.yamcs.mdb.XtceTmExtractor
Extract one packet, starting at the specified container.
processPacket(CfdpPacket) - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
processPacket(CfdpPacket) - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
processPacket(CfdpPacket) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
processPacket(TmPacket) - Method in class org.yamcs.tctm.AbstractTmDataLink
Sends the packet downstream for processing.
processPacket(TmPacket) - Method in interface org.yamcs.tctm.TmSink
 
processPacket(TmPacket, SequenceContainer) - Method in class org.yamcs.mdb.XtceTmProcessor
Process telemetry packets
processPacket(TmPacket, SequenceContainer) - Method in interface org.yamcs.TmProcessor
processes packets derived from the given root container
processPacket(BitBuffer, long, long, int) - Method in class org.yamcs.mdb.XtceTmExtractor
Extract one packet, starting at the root sequence container
processPacket(BitBuffer, long, long, int, SequenceContainer) - Method in class org.yamcs.mdb.XtceTmExtractor
Extract one packet, starting at the specified container.
processParameters(long, BasicParameterList) - Method in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
processRTN(long) - Method in class org.yamcs.alarms.ActiveAlarm
Called when the process returns to normal (i.e. parameter is back in limits)
ProcessRunner - Class in org.yamcs
Global service that launches and supervises a configured program or script.
ProcessRunner() - Constructor for class org.yamcs.ProcessRunner
 
PROMPT - Enum constant in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
PROP_PREFIX - Static variable in class org.yamcs.timeline.TimelineBandDb
 
propagateErrorToListeners(List<RawEngValue>, String) - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
PROPERTY_PATTERN - Static variable in class org.yamcs.YConfiguration
 
protectedColumns - Static variable in class org.yamcs.commanding.PreparedCommand
Columns that can't be updated via cmdhist_realtime attributes.
protobuf(Class<? extends MessageLite>) - Static method in class org.yamcs.yarch.DataType
 
protobuf(String) - Static method in class org.yamcs.yarch.DataType
 
PROTOBUF - Enum constant in enum org.yamcs.yarch.DataType._type
 
PROTOBUF - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store small named protobuf messages
PROTOBUF - Static variable in class org.yamcs.http.MediaType
 
PROTOBUF_ID - Static variable in class org.yamcs.yarch.DataType
 
PROTOBUF_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store small named protobuf messages
ProtobufDatabase - Interface in org.yamcs.yarch
A database that allows to store and retrieve protobuf messages.
ProtobufDataType - Class in org.yamcs.yarch
 
ProtobufDataType(String) - Constructor for class org.yamcs.yarch.ProtobufDataType
 
ProtobufRegistry - Class in org.yamcs.http
 
ProtobufRegistry() - Constructor for class org.yamcs.http.ProtobufRegistry
 
PROTOCLASS_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.ColumnInfo
 
protoNotificationType - Static variable in class org.yamcs.http.api.AlarmsApi
 
provideAll() - Method in class org.yamcs.mdb.XtceTmExtractor
Adds all containers and parameters to the subscription
provideContainerResult - Variable in class org.yamcs.mdb.ContainerProcessingContext
 
PROVIDER_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.ExternalIdentity
 
PROXIMITY_CRC32 - Enum constant in enum org.yamcs.cfdp.ChecksumType
 
ProximityCrc32 - Class in org.yamcs.tctm.ccsds.error
CRC-32 error detection code as specified in CCSDS 211.0-B-5 PROXIMITY-1 SPACE LINK PROTOCOL— DATA LINK LAYER
ProximityCrc32() - Constructor for class org.yamcs.tctm.ccsds.error.ProximityCrc32
 
PROXY_CLOSURE_REQUEST - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
PROXY_FAULT_HANDLER_OVERRIDE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
PROXY_FILESTORE_REQUEST - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
PROXY_FILESTORE_RESPONSE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
PROXY_FLOW_LABEL - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
PROXY_MESSAGE_TO_USER - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
PROXY_PUT_CANCEL - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
PROXY_PUT_REQUEST - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
PROXY_PUT_RESPONSE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
PROXY_SEGMENTATION_CONTROL - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
PROXY_TRANSMISSION_MODE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
ProxyClosureRequest - Class in org.yamcs.cfdp.pdu
 
ProxyClosureRequest(boolean) - Constructor for class org.yamcs.cfdp.pdu.ProxyClosureRequest
 
ProxyClosureRequest(byte[]) - Constructor for class org.yamcs.cfdp.pdu.ProxyClosureRequest
 
ProxyPutRequest - Class in org.yamcs.cfdp.pdu
 
ProxyPutRequest(byte[]) - Constructor for class org.yamcs.cfdp.pdu.ProxyPutRequest
 
ProxyPutRequest(long, String, String) - Constructor for class org.yamcs.cfdp.pdu.ProxyPutRequest
 
ProxyPutResponse - Class in org.yamcs.cfdp.pdu
 
ProxyPutResponse(byte[]) - Constructor for class org.yamcs.cfdp.pdu.ProxyPutResponse
 
ProxyPutResponse(ConditionCode, boolean, FinishedPacket.FileStatus) - Constructor for class org.yamcs.cfdp.pdu.ProxyPutResponse
 
ProxyTransmissionMode - Class in org.yamcs.cfdp.pdu
 
ProxyTransmissionMode(byte[]) - Constructor for class org.yamcs.cfdp.pdu.ProxyTransmissionMode
 
ProxyTransmissionMode(CfdpPacket.TransmissionMode) - Constructor for class org.yamcs.cfdp.pdu.ProxyTransmissionMode
 
publish(LogRecord) - Method in class org.yamcs.logging.SyslogHandler
 
publish(LogRecord) - Method in class org.yamcs.logging.WatchedFileHandler
 
publish(Commanding.CommandId, String, byte[]) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
publish(Commanding.CommandId, String, byte[]) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
publish(Commanding.CommandId, String, int) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
publish(Commanding.CommandId, String, int) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
publish(Commanding.CommandId, String, long) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
publish(Commanding.CommandId, String, long) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
publish(Commanding.CommandId, String, String) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
publish(Commanding.CommandId, String, String) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
publish(Commanding.CommandId, String, ParameterValue) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
publish(Commanding.CommandId, String, DataType, Object) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
publishAck(Commanding.CommandId, String, long, CommandHistoryPublisher.AckStatus) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
publishAck(Commanding.CommandId, String, long, CommandHistoryPublisher.AckStatus, String) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
publishAck(Commanding.CommandId, String, long, CommandHistoryPublisher.AckStatus, String, ParameterValue) - Method in interface org.yamcs.cmdhistory.CommandHistoryPublisher
Publish an acknowledgement status to the command history.
publishAck(Commanding.CommandId, String, long, CommandHistoryPublisher.AckStatus, String, ParameterValue) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
purgeSentQueue() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
purgeWaitQueue() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
PusCommandPostprocessor - Class in org.yamcs.tctm.pus
 
PusCommandPostprocessor(String) - Constructor for class org.yamcs.tctm.pus.PusCommandPostprocessor
 
PusCommandPostprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.pus.PusCommandPostprocessor
 
PUSH_BUTTON - Enum constant in enum org.yamcs.tctm.LinkAction.ActionStyle
 
pushError(String) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
PusPacketPreprocessor - Class in org.yamcs.tctm.pus
Implementation for ECSS PUS (ECSS-E-ST-70-41C) packets.
PusPacketPreprocessor(String) - Constructor for class org.yamcs.tctm.pus.PusPacketPreprocessor
 
PusPacketPreprocessor(String, YConfiguration) - Constructor for class org.yamcs.tctm.pus.PusPacketPreprocessor
 
put(byte[]) - Method in class org.yamcs.utils.BitBuffer
copy the content of the source array into the buffer works only if the position is at the byte boundary
put(byte[], byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
put(byte[], int, int) - Method in class org.yamcs.utils.BitBuffer
Copy bytes into the buffer from the given source array.
put(String, Object) - Method in class org.yamcs.InstanceMetadata
 
put(ColumnFamilyHandle, byte[], byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
put(WriteOptions, byte[], byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
putAllExtra(Map<String, String>) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Additional properties
putAllMetadata(Map<String, String>) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
map<string, string> metadata = 6;
putBits(long, int) - Method in class org.yamcs.utils.BitBuffer
put the least significant numBits from value into the buffer, increasing the position with numBits
putBoolean(String, Boolean) - Method in class org.yamcs.memento.MementoDb
Sets the value of the given key to the given boolean value.
putByte(byte) - Method in class org.yamcs.utils.BitBuffer
fast write byte in the buffer works only if the position is at byte boundary
putData(byte[], byte[]) - Method in class org.yamcs.yarch.rocksdb.Tablespace
inserts data into the main partition
putExtra(String, String) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Additional properties
putExtraOptions(Map<String, Object>) - Method in class org.yamcs.filetransfer.TransferOptions
 
putJsonArray(String, JsonArray) - Method in class org.yamcs.memento.MementoDb
Sets the value of the given key to the given JsonArray value.
putJsonObject(String, JsonObject) - Method in class org.yamcs.memento.MementoDb
Sets the value of the given key to the given JsonObject value.
putLabel(String, String) - Method in class org.yamcs.InstanceMetadata
 
putMetadata(String, String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
map<string, string> metadata = 6;
putNumber(String, Number) - Method in class org.yamcs.memento.MementoDb
Sets the value of the given key to the given number value.
putObject(String, String, Map<String, String>, byte[]) - Method in interface org.yamcs.yarch.Bucket
 
putObject(String, String, Map<String, String>, byte[]) - Method in class org.yamcs.yarch.FileSystemBucket
 
putObject(String, String, Map<String, String>, byte[]) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
putObject(String, T) - Method in class org.yamcs.memento.MementoDb
Sets the value of the given key by serializing the provided object using GSON.
PutRequest - Class in org.yamcs.cfdp
Put.request (destination CFDP entity ID, [source file name], [destination file name], [segmentation control], [fault handler overrides], [flow label], [transmission mode], [closure requested], [messages to user], [filestore requests])
PutRequest(long) - Constructor for class org.yamcs.cfdp.PutRequest
 
PutRequest(long, String, String, PutRequest.SegmentationControl, Map<ConditionCode, OngoingCfdpTransfer.FaultHandlingAction>, String, CfdpPacket.TransmissionMode, boolean, List<MessageToUser>, List<FileStoreRequest>) - Constructor for class org.yamcs.cfdp.PutRequest
 
PutRequest(long, CfdpPacket.TransmissionMode, List<MessageToUser>) - Constructor for class org.yamcs.cfdp.PutRequest
 
PutRequest.SegmentationControl - Enum in org.yamcs.cfdp
 
putString(String, String) - Method in class org.yamcs.memento.MementoDb
Sets the value of the given key to the given string value.

Q

Query - Class in org.yamcs.yarch.query
Helper class to programmatically build SQL queries.
Query() - Constructor for class org.yamcs.yarch.query.Query
 
QueryBuilder - Interface in org.yamcs.yarch.query
 
QueryTableExpression - Class in org.yamcs.yarch.streamsql
 
QueryTableExpression() - Constructor for class org.yamcs.yarch.streamsql.QueryTableExpression
 
Queue_KEY - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
QueuedCfdpOutgoingTransfer - Class in org.yamcs.cfdp
 
QueuedCfdpOutgoingTransfer(long, long, long, PutRequest, Bucket, Integer, Integer) - Constructor for class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
QueuesApi - Class in org.yamcs.http.api
 
QueuesApi(AuditLog) - Constructor for class org.yamcs.http.api.QueuesApi
 
QuietEventProducer - Class in org.yamcs.events
Event producer that swallows the events
QuietEventProducer() - Constructor for class org.yamcs.events.QuietEventProducer
 
quit() - Method in class org.yamcs.archive.YarchReplay
 
quit() - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
quit() - Method in class org.yamcs.Processor
 
quit() - Method in class org.yamcs.tctm.ccsds.ClcwStreamHelper
 
quit() - Method in class org.yamcs.tctm.ccsds.MasterChannelFrameMultiplexer
Stop producing frames and unblock the getFrame() operation
quitting() - Method in class org.yamcs.yarch.Stream
 
QUITTING - Static variable in class org.yamcs.yarch.Stream
 
QUOTED_STRING - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
RegularExpression Id.

R

Randomizer - Class in org.yamcs.tctm.ccsds
CCSDS randomizer as per CCSDS 131.0-B-3(TM) and CCSDS 231.0-B-3 (TC)
Randomizer() - Constructor for class org.yamcs.tctm.ccsds.Randomizer
 
randomizeTc(byte[]) - Static method in class org.yamcs.tctm.ccsds.Randomizer
Randomize the buffer according to CCSDS 231.0-B-3 pseudo-randomizer
randomizeTc(byte[], int, int) - Static method in class org.yamcs.tctm.ccsds.Randomizer
Randomize the buffer starting at offset for length bytes according to CCSDS 231.0-B-3 pseudo-randomizer
randomizeTm(byte[]) - Static method in class org.yamcs.tctm.ccsds.Randomizer
Randomize the buffer according to CCSDS 131.0-B-3 pseudo-randomizer
randomizeTm(byte[], int, int) - Static method in class org.yamcs.tctm.ccsds.Randomizer
 
Range(int, int) - Constructor for class org.yamcs.mdb.BaseSpreadsheetLoader.Range
 
Range(long, long) - Constructor for class org.yamcs.http.api.ParameterRanger.Range
 
rangeCondition - Variable in class org.yamcs.algorithms.ValueBinding
 
RANGECONDITION_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
rangeEnd - Variable in class org.yamcs.yarch.DbRange
 
rangeStart - Variable in class org.yamcs.yarch.DbRange
 
RawEngValue - Class in org.yamcs.parameter
Abstract class storing a raw value, engineering value and a generation time.
RawEngValue() - Constructor for class org.yamcs.parameter.RawEngValue
 
RawEngValue(RawEngValue) - Constructor for class org.yamcs.parameter.RawEngValue
 
rawFrameDecoder - Variable in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
RawFrameDecoder - Interface in org.yamcs.tctm
Decodes raw frames performing derandomization and error correction.
rawRawStringValue(Value) - Static method in class org.yamcs.mdb.DataEncodingUtils
 
RawTuple - Class in org.yamcs.yarch
 
RawTuple(int) - Constructor for class org.yamcs.yarch.RawTuple
 
rawValue - Variable in class org.yamcs.algorithms.OutputValueBinding
 
rawValue - Variable in class org.yamcs.parameter.RawEngValue
 
RAWVALUE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
RDB_ENGINE_NAME - Static variable in class org.yamcs.yarch.YarchDatabase
 
RDB_TIMELINE_SOURCE - Static variable in class org.yamcs.timeline.TimelineService
 
RdbBucket - Class in org.yamcs.yarch.rocksdb
 
RdbBucket(String, Tablespace, int, Tablespace.BucketProperties) - Constructor for class org.yamcs.yarch.rocksdb.RdbBucket
 
RdbBucketDatabase - Class in org.yamcs.yarch.rocksdb
Stores users objects in rocksdb
RdbBucketDatabase(String, Tablespace) - Constructor for class org.yamcs.yarch.rocksdb.RdbBucketDatabase
 
RdbConfig - Class in org.yamcs.yarch.rocksdb
reads the rdbConfig from the yamcs.yaml and provides RocksDB Options when creating and opening databases singleton
RdbConfig.TablespaceConfig - Class in org.yamcs.yarch.rocksdb
 
RDBFactory - Class in org.yamcs.yarch.rocksdb
manufacturer of RDB databases residing under a sub-directory which is normally the Tablespace.getDataDir().
RdbHistogramInfo - Class in org.yamcs.yarch.rocksdb
 
RdbHistogramInfo(int, String, String) - Constructor for class org.yamcs.yarch.rocksdb.RdbHistogramInfo
 
RdbHistogramIterator - Class in org.yamcs.yarch.rocksdb
 
RdbHistogramIterator(String, Tablespace, TableDefinition, String, TimeInterval) - Constructor for class org.yamcs.yarch.rocksdb.RdbHistogramIterator
 
RdbPartition - Class in org.yamcs.yarch.rocksdb
 
RdbPartition(int, long, long, Object, String) - Constructor for class org.yamcs.yarch.rocksdb.RdbPartition
 
RdbPartitionManager - Class in org.yamcs.yarch.rocksdb
Handles partitions for one table.
RdbPartitionManager(RdbTable, String, TableDefinition) - Constructor for class org.yamcs.yarch.rocksdb.RdbPartitionManager
 
RdbProtobufDatabase - Class in org.yamcs.yarch.rocksdb
 
RdbSequence - Class in org.yamcs.yarch.rocksdb
sequence stored in the Rocksdb metadata.
RdbSequence(String, YRDB, ColumnFamilyHandle) - Constructor for class org.yamcs.yarch.rocksdb.RdbSequence
 
RdbStorageEngine - Class in org.yamcs.yarch.rocksdb
Storage Engine based on RocksDB.
RdbTable - Class in org.yamcs.yarch.rocksdb
Holds together the RDB properties related to one table.
RdbTable(String, Tablespace, TableDefinition, int) - Constructor for class org.yamcs.yarch.rocksdb.RdbTable
 
RdbTableWalker - Class in org.yamcs.yarch.rocksdb
 
RdbTableWalker(ExecutionContext, TableDefinition, boolean, boolean) - Constructor for class org.yamcs.yarch.rocksdb.RdbTableWalker
 
RdbTableWriter - Class in org.yamcs.yarch.rocksdb
table writer for the rocksdb2 engine.
RdbTableWriter(YarchDatabaseInstance, RdbTable, TableWriter.InsertMode) - Constructor for class org.yamcs.yarch.rocksdb.RdbTableWriter
 
read(int) - Method in class org.yamcs.utils.BitReader
 
ReadAlarms - Static variable in class org.yamcs.security.SystemPrivilege
Allows to read alarm state
ReadAlgorithm - Static variable in class org.yamcs.security.ObjectPrivilegeType
 
ReadBucket - Static variable in class org.yamcs.security.ObjectPrivilegeType
 
readChar() - Method in class org.yamcs.templating.SimpleCharStream
Read a character.
readChar() - Method in class org.yamcs.utils.parser.SimpleCharStream
Read a character.
ReadCommandHistory - Static variable in class org.yamcs.security.SystemPrivilege
 
readConditionCode(byte) - Static method in enum org.yamcs.cfdp.pdu.ConditionCode
 
ReadEvents - Static variable in class org.yamcs.security.SystemPrivilege
Allows to read any event.
readFileDirectiveCodeFromHalfAByte(byte) - Static method in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
ReadFileTransfers - Static variable in class org.yamcs.security.SystemPrivilege
Allows to read file transfer information.
readHeaders(Workbook) - Static method in class org.yamcs.xtce.xlsv6.V6LoaderBase
 
readHeaders(Workbook) - Static method in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
ReadLinks - Static variable in class org.yamcs.security.SystemPrivilege
Allows to read link state.
readLong(int) - Method in class org.yamcs.utils.BitReader
 
readLV(ByteBuffer) - Static method in class org.yamcs.cfdp.pdu.LV
 
readPacket() - Method in class org.yamcs.tctm.CcsdsPacketInputStream
 
readPacket() - Method in class org.yamcs.tctm.CfdpPacketInputStream
 
readPacket() - Method in class org.yamcs.tctm.FixedPacketInputStream
 
readPacket() - Method in class org.yamcs.tctm.GenericPacketInputStream
 
readPacket() - Method in interface org.yamcs.tctm.PacketInputStream
read the next packet - blocking if necessary until all the data is available.
readPacket() - Method in class org.yamcs.tctm.UsocPacketInputStream
Deprecated.
 
ReadPacket - Static variable in class org.yamcs.security.ObjectPrivilegeType
 
ReadParameter - Static variable in class org.yamcs.security.ObjectPrivilegeType
 
readPartitions() - Method in class org.yamcs.yarch.rocksdb.RdbPartitionManager
Called at startup to read existing partitions
readRows(Context, Table.ReadRowsRequest, Observer<Table.Row>) - Method in class org.yamcs.http.api.TableApi
 
readSignedVarInt32(ByteBuffer) - Static method in class org.yamcs.utils.VarIntUtil
 
readSizeDelimitedString(ByteBuffer) - Static method in class org.yamcs.utils.VarIntUtil
 
readSubtypeCode(byte) - Static method in enum org.yamcs.cfdp.pdu.AckPacket.FileDirectiveSubtypeCode
 
ReadSystemInfo - Static variable in class org.yamcs.security.SystemPrivilege
Allows to view system information (OS, JVM, threads, replication, ...)
ReadTables - Static variable in class org.yamcs.security.SystemPrivilege
Allows to read tables.
ReadTimeline - Static variable in class org.yamcs.security.SystemPrivilege
Allows to view the timeline
readTLV(ByteBuffer) - Static method in class org.yamcs.cfdp.pdu.TLV
 
readTransactionStatus(byte) - Static method in enum org.yamcs.cfdp.pdu.AckPacket.TransactionStatus
 
readVarInt32(ByteBuffer) - Static method in class org.yamcs.utils.VarIntUtil
 
readVarInt64(ByteBuffer) - Static method in class org.yamcs.utils.VarIntUtil
 
ReadyListener - Interface in org.yamcs
Listener that is called when Yamcs has fully started.
REALTIME_CMDHIST_STREAM_NAME - Static variable in class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
REALTIME_EVENT_STREAM_NAME - Static variable in class org.yamcs.archive.EventRecorder
 
RealtimeArchiveFiller - Class in org.yamcs.parameterarchive
Realtime archive filler task - it works even if the data is not perfectly sorted
RealtimeArchiveFiller(ParameterArchive, YConfiguration) - Constructor for class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
RealtimeTimeService - Class in org.yamcs.time
Simple model from TimeService implementing the mission time as the wallclock time
RealtimeTimeService() - Constructor for class org.yamcs.time.RealtimeTimeService
 
rebuild() - Method in class org.yamcs.yarch.rocksdb.HistogramRebuilder
 
rebuild(TimeInterval) - Method in class org.yamcs.archive.CcsdsTmIndex
 
rebuild(TimeInterval) - Method in class org.yamcs.yarch.rocksdb.HistogramRebuilder
 
rebuildCcsdsIndex(Context, RebuildCcsdsIndexRequest, Observer<Empty>) - Method in class org.yamcs.http.api.IndexesApi
 
rebuildHistogram(Context, Table.RebuildHistogramRequest, Observer<Table.RebuildHistogramResponse>) - Method in class org.yamcs.http.api.TableApi
 
rebuildRange(Context, RebuildRangeRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ParameterArchiveApi
 
REC_STREAM_NAME - Static variable in class org.yamcs.archive.XtceTmRecorder
 
receivedFileList(ListFilesResponse) - Method in interface org.yamcs.filetransfer.RemoteFileListMonitor
 
RECEPTIONTIME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
 
reconfigureInstance(String, Map<String, Object>, Map<String, String>) - Method in class org.yamcs.YamcsServer
 
reconfigureInstance(Context, ReconfigureInstanceRequest, Observer<YamcsInstance>) - Method in class org.yamcs.http.api.InstancesApi
 
RECORD_BOUNDARIES_NOT_PRESERVED - Enum constant in enum org.yamcs.cfdp.PutRequest.SegmentationControl
 
RECORD_BOUNDARIES_PRESERVED - Enum constant in enum org.yamcs.cfdp.PutRequest.SegmentationControl
 
RECORDED_TM_TUPLE_DEFINITION - Static variable in class org.yamcs.archive.XtceTmRecorder
 
recordLocalValues() - Method in class org.yamcs.Processor
 
RECORDS_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountCollection
 
RECORDS_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.GroupCollection
 
REDIRECT_URI - Static variable in class org.yamcs.http.auth.LoginRequest
 
ReedSolomon - Class in org.yamcs.rs
Reed-Solomon encoder/decoder.
ReedSolomon(int, int, int, int, int, int) - Constructor for class org.yamcs.rs.ReedSolomon
Constructs a new encoder/decoder.
ReedSolomonException - Exception in org.yamcs.rs
 
ReedSolomonException(String) - Constructor for exception org.yamcs.rs.ReedSolomonException
 
registerAccessToken(String, AuthenticationInfo) - Method in class org.yamcs.http.auth.TokenStore
 
registerAlgorithmEngine(String, AlgorithmEngine) - Static method in class org.yamcs.algorithms.AlgorithmManager
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.yamcs.replication.protobuf.ReplicationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.yamcs.security.protobuf.SecurityProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.yamcs.timeline.protobuf.TimelineProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.yamcs.yarch.protobuf.Db
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.yamcs.cmdhistory.protobuf.Cmdhistory
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.yamcs.replication.protobuf.ReplicationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.yamcs.security.protobuf.SecurityProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.yamcs.timeline.protobuf.TimelineProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.yamcs.yarch.protobuf.Db
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace
 
registerBucket(String, Path) - Method in class org.yamcs.yarch.FileSystemBucketDatabase
Manually register a bucket based on a location on the file system.
registerCommandQueueManager(String, String, CommandQueueManager) - Method in class org.yamcs.management.ManagementService
 
registerListener(CommandQueueListener) - Method in class org.yamcs.commanding.CommandQueueManager
Called from a queue monitor to register itself in order to be notified when new commands are added/removed from the queue.
registerMaster(ReplicationMaster) - Method in class org.yamcs.replication.ReplicationServer
 
registerProducer(SystemParametersProducer) - Method in class org.yamcs.parameter.SystemParametersService
Register a parameter producer to be called each time the parameters are collected
registerRemoteFileListMonitor(RemoteFileListMonitor) - Method in class org.yamcs.cfdp.CfdpService
 
registerRemoteFileListMonitor(RemoteFileListMonitor) - Method in interface org.yamcs.filetransfer.FileListingService
 
registerService(String, String, Service) - Method in class org.yamcs.management.ManagementService
 
registerSlave(ReplicationSlave) - Method in class org.yamcs.replication.ReplicationServer
 
registerStream(String, Stream) - Method in class org.yamcs.management.ManagementService
 
registerTable(String, TableDefinition) - Method in class org.yamcs.management.ManagementService
 
registerTransferMonitor(TransferMonitor) - Method in class org.yamcs.cfdp.CfdpService
 
registerTransferMonitor(TransferMonitor) - Method in interface org.yamcs.filetransfer.FileTransferService
Register a monitor to be called each time a file transfer is started or changes state.
registerYamcsInstance(YamcsServerInstance) - Method in class org.yamcs.management.ManagementService
 
ReInit(InputStream) - Method in class org.yamcs.templating.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.yamcs.templating.TemplateParser
Reinitialise.
ReInit(InputStream) - Method in class org.yamcs.utils.parser.FilterParser
Reinitialise.
ReInit(InputStream) - Method in class org.yamcs.utils.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.yamcs.templating.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.yamcs.utils.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.yamcs.templating.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.yamcs.utils.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.yamcs.templating.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.yamcs.templating.TemplateParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.yamcs.utils.parser.FilterParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.yamcs.utils.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.yamcs.templating.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.yamcs.utils.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.yamcs.templating.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.yamcs.utils.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.yamcs.templating.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.yamcs.templating.TemplateParser
Reinitialise.
ReInit(Reader) - Method in class org.yamcs.utils.parser.FilterParser
Reinitialise.
ReInit(Reader) - Method in class org.yamcs.utils.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
Reinitialise.
ReInit(Reader, int, int) - Method in class org.yamcs.templating.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.yamcs.utils.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int, int) - Method in class org.yamcs.templating.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int, int) - Method in class org.yamcs.utils.parser.SimpleCharStream
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.yamcs.templating.TemplateParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.yamcs.templating.TemplateParserTokenManager
Reinitialise parser.
ReInit(TemplateParserTokenManager) - Method in class org.yamcs.templating.TemplateParser
Reinitialise.
ReInit(FilterParserTokenManager) - Method in class org.yamcs.utils.parser.FilterParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.yamcs.utils.parser.FilterParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream) - Method in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.yamcs.utils.parser.FilterParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
Reinitialise parser.
ReInit(StreamSqlParserTokenManager) - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
Reinitialise.
rejectCommand(String, String) - Method in class org.yamcs.commanding.CommandQueueManager
 
rejectCommand(Context, RejectCommandRequest, Observer<Empty>) - Method in class org.yamcs.http.api.QueuesApi
 
rejectCommand(Commanding.CommandId, String) - Method in class org.yamcs.commanding.CommandQueueManager
Called by external clients to remove a command from the queue
RelationalExpression - Class in org.yamcs.yarch.streamsql
Expressions of type x > y or x=y
RelationalExpression(Expression, Expression, RelOp) - Constructor for class org.yamcs.yarch.streamsql.RelationalExpression
 
RelationalExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
relativeItemUuid - Variable in class org.yamcs.timeline.TimelineItem
 
relativeStart - Variable in class org.yamcs.timeline.TimelineItem
 
releaseCommand(ActiveCommand) - Method in class org.yamcs.commanding.CommandingManager
 
releaseCommand(PreparedCommand) - Method in interface org.yamcs.commanding.CommandReleaser
release a command.
releaseCommand(PreparedCommand) - Method in class org.yamcs.StreamTcCommandReleaser
 
releaseSnapshot(Snapshot) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
RelOp - Enum in org.yamcs.yarch.streamsql
 
RelOp() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
remainingBytes() - Method in class org.yamcs.utils.BitBuffer
Returns the remaining bytes from position until the end of the buffer.
REMOTE_RESUME_REQUEST - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
REMOTE_RESUME_RESPONSE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
REMOTE_STATUS_REPORT_REQUEST - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
REMOTE_STATUS_REPORT_RESPONSE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
REMOTE_SUSPEND_REQUEST - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
REMOTE_SUSPEND_RESPONSE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
RemoteFileListMonitor - Interface in org.yamcs.filetransfer
 
RemoteUserAuthModule - Class in org.yamcs.security
AuthModule that identifies users based on an HTTP header property.
RemoteUserAuthModule() - Constructor for class org.yamcs.security.RemoteUserAuthModule
 
remove() - Method in class org.yamcs.yarch.PartitionIntervalIterator
 
remove(byte[]) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
remove(int) - Method in class org.yamcs.parameter.SubscriptionArray
Remove the subscriptionId from the array return true if it has been removed or false if it was not there
remove(int) - Method in class org.yamcs.utils.IntArray
Remove element at position shifting all subsequent elements to the left
remove(Object) - Method in class org.yamcs.parameter.ParameterValueList
Throws UnsupportedOperationException
remove(String) - Static method in class org.yamcs.mdb.XtceDbFactory
Removes the Xtcedb corresponding to yamcsInstance from memory
remove(ActiveCommand, boolean) - Method in class org.yamcs.commanding.CommandQueue
remove the command from the queue and return true if it has been removed
removeAlarmListener(AlarmListener<T>) - Method in class org.yamcs.alarms.AlarmServer
 
removeAlarmRange(int) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
removeAlgorithm(String) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
remove the active algorithm with the given identifier.
removeAlgorithm(Algorithm) - Method in class org.yamcs.algorithms.AlgorithmExecutionContext
 
removeAlgorithmTextListener(AlgorithmTextListener) - Method in class org.yamcs.algorithms.AlgorithmManager
 
removeAll(Collection<?>) - Method in class org.yamcs.parameter.ParameterValueList
Throws UnsupportedOperationException
removeAssignment(int) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
removeChangeListener(LinkAction.ActionChangeListener) - Method in class org.yamcs.tctm.LinkAction
Remove a previously registered change listeners.
removeClearanceListener(ClearanceListener) - Method in class org.yamcs.security.User
 
removeColumns(int) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
removeCommandQueueListener(CommandQueueListener) - Method in class org.yamcs.management.ManagementService
 
removeContext(AlgorithmExecutionContext) - Method in class org.yamcs.algorithms.AlgorithmManager
 
removeCriteria(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
removeData(double[][]) - Method in class org.yamcs.external.SimpleRegression
Removes observations represented by the elements in data.
removeData(double, double) - Method in class org.yamcs.external.SimpleRegression
Removes the observation (x,y) from the regression data set.
removeDefaultAlarm(Parameter) - Method in class org.yamcs.mdb.ProcessorData
 
removeDefaultCalibrator(Parameter) - Method in class org.yamcs.mdb.ProcessorData
 
removeEnumValue(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
removeExecListener(AlgorithmExecListener) - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
removeExecListener(AlgorithmExecListener) - Method in class org.yamcs.mdb.AbstractDataDecoder
 
removeExtra(String) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Additional properties
removeFilters(int) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
removeFirst(Parameter) - Method in class org.yamcs.parameter.ParameterValueList
Remove the first inserted value for Parameter p
removeHistograms() - Method in class org.yamcs.yarch.PartitionManager.Interval
 
removeIdentities(int) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
removeInstance(String) - Method in class org.yamcs.YamcsServer
 
removeInstance(String) - Static method in class org.yamcs.yarch.YarchDatabase
to be used for testing
removeItemsFromRequest(int, List<Yamcs.NamedObjectId>, User) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
removeItemsFromRequest(int, List<Parameter>) - Method in class org.yamcs.parameter.ParameterRequestManager
Called by a consumer to remove parameters from a subscription.
removeItemsFromRequest(int, Parameter) - Method in class org.yamcs.parameter.ParameterRequestManager
Called by a consumer to remove a parameter from a subscription.
removeKeyColumn(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
removeLast(Parameter) - Method in class org.yamcs.parameter.ParameterValueList
Remove the last inserted value for Parameter p
removeLinkListener(LinkListener) - Method in class org.yamcs.management.LinkManager
 
removeListener(CommandQueueListener) - Method in class org.yamcs.commanding.CommandQueueManager
 
removeManagementListener(ManagementListener) - Method in class org.yamcs.management.ManagementService
 
removeMember(long) - Method in class org.yamcs.security.Group
 
removeMetadata(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
map<string, string> metadata = 6;
removeMonitor(Cop1Monitor) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
removeOption(String) - Method in class org.yamcs.Spec
Remove an Spec.Option from this spec.
removeParameterTypeListener(ParameterTypeListener) - Method in class org.yamcs.mdb.ProcessorData
 
removeProcessor(String) - Method in class org.yamcs.YamcsServerInstance
 
removeProcessorListener(ProcessorListener) - Static method in class org.yamcs.Processor
 
removeRecords(int) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
removeRecords(int) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
removeRequest(int) - Method in class org.yamcs.parameter.ParameterRequestManager
Removes all the parameters from a subscription and returns them into an List.
removeRequest(int) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
removeSecondaryIndex(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
removeSecrets(Map<String, Object>) - Method in class org.yamcs.Spec
Returns a copy of the given arguments but with all secret arguments recursively removed.
removeStateListener(InstanceStateListener) - Method in class org.yamcs.YamcsInstanceService
 
removeStream(String) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
removeSubscriber(StreamSubscriber) - Method in class org.yamcs.yarch.Stream
 
removeTableStreamListener(TableStreamListener) - Method in class org.yamcs.management.ManagementService
 
removeTbsIndex(Tablespace.TablespaceRecord.Type, int) - Method in class org.yamcs.yarch.rocksdb.Tablespace
Removes the tbsIndex from the metadata and all the associated data from the main db (data might still be present in the partitions)
removeTbsIndices(Tablespace.TablespaceRecord.Type, IntArray) - Method in class org.yamcs.yarch.rocksdb.Tablespace
Removes the tbs indices with ALL the associated data from the main db (data might still be present in the partitions)
removeTransfer(CfdpTransactionId) - Method in class org.yamcs.cfdp.FileDownloadRequests
 
removeValueColumn(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
renameGroup(String, String) - Method in class org.yamcs.security.Directory
 
renameTable(String, String) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
renameTable(String, TableDefinition, String) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
renameTable(YarchDatabaseInstance, TableDefinition, String) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
renameTable(YarchDatabaseInstance, TableDefinition, String) - Method in interface org.yamcs.yarch.StorageEngine
rename the table
render(HttpResponseStatus, String, Map<String, Object>) - Method in class org.yamcs.http.HandlerContext
 
render(StringBuilder, Map<String, Object>) - Method in class org.yamcs.templating.IfStatement
 
render(StringBuilder, Map<String, Object>) - Method in interface org.yamcs.templating.Statement
 
render(StringBuilder, Map<String, Object>) - Method in class org.yamcs.templating.TextStatement
 
render(StringBuilder, Map<String, Object>) - Method in class org.yamcs.templating.VarStatement
 
render(Map<String, Object>) - Method in class org.yamcs.templating.TemplateBody
 
renderOK(String, Map<String, Object>) - Method in class org.yamcs.http.HandlerContext
 
renderToString(String, Map<String, Object>) - Method in class org.yamcs.http.HandlerContext
 
renewSession(String) - Method in class org.yamcs.security.SessionManager
 
replay(String, User, ReplayOptions, ParameterReplayListener) - Static method in class org.yamcs.http.api.ReplayFactory
launches a replay will only return when the replay is done (either through success or through error)
ReplayFactory - Class in org.yamcs.http.api
Abstracts some common logic for creating replays
ReplayFactory() - Constructor for class org.yamcs.http.api.ReplayFactory
 
replayFailed(Throwable) - Method in class org.yamcs.http.api.ParameterReplayListener
 
replayFinished() - Method in class org.yamcs.archive.ReplayServer
 
replayFinished() - Method in class org.yamcs.http.api.ParameterReplayListener
 
ReplayHandler - Interface in org.yamcs.archive
 
ReplayListener - Interface in org.yamcs.archive
 
ReplayOptions - Class in org.yamcs.archive
 
ReplayOptions() - Constructor for class org.yamcs.archive.ReplayOptions
 
ReplayOptions(long, long, boolean) - Constructor for class org.yamcs.archive.ReplayOptions
 
ReplayOptions(ReplayOptions) - Constructor for class org.yamcs.archive.ReplayOptions
 
ReplayOptions(Yamcs.ReplayRequest) - Constructor for class org.yamcs.archive.ReplayOptions
 
ReplayPacket(String, long, long, int, byte[]) - Constructor for class org.yamcs.archive.XtceTmReplayHandler.ReplayPacket
 
ReplayServer - Class in org.yamcs.archive
Yarch replay server A note about terminology: we call this replay because it provides capability to speed control/pause/resume.
ReplayServer() - Constructor for class org.yamcs.archive.ReplayServer
 
ReplayService - Class in org.yamcs.tctm
Provides telemetry packets and processed parameters from the yamcs archive.
ReplayService() - Constructor for class org.yamcs.tctm.ReplayService
 
ReplicationApi - Class in org.yamcs.http.api
 
ReplicationApi() - Constructor for class org.yamcs.http.api.ReplicationApi
 
ReplicationClient - Class in org.yamcs.replication
Replication TCP client - works both on the master and on the slave side depending on the config
ReplicationClient(String, String, int, SslContext, long, int, Supplier<ChannelHandler>) - Constructor for class org.yamcs.replication.ReplicationClient
 
ReplicationFile - Class in org.yamcs.replication
Stores transactions in a memory mapped file.
ReplicationMaster - Class in org.yamcs.replication
Implements the master part of the replication.
ReplicationMaster() - Constructor for class org.yamcs.replication.ReplicationMaster
 
ReplicationMaster.SlaveServer - Class in org.yamcs.replication
 
ReplicationProto - Class in org.yamcs.replication.protobuf
 
ReplicationServer - Class in org.yamcs.replication
TCP replication server - works both on the master and on the slave side depending on the channel handler
ReplicationServer() - Constructor for class org.yamcs.replication.ReplicationServer
 
ReplicationSlave - Class in org.yamcs.replication
 
ReplicationSlave() - Constructor for class org.yamcs.replication.ReplicationSlave
 
ReplicationSlave.SlaveChannelHandler - Class in org.yamcs.replication
 
ReplicationTail - Class in org.yamcs.replication
 
ReplicationTail() - Constructor for class org.yamcs.replication.ReplicationTail
 
reportEnumeratedParameterEvent(ParameterValue, AlarmType, int) - Method in class org.yamcs.alarms.AlarmReporter
 
reportNumericParameterEvent(ParameterValue, AlarmType, int) - Method in class org.yamcs.alarms.AlarmReporter
Sends an event if an alarm condition for the active context has been triggered minViolations times.
reportStatusCode(int) - Method in class org.yamcs.http.Context
 
reprocess(long, long) - Method in class org.yamcs.parameterarchive.ParameterArchive
 
request - Variable in class org.yamcs.http.audit.AuditRecord
 
Request - Class in org.yamcs.replication.protobuf
sent from Slave to Master directly when the Master is the TCP server or after a Wakeup when the Slave is the TCP server
REQUEST - Static variable in class org.yamcs.replication.Message
 
Request.Builder - Class in org.yamcs.replication.protobuf
sent from Slave to Master directly when the Master is the TCP server or after a Wakeup when the Slave is the TCP server
Request.Type - Enum in org.yamcs.replication.protobuf
Protobuf enum Request.Type
RequestOrBuilder - Interface in org.yamcs.replication.protobuf
 
requestReplayAbortion() - Method in class org.yamcs.http.api.ParameterReplayListener
 
REQUESTSEQ_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Request
 
REQUESTSEQ_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Response
 
requireAll(String...) - Method in class org.yamcs.Spec.WhenCondition
 
requireAuth() - Method in class org.yamcs.http.ApiHandler
 
requireAuth() - Method in class org.yamcs.http.auth.AuthHandler
 
requireAuth() - Method in class org.yamcs.http.FaviconHandler
 
requireAuth() - Method in class org.yamcs.http.HttpHandler
 
requireAuth() - Method in class org.yamcs.http.StaticFileHandler
 
requireAuth() - Method in class org.yamcs.http.WellKnownHandler
 
requireAuth() - Method in class org.yamcs.security.SpnegoAuthModule
 
requireFormEncoding() - Method in class org.yamcs.http.HandlerContext
 
requireFormParameter(String) - Method in class org.yamcs.http.HandlerContext
 
requireGET() - Method in class org.yamcs.http.HandlerContext
 
requireMethod(HttpMethod...) - Method in class org.yamcs.http.HandlerContext
 
requireOneOf(String...) - Method in class org.yamcs.Spec
Specify a set of keys of which at least one must be specified.
requireParameter(String) - Method in class org.yamcs.http.auth.FormData
 
requireParameter(String) - Method in class org.yamcs.http.HandlerContext
 
requireParameters(String...) - Method in class org.yamcs.http.auth.FormData
 
requirePOST() - Method in class org.yamcs.http.HandlerContext
 
requireQueryParameter(String) - Method in class org.yamcs.http.HandlerContext
 
requireTogether(String...) - Method in class org.yamcs.Spec
Specify a set of keys that must appear together.
rescheduleInactivityTimer() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
RESERVED - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
RESERVED - Enum constant in enum org.yamcs.cfdp.pdu.FileDirectiveCode
 
ReservedMessageToUser - Class in org.yamcs.cfdp.pdu
 
ReservedMessageToUser(ReservedMessageToUser.MessageType, byte[]) - Constructor for class org.yamcs.cfdp.pdu.ReservedMessageToUser
 
ReservedMessageToUser.MessageType - Enum in org.yamcs.cfdp.pdu
 
reset() - Method in class org.yamcs.logging.YamcsLogManager
Does nothing.
reset() - Method in class org.yamcs.mdb.ProcessingStatistics
 
reset() - Static method in class org.yamcs.mdb.XtceDbFactory
forgets any singleton
reset() - Method in class org.yamcs.tctm.ccsds.PacketDecoder
Removes a partial packet if any
reset() - Method in class org.yamcs.time.TimeCorrelationService
Forgets about the computed coefficients and the stored tuples.
reset() - Method in class org.yamcs.utils.ByteArray
 
reset(int) - Method in class org.yamcs.utils.ByteArray
 
reset(long) - Method in class org.yamcs.yarch.rocksdb.RdbSequence
 
reset(long) - Method in interface org.yamcs.yarch.Sequence
 
reset(String, long, String) - Method in class org.yamcs.alarms.ActiveAlarm
Called when the operator resets a latching alarm
reset(ActiveAlarm<T>, String, long, String) - Method in class org.yamcs.alarms.AlarmServer
Reset a latched alarm
reset(Context, TcoResetRequest, Observer<Empty>) - Method in class org.yamcs.http.api.TimeCorrelationApi
 
RESET - Enum constant in enum org.yamcs.alarms.AlarmNotificationType
 
resetCounters() - Method in class org.yamcs.cascading.YamcsEventLink
 
resetCounters() - Method in class org.yamcs.cascading.YamcsLink
 
resetCounters() - Method in class org.yamcs.cascading.YamcsParameterLink
 
resetCounters() - Method in class org.yamcs.tctm.AbstractParameterDataLink
 
resetCounters() - Method in class org.yamcs.tctm.AbstractTcDataLink
 
resetCounters() - Method in class org.yamcs.tctm.AbstractTmDataLink
 
resetCounters() - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
resetCounters() - Method in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
resetCounters() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
resetCounters() - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
resetCounters() - Method in interface org.yamcs.tctm.Link
 
resetCounters() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
resetCounters() - Method in class org.yamcs.tctm.UdpParameterDataLink
 
resetCounters() - Method in class org.yamcs.tctm.UdpTmDataLink
 
resetCounters(String) - Method in class org.yamcs.management.LinkManager
 
resetLinkCounters(Context, ResetLinkCountersRequest, Observer<LinkInfo>) - Method in class org.yamcs.http.api.LinksApi
 
resetStatistics() - Method in class org.yamcs.mdb.XtceTmExtractor
 
resetStatistics() - Method in class org.yamcs.mdb.XtceTmProcessor
 
resetTimeWindow() - Method in class org.yamcs.utils.ParameterFormatter
 
resolveDynamicIntegerValue(DynamicIntegerValue, boolean) - Method in class org.yamcs.mdb.ProcessingData
 
RESOURCE_EXISTS - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
RESOURCE_NOT_FOUND - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 
ResourceNotFoundException - Exception in org.yamcs.yarch.streamsql
 
ResourceNotFoundException(String) - Constructor for exception org.yamcs.yarch.streamsql.ResourceNotFoundException
 
Response - Class in org.yamcs.replication.protobuf
Protobuf type Response
RESPONSE - Static variable in class org.yamcs.replication.Message
 
Response.Builder - Class in org.yamcs.replication.protobuf
Protobuf type Response
ResponseOrBuilder - Interface in org.yamcs.replication.protobuf
 
restartInstance(String) - Method in class org.yamcs.YamcsServer
Restarts a yamcs instance.
restartInstance(Context, RestartInstanceRequest, Observer<YamcsInstance>) - Method in class org.yamcs.http.api.InstancesApi
 
restoreBackup(int, String, String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
 
restoreBackup(String, String) - Method in class org.yamcs.yarch.rocksdb.RDBFactory
 
Result(String, FilterParser.Operator, String) - Constructor for class org.yamcs.utils.parser.FilterParser.Result
 
RESULT_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Response
 
ResultListener - Interface in org.yamcs.yarch.streamsql
 
resume() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
resume() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
resume() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
resume() - Method in class org.yamcs.Processor
 
resume() - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
resume() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
Resume the AD service (if it is suspended)
resume() - Method in class org.yamcs.tctm.ReplayService
 
resume(FileTransfer) - Method in class org.yamcs.cfdp.CfdpService
 
resume(FileTransfer) - Method in interface org.yamcs.filetransfer.FileTransferService
Resume the file transfer.
resume(Context, ResumeRequest, Observer<Empty>) - Method in class org.yamcs.http.api.Cop1Api
 
ResumeRequest - Class in org.yamcs.cfdp
A Resume.request is a primitive that requests a certain paused transaction to be resumed*
ResumeRequest(FileTransfer) - Constructor for class org.yamcs.cfdp.ResumeRequest
 
resumeTransfer() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
resumeTransfer(Context, ResumeTransferRequest, Observer<Empty>) - Method in class org.yamcs.http.api.FileTransferApi
 
retainAll(Collection<?>) - Method in class org.yamcs.parameter.ParameterValueList
Throws UnsupportedOperationException
RetrievalFilter - Class in org.yamcs.timeline
 
RetrievalFilter(TimeInterval, List<ItemFilter>) - Constructor for class org.yamcs.timeline.RetrievalFilter
 
retrieve(Consumer<ParameterIdValueList>) - Method in class org.yamcs.parameterarchive.MultiParameterRetrieval
 
retrieve(Consumer<ParameterValueArray>) - Method in class org.yamcs.http.api.SingleParameterRetriever
 
retrieve(Consumer<ParameterValueArray>) - Method in class org.yamcs.parameterarchive.SingleParameterRetrieval
 
retrieve(Consumer<ArchiveParameterSegmentInfo>) - Method in class org.yamcs.parameterarchive.ParameterInfoRetrieval
 
returnPv - Variable in class org.yamcs.commanding.ValueChangeVerifier
 
reverseComparator - Static variable in class org.yamcs.yarch.RawTuple
 
reverseIterator() - Method in class org.yamcs.utils.PartitionedTimeInterval
 
reverseIterator(long, Set<Object>) - Method in class org.yamcs.yarch.PartitionManager
 
reverseIterator(Set<Object>) - Method in class org.yamcs.yarch.PartitionManager
same as above, only in reverse direction
reverseLookup - Variable in class org.yamcs.http.Context
 
REVISION - Static variable in class org.yamcs.YamcsVersion
 
revokeAccessToken(String) - Method in class org.yamcs.http.auth.TokenStore
 
revokeRefreshToken(String) - Method in class org.yamcs.http.auth.TokenStore
 
RocksDbApi - Class in org.yamcs.http.api
 
RocksDbApi(AuditLog) - Constructor for class org.yamcs.http.api.RocksDbApi
 
RocksDbCli - Class in org.yamcs.cli
Command line utility for doing rocksdb operations
RocksDbCli(YamcsAdminCli) - Constructor for class org.yamcs.cli.RocksDbCli
 
Role - Class in org.yamcs.security
Collection of system and object privileges.
Role(String) - Constructor for class org.yamcs.security.Role
 
ROLES_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
rootSpaceSystem - Variable in class org.yamcs.xtce.xlsv6.V6Loader
 
rootSpaceSystem - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
route - Variable in class org.yamcs.http.StaticFileHandler
 
Route - Class in org.yamcs.http
 
RouteContext - Class in org.yamcs.http
 
RouteHandler - Class in org.yamcs.http
 
RouteHandler() - Constructor for class org.yamcs.http.RouteHandler
 
row - Variable in class org.yamcs.mdb.SpreadsheetLoadContext
 
Row - Class in org.yamcs.yarch
This is like a tuple used in the context of table writing to collect values used for histograms and secondary indices.
Row(IndexedList<String, TableColumnDefinition>) - Constructor for class org.yamcs.yarch.Row
 
RpcDescriptor - Class in org.yamcs.http
 
RpcDescriptor(String, String, DescriptorProtos.DescriptorProto, DescriptorProtos.DescriptorProto, HttpRoute) - Constructor for class org.yamcs.http.RpcDescriptor
 
RpcDescriptor(String, String, DescriptorProtos.DescriptorProto, DescriptorProtos.DescriptorProto, WebSocketTopic) - Constructor for class org.yamcs.http.RpcDescriptor
 
RSHIFT - Enum constant in enum org.yamcs.yarch.streamsql.BitwiseOp
 
RTN - Enum constant in enum org.yamcs.alarms.AlarmNotificationType
 
RTN_UNACK - Enum constant in enum org.yamcs.alarms.AlarmState
 
run() - Method in class org.yamcs.archive.IndexRequestProcessor
 
run() - Method in class org.yamcs.parameter.SystemParametersService
Run from the timer, collect all parameters and send them on the stream
run() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
 
run() - Method in class org.yamcs.tctm.ccsds.UdpTcFrameLink
 
run() - Method in class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
run() - Method in class org.yamcs.tctm.FilePollingTmDataLink
 
run() - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
run() - Method in class org.yamcs.tctm.TcpTmDataLink
 
run() - Method in class org.yamcs.tctm.UdpParameterDataLink
 
run() - Method in class org.yamcs.tctm.UdpTmDataLink
 
run() - Method in class org.yamcs.yarch.HistogramReaderStream
 
run() - Method in class org.yamcs.yarch.MergeStream
 
run() - Method in class org.yamcs.yarch.rocksdb.RDBFactory
 
run() - Method in class org.yamcs.yarch.TableReaderStream
 
runAction(Context, RunActionRequest, Observer<Struct>) - Method in class org.yamcs.http.api.LinksApi
 
runAlgorithm(long, long, ProcessingData) - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
running - Variable in class org.yamcs.yarch.AbstractTableWalker
 
running() - Method in interface org.yamcs.InstanceStateListener
 
RUNNING - Static variable in class org.yamcs.yarch.Stream
 
Running16BitChecksumCalculator - Class in org.yamcs.tctm
 
Running16BitChecksumCalculator() - Constructor for class org.yamcs.tctm.Running16BitChecksumCalculator
 

S

S_DOUBLE_QUOTED_IDENTIFIER - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
S_FLOAT - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
S_IDENTIFIER - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
S_INTEGER - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
S_QMARK - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
S_STRING - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
SALT_BYTE_SIZE - Static variable in class org.yamcs.security.PBKDF2PasswordHasher
 
SALT_INDEX - Static variable in class org.yamcs.security.PBKDF2PasswordHasher
 
Sample(long, long, double, long) - Constructor for class org.yamcs.http.api.Downsampler.Sample
 
sanitizeValue(Object) - Method in interface org.yamcs.yarch.query.QueryBuilder
 
save(String, Message) - Method in interface org.yamcs.yarch.ProtobufDatabase
Save a protobuf message.
save(String, Message) - Method in class org.yamcs.yarch.rocksdb.RdbProtobufDatabase
 
saveFile(String, DataFile, Map<String, String>, CfdpTransactionId) - Method in class org.yamcs.filetransfer.FileSaveHandler
 
saveFile(DataFile, Map<String, String>, CfdpTransactionId) - Method in class org.yamcs.filetransfer.FileSaveHandler
 
saveFileList(ListFilesResponse) - Method in class org.yamcs.cfdp.CfdpService
 
saveFileList(ListFilesResponse) - Method in interface org.yamcs.filetransfer.FileListingService
 
saveTableDefinition(YarchDatabaseInstance, TableDefinition, List<TableColumnDefinition>, List<TableColumnDefinition>) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
saveTableDefinition(YarchDatabaseInstance, TableDefinition, List<TableColumnDefinition>, List<TableColumnDefinition>) - Method in interface org.yamcs.yarch.StorageEngine
Persist the table definition to diks (called when the table definition modifies)
SCHEDULED - Enum constant in enum org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
 
scheduleFillingTask(long, long) - Method in class org.yamcs.parameterarchive.BackFiller
 
ScriptAlgorithmEngine - Class in org.yamcs.algorithms
 
ScriptAlgorithmEngine() - Constructor for class org.yamcs.algorithms.ScriptAlgorithmEngine
 
ScriptAlgorithmExecutor - Class in org.yamcs.algorithms
Represents the execution context of one algorithm.
ScriptAlgorithmExecutor(CustomAlgorithm, Invocable, String, String, AlgorithmExecutionContext) - Constructor for class org.yamcs.algorithms.ScriptAlgorithmExecutor
 
ScriptAlgorithmExecutorFactory - Class in org.yamcs.algorithms
Handles the creation of algorithm executors for script algorithms for a given language and scriptEngine (currently javascript or python are supported).
ScriptAlgorithmExecutorFactory(ScriptEngineManager, String, List<String>) - Constructor for class org.yamcs.algorithms.ScriptAlgorithmExecutorFactory
 
SDNotify - Class in org.yamcs.utils
Helper utility for sending systemd notification events about state changes.
SDNotify() - Constructor for class org.yamcs.utils.SDNotify
 
search(int) - Method in class org.yamcs.utils.SortedIntArray
performs a binary search in the array.
search(long) - Method in class org.yamcs.parameterarchive.SortedTimeSegment
performs a binary search in the time segment and returns the position of t or where t would fit in.
searchEntries(Parameter, String) - Static method in class org.yamcs.http.api.MdbSearchHelpers
Searches for entry matches inside a parameter.
SECONDARY_INDEX - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
secondary index records
SECONDARY_INDEX_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
secondary index records
SECONDARYINDEX_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
SECONDARYINDEX_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
SecondaryIndexTableWalker - Class in org.yamcs.yarch.rocksdb
iterates through a table based on the secondary index range.
SecondaryIndexTableWalker(Tablespace, RdbTable, boolean, boolean) - Constructor for class org.yamcs.yarch.rocksdb.SecondaryIndexTableWalker
 
SecondaryIndexWriter - Class in org.yamcs.yarch.rocksdb
Writes secondary index for one table.
SecondaryIndexWriter(Tablespace, TableDefinition, int) - Constructor for class org.yamcs.yarch.rocksdb.SecondaryIndexWriter
 
seconds - Variable in class org.yamcs.utils.TaiUtcConverter.ValidityLine
 
SecurityProto - Class in org.yamcs.security.protobuf
 
SecurityStore - Class in org.yamcs.security
Responsible for Identity and Access Management (IAM).
SecurityStore() - Constructor for class org.yamcs.security.SecurityStore
 
seek(byte[], long) - Method in interface org.yamcs.yarch.HistogramIterator
 
seek(byte[], long) - Method in class org.yamcs.yarch.rocksdb.RdbHistogramIterator
 
seek(long) - Method in class org.yamcs.Processor
 
seek(long, boolean) - Method in class org.yamcs.archive.YarchReplay
 
seek(long, boolean) - Method in class org.yamcs.Processor
 
seek(long, boolean) - Method in interface org.yamcs.tctm.ArchiveTmPacketProvider
 
seek(long, boolean) - Method in class org.yamcs.tctm.ReplayService
 
seeTYPE() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
SegmentEncoderDecoder - Class in org.yamcs.parameterarchive
 
SegmentEncoderDecoder() - Constructor for class org.yamcs.parameterarchive.SegmentEncoderDecoder
 
SegmentIterator - Class in org.yamcs.parameterarchive
For a given simple parameter id and group id, iterates over all segments in the parameter archive (across all partitions).
SegmentIterator(ParameterArchive, ParameterId, int, ParameterRequest) - Constructor for class org.yamcs.parameterarchive.SegmentIterator
 
SegmentKey - Class in org.yamcs.parameterarchive
Holder, encoder and decoder for the segment keys (in the sense of key,value storage used for RocksDb)
SegmentKey(int, int, long, byte) - Constructor for class org.yamcs.parameterarchive.SegmentKey
 
SegmentRequest - Class in org.yamcs.cfdp.pdu
The SegmentRequest is part of a NAK PDU to indicate a missing part of a file.
SegmentRequest(long, long) - Constructor for class org.yamcs.cfdp.pdu.SegmentRequest
 
segmentStart(long) - Static method in class org.yamcs.yarch.HistogramSegment
 
select(String...) - Method in class org.yamcs.yarch.SqlBuilder
Additive!
Select() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
selectedCommand - Variable in class org.yamcs.cli.Command
 
SelectExpression - Class in org.yamcs.yarch.streamsql
Corresponds to a queries like "select 2*x, x+sum(y+3) from t[...] where x>5 group by x" chain of data/processing (D=Data, P=Processing, agg=aggregate):
SelectExpression() - Constructor for class org.yamcs.yarch.streamsql.SelectExpression
 
SelectExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
SelectItem - Class in org.yamcs.yarch.streamsql
 
SelectItem(Expression) - Constructor for class org.yamcs.yarch.streamsql.SelectItem
 
SelectItem() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
SelectList() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
selector - Variable in class org.yamcs.tctm.TcpTcDataLink
 
selectPrm(ParameterRequestManager, User) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
SelectStream - Class in org.yamcs.yarch
 
SelectStream(YarchDatabaseInstance, Stream, CompiledExpression, List<CompiledExpression>, WindowProcessor, List<CompiledExpression>, TupleDefinition, TupleDefinition) - Constructor for class org.yamcs.yarch.SelectStream
 
selectTable(String) - Static method in class org.yamcs.yarch.query.Query
 
SelectTableQueryBuilder - Class in org.yamcs.yarch.query
 
SelectTableQueryBuilder(String) - Constructor for class org.yamcs.yarch.query.SelectTableQueryBuilder
 
SelectTableStatement - Class in org.yamcs.yarch.streamsql
 
SelectTableStatement(SelectExpression) - Constructor for class org.yamcs.yarch.streamsql.SelectTableStatement
 
SelectTableStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
sendBadFrame(int, Instant, byte[], int, int, String) - Method in class org.yamcs.tctm.ccsds.FrameStreamHelper
 
sendBuffer(byte[]) - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
sendClcw(int) - Method in class org.yamcs.tctm.ccsds.ClcwStreamHelper
Sends the CLCW down the stream
sendCommand(String) - Method in class org.yamcs.commanding.CommandQueueManager
 
sendCommand(PreparedCommand) - Method in class org.yamcs.cascading.YamcsTcLink
 
sendCommand(PreparedCommand) - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
Sends
sendCommand(PreparedCommand) - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
sendCommand(PreparedCommand) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
sendCommand(PreparedCommand) - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
 
sendCommand(PreparedCommand) - Method in interface org.yamcs.tctm.TcDataLink
Attempt to send the command and return true if the command has been sent or its processing has finished.
sendCommand(PreparedCommand) - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
sendCommand(Commanding.CommandId) - Method in class org.yamcs.commanding.CommandQueueManager
Called from external client to release a command from the queue
sendCommand(User, PreparedCommand) - Method in class org.yamcs.commanding.CommandingManager
 
sendCritical(String) - Method in class org.yamcs.events.AbstractEventProducer
 
sendCritical(String) - Method in interface org.yamcs.events.EventProducer
send an critical event with the type automatically filled in as the caller class name
sendCritical(String, String) - Method in interface org.yamcs.events.EventProducer
Send a critical event with the given type and message
sendDistress(String) - Method in class org.yamcs.events.AbstractEventProducer
 
sendDistress(String) - Method in interface org.yamcs.events.EventProducer
send an distress event with the type automatically filled in as the caller class name
sendDistress(String, String) - Method in interface org.yamcs.events.EventProducer
Send a distress event with the given type and message
sendError(String, String) - Method in interface org.yamcs.events.EventProducer
Deprecated.
It is not according to XTCE levels, please use EventProducer.sendCritical(String, String) instead.
sendEvent(Event.EventSeverity, String, String) - Method in class org.yamcs.events.AbstractEventProducer
 
sendEvent(Event.EventSeverity, String, String) - Method in interface org.yamcs.events.EventProducer
 
sendEvent(Db.Event) - Method in interface org.yamcs.events.EventProducer
 
sendEvent(Db.Event) - Method in class org.yamcs.events.MockupEventProducer
 
sendEvent(Db.Event) - Method in class org.yamcs.events.QuietEventProducer
 
sendEvent(Db.Event) - Method in class org.yamcs.events.Slf4jEventProducer
 
sendEvent(Db.Event) - Method in class org.yamcs.events.StreamEventProducer
 
sendGoodFrame(int, DownlinkTransferFrame, byte[], int, int) - Method in class org.yamcs.tctm.ccsds.FrameStreamHelper
 
sendInfo(String) - Method in class org.yamcs.events.AbstractEventProducer
 
sendInfo(String) - Method in interface org.yamcs.events.EventProducer
send an info event with the type automatically filled in as the caller class name
sendInfo(String, String) - Method in interface org.yamcs.events.EventProducer
 
sendInfoEvent(String, String) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
sendMessageResponse(ChannelHandlerContext, HttpRequest, HttpResponseStatus, T) - Static method in class org.yamcs.http.HttpRequestHandler
 
sendOK() - Method in class org.yamcs.http.HandlerContext
 
sendOK(JsonObject) - Method in class org.yamcs.http.HandlerContext
 
sendOK(Message) - Method in class org.yamcs.http.HandlerContext
 
sendPacket(CfdpPacket) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
sendParameters(Collection<ParameterValue>) - Method in class org.yamcs.tctm.StreamParameterSender
Send the parameters to the stream grouping by group and time
sendPlainTextError(ChannelHandlerContext, HttpRequest, HttpResponseStatus) - Static method in class org.yamcs.http.HttpRequestHandler
 
sendPlainTextError(ChannelHandlerContext, HttpRequest, HttpResponseStatus, String) - Static method in class org.yamcs.http.HttpRequestHandler
 
sendRedirect(String) - Method in class org.yamcs.http.HandlerContext
 
sendResource(String) - Method in class org.yamcs.http.HandlerContext
Send a classpath resource.
sendResponse(ChannelHandlerContext, HttpRequest, HttpResponse) - Static method in class org.yamcs.http.HttpRequestHandler
 
sendResponse(HttpResponse) - Method in class org.yamcs.http.HandlerContext
 
sendSevere(String) - Method in class org.yamcs.events.AbstractEventProducer
 
sendSevere(String) - Method in interface org.yamcs.events.EventProducer
send an severe event with the type automatically filled in as the caller class name
sendSevere(String, String) - Method in interface org.yamcs.events.EventProducer
Send a severe event with the given type and message
sendStartupNotification() - Static method in class org.yamcs.utils.SDNotify
Tell the service manager that Yamcs has finished starting.
sendStoppingNotification() - Static method in class org.yamcs.utils.SDNotify
Tell the service manager that Yamcs is beginning its shutdown.
sendTc(PreparedCommand) - Method in interface org.yamcs.tctm.TcDataLink
Deprecated.
sendWarnEvent(String, String) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
sendWarning(String) - Method in class org.yamcs.events.AbstractEventProducer
 
sendWarning(String) - Method in interface org.yamcs.events.EventProducer
send an warning event with the type automatically filled in as the caller class name
sendWarning(String, String) - Method in interface org.yamcs.events.EventProducer
Send a warning event with the given type and message
sendWatch(String) - Method in class org.yamcs.events.AbstractEventProducer
 
sendWatch(String) - Method in interface org.yamcs.events.EventProducer
send an watch event with the type automatically filled in as the caller class name
sendWatch(String, String) - Method in interface org.yamcs.events.EventProducer
Send a warning event with the given type and message
SEQ_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountCollection
 
SEQ_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.GroupCollection
 
seqFiller - Variable in class org.yamcs.tctm.cfs.CfsCommandPostprocessor
 
seqFiller - Variable in class org.yamcs.tctm.IssCommandPostprocessor
 
seqFiller - Variable in class org.yamcs.tctm.pus.PusCommandPostprocessor
 
seqNum - Variable in class org.yamcs.http.audit.AuditRecord
 
SEQNUM_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
SEQNUMBER_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
 
Sequence - Interface in org.yamcs.yarch
Sequences generate incrementing numbers and are persisted to the database (i.e. upon restart they continue from where they left)
sequenceContainerProcessor - Variable in class org.yamcs.mdb.ContainerProcessingContext
 
SequenceContainerProcessor - Class in org.yamcs.mdb
 
sequenceEntryProcessor - Variable in class org.yamcs.mdb.ContainerProcessingContext
 
SequenceEntryProcessor - Class in org.yamcs.mdb
 
SequenceInfo - Class in org.yamcs.yarch
 
SequenceInfo(String, long) - Constructor for class org.yamcs.yarch.SequenceInfo
 
serialize(ByteBuffer, ParameterValue) - Method in class org.yamcs.yarch.ParameterValueColumnSerializer
 
serialize(ByteBuffer, T) - Method in interface org.yamcs.yarch.ColumnSerializer
Same as above but serialize into a bytebuffer.
serialize(ByteArray, ParameterValue) - Method in class org.yamcs.yarch.ParameterValueColumnSerializer
 
serialize(ByteArray, T) - Method in interface org.yamcs.yarch.ColumnSerializer
 
serializeValue(ByteArray, T) - Method in class org.yamcs.yarch.TableColumnDefinition
 
serializeValue(Tuple, Row) - Method in class org.yamcs.yarch.TableDefinition
Transform the value part of the tuple into a byte array to be written on disk.
serializeValue(Tuple, Row, ByteArray) - Method in class org.yamcs.yarch.TableDefinition
Same as TableDefinition.serializeValue(Tuple, Row) but encodes the output in user provided byte array
SERVER - Enum constant in enum org.yamcs.replication.TcpRole
 
ServerApi - Class in org.yamcs.http.api
 
ServerApi(HttpServer) - Constructor for class org.yamcs.http.api.ServerApi
 
ServerStreamingObserver - Class in org.yamcs.http
A message observer that implements a streaming response over HTTP using chunked transfer encoding.
ServerStreamingObserver(RouteContext) - Constructor for class org.yamcs.http.ServerStreamingObserver
 
service - Variable in class org.yamcs.http.audit.AuditRecord
 
SERVICE_STOP_GRACE_TIME - Static variable in class org.yamcs.YamcsServer
During shutdown, allow services this number of seconds for stopping
ServiceAccount - Class in org.yamcs.security
Represents an non-human service or application registered with Yamcs.
ServiceAccount(String, User) - Constructor for class org.yamcs.security.ServiceAccount
 
ServiceAccountRecordDetail - Class in org.yamcs.security.protobuf
Protobuf type ServiceAccountRecordDetail
ServiceAccountRecordDetail.Builder - Class in org.yamcs.security.protobuf
Protobuf type ServiceAccountRecordDetail
ServiceAccountRecordDetailOrBuilder - Interface in org.yamcs.security.protobuf
 
SERVICEDETAIL - Enum constant in enum org.yamcs.security.protobuf.AccountRecord.AccountTypeCase
 
SERVICEDETAIL_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
 
serviceName - Variable in class org.yamcs.AbstractYamcsService
 
serviceRegistered(String, String, Service) - Method in interface org.yamcs.management.ManagementListener
 
ServicesApi - Class in org.yamcs.http.api
 
ServicesApi() - Constructor for class org.yamcs.http.api.ServicesApi
 
ServiceUnavailableException - Exception in org.yamcs.http
Something really wrong and unexpected occurred on the server.
ServiceUnavailableException(String) - Constructor for exception org.yamcs.http.ServiceUnavailableException
 
ServiceUnavailableException(String, Throwable) - Constructor for exception org.yamcs.http.ServiceUnavailableException
 
ServiceUnavailableException(Throwable) - Constructor for exception org.yamcs.http.ServiceUnavailableException
 
serviceUnregistered(String, String) - Method in interface org.yamcs.management.ManagementListener
 
ServiceUtil - Class in org.yamcs.utils
 
ServiceUtil() - Constructor for class org.yamcs.utils.ServiceUtil
 
ServiceWithConfig - Class in org.yamcs
Holder for a service together with its name and config.
ServiceWithConfig(YamcsService, String, String, YConfiguration) - Constructor for class org.yamcs.ServiceWithConfig
 
ServiceWithConfig(YamcsService, String, String, YConfiguration, boolean) - Constructor for class org.yamcs.ServiceWithConfig
 
SessionExpiredException - Exception in org.yamcs.security
 
SessionExpiredException() - Constructor for exception org.yamcs.security.SessionExpiredException
 
SessionManager - Class in org.yamcs.security
Implementation-agnostic session store.
SessionManager() - Constructor for class org.yamcs.security.SessionManager
 
SessionsApi - Class in org.yamcs.http.api
 
SessionsApi() - Constructor for class org.yamcs.http.api.SessionsApi
 
set(int) - Method in class me.lemire.integercompression.IntWrapper
Set the value to that of the specified integer.
set(int, byte) - Method in class org.yamcs.utils.ByteArray
 
set(int, double) - Method in class org.yamcs.utils.DoubleArray
 
set(int, float) - Method in class org.yamcs.utils.FloatArray
 
set(int, int) - Method in class org.yamcs.utils.IntArray
 
set(int, long) - Method in class org.yamcs.utils.LongArray
 
set(int, V) - Method in class org.yamcs.utils.IndexedList
 
set(String, Object) - Method in class org.yamcs.yarch.query.UpdateTableQueryBuilder
 
set(Tuple) - Method in class org.yamcs.yarch.query.UpdateTableQueryBuilder
 
setAccuracy(double) - Method in class org.yamcs.time.TimeCorrelationService
 
setAcquisitionStatus(Pvalue.AcquisitionStatus) - Method in class org.yamcs.parameter.BasicParameterValue
 
setAcquisitionStatus(Pvalue.AcquisitionStatus) - Method in class org.yamcs.parameter.ParameterStatus
 
setAcquisitionStatus(Pvalue.AcquisitionStatus) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
setAcquisitionTime(long) - Method in class org.yamcs.parameter.ParameterValue
 
setAcquisitionTime(long) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional int64 acquisitionTime = 4;
setActive(boolean) - Method in class org.yamcs.security.Account
 
setActive(boolean) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional bool active = 4;
setAlarmRange(int, Mdb.AlarmRange) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
setAlarmRange(int, Mdb.AlarmRange.Builder) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
Context-dependent ranges
setAlias(String) - Method in class org.yamcs.yarch.streamsql.SelectItem
 
setAllParametersPresent(boolean) - Method in class org.yamcs.utils.ParameterFormatter
 
setAPID(int) - Method in class org.yamcs.tctm.CcsdsPacket
 
setApplicationHash(String) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationHash = 2;
setApplicationHashBytes(ByteString) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationHash = 2;
setApplicationId(String) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationId = 1;
setApplicationIdBytes(ByteString) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
optional string applicationId = 1;
setArgAssignment(Map<Argument, ArgumentValue>, Set<String>) - Method in class org.yamcs.commanding.PreparedCommand
 
setArgs(Object[]) - Method in class org.yamcs.yarch.streamsql.Expression
 
setArgs(Object[]) - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
setAscending(boolean) - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
setAscending(boolean) - Method in class org.yamcs.yarch.streamsql.TableWalkerBuilder
 
setAscending(boolean) - Method in class org.yamcs.yarch.streamsql.TupleSourceExpression
 
setAssignment(int, Cmdhistory.Assignment) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
setAssignment(int, Cmdhistory.Assignment.Builder) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
repeated .Assignment assignment = 1;
setAttribute(String, Object) - Method in class org.yamcs.commanding.PreparedCommand
 
setAuthToken(String) - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string authToken = 1;
setAuthToken(String) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string authToken = 1;
setAuthTokenBytes(ByteString) - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string authToken = 1;
setAuthTokenBytes(ByteString) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string authToken = 1;
setAutoincrement(boolean) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional bool autoincrement = 4;
setAutoIncrement(boolean) - Method in class org.yamcs.yarch.TableColumnDefinition
 
setAutostart(boolean) - Method in class org.yamcs.archive.ReplayOptions
 
setBands(List<UUID>) - Method in class org.yamcs.timeline.TimelineView
 
setBase(Expression) - Method in class org.yamcs.yarch.streamsql.ExponentExpression
 
setBatchUpdates(boolean) - Method in class org.yamcs.yarch.rocksdb.RdbTableWalker
 
setBatchUpdates(boolean) - Method in class org.yamcs.yarch.rocksdb.SecondaryIndexTableWalker
 
setBatchUpdates(boolean) - Method in interface org.yamcs.yarch.TableWalker
 
setBecome(String) - Method in class org.yamcs.security.ApplicationCredentials
 
setBinary(byte[]) - Method in class org.yamcs.commanding.PreparedCommand
 
setBinaryValue(byte[]) - Method in class org.yamcs.parameter.RawEngValue
 
setBitSize(int) - Method in class org.yamcs.parameter.ContainerParameterValue
 
setBooleanValue(boolean) - Method in class org.yamcs.parameter.RawEngValue
 
setBucket(Bucket) - Method in class org.yamcs.filetransfer.FileSaveHandler
 
setBucketProperties(Tablespace.BucketProperties) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
bucketProperties
setBucketProperties(Tablespace.BucketProperties.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
bucketProperties
setBypass(boolean) - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
setByteOrder(ByteOrder) - Method in class org.yamcs.utils.BitBuffer
 
setCancelHandler(Runnable) - Method in class org.yamcs.http.ServerStreamingObserver
 
setCancelHandler(Runnable) - Method in class org.yamcs.http.WebSocketObserver
 
setCccsdsPacketLength(short) - Method in class org.yamcs.tctm.CcsdsPacket
 
setChecked(boolean) - Method in class org.yamcs.tctm.LinkAction
Sets the checked state of this action.
setChoices(List<String>) - Method in class org.yamcs.templating.Variable
 
setClearance(Clearance) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional .Clearance clearance = 6;
setClearance(Clearance) - Method in class org.yamcs.security.User
 
setClearance(Clearance.Builder) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional .Clearance clearance = 6;
setClosureRequested(boolean) - Method in class org.yamcs.filetransfer.TransferOptions
 
setCmdControl(boolean) - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
setCoefficients(Context, SetCoefficientsRequest, Observer<Empty>) - Method in class org.yamcs.http.api.TimeCorrelationApi
 
setColumn(int, Object) - Method in class org.yamcs.yarch.Tuple
 
setColumn(String, Object) - Method in class org.yamcs.yarch.Tuple
 
setColumnName(int, String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
repeated string columnName = 1;
setColumnName(String) - Method in class org.yamcs.yarch.streamsql.Expression
 
setColumns(int, ColumnInfo) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
setColumns(int, ColumnInfo.Builder) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
repeated .ColumnInfo columns = 3;
setColumns(List<Object>) - Method in class org.yamcs.yarch.Tuple
 
setCommandAttribute(Commanding.CommandId, Commanding.CommandHistoryAttribute) - Method in class org.yamcs.commanding.CommandingManager
 
setCommandHistory(CommandHistoryPublisher) - Method in interface org.yamcs.commanding.CommandReleaser
the command releaser has to add the command to the history when it is released.
setCommandHistory(CommandHistoryPublisher) - Method in class org.yamcs.StreamTcCommandReleaser
 
setCommandHistoryProvider(CommandHistoryProvider) - Method in class org.yamcs.Processor
 
setCommandHistoryPublisher(CommandHistoryPublisher) - Method in class org.yamcs.tctm.AbstractTcDataLink
 
setCommandHistoryPublisher(CommandHistoryPublisher) - Method in class org.yamcs.tctm.ccsds.AbstractTcFrameLink
 
setCommandHistoryPublisher(CommandHistoryPublisher) - Method in class org.yamcs.tctm.cfs.CfsCommandPostprocessor
 
setCommandHistoryPublisher(CommandHistoryPublisher) - Method in interface org.yamcs.tctm.CommandPostprocessor
sets the command history listener which can be used by the preprocessor to provide command history entries related to the command processed
setCommandHistoryPublisher(CommandHistoryPublisher) - Method in class org.yamcs.tctm.GenericCommandPostprocessor
 
setCommandHistoryPublisher(CommandHistoryPublisher) - Method in class org.yamcs.tctm.IssCommandPostprocessor
 
setCommandHistoryPublisher(CommandHistoryPublisher) - Method in class org.yamcs.tctm.pus.PusCommandPostprocessor
 
setCommandHistoryPublisher(CommandHistoryPublisher) - Method in interface org.yamcs.tctm.TcDataLink
 
setCommandHistoryPublisher(CommandHistoryPublisher) - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
setCommandHistoryRequest(Yamcs.CommandHistoryReplayRequest) - Method in class org.yamcs.archive.ReplayOptions
 
setCommandHistoryRequestManager(CommandHistoryRequestManager) - Method in interface org.yamcs.cmdhistory.CommandHistoryProvider
 
setCommandHistoryRequestManager(CommandHistoryRequestManager) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryProvider
 
setCommandHistoryRequestManager(CommandHistoryRequestManager) - Method in class org.yamcs.tctm.ReplayService
 
setCommands(List<PreparedCommand>) - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
setComment(String) - Method in class org.yamcs.commanding.PreparedCommand
 
setCompressed(boolean) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional bool compressed = 9;
setCompressed(boolean) - Method in class org.yamcs.yarch.streamsql.CreateTableStatement
 
setCompressed(boolean) - Method in class org.yamcs.yarch.TableDefinition
 
setConfig(Context, SetTcoConfigRequest, Observer<Empty>) - Method in class org.yamcs.http.api.TimeCorrelationApi
 
setConfig(Cop1Config) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
setConfirmationTime(Timestamp) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp confirmationTime = 7;
setConfirmationTime(Timestamp.Builder) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp confirmationTime = 7;
setContainerListener(ContainerListener) - Method in interface org.yamcs.container.ContainerProvider
 
setContainerListener(ContainerListener) - Method in class org.yamcs.mdb.XtceTmProcessor
 
setContainers(List<String>) - Method in class org.yamcs.cascading.YamcsArchiveTmLink
 
setContainers(List<String>) - Method in class org.yamcs.cascading.YamcsTmLink
 
setContentType(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string contentType = 3;
setContentTypeBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string contentType = 3;
setContentTypeHeader(HttpResponse, File) - Method in class org.yamcs.http.StaticFileHandler
Sets the content type header for the HTTP Response
setContext(String) - Method in class org.yamcs.logging.Log
 
setContext(String) - Method in class org.yamcs.logging.YamcsLogRecord
 
setContextCalibratorList(Parameter, List<ContextCalibrator>) - Method in class org.yamcs.mdb.ProcessorData
 
setCreated(long) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
optional int64 created = 2;
setCreated(long) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional int64 created = 4;
setCreatedBy(int) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional int32 createdBy = 5;
setCreatedBy(String) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Set by API when event was posted by a user
setCreatedByBytes(ByteString) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
Set by API when event was posted by a user
setCreatePath(boolean) - Method in class org.yamcs.filetransfer.TransferOptions
 
setCreationTime(Timestamp) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp creationTime = 6;
setCreationTime(Timestamp.Builder) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp creationTime = 6;
setCreator(String) - Method in class org.yamcs.Processor
 
setCriteria(int, BandFilter.FilterCriterion) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
setCriteria(int, BandFilter.FilterCriterion.Builder) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
repeated .BandFilter.FilterCriterion criteria = 1;
setCriticalRange(DoubleRange) - Method in class org.yamcs.parameter.BasicParameterValue
 
setCriticalRange(DoubleRange) - Method in class org.yamcs.parameter.ParameterStatus
 
setCurrentSpaceSystem(SpaceSystem) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader.BasicPrefFactory
 
setCurrentValue(T) - Method in class org.yamcs.alarms.ActiveAlarm
 
setCustomDataDir(String) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
setDataAvailableSemaphore(Semaphore) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
The semaphore will be used by the data link to signal when there is some data to be transmitted.
setDataAvailableSemaphore(Semaphore) - Method in class org.yamcs.tctm.ccsds.TcPacketHandler
 
setDataAvailableSemaphore(Semaphore) - Method in interface org.yamcs.tctm.ccsds.VcUplinkHandler
The semaphore will be used by the virtual channel to signal to MasterChannelFrameMultiplexer that data is available to be uplinked
setDataEnd(int) - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
setDataStart(int) - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
setDateHeader(HttpResponse) - Static method in class org.yamcs.http.StaticFileHandler
Sets the Date header for the HTTP response
setDb(YarchDatabaseInstance) - Method in class org.yamcs.yarch.TableDefinition
 
setDebugStream(PrintStream) - Method in class org.yamcs.templating.TemplateParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.yamcs.utils.parser.FilterParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
Set debug output.
setDefaultCalibrator(Parameter, Calibrator) - Method in class org.yamcs.mdb.ProcessorData
 
setDefaultEnumerationAlarm(Parameter, EnumerationAlarm) - Method in class org.yamcs.mdb.ProcessorData
 
setDefaultNumericAlarm(Parameter, NumericAlarm) - Method in class org.yamcs.mdb.ProcessorData
 
setDefaultRole(boolean) - Method in class org.yamcs.security.Role
 
setDefaultTof(double) - Method in class org.yamcs.time.TimeCorrelationService
 
setDefinition(TupleDefinition) - Method in class org.yamcs.yarch.Tuple
 
setDeltaMonitoringResult(Pvalue.MonitoringResult) - Method in class org.yamcs.parameter.BasicParameterValue
 
setDeltaMonitoringResult(Pvalue.MonitoringResult) - Method in class org.yamcs.parameter.ParameterStatus
 
setDescription(String) - Method in class org.yamcs.security.Group
 
setDescription(String) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string description = 3;
setDescription(String) - Method in class org.yamcs.security.Role
 
setDescription(String) - Method in class org.yamcs.templating.Template
 
setDescription(String) - Method in class org.yamcs.timeline.TimelineBand
 
setDescription(String) - Method in class org.yamcs.timeline.TimelineItem
 
setDescription(String) - Method in class org.yamcs.timeline.TimelineView
 
setDescriptionBytes(ByteString) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string description = 3;
setDetail(Message) - Method in exception org.yamcs.http.HttpException
 
setDir(String) - Method in class org.yamcs.yarch.TimePartitionInfo
 
setDirectoryTerminators(List<String>) - Method in class org.yamcs.filetransfer.BasicListingParser
Sets the directory terminators for parsing
setDisplayName(String) - Method in class org.yamcs.security.Account
 
setDisplayName(String) - Method in class org.yamcs.security.AuthenticationInfo
 
setDisplayName(String) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string displayName = 3;
setDisplayNameBytes(ByteString) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string displayName = 3;
setDistressRange(DoubleRange) - Method in class org.yamcs.parameter.BasicParameterValue
 
setDistressRange(DoubleRange) - Method in class org.yamcs.parameter.ParameterStatus
 
setDoNotArchive() - Method in class org.yamcs.TmPacket
Sets the flag that this packet will not be archived.
setDoubleValue(double) - Method in class org.yamcs.parameter.RawEngValue
 
setDuration(long) - Method in class org.yamcs.timeline.TimelineItem
 
setEarthRceptionTime(Instant) - Method in class org.yamcs.TmPacket
Deprecated.
setEarthReceptionTime(Instant) - Method in class org.yamcs.TmPacket
 
setEearthRceptionTime(Instant) - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
setElementValue(int[], Value) - Method in class org.yamcs.parameter.ArrayValue
Sets the element at the given index.
setElementValue(int, Value) - Method in class org.yamcs.parameter.ArrayValue
Set the value of an element using the flat index
setEmail(String) - Method in class org.yamcs.security.AuthenticationInfo
 
setEmail(String) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string email = 1;
setEmail(String) - Method in class org.yamcs.security.User
 
setEmailBytes(ByteString) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string email = 1;
setEnableAnsiColors(boolean) - Method in class org.yamcs.logging.ConsoleFormatter
 
setEnabled(boolean) - Method in class org.yamcs.tctm.LinkAction
Set the enabled state of this action.
setEncoding(String) - Method in class org.yamcs.logging.WatchedFileHandler
 
setEnd(long) - Method in class org.yamcs.utils.TimeInterval
 
setEnd(long) - Method in class org.yamcs.yarch.TimePartitionInfo
 
setEndAction(Yamcs.EndAction) - Method in class org.yamcs.archive.ReplayOptions
 
setEngine(String) - Method in class org.yamcs.yarch.streamsql.CreateTableStatement
 
setEngineeringValue(Value) - Method in class org.yamcs.parameter.RawEngValue
Deprecated.
setEngValue(Value) - Method in class org.yamcs.parameter.BasicParameterValue
 
setEngValue(Value) - Method in class org.yamcs.parameter.RawEngValue
 
setEngValue(Yamcs.Value) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value engValue = 3;
setEngValue(Yamcs.Value.Builder) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value engValue = 3;
setEnumerationContextAlarm(Parameter, List<EnumerationContextAlarm>) - Method in class org.yamcs.mdb.ProcessorData
 
setEnumValue(int, Tablespace.TableColumnInfo.EnumValue) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
setEnumValue(int, Tablespace.TableColumnInfo.EnumValue.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
repeated .TableColumnInfo.EnumValue enumValue = 3;
setEnumValues(BiMap<String, Short>) - Method in class org.yamcs.yarch.TableColumnDefinition
 
setErrorManager(ErrorManager) - Method in class org.yamcs.logging.WatchedFileHandler
 
setErrorMsg(String) - Method in class org.yamcs.replication.protobuf.Response.Builder
optional string errorMsg = 3;
setErrorMsgBytes(ByteString) - Method in class org.yamcs.replication.protobuf.Response.Builder
optional string errorMsg = 3;
setEventProducer(EventProducer) - Method in class org.yamcs.mdb.ProcessorData
 
setEventRequest(Yamcs.EventReplayRequest) - Method in class org.yamcs.archive.ReplayOptions
 
setExpirationTolerance(double) - Method in class org.yamcs.mdb.ContainerProcessingOptions
 
setExpireMillis(long) - Method in class org.yamcs.parameter.BasicParameterValue
 
setExpireMillis(long) - Method in class org.yamcs.parameter.ParameterStatus
 
setExpireMillis(long) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
How long (in milliseconds) this parameter value is valid Note that there is an option when subscribing to parameters to get updated when the parameter values expire.
setExponent(Expression) - Method in class org.yamcs.yarch.streamsql.ExponentExpression
 
setFacility(int) - Method in class org.yamcs.logging.SyslogHandler
 
setFailureReason(String) - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
setFailureReason(String) - Method in class org.yamcs.timeline.Activity
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.Request.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.Response.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
setFilter(Filter) - Method in class org.yamcs.logging.WatchedFileHandler
 
setFilters(int, BandFilter.ItemFilter) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
setFilters(int, BandFilter.ItemFilter.Builder) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
repeated .BandFilter.ItemFilter filters = 1;
setFirstSource(TupleSourceExpression) - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
setFloatValue(float) - Method in class org.yamcs.parameter.RawEngValue
 
setFollow(boolean) - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
setFollow(boolean) - Method in class org.yamcs.yarch.streamsql.TableWalkerBuilder
 
setFollow(boolean) - Method in class org.yamcs.yarch.streamsql.TupleSourceExpression
 
setFormatter(Formatter) - Method in class org.yamcs.logging.WatchedFileHandler
 
setFormatVersion(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional int32 formatVersion = 7;
setGenerationTime(long) - Method in class org.yamcs.parameter.RawEngValue
 
setGenerationTime(long) - Method in class org.yamcs.TmPacket
 
setGenerationTime(long) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int64 generationTime = 2;
setGenerationTime(long) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional int64 generationTime = 5;
setGroupUuid(UUID) - Method in class org.yamcs.timeline.TimelineItem
 
setHash(String) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string hash = 2;
setHash(String) - Method in class org.yamcs.security.User
 
setHashBytes(ByteString) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional string hash = 2;
setHeader(int, int, int, int, int) - Method in class org.yamcs.tctm.CcsdsPacket
Write the header.
setHelp(String) - Method in class org.yamcs.templating.Variable
 
setHistogramColumn(int, String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated string histogramColumn = 5;
setHistogramColumn(String) - Method in class org.yamcs.yarch.streamsql.TupleSourceExpression
 
setHistogramColumnName(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for HISTOGRAM
setHistogramColumnNameBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for HISTOGRAM
setHistogramColumns(List<String>) - Method in class org.yamcs.yarch.TableDefinition
 
setHistogramMergeTime(BigDecimal) - Method in class org.yamcs.yarch.streamsql.TupleSourceExpression
 
setHome(String) - Static method in class org.yamcs.yarch.YarchDatabase
 
setHost(InetAddress) - Method in class org.yamcs.logging.SyslogHandler
 
setId(int) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional uint32 id = 1;
setId(int) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
stream id
setId(int) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional int32 id = 1;
setId(int) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional int32 id = 1;
setId(Yamcs.NamedObjectId) - Method in class org.yamcs.parameter.ParameterValueWithId
 
setIdentities(int, ExternalIdentity) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
setIdentities(int, ExternalIdentity.Builder) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated .ExternalIdentity identities = 4;
setIdentity(String) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string identity = 1;
setIdentityBytes(ByteString) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string identity = 1;
setIgnoreOutOfContainerEntries(boolean) - Method in class org.yamcs.mdb.ContainerProcessingOptions
 
setIgnoreVersionIncompatibility(boolean) - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
set to ignore version incompatibility - only used from the version upgrading functions to allow loading old tables.
setInitial(String) - Method in class org.yamcs.templating.Variable
 
setInner(Stream) - Method in class org.yamcs.yarch.InternalStream
 
setInstanceName(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for all record types if not specified then instanceName = tablespaceName
setInstanceNameBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for all record types if not specified then instanceName = tablespaceName
setInt(int, int) - Method in class org.yamcs.utils.ByteArray
 
setInvalid() - Method in class org.yamcs.TmPacket
 
setInvalid(boolean) - Method in class org.yamcs.TmPacket
 
setIoLimit(int) - Method in class org.yamcs.utils.GlobFileFinder
Set the maximum number of IO operations performed when matching a pattern.
setIssuedBy(int) - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional int32 issuedBy = 2;
setIssueTime(Timestamp) - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional .google.protobuf.Timestamp issueTime = 3;
setIssueTime(Timestamp.Builder) - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional .google.protobuf.Timestamp issueTime = 3;
setItemFilters(List<ItemFilter>) - Method in class org.yamcs.timeline.TimelineBand
 
setKeepValues(boolean) - Method in class org.yamcs.utils.ParameterFormatter
 
setKey(byte[]) - Method in class org.yamcs.yarch.Row
 
setKey(String) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string key = 1;
setKeyBytes(ByteString) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string key = 1;
setKeyColumn(int, Tablespace.TableColumnInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
setKeyColumn(int, Tablespace.TableColumnInfo.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo keyColumn = 2;
setLabel(String) - Method in class org.yamcs.templating.Variable
 
setLabel(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
optional string label = 2;
setLabelBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
optional string label = 2;
setLabels(Map<String, String>) - Method in class org.yamcs.InstanceMetadata
 
setLargeFile(boolean) - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
setLastLoginTime(Timestamp) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp lastLoginTime = 8;
setLastLoginTime(Timestamp.Builder) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional .google.protobuf.Timestamp lastLoginTime = 8;
setLevel(String) - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional string level = 1;
setLevel(Level) - Method in class org.yamcs.logging.WatchedFileHandler
 
setLevelBytes(ByteString) - Method in class org.yamcs.security.protobuf.Clearance.Builder
optional string level = 1;
setLifespan(long) - Method in class org.yamcs.security.UserSession
 
setLimit(int) - Method in class org.yamcs.http.api.MdbPageBuilder
 
setLimit(int) - Method in class org.yamcs.parameterarchive.MultipleParameterRequest
retrieve a limited number of "lines" negative means no limit
setLimit(BigDecimal, BigDecimal) - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
setList(List<Expression>) - Method in class org.yamcs.yarch.streamsql.InClause
 
setLocalGenTimeFlag() - Method in class org.yamcs.TmPacket
Set the flag that this packet generation time is in fact local time.
setLocalTime(long) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
local UNIX time in millisecs
setLong(long) - Method in class org.yamcs.utils.MutableLong
 
setMapId(int) - Method in class org.yamcs.tctm.ccsds.UslpTransferFrame
 
setMaxNumObjects(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
maximum number of objects in the bucket
setMaxObjects(int) - Method in interface org.yamcs.yarch.Bucket
Update the object count limit for this bucket.
setMaxObjects(int) - Method in class org.yamcs.yarch.FileSystemBucket
 
setMaxObjects(int) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
setMaxSize(long) - Method in interface org.yamcs.yarch.Bucket
Update the size limit for this bucket.
setMaxSize(long) - Method in class org.yamcs.yarch.FileSystemBucket
 
setMaxSize(long) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
maximum size in bytes
setMaxSize(long) - Method in class org.yamcs.yarch.rocksdb.RdbBucket
 
setMemberId(int, int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for PARCHIVE_AGGARR_INFO
setMembers(int, int) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
repeated int32 members = 4;
setMembers(Set<Long>) - Method in class org.yamcs.security.Group
 
setMemberValue(int, Value) - Method in class org.yamcs.parameter.AggregateValue
 
setMemberValue(String, Value) - Method in class org.yamcs.parameter.AggregateValue
 
setMergeTime(int) - Method in class org.yamcs.archive.IndexRequest
 
setMergeTime(long) - Method in class org.yamcs.yarch.HistogramReaderStream
 
setMergeTime(long) - Method in class org.yamcs.yarch.streamsql.HistogramStreamBuilder
 
setMessage(String) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
required string message = 6;
setMessageBytes(ByteString) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
required string message = 6;
setMetaCommand(MetaCommand) - Method in class org.yamcs.commanding.PreparedCommand
 
setMinLevel(Significance.Levels) - Method in class org.yamcs.commanding.CommandQueue
 
setMissionTime(long) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
Yamcs time in millisecs
setMockup(boolean) - Static method in class org.yamcs.events.EventProducerFactory
Configure the factory to produce mockup objects, optionally queuing the events in a queue
setMockupTimeService(TimeService) - Static method in class org.yamcs.YamcsServer
 
setMonitoringResult(Pvalue.MonitoringResult) - Method in class org.yamcs.parameter.BasicParameterValue
 
setMonitoringResult(Pvalue.MonitoringResult) - Method in class org.yamcs.parameter.ParameterStatus
 
setMonitoringResult(Pvalue.MonitoringResult) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
setMostSevereValue(T) - Method in class org.yamcs.alarms.ActiveAlarm
 
setName(String) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional string name = 1;
setName(String) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string name = 2;
setName(String) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
stream name
setName(String) - Method in class org.yamcs.security.Account
 
setName(String) - Method in class org.yamcs.security.Group
 
setName(String) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string name = 2;
setName(String) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string name = 2;
setName(String) - Method in class org.yamcs.templating.Variable
 
setName(String) - Method in class org.yamcs.timeline.TimelineBand
 
setName(String) - Method in class org.yamcs.timeline.TimelineItem
 
setName(String) - Method in class org.yamcs.timeline.TimelineView
 
setName(String) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional string name = 1;
setName(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
optional string name = 1;
setName(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string name = 1;
setName(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string name = 1;
setName(String) - Method in class org.yamcs.yarch.Stream
 
setName(String) - Method in class org.yamcs.yarch.TableDefinition
 
setNameBytes(ByteString) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
stream name
setNameBytes(ByteString) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string name = 1;
setNegation(boolean) - Method in class org.yamcs.yarch.streamsql.InClause
 
setNegation(boolean) - Method in class org.yamcs.yarch.streamsql.IsNullClause
 
setNegation(boolean) - Method in class org.yamcs.yarch.streamsql.LikeClause
 
setNext(String) - Method in class org.yamcs.http.api.MdbPageBuilder
 
setNoRepeat(boolean) - Method in class org.yamcs.http.api.ParameterReplayListener
 
setNumericContextAlarm(Parameter, List<NumericContextAlarm>) - Method in class org.yamcs.mdb.ProcessorData
 
setNumericType(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for PARCHIVE_AGGARR_INFO to store the numeric type (engType, rawType) of the parameter
setNumObjects(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
current number of objects in the bucket
setObjectId(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional uint32 objectId = 2;
setObjectName(String) - Method in class org.yamcs.filetransfer.FileSaveHandler
 
setObjectPrivileges(Set<ObjectPrivilege>) - Method in class org.yamcs.security.Role
 
setObt(long) - Method in class org.yamcs.TmPacket
 
setOcf(int) - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
setOnboardDelay(double) - Method in class org.yamcs.time.TimeCorrelationService
 
setOptions(ContainerProcessingOptions) - Method in class org.yamcs.mdb.XtceTmExtractor
 
setOuterJoin() - Method in class org.yamcs.yarch.streamsql.QueryTableExpression
 
setOverwrite(boolean) - Method in class org.yamcs.filetransfer.TransferOptions
 
setPacketProvider(TmPacketProvider) - Method in class org.yamcs.Processor
 
setPacketRequest(Yamcs.PacketReplayRequest) - Method in class org.yamcs.archive.ReplayOptions
 
setParameter(Parameter) - Method in class org.yamcs.parameter.ParameterValue
 
setParameterFqn(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
setParameterFqnBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used by the PARCHIVE_DATA to associate parameter ids to (parameter qualified name, parameterType) tbsIndex is the parameter id parameterType is a number assigned to (rawType,engType) combination parameterFqn is the parameter fully qualified name (something like /system/subsystem1/subsystem2/paraName)
setParameterProcessor(ParameterProcessor) - Method in class org.yamcs.algorithms.AlgorithmManager
 
setParameterProcessor(ParameterProcessor) - Method in class org.yamcs.mdb.XtceTmProcessor
 
setParameterProcessor(ParameterProcessor) - Method in class org.yamcs.parameter.LocalParameterManager
 
setParameterProcessor(ParameterProcessor) - Method in interface org.yamcs.parameter.ParameterProvider
Send parameters to this processor.
setParameterProcessor(ParameterProcessor) - Method in class org.yamcs.tctm.ReplayService
 
setParameterProcessor(ParameterProcessor) - Method in class org.yamcs.tctm.StreamParameterProvider
 
setParameterRequest(Yamcs.ParameterReplayRequest) - Method in class org.yamcs.archive.ReplayOptions
 
setParameterSink(ParameterSink) - Method in class org.yamcs.cascading.YamcsParameterLink
 
setParameterSink(ParameterSink) - Method in class org.yamcs.tctm.AbstractParameterDataLink
 
setParameterSink(ParameterSink) - Method in interface org.yamcs.tctm.ParameterDataLink
 
setParameterType(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional uint32 parameterType = 9;
setParameterValue(Context, SetParameterValueRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ProcessingApi
 
setParameterValue(ParameterValue) - Method in class org.yamcs.parameter.ParameterValueWithId
 
setParent(AggregatedDataLink) - Method in class org.yamcs.tctm.AbstractTcDataLink
 
setParent(AggregatedDataLink) - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
setParent(AggregatedDataLink) - Method in interface org.yamcs.tctm.Link
Set the parent link if this is a sublink of an aggregated link.
setParent(AggregatedDataLink) - Method in class org.yamcs.tctm.TcpTcTmDataLink
 
setPartition(Tablespace.TimeBasedPartition) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
setPartition(Tablespace.TimeBasedPartition.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION, HISTOGRAM: if partition by time - partitionDir is subdirectory name (usually something like 2017/11) - partitionStart/End are the times representing partition start(inclusive) and end (exclusive)
setPartitionDir(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional string partitionDir = 1;
setPartitionDirBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional string partitionDir = 1;
setPartitionEnd(long) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional int64 partitionEnd = 3;
setPartitionFilter(TimeInterval, Set<Object>) - Method in class org.yamcs.yarch.AbstractTableWalker
 
setPartitionFilter(TimeInterval, Set<Object>) - Method in interface org.yamcs.yarch.TableWalker
 
setPartitioning(PartitioningSpec) - Method in class org.yamcs.yarch.streamsql.CreateTableStatement
 
setPartitioningInfo(Tablespace.PartitioningInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional .PartitioningInfo partitioningInfo = 10;
setPartitioningInfo(Tablespace.PartitioningInfo.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional .PartitioningInfo partitioningInfo = 10;
setPartitioningSchema(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
setPartitioningSchemaBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
partitioning schema used currently for parameter archive (for tables is stored in the .def file)
setPartitioningSpec(PartitioningSpec) - Method in class org.yamcs.yarch.TableDefinition
time based partitions can be on the first column of the key (which has to be of type timestamp) value based partitions can be on any other mandatory column
setPartitionStart(long) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
optional int64 partitionStart = 2;
setPartitionValue(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_PARTITION: if partitioned by value - the value
setPattern(String) - Method in class org.yamcs.yarch.streamsql.LikeClause
 
setPendingTransmissionConstraints(boolean) - Method in class org.yamcs.commanding.ActiveCommand
 
setPersistent(boolean) - Method in class org.yamcs.Processor
 
setPlayFrom(long) - Method in class org.yamcs.archive.ReplayOptions
 
setPort(int) - Method in class org.yamcs.logging.SyslogHandler
 
setPos(int) - Method in class org.yamcs.http.api.MdbPageBuilder
 
setPosition(int) - Method in class org.yamcs.utils.BitBuffer
set position in bits
setPpRequest(Yamcs.PpReplayRequest) - Method in class org.yamcs.archive.ReplayOptions
 
setPrimaryIndexRange(DbRange) - Method in class org.yamcs.yarch.AbstractTableWalker
 
setPrimaryIndexRange(DbRange) - Method in class org.yamcs.yarch.rocksdb.SecondaryIndexTableWalker
 
setPrimaryIndexRange(DbRange) - Method in interface org.yamcs.yarch.TableWalker
 
setPrintMonitoring(boolean) - Method in class org.yamcs.utils.ParameterFormatter
 
setPrintRaw(boolean) - Method in class org.yamcs.utils.ParameterFormatter
 
setPrintTime(boolean) - Method in class org.yamcs.utils.ParameterFormatter
 
setPrintUnique(boolean) - Method in class org.yamcs.utils.ParameterFormatter
 
setProcessingStatus(boolean) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional bool processingStatus = 7;
setProperties(Map<String, String>) - Method in class org.yamcs.timeline.TimelineBand
 
setProtected(boolean) - Method in class org.yamcs.Processor
 
setProtoClass(String) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
the name of the class implementing the proto object if the dataType=PROTOBUF
setProtoClassBytes(ByteString) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
the name of the class implementing the proto object if the dataType=PROTOBUF
setProvider(String) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string provider = 2;
setProviderBytes(ByteString) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
optional string provider = 2;
setQueueState(String, Commanding.QueueState) - Method in class org.yamcs.commanding.CommandQueueManager
Called from external clients to change the state of the queue
setRangeCondition(Pvalue.RangeCondition) - Method in class org.yamcs.parameter.BasicParameterValue
 
setRangeCondition(Pvalue.RangeCondition) - Method in class org.yamcs.parameter.ParameterStatus
 
setRangeCondition(Pvalue.RangeCondition) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
setRangeStart(long) - Method in class org.yamcs.archive.ReplayOptions
 
setRangeStop(long) - Method in class org.yamcs.archive.ReplayOptions
 
setRaw(boolean) - Method in class org.yamcs.commanding.PreparedCommand
 
setRawDoubleValue(double) - Method in class org.yamcs.parameter.RawEngValue
 
setRawFloatValue(float) - Method in class org.yamcs.parameter.RawEngValue
 
setRawSignedInteger(int) - Method in class org.yamcs.parameter.RawEngValue
 
setRawSignedLong(long) - Method in class org.yamcs.parameter.RawEngValue
 
setRawUnsignedInteger(int) - Method in class org.yamcs.parameter.RawEngValue
 
setRawUnsignedLong(long) - Method in class org.yamcs.parameter.RawEngValue
 
setRawValue(boolean) - Method in class org.yamcs.parameter.RawEngValue
 
setRawValue(byte[]) - Method in class org.yamcs.parameter.RawEngValue
 
setRawValue(String) - Method in class org.yamcs.parameter.RawEngValue
 
setRawValue(Value) - Method in class org.yamcs.parameter.RawEngValue
 
setRawValue(Yamcs.Value) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value rawValue = 2;
setRawValue(Yamcs.Value.Builder) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
optional .yamcs.protobuf.Value rawValue = 2;
setRealtimePacketTime(TmPacket, int) - Method in class org.yamcs.tctm.AbstractPacketPreprocessor
Decodes the time at the offset using the time decoder, sets and verifies the generation time depending on the timeEpoch and the tcoService.
setReceptionTime(long) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int64 receptionTime = 3;
setRecords(int, AccountRecord) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
setRecords(int, AccountRecord.Builder) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
repeated .AccountRecord records = 2;
setRecords(int, GroupRecord) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
setRecords(int, GroupRecord.Builder) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
repeated .GroupRecord records = 2;
setRegisterShutdownHooks(boolean) - Static method in class org.yamcs.yarch.rocksdb.RDBFactory
Set whether shutdown hooks are registered on each created RDBFactory.
setRelativeItemUuid(UUID) - Method in class org.yamcs.timeline.TimelineItem
 
setRelativeStart(long) - Method in class org.yamcs.timeline.TimelineItem
 
setReliable(boolean) - Method in class org.yamcs.filetransfer.TransferOptions
 
setRepeatedEventReduction(boolean, long) - Method in class org.yamcs.events.AbstractEventProducer
By default event repetitions are checked for possible reduction.
setRepeatedEventReduction(boolean, long) - Method in interface org.yamcs.events.EventProducer
Enable/disable repeated event reduction.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.replication.protobuf.Request.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.replication.protobuf.Response.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
setRequest(ReplayOptions) - Method in class org.yamcs.archive.CommandHistoryReplayHandler
 
setRequest(ReplayOptions) - Method in class org.yamcs.archive.EventReplayHandler
 
setRequest(ReplayOptions) - Method in class org.yamcs.archive.ParameterReplayHandler
 
setRequest(ReplayOptions) - Method in interface org.yamcs.archive.ReplayHandler
 
setRequest(ReplayOptions) - Method in class org.yamcs.archive.XtceTmReplayHandler
 
setRequestSeq(int) - Method in class org.yamcs.replication.protobuf.Request.Builder
used to track back the response
setRequestSeq(int) - Method in class org.yamcs.replication.protobuf.Response.Builder
optional uint32 requestSeq = 1;
setRequired(boolean) - Method in class org.yamcs.templating.Variable
 
setResolver(YConfigurationResolver) - Static method in class org.yamcs.YConfiguration
 
setResult(int) - Method in class org.yamcs.replication.protobuf.Response.Builder
optional int32 result = 2;
setRoles(int, String) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
repeated string roles = 5;
setRoles(Collection<String>) - Method in class org.yamcs.security.User
 
setSearch(String) - Method in class org.yamcs.http.audit.AuditRecordFilter
 
setSecondaryIndex(int, Tablespace.SecondaryIndex) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
setSecondaryIndex(int, Tablespace.SecondaryIndex.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .SecondaryIndex secondaryIndex = 11;
setSecondaryIndex(List<String>) - Method in class org.yamcs.yarch.TableDefinition
 
setSecondaryIndex(Tablespace.SecondaryIndex) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for SECONDARY_INDEX
setSecondaryIndex(Tablespace.SecondaryIndex.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for SECONDARY_INDEX
setSecondaryIndexRange(DbRange) - Method in class org.yamcs.yarch.rocksdb.SecondaryIndexTableWalker
 
setSecondaryIndexRange(DbRange) - Method in interface org.yamcs.yarch.TableWalker
 
setSelectList(List<SelectItem>) - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
setSendAllCmd(boolean) - Method in class org.yamcs.archive.IndexRequest
 
setSendAllEvent(boolean) - Method in class org.yamcs.archive.IndexRequest
 
setSendAllPp(boolean) - Method in class org.yamcs.archive.IndexRequest
 
setSendAllTm(boolean) - Method in class org.yamcs.archive.IndexRequest
 
setSendCompletenessIndex(boolean) - Method in class org.yamcs.archive.IndexRequest
 
setSeq(int) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
optional int32 seq = 1;
setSeq(int) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
optional int32 seq = 1;
setSeqCountWrapArround(long) - Method in class org.yamcs.tctm.ccsds.UslpTransferFrame
Sets the max value for the frame count for this frame.
setSeqNo(int) - Method in class org.yamcs.events.AbstractEventProducer
 
setSeqNo(int) - Method in interface org.yamcs.events.EventProducer
 
setSeqNumber(int) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional int32 seqNumber = 4;
setSequence(Sequence) - Method in class org.yamcs.yarch.TableColumnDefinition
Set sequence used for auto-increment
setSequenceCount(int) - Method in class org.yamcs.TmPacket
 
setSequenceCount(short) - Method in class org.yamcs.tctm.CcsdsPacket
 
setSequenceEntry(SequenceEntry) - Method in class org.yamcs.parameter.ContainerParameterValue
 
setSerializer(ColumnSerializer<Object>) - Method in class org.yamcs.yarch.TableColumnDefinition
 
setServiceDetail(ServiceAccountRecordDetail) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.ServiceAccountRecordDetail serviceDetail = 10;
setServiceDetail(ServiceAccountRecordDetail.Builder) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.ServiceAccountRecordDetail serviceDetail = 10;
setServices(List<String>) - Method in class org.yamcs.http.audit.AuditRecordFilter
 
setServiceType(AosManagedParameters.ServiceType) - Method in class org.yamcs.tctm.ccsds.AosTransferFrame
 
setServiceType(UslpManagedParameters.ServiceType) - Method in class org.yamcs.tctm.ccsds.UslpTransferFrame
 
setSevereRange(DoubleRange) - Method in class org.yamcs.parameter.BasicParameterValue
 
setSevereRange(DoubleRange) - Method in class org.yamcs.parameter.ParameterStatus
 
setSeverity(Event.EventSeverity) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional .yamcs.protobuf.events.Event.EventSeverity severity = 7 [default = INFO];
setShared(boolean) - Method in class org.yamcs.timeline.TimelineBand
 
setShLength(int) - Method in class org.yamcs.tctm.ccsds.TmTransferFrame
Set secondary header length in bytes
setShStart(int) - Method in class org.yamcs.tctm.ccsds.TmTransferFrame
Set secondary header start offset.
setSignedIntegerValue(int) - Method in class org.yamcs.parameter.RawEngValue
 
setSignedLongValue(long) - Method in class org.yamcs.parameter.RawEngValue
 
setSimElapsedTime(long) - Method in class org.yamcs.time.SimulationTimeService
Same as setSimElapsedTime(System.currentTimeMillis(), simElapsedTime).
setSimElapsedTime(long, long) - Method in class org.yamcs.time.SimulationTimeService
Sets the javaTime and simElapsedTime used to compute the mission time by SimulationTimeService.getMissionTime()
setSimSpeed(double) - Method in class org.yamcs.time.SimulationTimeService
Set the simulation speed.
setSize(int) - Method in class org.yamcs.mdb.TcProcessingContext
sets the size in bytes of the encoded command
setSize(long) - Method in class org.yamcs.cfdp.DataFile
 
setSize(long) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
current bucket size
setSize(long) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
optional uint64 size = 5;
setSource(String) - Method in class org.yamcs.events.AbstractEventProducer
 
setSource(String) - Method in interface org.yamcs.events.EventProducer
 
setSource(String) - Method in class org.yamcs.timeline.TimelineBand
 
setSource(String) - Method in class org.yamcs.timeline.TimelineItem
 
setSource(String) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string source = 1;
setSourceBytes(ByteString) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string source = 1;
setSpeed(double) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
time speed (mission time vs wall clock time)
setSpeed(SpeedSpec) - Method in class org.yamcs.archive.ReplayOptions
 
setStart(long) - Method in class org.yamcs.archive.IndexRequest
 
setStart(long) - Method in class org.yamcs.timeline.TimelineItem
 
setStart(long) - Method in class org.yamcs.utils.TimeInterval
 
setStart(long) - Method in class org.yamcs.yarch.TimePartitionInfo
 
setStartTxId(long) - Method in class org.yamcs.replication.protobuf.Request.Builder
start replay with this transaction
setStatus(int) - Method in class org.yamcs.TmPacket
 
setStatus(ParameterStatus) - Method in class org.yamcs.parameter.BasicParameterValue
 
setStatus(ExecutionStatus) - Method in class org.yamcs.timeline.Activity
 
setStop(long) - Method in class org.yamcs.archive.IndexRequest
 
setStorageEngine(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string storageEngine = 6;
setStorageEngineBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string storageEngine = 6;
setStorageEngineName(String) - Method in class org.yamcs.yarch.TableDefinition
 
setStringValue(String) - Method in class org.yamcs.parameter.RawEngValue
 
setSubcontainerPartOfResult(boolean) - Method in class org.yamcs.mdb.ContainerProcessingOptions
 
setSubscribeContainerArchivePartitions(boolean) - Method in class org.yamcs.ProcessorConfig
 
setSubscribedStream(Stream) - Method in class org.yamcs.yarch.OutputStream
 
setSuperuser(boolean) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
optional bool superuser = 3;
setSuperuser(boolean) - Method in class org.yamcs.security.User
 
setSynchronous(boolean) - Method in class org.yamcs.Processor
 
setSyncRequired(boolean) - Method in class org.yamcs.replication.ReplicationFile
Set the sync required flag such that the file is synchronized by the ReplicationMaster
setSystemPrivileges(Set<SystemPrivilege>) - Method in class org.yamcs.security.Role
 
setTable1(String) - Method in class org.yamcs.yarch.streamsql.QueryTableExpression
 
setTable1Alias(String) - Method in class org.yamcs.yarch.streamsql.QueryTableExpression
 
setTable2(String) - Method in class org.yamcs.yarch.streamsql.QueryTableExpression
 
setTable2Alias(String) - Method in class org.yamcs.yarch.streamsql.QueryTableExpression
 
setTableDefinition(Tablespace.ProtoTableDefinition) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION
setTableDefinition(Tablespace.ProtoTableDefinition.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION
setTableName(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
setTableNameBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TABLE_DEFINITION, TABLE_PARTITION, HISTOGRAM and SECONDARY_INDEX
setTablespace(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string tablespace = 8;
setTablespace(String) - Method in class org.yamcs.yarch.streamsql.CreateTableStatement
 
setTablespace(Tablespace) - Method in class org.yamcs.yarch.ExecutionContext
 
setTablespaceBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
optional string tablespace = 8;
setTabSize(int) - Method in class org.yamcs.templating.SimpleCharStream
 
setTabSize(int) - Method in class org.yamcs.utils.parser.SimpleCharStream
 
setTags(List<String>) - Method in class org.yamcs.timeline.RetrievalFilter
Deprecated.
setTags(List<String>) - Method in class org.yamcs.timeline.TimelineBand
 
setTags(List<String>) - Method in class org.yamcs.timeline.TimelineItem
 
setTbsIndex(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional uint32 tbsIndex = 1;
setTemplate(String) - Method in class org.yamcs.InstanceMetadata
 
setTemplateArgs(Map<String, Object>) - Method in class org.yamcs.InstanceMetadata
 
setTemplateSource(String) - Method in class org.yamcs.InstanceMetadata
 
setTime(Context, SetTimeRequest, Observer<Empty>) - Method in class org.yamcs.http.api.TimeApi
 
setTime0(long) - Method in class org.yamcs.time.SimulationTimeService
Set the time0
setTimeColumn(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timeColumn = 2;
setTimeColumnBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timeColumn = 2;
setTimeInterval(TimeInterval) - Method in class org.yamcs.yarch.HistogramReaderStream
Retrieve only the histograms overlapping with this interval.
setTimePartitioningSchema(String) - Method in class org.yamcs.yarch.PartitioningSpec
 
setTimePartitioningSchema(TimePartitionSchema) - Method in class org.yamcs.yarch.PartitioningSpec
 
setTimePartitionSchema(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timePartitionSchema = 3;
setTimePartitionSchemaBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string timePartitionSchema = 3;
setTimeWindow(int) - Method in class org.yamcs.utils.ParameterFormatter
 
setTLS(String, String) - Method in class org.yamcs.http.Binding
 
setTLS(List<String>, String) - Method in class org.yamcs.http.Binding
 
setTmIndexName(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TM_INDEX
setTmIndexNameBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
used for TM_INDEX
setTmSink(TmSink) - Method in class org.yamcs.tctm.AbstractTmDataLink
 
setTmSink(TmSink) - Method in class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
setTmSink(TmSink) - Method in interface org.yamcs.tctm.TmPacketDataLink
sets the tm processor that should get all the tm packets
setTooltip(String) - Method in class org.yamcs.timeline.TimelineItem
 
setTransferState(TransferState) - Method in class org.yamcs.cfdp.QueuedCfdpOutgoingTransfer
 
setTransmissionConstraintCheckStart(long) - Method in class org.yamcs.commanding.ActiveCommand
 
setType(String) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string type = 3;
setType(String) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string type = 5;
setType(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string type = 2;
setType(TimelineBandType) - Method in class org.yamcs.timeline.TimelineBand
 
setType(Request.Type) - Method in class org.yamcs.replication.protobuf.Request.Builder
currently only START_REPLAY
setType(Tablespace.PartitioningInfo.PartitioningType) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional .PartitioningInfo.PartitioningType type = 1;
setType(Tablespace.TablespaceRecord.Type) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
optional .TablespaceRecord.Type type = 2;
setTypeBytes(ByteString) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
optional string type = 3;
setTypeBytes(ByteString) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
optional string type = 5;
setTypeBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
optional string type = 2;
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.ColumnInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.Request.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.Response.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.StreamInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.TimeMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.AccountCollection.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.Clearance.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.ExternalIdentity.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.GroupCollection.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.GroupRecord.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.timeline.protobuf.BandFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.protobuf.Db.Event.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition.Builder
 
setUnprocessedBinary(byte[]) - Method in class org.yamcs.commanding.PreparedCommand
 
setUnsignedIntegerValue(int) - Method in class org.yamcs.parameter.RawEngValue
 
setUnsignedLongValue(long) - Method in class org.yamcs.parameter.RawEngValue
 
setup(InputStream) - Static method in class org.yamcs.logging.YamcsLogManager
 
setUp() - Static method in class org.yamcs.utils.TimeEncoding
 
setUp(InputStream) - Static method in class org.yamcs.utils.TimeEncoding
 
SETUP - Static variable in class org.yamcs.yarch.Stream
 
setupSystemParameters(SystemParametersService) - Method in class org.yamcs.tctm.AbstractLink
 
setupSystemParameters(SystemParametersService) - Method in class org.yamcs.tctm.AbstractParameterDataLink
 
setupSystemParameters(SystemParametersService) - Method in class org.yamcs.tctm.AbstractTmDataLink
 
setupSystemParameters(SystemParametersService) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
setupSystemParameters(SystemParametersService) - Method in interface org.yamcs.tctm.Link
Called by the LinkManager before startup if the SystemParametersService service is enabled, to setup necessary things for later parameter collection.
setupTest(String) - Static method in class org.yamcs.YConfiguration
Sets up the Yamcs configuration system and loads the UTC-TAI offsets.
setupTool() - Static method in class org.yamcs.YConfiguration
Sets up the Yamcs configuration system and loads the UTC-TAI offsets.
setupTool(File) - Static method in class org.yamcs.YConfiguration
Sets up the Yamcs configuration system and loads the UTC-TAI offsets.
setUserData(String, T) - Method in class org.yamcs.mdb.ProcessorData
Set some object to be shared with all the users of this processor data
setUserDetail(UserAccountRecordDetail) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.UserAccountRecordDetail userDetail = 9;
setUserDetail(UserAccountRecordDetail.Builder) - Method in class org.yamcs.security.protobuf.AccountRecord.Builder
.UserAccountRecordDetail userDetail = 9;
setUserInput(boolean) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional bool userInput = 3;
setUsername(String) - Method in class org.yamcs.commanding.PreparedCommand
 
setUsername(String) - Method in class org.yamcs.timeline.TimelineBand
 
setValidity(double) - Method in class org.yamcs.time.TimeCorrelationService
 
setValue(int) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue.Builder
optional int32 value = 1;
setValue(int, boolean) - Method in class org.yamcs.parameter.ValueArray
 
setValue(int, Value) - Method in class org.yamcs.parameter.ValueArray
 
setValue(String) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string value = 2;
setValue(ParameterId, Value) - Method in class org.yamcs.parameterarchive.AggrrayBuilder
 
setValue(Yamcs.Value) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional .yamcs.protobuf.Value value = 2;
setValue(Yamcs.Value.Builder) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
optional .yamcs.protobuf.Value value = 2;
setValueBytes(ByteString) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion.Builder
optional string value = 2;
setValueColumn(int, Tablespace.TableColumnInfo) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
setValueColumn(int, Tablespace.TableColumnInfo.Builder) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition.Builder
repeated .TableColumnInfo valueColumn = 3;
setValueColumn(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumn = 4;
setValueColumnBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumn = 4;
setValueColumnType(String) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumnType = 5;
setValueColumnType(DataType) - Method in class org.yamcs.yarch.PartitioningSpec
 
setValueColumnTypeBytes(ByteString) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.Builder
optional string valueColumnType = 5;
setVcFrameSeq(int) - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
setVcFrameSeq(long) - Method in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
Set the virtual channel frame count
setVs(int) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
setWarningRange(DoubleRange) - Method in class org.yamcs.parameter.BasicParameterValue
 
setWarningRange(DoubleRange) - Method in class org.yamcs.parameter.ParameterStatus
 
setWatchRange(DoubleRange) - Method in class org.yamcs.parameter.BasicParameterValue
 
setWatchRange(DoubleRange) - Method in class org.yamcs.parameter.ParameterStatus
 
setWhereClause(Expression) - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
setWindow(WindowSpecification) - Method in class org.yamcs.yarch.streamsql.SelectExpression
 
setWindowWidth(int) - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
Set the FOP sliding window with - that is the maximum number of commands that can be unacknoledged at one time.
setWriteHeader(boolean) - Method in class org.yamcs.utils.ParameterFormatter
 
setYamcsInstance(String) - Method in class org.yamcs.logging.YamcsLogRecord
 
setYamcsInstance(String) - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string yamcsInstance = 3;
setYamcsInstance(String) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string yamcsInstance = 2;
setYamcsInstanceBytes(ByteString) - Method in class org.yamcs.replication.protobuf.Request.Builder
optional string yamcsInstance = 3;
setYamcsInstanceBytes(ByteString) - Method in class org.yamcs.replication.protobuf.Wakeup.Builder
optional string yamcsInstance = 2;
setZeroCopyEnabled(boolean) - Method in class org.yamcs.http.StaticFileHandler
 
severe(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
severe(String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
severe(String, String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
SEVERITY_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
 
SEVERITY_INCREASED - Enum constant in enum org.yamcs.alarms.AlarmNotificationType
 
SFO_FAULT_HANDLER_OVERRIDE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
SFO_FILESTORE_REQUEST - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
SFO_FILESTORE_RESPONSE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
SFO_FLOW_LABEL - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
SFO_MESSAGE_TO_USER - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
SFO_REPORT - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
SFO_REQUEST - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
sheet - Variable in class org.yamcs.mdb.SpreadsheetLoadContext
 
SHEET_ALARMS - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_ALGORITHMS - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_CALIBRATION - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_CHANGELOG - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_COMMANDOPTIONS - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_COMMANDS - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_COMMANDVERIFICATION - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_CONTAINERS - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_DATATYPES - Static variable in class org.yamcs.xtce.xlsv7.V7LoaderBase
 
SHEET_DERIVED_PARAMETERS - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_GENERAL - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_LOCAL_PARAMETERS - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
SHEET_TELEMETERED_PARAMETERS - Static variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
shelve(String, String, long) - Method in class org.yamcs.alarms.ActiveAlarm
 
shelve(ActiveAlarm<T>, String, String, long) - Method in class org.yamcs.alarms.AlarmServer
Shelve an alarm
shelveAlarm(Context, ShelveAlarmRequest, Observer<Empty>) - Method in class org.yamcs.http.api.AlarmsApi
 
SHELVED - Enum constant in enum org.yamcs.alarms.AlarmNotificationType
 
SHELVED - Enum constant in enum org.yamcs.alarms.AlarmState
 
shiftFromEpoch(long) - Method in class org.yamcs.tctm.AbstractPacketPreprocessor
 
SHORT - Enum constant in enum org.yamcs.yarch.DataType._type
 
SHORT - Static variable in class org.yamcs.yarch.DataType
 
ShowDatabasesStatement - Class in org.yamcs.yarch.streamsql
 
ShowDatabasesStatement() - Constructor for class org.yamcs.yarch.streamsql.ShowDatabasesStatement
 
ShowDatabasesStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ShowEnginesStatement - Class in org.yamcs.yarch.streamsql
 
ShowEnginesStatement() - Constructor for class org.yamcs.yarch.streamsql.ShowEnginesStatement
 
ShowEnginesStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ShowSequencesStatement - Class in org.yamcs.yarch.streamsql
 
ShowSequencesStatement() - Constructor for class org.yamcs.yarch.streamsql.ShowSequencesStatement
 
ShowSequencesStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ShowStreamsStatement - Class in org.yamcs.yarch.streamsql
 
ShowStreamsStatement() - Constructor for class org.yamcs.yarch.streamsql.ShowStreamsStatement
 
ShowStreamsStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ShowStreamStatement - Class in org.yamcs.yarch.streamsql
 
ShowStreamStatement(String) - Constructor for class org.yamcs.yarch.streamsql.ShowStreamStatement
 
ShowStreamStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
ShowTablesStatement - Class in org.yamcs.yarch.streamsql
 
ShowTablesStatement() - Constructor for class org.yamcs.yarch.streamsql.ShowTablesStatement
 
ShowTablesStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
shutdown() - Static method in class org.yamcs.logging.YamcsLogManager
Reset the logging configuration
shutdown() - Method in class org.yamcs.management.ManagementService
 
shutdown() - Method in class org.yamcs.replication.MasterChannelHandler
 
shutdown() - Method in class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
 
shutdown() - Method in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
shutDown() - Method in class org.yamcs.parameterarchive.BackFiller
 
shutDown() - Method in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
shutDown() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
Called at shutdown (if the link is enabled) or when the link is disabled
shutDown() - Method in class org.yamcs.tctm.TcpTcDataLink
 
shutDown() - Method in class org.yamcs.tctm.UdpTcDataLink
 
shutDown() - Method in class org.yamcs.YamcsServer
 
shutdownAll() - Static method in class org.yamcs.yarch.rocksdb.RDBFactory
Called from Unit tests to cleanup before the next test
SIGN - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
signalingField - Variable in class org.yamcs.tctm.ccsds.error.AosFrameHeaderErrorCorr.DecoderResult
 
signedSizeInBits(long) - Static method in class org.yamcs.mdb.DataTypeProcessor
 
SimpleCharStream - Class in org.yamcs.templating
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream - Class in org.yamcs.utils.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor for class org.yamcs.templating.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.yamcs.utils.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.yamcs.templating.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.yamcs.utils.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.yamcs.templating.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.yamcs.utils.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.yamcs.templating.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.yamcs.utils.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.yamcs.templating.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.yamcs.utils.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.yamcs.templating.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.yamcs.utils.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.yamcs.templating.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.yamcs.utils.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.yamcs.templating.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.yamcs.utils.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int, int) - Constructor for class org.yamcs.templating.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int, int) - Constructor for class org.yamcs.utils.parser.SimpleCharStream
Constructor.
SimpleExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
SimpleParameterIterator - Class in org.yamcs.parameterarchive
For a given parameter id and group id, iterates over all parameters in the parameter archive (across all segments and partitions).
SimpleParameterIterator(ParameterArchive, ParameterId, int, ParameterRequest) - Constructor for class org.yamcs.parameterarchive.SimpleParameterIterator
 
SimpleRegression - Class in org.yamcs.external
Estimates an ordinary least squares regression model with one independent variable.
SimpleRegression() - Constructor for class org.yamcs.external.SimpleRegression
Create an empty SimpleRegression instance
SimpleRegression(boolean) - Constructor for class org.yamcs.external.SimpleRegression
Create a SimpleRegression instance, specifying whether or not to estimate an intercept.
SimpleStreamSqlStatement - Class in org.yamcs.yarch.streamsql
common implementation for statements which do not return a stream of results but just a limited set
SimpleStreamSqlStatement() - Constructor for class org.yamcs.yarch.streamsql.SimpleStreamSqlStatement
 
SimulationTimeService - Class in org.yamcs.time
Simulation time model.
SimulationTimeService(String) - Constructor for class org.yamcs.time.SimulationTimeService
 
SimulationTimeService(String, YConfiguration) - Constructor for class org.yamcs.time.SimulationTimeService
 
SingleColumnHistogramWriter - Class in org.yamcs.yarch.rocksdb
Histogram writer for the tables having one column histogram (which is actually all standard tables from Yamcs)
SingleColumnHistogramWriter(RdbTable, String) - Constructor for class org.yamcs.yarch.rocksdb.SingleColumnHistogramWriter
 
SingleParameterRetrieval - Class in org.yamcs.parameterarchive
Retrieves values for a single parameter from the parameter archive.
SingleParameterRetrieval(ParameterArchive, String, ParameterRequest) - Constructor for class org.yamcs.parameterarchive.SingleParameterRetrieval
 
SingleParameterRetriever - Class in org.yamcs.http.api
Retrieves values for one parameter combining parameter archive (for past data) and cache (for recent data).
SingleParameterRetriever(ParameterArchive, ParameterCache, ParameterWithId, ParameterRequest) - Constructor for class org.yamcs.http.api.SingleParameterRetriever
 
SingleUserAuthModule - Class in org.yamcs.security
An AuthModule that enforces a login of one fixed user account
SingleUserAuthModule() - Constructor for class org.yamcs.security.SingleUserAuthModule
 
SInt32Value - Class in org.yamcs.parameter
 
SInt32Value(int) - Constructor for class org.yamcs.parameter.SInt32Value
 
SInt64Value - Class in org.yamcs.parameter
 
SInt64Value(long) - Constructor for class org.yamcs.parameter.SInt64Value
 
size - Variable in class org.yamcs.yarch.streamsql.WindowSpecification
 
size() - Method in class org.yamcs.parameter.LastValueCache
 
size() - Method in class org.yamcs.parameter.ParameterValueList
 
size() - Method in class org.yamcs.parameter.SubscriptionArray
 
size() - Method in class org.yamcs.parameter.ValueArray
 
size() - Method in class org.yamcs.parameterarchive.BaseSegment
 
size() - Method in class org.yamcs.parameterarchive.BooleanValueSegment
returns the size of the BitSet storing the values - this will round up to the size of long
size() - Method in class org.yamcs.parameterarchive.DoubleValueSegment
 
size() - Method in class org.yamcs.parameterarchive.FloatValueSegment
 
size() - Method in class org.yamcs.parameterarchive.IntValueSegment
 
size() - Method in class org.yamcs.parameterarchive.LongValueSegment
 
size() - Method in class org.yamcs.parameterarchive.MultiParameterValueSegment
 
size() - Method in class org.yamcs.parameterarchive.ObjectSegment
the number of elements in this segment (not taking into account any compression due to run-length encoding)
size() - Method in class org.yamcs.parameterarchive.ParameterIdDb
 
size() - Method in class org.yamcs.parameterarchive.ParameterIdValueList
 
size() - Method in class org.yamcs.parameterarchive.ParameterValueArray
 
size() - Method in class org.yamcs.parameterarchive.ParameterValueSegment
 
size() - Method in class org.yamcs.parameterarchive.PGSegment
 
size() - Method in class org.yamcs.parameterarchive.SortedTimeSegment
 
size() - Method in interface org.yamcs.parameterarchive.ValueSegment
 
size() - Method in class org.yamcs.utils.BooleanArray
 
size() - Method in class org.yamcs.utils.ByteArray
 
size() - Method in class org.yamcs.utils.DoubleArray
 
size() - Method in class org.yamcs.utils.FloatArray
 
size() - Method in class org.yamcs.utils.IndexedList
 
size() - Method in class org.yamcs.utils.IntArray
 
size() - Method in class org.yamcs.utils.LongArray
 
size() - Method in class org.yamcs.utils.PartitionedTimeInterval
 
size() - Method in class org.yamcs.utils.SortedIntArray
 
size() - Method in class org.yamcs.yarch.HistogramSegment
 
size() - Method in class org.yamcs.yarch.PartitionManager.Interval
 
size() - Method in class org.yamcs.yarch.Tuple
 
size() - Method in class org.yamcs.yarch.TupleDefinition
 
SIZE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
SIZE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
sizeInBits() - Method in class org.yamcs.tctm.ccsds.error.CrcCciitCalculator
 
sizeInBits() - Method in class org.yamcs.tctm.ccsds.error.ProximityCrc32
 
sizeInBits() - Method in interface org.yamcs.tctm.ErrorDetectionWordCalculator
 
sizeInBits() - Method in class org.yamcs.tctm.Iso16CrcCalculator
 
sizeInBits() - Method in class org.yamcs.tctm.Running16BitChecksumCalculator
 
sizeInBits() - Method in class org.yamcs.utils.BitBuffer
returns the size of the buffer (from the offset to the end of the byte array) in bits
skip(int) - Method in class org.yamcs.utils.BitBuffer
Move the position by specified number of bits
skipIdlePackets() - Method in class org.yamcs.tctm.ccsds.PacketDecoder
 
skipIdlePackets(boolean) - Method in class org.yamcs.tctm.ccsds.PacketDecoder
Skip or not the idle packets.
SkippableIntegerCODEC - Interface in me.lemire.integercompression
Interface describing a standard CODEC to compress integers.
SlaveChannelHandler(ReplicationSlave) - Constructor for class org.yamcs.replication.ReplicationSlave.SlaveChannelHandler
 
SlaveServer(String, int, String, boolean) - Constructor for class org.yamcs.replication.ReplicationMaster.SlaveServer
 
Slf4jEventProducer - Class in org.yamcs.events
Prints all events via java logging.
Slf4jEventProducer() - Constructor for class org.yamcs.events.Slf4jEventProducer
 
slice() - Method in class org.yamcs.utils.BitBuffer
Creates a new BitBuffer backed by the same array but with the offset set at the current position of this buffer Works only when position%8 = 0 - otherwise throws an IllegalStateException
snapshot() - Method in class org.yamcs.mdb.ProcessingStatistics
 
socket - Variable in class org.yamcs.tctm.UdpTcDataLink
 
socketChannel - Variable in class org.yamcs.tctm.TcpTcDataLink
 
SoftwareParameterManager - Interface in org.yamcs.parameter
Handles parameters that can be set from the clients.
sort() - Method in class org.yamcs.utils.IntArray
 
sort(List<?>) - Method in class org.yamcs.utils.IntArray
Sort the array concurrently swapping the elements in the list such that the correspondence is kept.
SortedIntArray - Class in org.yamcs.utils
sorted int array
SortedIntArray() - Constructor for class org.yamcs.utils.SortedIntArray
Creates a sorted int array with a default initial capacity
SortedIntArray(int) - Constructor for class org.yamcs.utils.SortedIntArray
Creates a sorted int array with a given initial capacity
SortedIntArray(int...) - Constructor for class org.yamcs.utils.SortedIntArray
Creates the SortedIntArray by copying all values from the input array and sorting them
SortedIntArray(IntArray) - Constructor for class org.yamcs.utils.SortedIntArray
 
SortedTimeSegment - Class in org.yamcs.parameterarchive
TimeSegment stores timestamps relative to a segmentStart.
SortedTimeSegment(long) - Constructor for class org.yamcs.parameterarchive.SortedTimeSegment
 
source - Variable in class org.yamcs.timeline.TimelineItem
 
SOURCE_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
SOURCE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
 
spacecraftId - Variable in class org.yamcs.tctm.ccsds.DownlinkManagedParameters
 
spacecraftId - Variable in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
spacecraftId - Variable in class org.yamcs.tctm.ccsds.TcTransferFrame
 
spacecraftId - Variable in class org.yamcs.tctm.ccsds.UplinkManagedParameters
 
spaceSystem - Variable in class org.yamcs.http.api.NamedObjectPageToken
Whether this represents a space system.
SpaceSystemLoader - Interface in org.yamcs.mdb
Interface implemented by the database loaders.
spCop1Status - Variable in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
Spec - Class in org.yamcs
Specifies the valid structure of a YConfiguration instance.
Spec() - Constructor for class org.yamcs.Spec
 
Spec.Option - Class in org.yamcs
 
Spec.OptionType - Enum in org.yamcs
 
Spec.ValidationContext - Class in org.yamcs
Extra information to be attached to any generated ValidationException
Spec.WhenCondition - Class in org.yamcs
 
SPECIAL_CHARS - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
RegularExpression Id.
specialToken - Variable in class org.yamcs.templating.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.yamcs.utils.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPEED_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.TimeMessage
 
SpeedSpec - Class in org.yamcs.archive
 
SpeedSpec(SpeedSpec.Type) - Constructor for class org.yamcs.archive.SpeedSpec
 
SpeedSpec(SpeedSpec.Type, int) - Constructor for class org.yamcs.archive.SpeedSpec
 
SpeedSpec(SpeedSpec.Type, String, float) - Constructor for class org.yamcs.archive.SpeedSpec
 
SpeedSpec.Type - Enum in org.yamcs.archive
 
SplineCalibratorProc - Class in org.yamcs.mdb
A calibration type where a segmented line in a raw vs calibrated plane is described using a set of points.
SplineCalibratorProc(SplineCalibrator) - Constructor for class org.yamcs.mdb.SplineCalibratorProc
 
SpnegoAuthModule - Class in org.yamcs.security
Implements SPNEGO authentication against an external Kerberos host.
SpnegoAuthModule() - Constructor for class org.yamcs.security.SpnegoAuthModule
 
SpreadsheetLoadContext - Class in org.yamcs.mdb
Keeps track of current whereabouts of the spreadsheet loader.
SpreadsheetLoadContext() - Constructor for class org.yamcs.mdb.SpreadsheetLoadContext
 
SpreadsheetLoadContext(String, String, int) - Constructor for class org.yamcs.mdb.SpreadsheetLoadContext
 
SpreadsheetLoader - Class in org.yamcs.mdb
Wrapper around v6 or v7 xls loader.
SpreadsheetLoader(String) - Constructor for class org.yamcs.mdb.SpreadsheetLoader
 
SpreadsheetLoader(YConfiguration) - Constructor for class org.yamcs.mdb.SpreadsheetLoader
 
SpreadsheetLoadException - Exception in org.yamcs.mdb
Groups all exceptions generated by the spreadsheet loader.
SpreadsheetLoadException(SpreadsheetLoadContext, String) - Constructor for exception org.yamcs.mdb.SpreadsheetLoadException
For known likely exceptions linkable to the current context
SpreadsheetLoadException(SpreadsheetLoadContext, Throwable) - Constructor for exception org.yamcs.mdb.SpreadsheetLoadException
For unexpected exceptions linkable to the current context.
SQL_FILE - Enum constant in enum org.yamcs.StreamConfig.StandardStreamType
 
SqlArrays - Class in org.yamcs.yarch.utils
 
SqlArrays() - Constructor for class org.yamcs.yarch.utils.SqlArrays
 
SqlBuilder - Class in org.yamcs.yarch
 
SqlBuilder(String) - Constructor for class org.yamcs.yarch.SqlBuilder
 
SqlExpressions - Class in org.yamcs.yarch.utils
 
SqlExpressions() - Constructor for class org.yamcs.yarch.utils.SqlExpressions
 
StandardTupleDefinitions - Class in org.yamcs
 
StandardTupleDefinitions() - Constructor for class org.yamcs.StandardTupleDefinitions
 
STAR - Static variable in class org.yamcs.yarch.SelectStream
 
STAR - Static variable in class org.yamcs.yarch.streamsql.SelectItem
 
start - Variable in class org.yamcs.timeline.TimelineItem
 
start - Variable in class org.yamcs.yarch.Partition
 
start() - Method in class org.yamcs.archive.YarchReplay
 
start() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
Start the transfer
start() - Method in class org.yamcs.commanding.CommandVerificationHandler
 
start() - Method in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
start() - Method in class org.yamcs.Processor
 
start() - Method in class org.yamcs.replication.ReplicationClient
 
start() - Method in class org.yamcs.YamcsServer
 
start() - Method in class org.yamcs.yarch.Stream
Start the stream by changing the state and calling Stream.doStart()
start(Runnable, Runnable) - Method in class org.yamcs.cfdp.Timer
 
start(TupleDefinition) - Method in interface org.yamcs.yarch.streamsql.ResultListener
Called at the beginning to provide the schema of the result.
START_REPLAY - Enum constant in enum org.yamcs.replication.protobuf.Request.Type
START_REPLAY = 1;
START_REPLAY_VALUE - Static variable in enum org.yamcs.replication.protobuf.Request.Type
START_REPLAY = 1;
startAsync() - Method in class org.yamcs.YamcsInstanceService
 
startDownload(String, String, String, Bucket, String, TransferOptions) - Method in class org.yamcs.cfdp.CfdpService
 
startDownload(String, String, String, Bucket, String, TransferOptions) - Method in interface org.yamcs.filetransfer.FileTransferService
Start a file download.
startGlobalService(String) - Method in class org.yamcs.YamcsServer
 
starting() - Method in interface org.yamcs.InstanceStateListener
 
startInstance(String) - Method in class org.yamcs.YamcsServer
Start the instance.
startInstance(Context, StartInstanceRequest, Observer<YamcsInstance>) - Method in class org.yamcs.http.api.InstancesApi
 
startLinks() - Method in class org.yamcs.management.LinkManager
 
startProviding(Parameter) - Method in class org.yamcs.algorithms.AlgorithmManager
 
startProviding(Parameter) - Method in class org.yamcs.mdb.XtceTmExtractor
Adds a parameter to the current subscription list.
startProviding(Parameter) - Method in class org.yamcs.mdb.XtceTmProcessor
Adds a parameter to the current subscription list: finds all the SequenceContainers in which this parameter may appear and adds them to the list. also for each sequence container adds the parameter needed to instantiate the sequence container.
startProviding(Parameter) - Method in class org.yamcs.parameter.LocalParameterManager
 
startProviding(Parameter) - Method in interface org.yamcs.parameter.ParameterProvider
Adds a new parameter to the list of parameters that have to provided
startProviding(Parameter) - Method in class org.yamcs.tctm.ReplayService
 
startProviding(Parameter) - Method in class org.yamcs.tctm.StreamParameterProvider
 
startProviding(SequenceContainer) - Method in interface org.yamcs.container.ContainerProvider
 
startProviding(SequenceContainer) - Method in class org.yamcs.mdb.XtceTmExtractor
 
startProviding(SequenceContainer) - Method in class org.yamcs.mdb.XtceTmProcessor
 
startProvidingAll() - Method in class org.yamcs.algorithms.AlgorithmManager
 
startProvidingAll() - Method in class org.yamcs.mdb.XtceTmProcessor
adds all parameters to the subscription
startProvidingAll() - Method in class org.yamcs.parameter.LocalParameterManager
 
startProvidingAll() - Method in interface org.yamcs.parameter.ParameterProvider
start providing all known parameters
startProvidingAll() - Method in class org.yamcs.tctm.ReplayService
 
startProvidingAll() - Method in class org.yamcs.tctm.StreamParameterProvider
 
startProvidingAllContainers() - Method in interface org.yamcs.container.ContainerProvider
Start providing all known containers
startProvidingAllContainers() - Method in class org.yamcs.mdb.XtceTmProcessor
 
startQueueing(String) - Method in class org.yamcs.yarch.rocksdb.HistogramWriter
called from the histogram rebuilder to start queueing all new data while the builder rebuilds a (part) of the.
startQueueing(String) - Method in class org.yamcs.yarch.rocksdb.SingleColumnHistogramWriter
return a completable future which returns a snapshot after which the histogram data is being queued, such that the snapshot+queued histogram data represents accurately the state of the table.
startSeq - Variable in class org.yamcs.tctm.ccsds.error.CltuGenerator
 
startServer() - Method in class org.yamcs.http.HttpServer
 
startService(String) - Method in class org.yamcs.YamcsServerInstance
 
startService(Context, StartServiceRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ServicesApi
 
startServices(List<ServiceWithConfig>) - Static method in class org.yamcs.YamcsServer
Starts the specified list of services.
startTime - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
STARTTXID_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Request
 
startUp() - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
Called at start up (if the link is enabled) or when the link is enabled
startUp() - Method in class org.yamcs.tctm.TcpTcDataLink
 
startUp() - Method in class org.yamcs.tctm.UdpTcDataLink
 
startUpload(String, Bucket, String, String, String, TransferOptions) - Method in class org.yamcs.cfdp.CfdpService
 
startUpload(String, Bucket, String, String, String, TransferOptions) - Method in interface org.yamcs.filetransfer.FileTransferService
Start a file upload.
state - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
state - Variable in class org.yamcs.yarch.Stream
 
state() - Method in class org.yamcs.YamcsInstanceService
 
STATE - Static variable in class org.yamcs.http.auth.LoginRequest
 
STATE_CHANGE - Enum constant in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
the replay status has changed (e.g. stopped or closed) the body contains a ReplayStatus
STATE_CHANGE_VALUE - Static variable in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
the replay status has changed (e.g. stopped or closed) the body contains a ReplayStatus
stateChanged(int, int) - Method in interface org.yamcs.tctm.ccsds.Cop1Monitor
Called each time when the state changes.
stateChanged(int, int) - Method in class org.yamcs.tctm.ccsds.Cop1MonitorImpl
 
stateChanged(FileTransfer) - Method in class org.yamcs.cfdp.CfdpService
 
stateChanged(FileTransfer) - Method in interface org.yamcs.filetransfer.TransferMonitor
 
stateChanged(Yamcs.ReplayStatus) - Method in interface org.yamcs.archive.ReplayListener
 
stateChanged(Yamcs.ReplayStatus) - Method in class org.yamcs.tctm.ReplayService
 
statement() - Method in class org.yamcs.templating.TemplateParser
 
Statement - Interface in org.yamcs.templating
 
StaticFileHandler - Class in org.yamcs.http
 
StaticFileHandler(String, Path) - Constructor for class org.yamcs.http.StaticFileHandler
 
StaticFileHandler(String, List<Path>) - Constructor for class org.yamcs.http.StaticFileHandler
 
staticFlag - Static variable in class org.yamcs.templating.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class org.yamcs.utils.parser.SimpleCharStream
Whether parser is static.
staticRoots - Variable in class org.yamcs.http.StaticFileHandler
 
statisticsUpdated(Processor, Statistics) - Method in interface org.yamcs.management.ManagementListener
Called by the ManagementService when the statistics for the given processor were updated.
stats - Variable in class org.yamcs.mdb.ProcessingStatistics
 
STATUS_MASK_DO_NOT_ARCHIVE - Static variable in class org.yamcs.TmPacket
 
STATUS_MASK_INVALID - Static variable in class org.yamcs.TmPacket
 
STATUS_MASK_LOCAL_GEN_TIME - Static variable in class org.yamcs.TmPacket
 
statusCode - Variable in class org.yamcs.http.Context
 
STEP_BY_STEP - Enum constant in enum org.yamcs.archive.SpeedSpec.Type
 
stop() - Method in class org.yamcs.replication.ReplicationClient
 
stop() - Method in class org.yamcs.YamcsServerInstance
Stops this instance, and waits until it terminates
stop() - Method in class org.yamcs.yarch.TableVisitor.Action
 
stopAsync() - Method in class org.yamcs.YamcsInstanceService
 
stopInstance(String) - Method in class org.yamcs.YamcsServer
Stop the instance (it will be offline after this)
stopInstance(Context, StopInstanceRequest, Observer<YamcsInstance>) - Method in class org.yamcs.http.api.InstancesApi
 
stopLinks() - Method in class org.yamcs.management.LinkManager
 
stopping() - Method in interface org.yamcs.InstanceStateListener
 
stopping(YamcsInstance.InstanceState) - Method in class org.yamcs.YamcsInstanceService
 
stopProviding(Parameter) - Method in class org.yamcs.algorithms.AlgorithmManager
 
stopProviding(Parameter) - Method in class org.yamcs.mdb.XtceTmExtractor
 
stopProviding(Parameter) - Method in class org.yamcs.mdb.XtceTmProcessor
 
stopProviding(Parameter) - Method in class org.yamcs.parameter.LocalParameterManager
 
stopProviding(Parameter) - Method in interface org.yamcs.parameter.ParameterProvider
Removes a parameter from the list of parameters that have to be provided
stopProviding(Parameter) - Method in class org.yamcs.tctm.ReplayService
 
stopProviding(Parameter) - Method in class org.yamcs.tctm.StreamParameterProvider
 
stopProviding(SequenceContainer) - Method in interface org.yamcs.container.ContainerProvider
 
stopProviding(SequenceContainer) - Method in class org.yamcs.mdb.XtceTmExtractor
 
stopProviding(SequenceContainer) - Method in class org.yamcs.mdb.XtceTmProcessor
 
stopQueueing(String) - Method in class org.yamcs.yarch.rocksdb.HistogramWriter
called from the histogram rebuilder to stop queuing and start again updating histograms starting with the ones queued
stopQueueing(String) - Method in class org.yamcs.yarch.rocksdb.SingleColumnHistogramWriter
 
stopService(Context, StopServiceRequest, Observer<Empty>) - Method in class org.yamcs.http.api.ServicesApi
 
StorageEngine - Interface in org.yamcs.yarch
 
STORAGEENGINE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
STORE_RAW_VALUES - Static variable in class org.yamcs.parameterarchive.ParameterArchive
 
stream - Variable in class org.yamcs.alarms.AlarmStreamer
 
stream() - Method in class org.yamcs.utils.IntArray
 
stream(String, String, List<Object>, StreamSubscriber) - Static method in class org.yamcs.http.api.StreamFactory
 
stream(String, String, StreamSubscriber) - Static method in class org.yamcs.http.api.StreamFactory
 
Stream - Class in org.yamcs.yarch
Streams are means to transport tuples.
Stream - Static variable in class org.yamcs.security.ObjectPrivilegeType
 
Stream(YarchDatabaseInstance, String, TupleDefinition) - Constructor for class org.yamcs.yarch.Stream
 
STREAM_INFO - Static variable in class org.yamcs.replication.Message
 
Stream.ExceptionHandler - Interface in org.yamcs.yarch
 
StreamArchiveApi - Class in org.yamcs.http.api
 
StreamArchiveApi() - Constructor for class org.yamcs.http.api.StreamArchiveApi
 
streamClosed() - Method in class org.yamcs.yarch.WindowProcessor
Called when the input stream closes, the window has the opportunity to emit some tuples before closure
streamClosed(Stream) - Method in class org.yamcs.archive.CcsdsTmIndex
 
streamClosed(Stream) - Method in class org.yamcs.archive.YarchReplay
 
streamClosed(Stream) - Method in class org.yamcs.cfdp.CfdpService
 
streamClosed(Stream) - Method in class org.yamcs.cmdhistory.StreamCommandHistoryProvider
 
streamClosed(Stream) - Method in class org.yamcs.parameterarchive.BackFiller
 
streamClosed(Stream) - Method in class org.yamcs.tctm.cfs.CfsEventDecoder
 
streamClosed(Stream) - Method in class org.yamcs.tctm.StreamParameterProvider
 
streamClosed(Stream) - Method in class org.yamcs.yarch.InternalStream
 
streamClosed(Stream) - Method in class org.yamcs.yarch.MergeStream
 
streamClosed(Stream) - Method in class org.yamcs.yarch.OutputStream
Called when the subcribed stream is closed we close this stream also.
streamClosed(Stream) - Method in class org.yamcs.yarch.rocksdb.RdbTableWriter
 
streamClosed(Stream) - Method in class org.yamcs.yarch.SelectStream
 
streamClosed(Stream) - Method in class org.yamcs.yarch.streamsql.LimitedStream
 
streamClosed(Stream) - Method in interface org.yamcs.yarch.StreamSubscriber
 
StreamCommandHistoryProvider - Class in org.yamcs.cmdhistory
provides command history from streams
StreamCommandHistoryProvider(String) - Constructor for class org.yamcs.cmdhistory.StreamCommandHistoryProvider
 
StreamCommandHistoryPublisher - Class in org.yamcs.cmdhistory
Injects the command history updates in the command history stream
StreamCommandHistoryPublisher(String) - Constructor for class org.yamcs.cmdhistory.StreamCommandHistoryPublisher
 
streamCommandIndex(Context, StreamCommandIndexRequest, Observer<Yamcs.ArchiveRecord>) - Method in class org.yamcs.http.api.IndexesApi
 
streamCommands(Context, StreamCommandsRequest, Observer<Commanding.CommandHistoryEntry>) - Method in class org.yamcs.http.api.CommandsApi
 
streamCompletenessIndex(Context, StreamCompletenessIndexRequest, Observer<Yamcs.ArchiveRecord>) - Method in class org.yamcs.http.api.IndexesApi
 
StreamConfig - Class in org.yamcs
Stores the value of the streamConfiguration parameter from yamcs.instance.yaml Used to create the streams at Yamcs startup and by various other services (recording, processor, ...)
StreamConfig.StandardStreamType - Enum in org.yamcs
 
StreamConfig.StreamConfigEntry - Class in org.yamcs
 
StreamConfig.TcStreamConfigEntry - Class in org.yamcs
 
StreamConfig.TmStreamConfigEntry - Class in org.yamcs
 
StreamConfigEntry(StreamConfig.StandardStreamType, String, String) - Constructor for class org.yamcs.StreamConfig.StreamConfigEntry
 
streamEventIndex(Context, StreamEventIndexRequest, Observer<Yamcs.ArchiveRecord>) - Method in class org.yamcs.http.api.IndexesApi
 
StreamEventProducer - Class in org.yamcs.events
Event producer used from inside Yamcs to report events.
StreamEventProducer(String) - Constructor for class org.yamcs.events.StreamEventProducer
 
streamEvents(Context, StreamEventsRequest, Observer<Event>) - Method in class org.yamcs.http.api.EventsApi
 
StreamExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
StreamFactory - Class in org.yamcs.http.api
 
StreamFactory() - Constructor for class org.yamcs.http.api.StreamFactory
 
StreamInfo - Class in org.yamcs.replication.protobuf
Protobuf type StreamInfo
StreamInfo.Builder - Class in org.yamcs.replication.protobuf
Protobuf type StreamInfo
StreamInfoOrBuilder - Interface in org.yamcs.replication.protobuf
 
StreamingClientHandler - Class in org.yamcs.http
 
StreamingClientHandler(RouteContext) - Constructor for class org.yamcs.http.StreamingClientHandler
 
StreamInitializer - Class in org.yamcs
Run at the very beginning of Yamcs startup; creates different streams required for Yamcs operation There are a number of "hardcoded" stream types that can be created without specifying the schema (because the schema has to match the definition expected by other services).
StreamInitializer(String) - Constructor for class org.yamcs.StreamInitializer
 
streamOrTableExists(String) - Method in class org.yamcs.yarch.YarchDatabaseInstance
 
streamPacketIndex(Context, StreamPacketIndexRequest, Observer<Yamcs.ArchiveRecord>) - Method in class org.yamcs.http.api.IndexesApi
 
streamPackets(Context, StreamPacketsRequest, Observer<TmPacketData>) - Method in class org.yamcs.http.api.PacketsApi
 
streamParameterIndex(Context, StreamParameterIndexRequest, Observer<Yamcs.ArchiveRecord>) - Method in class org.yamcs.http.api.IndexesApi
 
StreamParameterProvider - Class in org.yamcs.tctm
Provides parameters from yarch streams (pp_realtime) to ParameterProcessorManager
StreamParameterProvider() - Constructor for class org.yamcs.tctm.StreamParameterProvider
 
StreamParameterSender - Class in org.yamcs.tctm
Sends collection of parameters to stream by
StreamParameterSender(String, Stream) - Constructor for class org.yamcs.tctm.StreamParameterSender
 
streamParameterValues(Context, Archive.StreamParameterValuesRequest, Observer<Pvalue.ParameterData>) - Method in class org.yamcs.http.api.StreamArchiveApi
 
StreamPbParameterSender - Class in org.yamcs.tctm
 
StreamPbParameterSender(String, Stream) - Constructor for class org.yamcs.tctm.StreamPbParameterSender
 
streamRegistered(String, Stream) - Method in interface org.yamcs.management.TableStreamListener
 
StreamSqlException - Exception in org.yamcs.yarch.streamsql
Exception thrown for errors in sql queries.
StreamSqlException(StreamSqlException.ErrCode) - Constructor for exception org.yamcs.yarch.streamsql.StreamSqlException
 
StreamSqlException(StreamSqlException.ErrCode, String) - Constructor for exception org.yamcs.yarch.streamsql.StreamSqlException
 
StreamSqlException.ErrCode - Enum in org.yamcs.yarch.streamsql
 
StreamSqlParser - Class in org.yamcs.yarch.streamsql
 
StreamSqlParser(InputStream) - Constructor for class org.yamcs.yarch.streamsql.StreamSqlParser
Constructor with InputStream.
StreamSqlParser(InputStream, String) - Constructor for class org.yamcs.yarch.streamsql.StreamSqlParser
Constructor with InputStream and supplied encoding
StreamSqlParser(Reader) - Constructor for class org.yamcs.yarch.streamsql.StreamSqlParser
Constructor.
StreamSqlParser(StreamSqlParserTokenManager) - Constructor for class org.yamcs.yarch.streamsql.StreamSqlParser
Constructor with generated Token Manager.
StreamSqlParserConstants - Interface in org.yamcs.yarch.streamsql
Token literal values and constants.
StreamSqlParserTokenManager - Class in org.yamcs.yarch.streamsql
Token Manager.
StreamSqlParserTokenManager(SimpleCharStream) - Constructor for class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
Constructor.
StreamSqlParserTokenManager(SimpleCharStream, int) - Constructor for class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
Constructor.
StreamSqlResult - Interface in org.yamcs.yarch.streamsql
 
StreamSqlResultList - Class in org.yamcs.yarch.streamsql
StreamSqlResult which stores a list of results
StreamSqlResultList() - Constructor for class org.yamcs.yarch.streamsql.StreamSqlResultList
 
StreamSqlStatement - Interface in org.yamcs.yarch.streamsql
Tag interface for all StreamSQL statements.
StreamSqlStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
StreamSubscriber - Interface in org.yamcs.yarch
 
StreamTcCommandReleaser - Class in org.yamcs
Sends commands to yamcs streams
StreamTcCommandReleaser() - Constructor for class org.yamcs.StreamTcCommandReleaser
 
StreamTmPacketProvider - Class in org.yamcs
Receives packets from yamcs streams and sends them to the Processor/TmProcessor for extraction of parameters.
StreamTmPacketProvider() - Constructor for class org.yamcs.StreamTmPacketProvider
 
streamUnregistered(String, String) - Method in interface org.yamcs.management.TableStreamListener
 
streamUpdated(String, Table.StreamInfo) - Method in interface org.yamcs.management.TableStreamListener
 
strictEnd - Variable in class org.yamcs.yarch.IndexFilter
 
strictStart - Variable in class org.yamcs.yarch.IndexFilter
 
STRING - Enum constant in enum org.yamcs.CommandOption.CommandOptionType
 
STRING - Enum constant in enum org.yamcs.Spec.OptionType
 
STRING - Enum constant in enum org.yamcs.yarch.DataType._type
 
STRING - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
RegularExpression Id.
STRING - Static variable in class org.yamcs.yarch.DataType
 
STRING_PLUS - Enum constant in enum org.yamcs.yarch.streamsql.AddOp
 
StringConverter - Class in org.yamcs.utils
 
StringConverter() - Constructor for class org.yamcs.utils.StringConverter
 
StringValue - Class in org.yamcs.parameter
 
StringValue(String) - Constructor for class org.yamcs.parameter.StringValue
 
StringValueSegment - Class in org.yamcs.parameterarchive
 
stripEncapsulationHeader() - Method in class org.yamcs.tctm.ccsds.PacketDecoder
 
stripEncapsulationHeader(boolean) - Method in class org.yamcs.tctm.ccsds.PacketDecoder
If set to true, the encapsulation header will be stripped out.
subCommands - Variable in class org.yamcs.cli.Command
 
subLinks - Variable in class org.yamcs.tctm.ccsds.AbstractTmFrameLink
 
subRanges - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader.Range
 
subscribe(Collection<Parameter>, ParameterProcessor) - Method in class org.yamcs.parameter.ParameterProcessorManager
 
subscribe(ContainerConsumer, SequenceContainer) - Method in class org.yamcs.container.ContainerRequestManager
 
subscribe(Yamcs.NamedObjectId) - Method in class org.yamcs.container.ContainerWithIdRequestHelper
 
subscribeAlarms(Context, SubscribeAlarmsRequest, Observer<AlarmData>) - Method in class org.yamcs.http.api.AlarmsApi
 
subscribeAlgorithmStatus(Context, SubscribeAlgorithmStatusRequest, Observer<AlgorithmStatus>) - Method in class org.yamcs.http.api.ProcessingApi
 
subscribeAll(ContainerConsumer) - Method in class org.yamcs.container.ContainerRequestManager
 
subscribeAll(ContainerWithIdConsumer) - Method in class org.yamcs.container.ContainerWithIdRequestHelper
 
subscribeAll(ParameterConsumer) - Method in class org.yamcs.parameter.ParameterRequestManager
called by a consumer to subscribe to all parameters
subscribeAll(ParameterProcessor) - Method in class org.yamcs.parameter.ParameterProcessorManager
 
subscribeAll(User) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
subscribeClearance(Context, Empty, Observer<ClearanceInfo>) - Method in class org.yamcs.http.api.ClearanceApi
 
subscribeCommand(Commanding.CommandId, CommandHistoryConsumer) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
Add a consumer to the subscriber list for a command
subscribeCommandHistory(String, long, CommandHistoryConsumer) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
Called by the CommandHistory consumers when they want to receive all updates corresponding to a command.
subscribeCommands(Context, SubscribeCommandsRequest, Observer<Commanding.CommandHistoryEntry>) - Method in class org.yamcs.http.api.CommandsApi
 
subscribeContainerArchivePartitions() - Method in class org.yamcs.ProcessorConfig
 
subscribeContainers(Context, SubscribeContainersRequest, Observer<ContainerData>) - Method in class org.yamcs.http.api.PacketsApi
 
SubscribedContainer - Class in org.yamcs.mdb
 
SubscribedContainer(SequenceContainer) - Constructor for class org.yamcs.mdb.SubscribedContainer
 
subscribeEvents(Context, SubscribeEventsRequest, Observer<Event>) - Method in class org.yamcs.http.api.EventsApi
 
subscribeGlobalStatus(Context, SubscribeGlobalStatusRequest, Observer<GlobalAlarmStatus>) - Method in class org.yamcs.http.api.AlarmsApi
 
subscribeInstances(Context, Empty, Observer<YamcsInstance>) - Method in class org.yamcs.http.api.InstancesApi
 
subscribeLinks(Context, SubscribeLinksRequest, Observer<LinkEvent>) - Method in class org.yamcs.http.api.LinksApi
 
subscribeMdbChanges(Context, SubscribeMdbChangesRequest, Observer<MdbOverrideInfo>) - Method in class org.yamcs.http.api.MdbOverrideApi
 
subscribePackets(Context, SubscribePacketsRequest, Observer<TmPacketData>) - Method in class org.yamcs.http.api.PacketsApi
 
SubscribeParameterObserver - Class in org.yamcs.http.api
 
SubscribeParameterObserver(User, Observer<SubscribeParametersData>) - Constructor for class org.yamcs.http.api.SubscribeParameterObserver
 
subscribeParameters() - Method in class org.yamcs.cascading.YamcsParameterLink
 
subscribeParameters(Context, Observer<SubscribeParametersData>) - Method in class org.yamcs.http.api.ProcessingApi
 
subscribeProcessors(Context, SubscribeProcessorsRequest, Observer<ProcessorInfo>) - Method in class org.yamcs.http.api.ProcessingApi
 
subscribeQueueEvents(Context, SubscribeQueueEventsRequest, Observer<Commanding.CommandQueueEvent>) - Method in class org.yamcs.http.api.QueuesApi
 
subscribeQueueStatistics(Context, SubscribeQueueStatisticsRequest, Observer<Commanding.CommandQueueInfo>) - Method in class org.yamcs.http.api.QueuesApi
 
subscribeRemoteFileList(Context, SubscribeTransfersRequest, Observer<ListFilesResponse>) - Method in class org.yamcs.http.api.FileTransferApi
 
subscribeReplicationInfo(Context, Empty, Observer<ReplicationInfo>) - Method in class org.yamcs.http.api.ReplicationApi
 
subscribers - Variable in class org.yamcs.yarch.Stream
 
subscribeStatus(Context, SubscribeStatusRequest, Observer<Cop1Status>) - Method in class org.yamcs.http.api.Cop1Api
 
subscribeStream(Context, Table.SubscribeStreamRequest, Observer<Table.StreamData>) - Method in class org.yamcs.http.api.TableApi
 
subscribeStreamStatistics(Context, Table.SubscribeStreamStatisticsRequest, Observer<StreamEvent>) - Method in class org.yamcs.http.api.TableApi
 
subscribeSystemInfo(Context, Empty, Observer<SystemInfo>) - Method in class org.yamcs.http.api.ServerApi
 
subscribeTime(Context, SubscribeTimeRequest, Observer<Timestamp>) - Method in class org.yamcs.http.api.TimeApi
 
subscribeTMStatistics(Context, SubscribeTMStatisticsRequest, Observer<Statistics>) - Method in class org.yamcs.http.api.ProcessingApi
 
subscribeToProviders(Collection<Parameter>) - Method in class org.yamcs.parameter.ParameterProcessorManager
Called to subscribe to providers for the given parameters.
subscribeToProviders(Collection<Parameter>) - Method in class org.yamcs.parameter.ParameterRequestManager
Called to subscribe to providers for the given parameters.
subscribeTransfers(Context, SubscribeTransfersRequest, Observer<TransferInfo>) - Method in class org.yamcs.http.api.FileTransferApi
 
subscription - Variable in class org.yamcs.mdb.XtceTmExtractor
 
Subscription - Class in org.yamcs.mdb
keeps track of the parameters and containers subscribed (because we only want to extract those)
SubscriptionArray - Class in org.yamcs.parameter
set of subscription ids - represented as sorted array no duplicate allowed copy on write
SubscriptionArray() - Constructor for class org.yamcs.parameter.SubscriptionArray
 
subscriptionId - Variable in class org.yamcs.cmdhistory.CommandHistoryFilter
 
subscriptionId - Variable in exception org.yamcs.InvalidRequestIdentification
 
substring(byte[], int) - Static method in class org.yamcs.yarch.streamsql.funct.SubstringExpression
 
substring(byte[], int) - Static method in class org.yamcs.yarch.streamsql.funct.UnhexExpression
 
SubstringExpression - Class in org.yamcs.yarch.streamsql.funct
 
SubstringExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.funct.SubstringExpression
 
SUCCESSFUL - Enum constant in enum org.yamcs.cfdp.pdu.DirectoryListingResponse.ListingResponseCode
 
SUCCESSFUL_RETENTION - Enum constant in enum org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
 
SUFFIX_MESSAGE - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
SUFFIX_RETURN - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
SUFFIX_STATUS - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
SUFFIX_TIME - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
SumExpression - Class in org.yamcs.yarch.streamsql.funct
 
SumExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.funct.SumExpression
 
summary - Variable in class org.yamcs.http.audit.AuditRecord
 
SUMMARY - Enum constant in enum org.yamcs.http.api.XtceToGpbAssembler.DetailLevel
 
SUPERUSER_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
suspend() - Method in class org.yamcs.cfdp.CfdpIncomingTransfer
 
suspend() - Method in class org.yamcs.cfdp.CfdpOutgoingTransfer
 
suspend() - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
SUSPEND_REQUEST_RECEIVED - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
suspended(int) - Method in interface org.yamcs.tctm.ccsds.Cop1Monitor
Called when the operations have been suspended due to a timeout
suspended(int) - Method in class org.yamcs.tctm.ccsds.Cop1MonitorImpl
 
switchPrm(ParameterRequestManager, User) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
Change processor and return the list of parameters that were valid in the old processor and are not anymore
SwitchTo(int) - Method in class org.yamcs.templating.TemplateParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.yamcs.utils.parser.FilterParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.yamcs.yarch.streamsql.StreamSqlParserTokenManager
Switch to specified lex state.
switchToSheet(String, boolean) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
sync() - Method in class org.yamcs.parameter.LocalParameterManager
 
sync() - Method in class org.yamcs.replication.ReplicationFile
Force writing the content on disk.
SYNCH - Enum constant in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
 
SyslogHandler - Class in org.yamcs.logging
JUL appender that emits to syslogd over UDP with messages formatted according to RFC 3164 (BSD syslog).
SyslogHandler() - Constructor for class org.yamcs.logging.SyslogHandler
 
SystemParametersCollector - Class in org.yamcs.parameter
Deprecated.
SystemParametersCollector() - Constructor for class org.yamcs.parameter.SystemParametersCollector
Deprecated.
 
SystemParametersProducer - Interface in org.yamcs.parameter
Interface implemented by classes that want to provide system parameters.
SystemParametersService - Class in org.yamcs.parameter
Collects each second system processed parameters from whomever registers and sends them on the sys_var stream
SystemParametersService() - Constructor for class org.yamcs.parameter.SystemParametersService
 
SystemPrivilege - Class in org.yamcs.security
A system privilege is the right to perform a particular action or to perform an action on any object of a particular type.
SystemPrivilege(String) - Constructor for class org.yamcs.security.SystemPrivilege
 

T

T1 - Enum constant in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
 
table - Variable in class org.yamcs.yarch.rocksdb.HistogramWriter
 
table - Variable in class org.yamcs.yarch.TableWriter
 
Table - Class in org.yamcs.yarch
 
Table(TableDefinition) - Constructor for class org.yamcs.yarch.Table
 
TABLE_DEFINITION - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store table definitions
TABLE_DEFINITION_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store table definitions
TABLE_NAME - Static variable in class org.yamcs.archive.CommandHistoryRecorder
 
TABLE_NAME - Static variable in class org.yamcs.archive.EventRecorder
 
TABLE_NAME - Static variable in class org.yamcs.archive.ParameterRecorder
 
TABLE_NAME - Static variable in class org.yamcs.archive.XtceTmRecorder
 
TABLE_NAME - Static variable in class org.yamcs.time.TimeCorrelationService
 
TABLE_PARTITION - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store table (partition) data relevant information: instanceName, tableName and optionally partitionValue, partitionDir, partitionStart and partitionEnd
TABLE_PARTITION_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store table (partition) data relevant information: instanceName, tableName and optionally partitionValue, partitionDir, partitionStart and partitionEnd
TableApi - Class in org.yamcs.http.api
 
TableApi() - Constructor for class org.yamcs.http.api.TableApi
 
TableColumnDefinition - Class in org.yamcs.yarch
Stores properties for table columns
TableColumnDefinition(String, DataType) - Constructor for class org.yamcs.yarch.TableColumnDefinition
 
TableColumnDefinition(ColumnDefinition) - Constructor for class org.yamcs.yarch.TableColumnDefinition
 
TableColumnDefinition(TableColumnDefinition) - Constructor for class org.yamcs.yarch.TableColumnDefinition
Copy constructor
TableColumnDefinition() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
tableDefinition - Variable in class org.yamcs.yarch.AbstractTableWalker
 
tableDefinition - Variable in class org.yamcs.yarch.PartitionManager
 
tableDefinition - Variable in class org.yamcs.yarch.rocksdb.HistogramWriter
 
tableDefinition - Variable in class org.yamcs.yarch.Table
 
tableDefinition - Variable in class org.yamcs.yarch.TableReaderStream
 
TableDefinition - Class in org.yamcs.yarch
A table definition consists of a (key,value) pair of tuple definitions.
TableDefinition(int, List<TableColumnDefinition>, List<TableColumnDefinition>) - Constructor for class org.yamcs.yarch.TableDefinition
Used when creating the table from the serialized data on disk
TableDefinition(String, TupleDefinition, List<String>) - Constructor for class org.yamcs.yarch.TableDefinition
Used when creating an empty table via sql.
TABLEDEFINITION_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
TableDefinitionConstructor - Class in org.yamcs.yarch
Constructs TableDefinition from .def yaml files.
TableDefinitionConstructor() - Constructor for class org.yamcs.yarch.TableDefinitionConstructor
 
TABLENAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
TableOption(CreateTableStatement) - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
TableReaderStream - Class in org.yamcs.yarch
Implements skeleton for table streamer that uses PartitionManager to handle partitioning.
TableReaderStream(YarchDatabaseInstance, TableDefinition, TableWalker) - Constructor for class org.yamcs.yarch.TableReaderStream
 
tableRegistered(String, TableDefinition) - Method in interface org.yamcs.management.TableStreamListener
 
tablespace - Variable in class org.yamcs.archive.CcsdsTmIndex
 
tablespace - Variable in class org.yamcs.yarch.rocksdb.HistogramWriter
 
Tablespace - Class in org.yamcs.yarch.rocksdb.protobuf
 
Tablespace - Class in org.yamcs.yarch.rocksdb
Tablespaces are used to store data by the RdbStorageEngine.
Tablespace(String) - Constructor for class org.yamcs.yarch.rocksdb.Tablespace
 
TABLESPACE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
Tablespace.BucketProperties - Class in org.yamcs.yarch.rocksdb.protobuf
associated to each bucket
Tablespace.BucketProperties.Builder - Class in org.yamcs.yarch.rocksdb.protobuf
associated to each bucket
Tablespace.BucketPropertiesOrBuilder - Interface in org.yamcs.yarch.rocksdb.protobuf
 
Tablespace.ObjectProperties - Class in org.yamcs.yarch.rocksdb.protobuf
associated to each user object
Tablespace.ObjectProperties.Builder - Class in org.yamcs.yarch.rocksdb.protobuf
associated to each user object
Tablespace.ObjectPropertiesOrBuilder - Interface in org.yamcs.yarch.rocksdb.protobuf
 
Tablespace.PartitioningInfo - Class in org.yamcs.yarch.rocksdb.protobuf
Protobuf type PartitioningInfo
Tablespace.PartitioningInfo.Builder - Class in org.yamcs.yarch.rocksdb.protobuf
Protobuf type PartitioningInfo
Tablespace.PartitioningInfo.PartitioningType - Enum in org.yamcs.yarch.rocksdb.protobuf
Protobuf enum PartitioningInfo.PartitioningType
Tablespace.PartitioningInfoOrBuilder - Interface in org.yamcs.yarch.rocksdb.protobuf
 
Tablespace.ProtoTableDefinition - Class in org.yamcs.yarch.rocksdb.protobuf
Protobuf type ProtoTableDefinition
Tablespace.ProtoTableDefinition.Builder - Class in org.yamcs.yarch.rocksdb.protobuf
Protobuf type ProtoTableDefinition
Tablespace.ProtoTableDefinitionOrBuilder - Interface in org.yamcs.yarch.rocksdb.protobuf
 
Tablespace.SecondaryIndex - Class in org.yamcs.yarch.rocksdb.protobuf
to allow future extensions we define multi-column secondary indices for each table as of now only a single index on one column is supported
Tablespace.SecondaryIndex.Builder - Class in org.yamcs.yarch.rocksdb.protobuf
to allow future extensions we define multi-column secondary indices for each table as of now only a single index on one column is supported
Tablespace.SecondaryIndexOrBuilder - Interface in org.yamcs.yarch.rocksdb.protobuf
 
Tablespace.TableColumnInfo - Class in org.yamcs.yarch.rocksdb.protobuf
Protobuf type TableColumnInfo
Tablespace.TableColumnInfo.Builder - Class in org.yamcs.yarch.rocksdb.protobuf
Protobuf type TableColumnInfo
Tablespace.TableColumnInfo.EnumValue - Class in org.yamcs.yarch.rocksdb.protobuf
Protobuf type TableColumnInfo.EnumValue
Tablespace.TableColumnInfo.EnumValue.Builder - Class in org.yamcs.yarch.rocksdb.protobuf
Protobuf type TableColumnInfo.EnumValue
Tablespace.TableColumnInfo.EnumValueOrBuilder - Interface in org.yamcs.yarch.rocksdb.protobuf
 
Tablespace.TableColumnInfoOrBuilder - Interface in org.yamcs.yarch.rocksdb.protobuf
 
Tablespace.TablespaceRecord - Class in org.yamcs.yarch.rocksdb.protobuf
This is used to encode values in the tablespace metadata database
Tablespace.TablespaceRecord.Builder - Class in org.yamcs.yarch.rocksdb.protobuf
This is used to encode values in the tablespace metadata database
Tablespace.TablespaceRecord.Type - Enum in org.yamcs.yarch.rocksdb.protobuf
Protobuf enum TablespaceRecord.Type
Tablespace.TablespaceRecordOrBuilder - Interface in org.yamcs.yarch.rocksdb.protobuf
 
Tablespace.TimeBasedPartition - Class in org.yamcs.yarch.rocksdb.protobuf
Protobuf type TimeBasedPartition
Tablespace.TimeBasedPartition.Builder - Class in org.yamcs.yarch.rocksdb.protobuf
Protobuf type TimeBasedPartition
Tablespace.TimeBasedPartitionOrBuilder - Interface in org.yamcs.yarch.rocksdb.protobuf
 
TableStreamListener - Interface in org.yamcs.management
Implement and subscribe to the ManagementService to know when new tables or streams are created/removed
TableStringBuilder - Class in org.yamcs.cli
Helper for outputting records in columnar fashion without harcoding column widths
TableStringBuilder(int) - Constructor for class org.yamcs.cli.TableStringBuilder
 
TableStringBuilder(String...) - Constructor for class org.yamcs.cli.TableStringBuilder
 
tableUnregistered(String, String) - Method in interface org.yamcs.management.TableStreamListener
 
TableVisitor - Interface in org.yamcs.yarch
 
TableVisitor.Action - Class in org.yamcs.yarch
 
TableVisitor.ActionType - Enum in org.yamcs.yarch
 
TableWalker - Interface in org.yamcs.yarch
Walks over one yarch table providing operations for select, udpdate, delete
TableWalkerBuilder - Class in org.yamcs.yarch.streamsql
 
TableWalkerBuilder(ExecutionContext, TableDefinition) - Constructor for class org.yamcs.yarch.streamsql.TableWalkerBuilder
 
TableWriter - Class in org.yamcs.yarch
 
TableWriter(YarchDatabaseInstance, Table, TableWriter.InsertMode) - Constructor for class org.yamcs.yarch.TableWriter
 
TableWriter.InsertMode - Enum in org.yamcs.yarch
 
tabSize - Variable in class org.yamcs.templating.SimpleCharStream
 
tabSize - Variable in class org.yamcs.utils.parser.SimpleCharStream
 
TAGDB - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used by the tag database relevant information: instanceName
TAGDB_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used by the tag database relevant information: instanceName
tags - Variable in class org.yamcs.timeline.TimelineItem
 
TAI - Enum constant in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeEpochs
 
tail(long) - Method in class org.yamcs.replication.ReplicationFile
Returns a ReplicationTail containing a read only ByteBuffer having the position on given txId and with the limit set to the current end of tx data.
tailIterator() - Method in class org.yamcs.parameter.ParameterValueList
Creates an iterator which is positioned on the end of the list but returns all the elements added after the iterator has been created.
tailSeq - Variable in class org.yamcs.tctm.ccsds.error.CltuGenerator
 
TaiUtcConverter - Class in org.yamcs.utils
Utility class to convert between TAI and UTC.
TaiUtcConverter() - Constructor for class org.yamcs.utils.TaiUtcConverter
 
TaiUtcConverter(InputStream) - Constructor for class org.yamcs.utils.TaiUtcConverter
 
TaiUtcConverter.DateTimeComponents - Class in org.yamcs.utils
 
TaiUtcConverter.ValidityLine - Class in org.yamcs.utils
 
TBS_INDEX_SIZE - Static variable in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 
TBSINDEX_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
TC - Enum constant in enum org.yamcs.StreamConfig.StandardStreamType
 
TC - Static variable in class org.yamcs.StandardTupleDefinitions
 
TC_ORIGIN_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
TcDataLink - Interface in org.yamcs.tctm
Interface implemented by components that send commands to the outer universe
TcFrameFactory - Class in org.yamcs.tctm.ccsds
 
TcFrameFactory(TcManagedParameters.TcVcManagedParameters) - Constructor for class org.yamcs.tctm.ccsds.TcFrameFactory
 
TcManagedParameters - Class in org.yamcs.tctm.ccsds
Configuration (managed parameters) used for generation of TC frames as per CCSDS 232.0-B-3
TcManagedParameters(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.TcManagedParameters
 
TcManagedParameters.PriorityScheme - Enum in org.yamcs.tctm.ccsds
 
TcManagedParameters.TcVcManagedParameters - Class in org.yamcs.tctm.ccsds
Configuration for one Virtual Channel
tcoService - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
TcPacketHandler - Class in org.yamcs.tctm.ccsds
Assembles command packets into TC frames as per CCSDS 232.0-B-3.
TcPacketHandler(String, String, TcManagedParameters.TcVcManagedParameters) - Constructor for class org.yamcs.tctm.ccsds.TcPacketHandler
 
TcProcessingContext - Class in org.yamcs.mdb
Keeps track of where we are when filling in the bits and bytes of a command
TcProcessingContext(MetaCommand, ProcessorData, Map<Parameter, Value>, BitBuffer, int) - Constructor for class org.yamcs.mdb.TcProcessingContext
 
TcpRole - Enum in org.yamcs.replication
 
TcpTcDataLink - Class in org.yamcs.tctm
Sends raw command packets on TCP socket.
TcpTcDataLink() - Constructor for class org.yamcs.tctm.TcpTcDataLink
 
TcpTcTmDataLink - Class in org.yamcs.tctm
 
TcpTcTmDataLink() - Constructor for class org.yamcs.tctm.TcpTcTmDataLink
 
TcpTmDataLink - Class in org.yamcs.tctm
 
TcpTmDataLink() - Constructor for class org.yamcs.tctm.TcpTmDataLink
 
tcQueued() - Method in interface org.yamcs.tctm.ccsds.Cop1Monitor
Called when a new command has been added to the COP1 waiting queue
tcSent() - Method in interface org.yamcs.tctm.ccsds.Cop1Monitor
Called when a new AD frame has been sent queued for being sent upstream
TcStreamConfigEntry(String) - Constructor for class org.yamcs.StreamConfig.TcStreamConfigEntry
 
TcStreamConfigEntry(String, String) - Constructor for class org.yamcs.StreamConfig.TcStreamConfigEntry
 
TcStreamConfigEntry(String, String, List<Pattern>) - Constructor for class org.yamcs.StreamConfig.TcStreamConfigEntry
 
TcTmException - Exception in org.yamcs.tctm
Generic exception to throw for problems encountered during TC or TM processing
TcTmException() - Constructor for exception org.yamcs.tctm.TcTmException
 
TcTmException(String) - Constructor for exception org.yamcs.tctm.TcTmException
 
TcTmException(String, Throwable) - Constructor for exception org.yamcs.tctm.TcTmException
 
TcTransferFrame - Class in org.yamcs.tctm.ccsds
 
TcTransferFrame(byte[], int, int) - Constructor for class org.yamcs.tctm.ccsds.TcTransferFrame
 
TcVcManagedParameters(YConfiguration, TcManagedParameters) - Constructor for class org.yamcs.tctm.ccsds.TcManagedParameters.TcVcManagedParameters
 
TDEF - Static variable in class org.yamcs.cfdp.CompletedTransfer
 
TDEF - Static variable in class org.yamcs.time.TimeCorrelationService
 
TDEF - Static variable in class org.yamcs.time.TimeOfFlightEstimator
 
Template - Class in org.yamcs.templating
 
Template(String, String) - Constructor for class org.yamcs.templating.Template
 
TemplateBody - Class in org.yamcs.templating
 
TemplateBody() - Constructor for class org.yamcs.templating.TemplateBody
 
TemplateParser - Class in org.yamcs.templating
 
TemplateParser(InputStream) - Constructor for class org.yamcs.templating.TemplateParser
Constructor with InputStream.
TemplateParser(InputStream, String) - Constructor for class org.yamcs.templating.TemplateParser
Constructor with InputStream and supplied encoding
TemplateParser(Reader) - Constructor for class org.yamcs.templating.TemplateParser
Constructor.
TemplateParser(TemplateParserTokenManager) - Constructor for class org.yamcs.templating.TemplateParser
Constructor with generated Token Manager.
TemplateParserConstants - Interface in org.yamcs.templating
Token literal values and constants.
TemplateParserTokenManager - Class in org.yamcs.templating
Token Manager.
TemplateParserTokenManager(SimpleCharStream) - Constructor for class org.yamcs.templating.TemplateParserTokenManager
Constructor.
TemplateParserTokenManager(SimpleCharStream, int) - Constructor for class org.yamcs.templating.TemplateParserTokenManager
Constructor.
TemplateProcessor - Class in org.yamcs.templating
Processes a template source.
TemplateProcessor(String) - Constructor for class org.yamcs.templating.TemplateProcessor
 
term() - Method in class org.yamcs.utils.parser.FilterParser
 
TERM - Enum constant in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
 
terminateAD() - Method in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
Terminate the AD service
terminated(Service.State) - Method in class org.yamcs.http.api.ParameterReplayListener
 
TERMINATED - Enum constant in enum org.yamcs.cfdp.pdu.AckPacket.TransactionStatus
 
TEXT - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
textStatement() - Method in class org.yamcs.templating.TemplateParser
 
TextStatement - Class in org.yamcs.templating
 
TextStatement(String) - Constructor for class org.yamcs.templating.TextStatement
 
ThirdPartyAuthorizationCode - Class in org.yamcs.security
Represents a token (or 'authorization_code' in oauth terms) issued by an external identity server.
ThirdPartyAuthorizationCode(String) - Constructor for class org.yamcs.security.ThirdPartyAuthorizationCode
 
ThreadSafe - Annotation Type in org.yamcs
 
time - Variable in class org.yamcs.http.api.TimeSortedPageToken
Time associated with the last object that was emitted.
time - Variable in class org.yamcs.http.audit.AuditRecord
 
TIME - Enum constant in enum org.yamcs.yarch.PartitioningSpec._type
 
TIME - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
TIME = 1;
TIME - Enum constant in enum org.yamcs.yarch.streamsql.WindowSpecification.Type
 
TIME - Static variable in class org.yamcs.replication.Message
 
TIME_AND_VALUE - Enum constant in enum org.yamcs.yarch.PartitioningSpec._type
 
TIME_AND_VALUE - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
TIME_AND_VALUE = 3;
TIME_AND_VALUE_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
TIME_AND_VALUE = 3;
TIME_PARAMETER_FQN - Static variable in class org.yamcs.parameterarchive.ParameterIdDb
 
TIME_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
TIME = 1;
timeAndValueSpec(String, String) - Static method in class org.yamcs.yarch.PartitioningSpec
 
TimeApi - Class in org.yamcs.http.api
 
TimeApi() - Constructor for class org.yamcs.http.api.TimeApi
 
timeCalibContexts - Variable in class org.yamcs.xtce.xlsv6.V6Loader
 
timeCalibContexts - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
timeCalibEpochs - Variable in class org.yamcs.xtce.xlsv6.V6Loader
 
timeCalibEpochs - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
timeCalibScales - Variable in class org.yamcs.xtce.xlsv6.V6Loader
 
timeCalibScales - Variable in class org.yamcs.xtce.xlsv7.V7Loader
 
timeColumn - Variable in class org.yamcs.yarch.PartitioningSpec
 
TIMECOLUMN_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
TimeCorrelationApi - Class in org.yamcs.http.api
 
TimeCorrelationApi() - Constructor for class org.yamcs.http.api.TimeCorrelationApi
 
TimeCorrelationService - Class in org.yamcs.time
On-board time correlation service (inspired from SCOS2K (ESA MCS)).
TimeCorrelationService() - Constructor for class org.yamcs.time.TimeCorrelationService
 
timeDecoder - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
TimeDecoder - Interface in org.yamcs.time
Interface for time decoders used in the PacketPreprocessor
TimedValue - Class in org.yamcs.parameterarchive
 
TimedValue(long, Value, Value, Pvalue.ParameterStatus) - Constructor for class org.yamcs.parameterarchive.TimedValue
 
TimeEncoding - Class in org.yamcs.utils
This class provides times in terms of milliseconds since 1970TAI
TimeEncoding() - Constructor for class org.yamcs.utils.TimeEncoding
 
timeEpoch - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
TimeInterval - Class in org.yamcs.utils
Time interval where both ends can be open.
TimeInterval() - Constructor for class org.yamcs.utils.TimeInterval
Creates a TimeInterval with no start and no end
TimeInterval(long, long) - Constructor for class org.yamcs.utils.TimeInterval
 
TimeInterval(TimeInterval) - Constructor for class org.yamcs.utils.TimeInterval
 
TimeInterval.FilterOverlappingIterator<T extends TimeInterval> - Class in org.yamcs.utils
Filters an input iterator to the intervals that match the given timeInterval
TIMELINE_DEF - Static variable in class org.yamcs.timeline.TimelineBandDb
 
TIMELINE_DEF - Static variable in class org.yamcs.timeline.TimelineItemDb
 
TIMELINE_DEF - Static variable in class org.yamcs.timeline.TimelineViewDb
 
TimelineApi - Class in org.yamcs.http.api
 
TimelineApi() - Constructor for class org.yamcs.http.api.TimelineApi
 
TimelineBand - Class in org.yamcs.timeline
 
TimelineBand(UUID) - Constructor for class org.yamcs.timeline.TimelineBand
 
TimelineBandDb - Class in org.yamcs.timeline
 
TimelineBandDb(String) - Constructor for class org.yamcs.timeline.TimelineBandDb
 
TimelineEvent - Class in org.yamcs.timeline
Used for displaying day/night, TDRS, GS visibility, milestones (e.g. launch, a deadline), general items covering large time intervals for which no specific action is taken (e.g. mission phase).
TimelineEvent(String) - Constructor for class org.yamcs.timeline.TimelineEvent
 
TimelineEvent(Tuple) - Constructor for class org.yamcs.timeline.TimelineEvent
 
TimelineItem - Class in org.yamcs.timeline
A timeline item is the entity that appears in the timeline bars.
TimelineItem(TimelineItemType, String) - Constructor for class org.yamcs.timeline.TimelineItem
 
TimelineItem(TimelineItemType, Tuple) - Constructor for class org.yamcs.timeline.TimelineItem
 
TimelineItemDb - Class in org.yamcs.timeline
 
TimelineItemDb(String) - Constructor for class org.yamcs.timeline.TimelineItemDb
 
TimelineItemLogDb - Class in org.yamcs.timeline
 
TimelineItemLogDb(String) - Constructor for class org.yamcs.timeline.TimelineItemLogDb
 
TimelineProto - Class in org.yamcs.timeline.protobuf
 
TimelineService - Class in org.yamcs.timeline
This service manages the Yamcs timeline.
TimelineService() - Constructor for class org.yamcs.timeline.TimelineService
 
TimelineView - Class in org.yamcs.timeline
 
TimelineView(UUID) - Constructor for class org.yamcs.timeline.TimelineView
 
TimelineViewDb - Class in org.yamcs.timeline
 
TimelineViewDb(String) - Constructor for class org.yamcs.timeline.TimelineViewDb
 
TimeMessage - Class in org.yamcs.replication.protobuf
sent regularely from Master to Slave contains the mission time relation to the local time used also as a heartbeat to keep the TCP link alive and detect link failures
TimeMessage.Builder - Class in org.yamcs.replication.protobuf
sent regularely from Master to Slave contains the mission time relation to the local time used also as a heartbeat to keep the TCP link alive and detect link failures
TimeMessageOrBuilder - Interface in org.yamcs.replication.protobuf
 
TimeOfFlightEstimator - Class in org.yamcs.time
Time of flight estimator.
TimeOfFlightEstimator(String, String, boolean) - Constructor for class org.yamcs.time.TimeOfFlightEstimator
 
TimeOfFlightEstimator.TofInterval - Class in org.yamcs.time
Used for polynomial interpolation of time of flight based on ERT.
TIMEOUT - Enum constant in enum org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
 
TimePartitionInfo - Class in org.yamcs.yarch
 
TimePartitionInfo() - Constructor for class org.yamcs.yarch.TimePartitionInfo
 
TimePartitionSchema - Class in org.yamcs.yarch
Implements different schemes for partitioning by time.
TimePartitionSchema() - Constructor for class org.yamcs.yarch.TimePartitionSchema
 
TIMEPARTITIONSCHEMA_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
Timer - Class in org.yamcs.cfdp
Implements a timer used by CFDP for verifying the sending of EOF, FIN and NAK PDUs
Timer(ScheduledThreadPoolExecutor, int, long) - Constructor for class org.yamcs.cfdp.Timer
 
timeService - Variable in class org.yamcs.tctm.AbstractLink
 
timeService - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
 
TimeService - Interface in org.yamcs.time
The time service provides the so call mission time.
TimeSortedPageToken - Class in org.yamcs.http.api
Stateless continuation token for paged requests that output timesorted data
TimeSortedPageToken(long) - Constructor for class org.yamcs.http.api.TimeSortedPageToken
 
timeSpec(String) - Static method in class org.yamcs.yarch.PartitioningSpec
 
timestamp(long, TmPacket) - Method in class org.yamcs.time.TimeCorrelationService
Set the generation time of the packet based on the computed coefficients.
TIMESTAMP - Enum constant in enum org.yamcs.yarch.DataType._type
 
TIMESTAMP - Static variable in class org.yamcs.yarch.DataType
 
TIMESTAMP_MASK - Static variable in class org.yamcs.parameterarchive.ParameterArchive
 
timestamp2Java(Timestamp) - Static method in class org.yamcs.utils.TimestampUtil
Converts protobuf Timestamp into java time in milliseconds Note: this loses precision (nanoseconds to milliseconds)
TimestampUtil - Class in org.yamcs.utils
 
TimestampUtil() - Constructor for class org.yamcs.utils.TimestampUtil
 
TimestampValue - Class in org.yamcs.parameter
 
TimestampValue(long) - Constructor for class org.yamcs.parameter.TimestampValue
 
timewindow - Variable in class org.yamcs.utils.ParameterFormatter
 
TLV - Class in org.yamcs.cfdp.pdu
Type, Length, Value
TLV(byte, byte[]) - Constructor for class org.yamcs.cfdp.pdu.TLV
 
TM - Enum constant in enum org.yamcs.StreamConfig.StandardStreamType
 
TM - Enum constant in enum org.yamcs.tctm.ccsds.TransferFrameDecoder.CcsdsFrameType
CCSDS 132.0-B-2
TM - Static variable in class org.yamcs.StandardTupleDefinitions
 
TM_ERTIME_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
TM_INDEX - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store (CCSDS) TM index relevant information: instanceName, tmIndexName
TM_INDEX_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
used to store (CCSDS) TM index relevant information: instanceName, tmIndexName
TM_LINK_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
TM_OBT_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
TM_PACKET - Enum constant in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
TM_PACKET = 3;
TM_PACKET_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
TM_PACKET_VALUE - Static variable in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
TM_PACKET = 3;
TM_RECTIME_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
TM_STATUS_COLUMN - Static variable in class org.yamcs.StandardTupleDefinitions
 
TmFrameDecoder - Class in org.yamcs.tctm.ccsds
Decodes frames as per CCSDS 132.0-B-2
TmFrameDecoder(TmManagedParameters) - Constructor for class org.yamcs.tctm.ccsds.TmFrameDecoder
 
TmGapFinder - Class in org.yamcs.cascading
 
TMINDEXNAME_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
TmIndexService - Interface in org.yamcs.archive
Interface for (completeness) TmIndex.
TmManagedParameters - Class in org.yamcs.tctm.ccsds
 
TmManagedParameters(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.TmManagedParameters
 
TmPacket - Class in org.yamcs
Packet with acquisition time, generation time and sequence count.
TmPacket(long, byte[]) - Constructor for class org.yamcs.TmPacket
 
TmPacket(long, long, int, byte[]) - Constructor for class org.yamcs.TmPacket
 
TmPacketDataLink - Interface in org.yamcs.tctm
Interface for components reading packets from external parties.
TmPacketProvider - Interface in org.yamcs
 
tmParams - Variable in class org.yamcs.mdb.ProcessingData
 
tmParamsCache - Variable in class org.yamcs.mdb.ProcessingData
 
TmProcessor - Interface in org.yamcs
 
TmSink - Interface in org.yamcs.tctm
Used by the TmPacketDataLink to propagate packets inside Yamcs.
tmSocket - Variable in class org.yamcs.tctm.TcpTcTmDataLink
 
tmSocket - Variable in class org.yamcs.tctm.TcpTmDataLink
 
TmStreamConfigEntry(String) - Constructor for class org.yamcs.StreamConfig.TmStreamConfigEntry
 
TmStreamConfigEntry(String, String, SequenceContainer, boolean) - Constructor for class org.yamcs.StreamConfig.TmStreamConfigEntry
 
TmTransferFrame - Class in org.yamcs.tctm.ccsds
 
TmTransferFrame(byte[], int, int) - Constructor for class org.yamcs.tctm.ccsds.TmTransferFrame
 
toAlarmData(AlarmNotificationType, ActiveAlarm<T>, boolean) - Static method in class org.yamcs.http.api.AlarmsApi
 
toAlarmInfo(EnumerationAlarm) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toAlarmInfo(NumericAlarm) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toAlgorithmInfo(Algorithm, XtceToGpbAssembler.DetailLevel) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toAncillaryDataInfo(AncillaryData) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toArgumentAssignmentInfo(ArgumentAssignment) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toArgumentInfo(Argument) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toArgumentInfo(ArgumentInstanceRef) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toArgumentTypeInfo(ArgumentType) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toArray() - Method in class org.yamcs.parameter.ParameterValueList
Returns a copy of the list as array
toArray() - Method in class org.yamcs.utils.ByteArray
 
toArray() - Method in class org.yamcs.utils.DoubleArray
 
toArray() - Method in class org.yamcs.utils.FloatArray
 
toArray() - Method in class org.yamcs.utils.IntArray
 
toArray() - Method in class org.yamcs.utils.LongArray
 
toArray(T[]) - Method in class org.yamcs.parameter.ParameterValueList
Throws UnsupportedOperationException
toBuilder() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
toBuilder() - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
toBuilder() - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
toBuilder() - Method in class org.yamcs.replication.protobuf.Request
 
toBuilder() - Method in class org.yamcs.replication.protobuf.Response
 
toBuilder() - Method in class org.yamcs.replication.protobuf.StreamInfo
 
toBuilder() - Method in class org.yamcs.replication.protobuf.TimeMessage
 
toBuilder() - Method in class org.yamcs.replication.protobuf.Wakeup
 
toBuilder() - Method in class org.yamcs.security.protobuf.AccountCollection
 
toBuilder() - Method in class org.yamcs.security.protobuf.AccountRecord
 
toBuilder() - Method in class org.yamcs.security.protobuf.Clearance
 
toBuilder() - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
toBuilder() - Method in class org.yamcs.security.protobuf.GroupCollection
 
toBuilder() - Method in class org.yamcs.security.protobuf.GroupRecord
 
toBuilder() - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
toBuilder() - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
toBuilder() - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
toBuilder() - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
toBuilder() - Method in class org.yamcs.timeline.protobuf.BandFilter
 
toBuilder() - Method in class org.yamcs.yarch.protobuf.Db.Event
 
toBuilder() - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
toBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
toBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
toBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
toBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
toBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
toBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
toBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
toBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
toBuilder() - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
toByteArray() - Method in class org.yamcs.cfdp.pdu.CfdpPacket
 
toByteArray() - Method in interface org.yamcs.tctm.Packet
 
toByteArray(T) - Method in interface org.yamcs.yarch.ColumnSerializer
This method serializes the value into a byte array
toCalendar(long) - Static method in class org.yamcs.utils.TimeEncoding
transforms instant into a java cal containing milliseconds since 1970
toCalibrator(Mdb.CalibratorInfo) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toCalibratorInfo(Calibrator) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toCfdpTransactionId() - Method in class org.yamcs.cfdp.pdu.OriginatingTransactionId
 
toColumnDataList(Tuple) - Static method in class org.yamcs.http.api.TableApi
 
toCombinedFormat(long) - Static method in class org.yamcs.utils.TimeEncoding
 
toCommandContainerInfo(CommandContainer, XtceToGpbAssembler.DetailLevel) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toCommandInfo(MetaCommand, XtceToGpbAssembler.DetailLevel) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toCommandOptionInfo(CommandOption) - Static method in class org.yamcs.http.api.ServerApi
 
toComparison(String) - Method in class org.yamcs.mdb.ConditionParser
 
toComparisonInfo(Comparison) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toComparisons(MatchCriteria) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toContainerInfo(SequenceContainer, XtceToGpbAssembler.DetailLevel) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toContextCalibrator(XtceDb, String, Mdb.ContextCalibratorInfo) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toContextCalibratorList(XtceDb, String, List<Mdb.ContextCalibratorInfo>) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toDataEncodingInfo(DataEncoding) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toDouble() - Method in class org.yamcs.parameter.DoubleValue
 
toDouble() - Method in class org.yamcs.parameter.FloatValue
 
toDouble() - Method in class org.yamcs.parameter.SInt32Value
 
toDouble() - Method in class org.yamcs.parameter.SInt64Value
 
toDouble() - Method in class org.yamcs.parameter.UInt32Value
 
toDouble() - Method in class org.yamcs.parameter.UInt64Value
 
toDouble() - Method in class org.yamcs.parameter.Value
return the value as a double.
toDouble(long) - Static method in class org.yamcs.utils.UnsignedLong
Converts unsigned long to double copied from guava
toEnumerationAlarm(Mdb.AlarmInfo) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toEnumerationAlarm(EnumerationAlarm.EnumerationAlarmItem) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toEnumerationContextAlarm(XtceDb, String, List<Mdb.ContextAlarmInfo>) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toEnumerationContextAlarm(XtceDb, String, Mdb.ContextAlarmInfo) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toEnumValue(ValueEnumeration) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toEventMsg(MetadataPacket) - Method in class org.yamcs.cfdp.OngoingCfdpTransfer
 
toExpressionString() - Method in interface org.yamcs.mdb.MatchCriteriaEvaluator
 
TofInterval(Instant, Instant, double[]) - Constructor for class org.yamcs.time.TimeOfFlightEstimator.TofInterval
 
toFixedValueInfo(FixedValueEntry) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toGbp(AggregateValue) - Static method in class org.yamcs.utils.ValueUtility
 
toGbp(Value) - Static method in class org.yamcs.utils.ValueUtility
 
toGbpParameterValue() - Method in class org.yamcs.parameter.ParameterValueWithId
 
toGpb() - Method in class org.yamcs.commanding.ArgumentValue
 
toGpb() - Method in class org.yamcs.parameter.ParameterValue
 
toGpb(int) - Method in class org.yamcs.parameter.ParameterValue
 
toGpb(ParameterValueWithId, int) - Static method in class org.yamcs.http.api.StreamArchiveApi
 
toGpb(Yamcs.NamedObjectId) - Method in class org.yamcs.parameter.ParameterValue
 
toGpbAlarmRange(Mdb.AlarmLevelType, DoubleRange) - Static method in class org.yamcs.parameter.BasicParameterValue
 
toGPBSample(Downsampler.Sample) - Static method in class org.yamcs.http.api.StreamArchiveApi
 
toGpsTime(long) - Static method in class org.yamcs.utils.TimeEncoding
Conversion from instant to GPS time.
toGpsTimeMillisec(long) - Static method in class org.yamcs.utils.TimeEncoding
Conversion from instant to GPS time (milliseconds since the GPS epoch).
toInputParameterInfo(InputParameter) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toIso8860String() - Method in class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
toJ2000Millisec(long) - Static method in class org.yamcs.utils.TimeEncoding
 
toJava(ListValue) - Static method in class org.yamcs.http.api.GpbWellKnownHelper
 
toJava(Struct) - Static method in class org.yamcs.http.api.GpbWellKnownHelper
Converts a Protobuf struct to Java Map where all elements are converted to equivalent Java types.
toJava(Value) - Static method in class org.yamcs.http.api.GpbWellKnownHelper
 
toJson() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
toJson() - Method in class org.yamcs.cfdp.pdu.DirectoryListingRequest
 
toJson() - Method in class org.yamcs.cfdp.pdu.DirectoryListingResponse
 
toJson() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
toJson() - Method in class org.yamcs.cfdp.pdu.OriginatingTransactionId
 
toJson() - Method in class org.yamcs.cfdp.pdu.ProxyClosureRequest
 
toJson() - Method in class org.yamcs.cfdp.pdu.ProxyPutRequest
 
toJson() - Method in class org.yamcs.cfdp.pdu.ProxyPutResponse
 
toJson() - Method in class org.yamcs.cfdp.pdu.ProxyTransmissionMode
 
toJson() - Method in class org.yamcs.cfdp.pdu.ReservedMessageToUser
 
toJson() - Method in class org.yamcs.cfdp.pdu.TLV
 
token - Variable in class org.yamcs.templating.TemplateParser
Current token.
token - Variable in class org.yamcs.utils.parser.FilterParser
Current token.
token - Variable in class org.yamcs.yarch.streamsql.StreamSqlParser
Current token.
Token - Class in org.yamcs.templating
Describes the input token stream.
Token - Class in org.yamcs.utils.parser
Describes the input token stream.
Token() - Constructor for class org.yamcs.templating.Token
No-argument constructor
Token() - Constructor for class org.yamcs.utils.parser.Token
No-argument constructor
Token(int) - Constructor for class org.yamcs.templating.Token
Constructs a new token for the specified Image.
Token(int) - Constructor for class org.yamcs.utils.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.yamcs.templating.Token
Constructs a new token for the specified Image and Kind.
Token(int, String) - Constructor for class org.yamcs.utils.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.yamcs.templating.TemplateParser
Generated Token Manager.
token_source - Variable in class org.yamcs.utils.parser.FilterParser
Generated Token Manager.
token_source - Variable in class org.yamcs.yarch.streamsql.StreamSqlParser
Generated Token Manager.
tokenImage - Variable in exception org.yamcs.templating.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.yamcs.templating.TemplateParserConstants
Literal token values.
tokenImage - Static variable in interface org.yamcs.utils.parser.FilterParserConstants
Literal token values.
tokenImage - Variable in exception org.yamcs.utils.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.yamcs.yarch.streamsql.StreamSqlParserConstants
Literal token values.
TokenMgrError - Error in org.yamcs.templating
Token Manager Error.
TokenMgrError - Error in org.yamcs.utils.parser
Token Manager Error.
TokenMgrError - Error in org.yamcs.yarch.streamsql
Token Manager Error.
TokenMgrError() - Constructor for error org.yamcs.templating.TokenMgrError
No arg constructor.
TokenMgrError() - Constructor for error org.yamcs.utils.parser.TokenMgrError
No arg constructor.
TokenMgrError() - Constructor for error org.yamcs.yarch.streamsql.TokenMgrError
No arg constructor.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.yamcs.templating.TokenMgrError
Full Constructor.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.yamcs.utils.parser.TokenMgrError
Full Constructor.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.yamcs.yarch.streamsql.TokenMgrError
Full Constructor.
TokenMgrError(String, int) - Constructor for error org.yamcs.templating.TokenMgrError
Constructor with message and reason.
TokenMgrError(String, int) - Constructor for error org.yamcs.utils.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(String, int) - Constructor for error org.yamcs.yarch.streamsql.TokenMgrError
Constructor with message and reason.
TokenStore - Class in org.yamcs.http.auth
Store capable of generating a chain of refresh tokens.
TokenStore() - Constructor for class org.yamcs.http.auth.TokenStore
 
toLong() - Method in class org.yamcs.parameter.SInt32Value
 
toLong() - Method in class org.yamcs.parameter.SInt64Value
 
toLong() - Method in class org.yamcs.parameter.UInt32Value
 
toLong() - Method in class org.yamcs.parameter.UInt64Value
 
toLong() - Method in class org.yamcs.parameter.Value
 
toLongArray() - Method in class org.yamcs.utils.BooleanArray
 
toMap() - Method in class org.yamcs.InstanceMetadata
Returns an unmodifiable map view of this metadata.
toMap() - Method in class org.yamcs.YConfiguration
 
toMessage() - Method in exception org.yamcs.http.HttpException
 
toMissionDatabase(String, XtceDb) - Static method in class org.yamcs.http.api.MdbApi
 
toNumericAlarm(Mdb.AlarmInfo) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toNumericContextAlarm(XtceDb, String, List<Mdb.ContextAlarmInfo>) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toNumericContextAlarm(XtceDb, String, Mdb.ContextAlarmInfo) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
tooltip - Variable in class org.yamcs.timeline.TimelineItem
 
toOperatorType(OperatorType) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toOrdinalDateTime(long) - Static method in class org.yamcs.utils.TimeEncoding
Returns the instant formatted as UTC yyyy-DDDTHH:mm:ss.SSS
toOutputParameterInfo(OutputParameter) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toParameterInfo(ParameterWithId, XtceToGpbAssembler.DetailLevel) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toParameterInfo(ParameterInstanceRef) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toParameterInfo(Parameter, XtceToGpbAssembler.DetailLevel) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toParameterTypeInfo(ParameterType, XtceToGpbAssembler.DetailLevel) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
Topic - Class in org.yamcs.http
 
TopicContext - Class in org.yamcs.http
Context for a specific RPC call over a (shared) WebSocket connection.
toPolynomialCalibrator(Mdb.PolynomialCalibratorInfo) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toProcessorInfo(Processor) - Static method in class org.yamcs.http.api.ProcessingApi
 
toProcessorInfo(Processor) - Static method in class org.yamcs.management.ManagementGpbHelper
 
toProto() - Method in class org.yamcs.algorithms.AlgorithmTrace
 
toProto(ParameterValue) - Method in class org.yamcs.yarch.ParameterValueColumnSerializer
 
toProtobuf() - Method in class org.yamcs.archive.ReplayOptions
 
toProtobuf() - Method in class org.yamcs.archive.SpeedSpec
 
toProtobuf() - Method in class org.yamcs.http.audit.AuditRecord
 
toProtobuf() - Method in class org.yamcs.http.WebSocketServerMessageHandler.InternalServerMessage
 
toProtobuf() - Method in class org.yamcs.timeline.TimelineBand
 
toProtobuf() - Method in class org.yamcs.timeline.TimelineView
 
toProtoBuf() - Method in class org.yamcs.parameter.ParameterStatus
 
toProtoBuf(boolean) - Method in class org.yamcs.timeline.TimelineItem
 
toProtobufParameterValue(Optional<Yamcs.NamedObjectId>, OptionalInt) - Method in class org.yamcs.parameter.ParameterValue
Convert a PV to a ProtobufPV
toProtobufTimestamp(long) - Static method in class org.yamcs.utils.TimeEncoding
Transforms the instant to protobuf timestamp performing the smearing around the leap seconds.
toProtobufTimestamp(Instant) - Static method in class org.yamcs.utils.TimeEncoding
Transforms the instant to protobuf timestamp performing the smearing around the leap seconds.
toRecord() - Method in class org.yamcs.security.Group
 
toRepeatInfo(Repeat, XtceToGpbAssembler.DetailLevel) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toSequenceEntryInfo(SequenceEntry, XtceToGpbAssembler.DetailLevel) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toServiceInfo(ProcessorServiceWithConfig, String, String) - Static method in class org.yamcs.http.api.ServicesApi
 
toServiceInfo(ServiceWithConfig, String, String) - Static method in class org.yamcs.http.api.ServicesApi
 
toSignificanceInfo(Significance) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toSignificanceLevelType(Significance.Levels) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toSpaceSystemInfo(SpaceSystem) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toSplineCalibrator(Mdb.SplineCalibratorInfo) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toStatement() - Method in class org.yamcs.yarch.query.CreateTableQueryBuilder
 
toStatement() - Method in class org.yamcs.yarch.query.DeleteFromTableQueryBuilder
 
toStatement() - Method in class org.yamcs.yarch.query.InsertIntoTableQueryBuilder
 
toStatement() - Method in interface org.yamcs.yarch.query.QueryBuilder
 
toStatement() - Method in class org.yamcs.yarch.query.SelectTableQueryBuilder
 
toStatement() - Method in class org.yamcs.yarch.query.UpdateTableQueryBuilder
 
toStaticAlarmRanges(List<Mdb.AlarmRange>) - Static method in class org.yamcs.http.api.GbpToXtceAssembler
 
toString() - Method in class me.lemire.integercompression.FastPFOR128
 
toString() - Method in class me.lemire.integercompression.IntWrapper
 
toString() - Method in class org.yamcs.alarms.ActiveAlarm
 
toString() - Method in class org.yamcs.alarms.EventId
 
toString() - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
toString() - Method in class org.yamcs.algorithms.OutputValueBinding
 
toString() - Method in class org.yamcs.algorithms.ScriptAlgorithmExecutor
 
toString() - Method in class org.yamcs.archive.SpeedSpec
 
toString() - Method in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
toString() - Method in class org.yamcs.cfdp.CfdpTransactionId
 
toString() - Method in class org.yamcs.cfdp.CompletedTransfer
 
toString() - Method in class org.yamcs.cfdp.EntityConf
 
toString() - Method in class org.yamcs.cfdp.pdu.AckPacket
 
toString() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
toString() - Method in class org.yamcs.cfdp.pdu.DirectoryListingRequest
 
toString() - Method in class org.yamcs.cfdp.pdu.DirectoryListingResponse
 
toString() - Method in class org.yamcs.cfdp.pdu.EofPacket
 
toString() - Method in class org.yamcs.cfdp.pdu.FileDataPacket
 
toString() - Method in class org.yamcs.cfdp.pdu.FinishedPacket
 
toString() - Method in class org.yamcs.cfdp.pdu.KeepAlivePacket
 
toString() - Method in class org.yamcs.cfdp.pdu.LV
 
toString() - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
toString() - Method in class org.yamcs.cfdp.pdu.NakPacket
 
toString() - Method in class org.yamcs.cfdp.pdu.OriginatingTransactionId
 
toString() - Method in class org.yamcs.cfdp.pdu.ProxyClosureRequest
 
toString() - Method in class org.yamcs.cfdp.pdu.ProxyPutRequest
 
toString() - Method in class org.yamcs.cfdp.pdu.ProxyPutResponse
 
toString() - Method in class org.yamcs.cfdp.pdu.ProxyTransmissionMode
 
toString() - Method in class org.yamcs.cfdp.pdu.SegmentRequest
 
toString() - Method in class org.yamcs.cfdp.pdu.TLV
 
toString() - Method in class org.yamcs.cli.TableStringBuilder
 
toString() - Method in class org.yamcs.cmdhistory.Attribute
 
toString() - Method in class org.yamcs.commanding.Acknowledgment
 
toString() - Method in class org.yamcs.commanding.ArgumentValue
 
toString() - Method in class org.yamcs.commanding.PreparedCommand
 
toString() - Method in class org.yamcs.CommandOption
 
toString() - Method in exception org.yamcs.ConfigurationException
 
toString() - Method in class org.yamcs.ContainerExtractionResult
 
toString() - Method in class org.yamcs.http.api.Downsampler.Sample
 
toString() - Method in class org.yamcs.http.api.ParameterRanger.MultiRange
 
toString() - Method in class org.yamcs.http.api.ParameterRanger.SingleRange
 
toString() - Method in class org.yamcs.http.auth.JwtToken
 
toString() - Method in class org.yamcs.http.Binding
 
toString() - Method in class org.yamcs.http.Context
 
toString() - Method in class org.yamcs.http.MediaType
 
toString() - Method in class org.yamcs.InstanceMetadata
 
toString() - Method in class org.yamcs.mdb.BaseSpreadsheetLoader.Range
 
toString() - Method in exception org.yamcs.mdb.ContainerDecodingException
 
toString() - Method in class org.yamcs.mdb.PolynomialCalibratorProc
 
toString() - Method in class org.yamcs.mdb.ProcessingData
 
toString() - Method in class org.yamcs.mdb.SplineCalibratorProc
 
toString() - Method in class org.yamcs.mdb.SpreadsheetLoadContext
 
toString() - Method in class org.yamcs.mdb.SubscribedContainer
 
toString() - Method in class org.yamcs.mdb.Subscription
 
toString() - Method in class org.yamcs.mdb.XtceTmExtractor
 
toString() - Method in class org.yamcs.parameter.AggregateValue
 
toString() - Method in class org.yamcs.parameter.ArrayValue
 
toString() - Method in class org.yamcs.parameter.BasicParameterValue
 
toString() - Method in class org.yamcs.parameter.BinaryValue
 
toString() - Method in class org.yamcs.parameter.BooleanValue
 
toString() - Method in class org.yamcs.parameter.DoubleValue
 
toString() - Method in class org.yamcs.parameter.EnumeratedValue
 
toString() - Method in class org.yamcs.parameter.FloatValue
 
toString() - Method in class org.yamcs.parameter.ParameterCacheConfig
 
toString() - Method in class org.yamcs.parameter.ParameterRequestManager
 
toString() - Method in class org.yamcs.parameter.ParameterValue
 
toString() - Method in class org.yamcs.parameter.ParameterValueList
 
toString() - Method in class org.yamcs.parameter.ParameterValueWithId
 
toString() - Method in class org.yamcs.parameter.SInt32Value
 
toString() - Method in class org.yamcs.parameter.SInt64Value
 
toString() - Method in class org.yamcs.parameter.StringValue
 
toString() - Method in class org.yamcs.parameter.SubscriptionArray
 
toString() - Method in class org.yamcs.parameter.TimestampValue
 
toString() - Method in class org.yamcs.parameter.UInt32Value
 
toString() - Method in class org.yamcs.parameter.UInt64Value
 
toString() - Method in class org.yamcs.parameterarchive.MultiParameterValueSegment
 
toString() - Method in class org.yamcs.parameterarchive.MultipleParameterRequest
 
toString() - Method in class org.yamcs.parameterarchive.ParameterArchive.Partition
 
toString() - Method in class org.yamcs.parameterarchive.ParameterGroupIdDb
 
toString() - Method in class org.yamcs.parameterarchive.ParameterIdValueList
 
toString() - Method in class org.yamcs.parameterarchive.ParameterValueSegment
 
toString() - Method in class org.yamcs.parameterarchive.PGSegment
 
toString() - Method in class org.yamcs.parameterarchive.SegmentKey
 
toString() - Method in class org.yamcs.parameterarchive.SortedTimeSegment
 
toString() - Method in class org.yamcs.Processor
 
toString() - Method in class org.yamcs.ProcessorConfig
 
toString() - Method in class org.yamcs.ProcessorServiceWithConfig
 
toString() - Method in exception org.yamcs.replication.CorruptedFileException
 
toString() - Method in class org.yamcs.replication.ReplicationTail
 
toString() - Method in class org.yamcs.security.Account
 
toString() - Method in class org.yamcs.security.AuthenticationInfo
 
toString() - Method in class org.yamcs.security.Group
 
toString() - Method in class org.yamcs.security.ObjectPrivilege
 
toString() - Method in class org.yamcs.security.ObjectPrivilegeType
 
toString() - Method in class org.yamcs.security.Role
 
toString() - Method in class org.yamcs.security.SystemPrivilege
 
toString() - Method in class org.yamcs.security.UsernamePasswordToken
 
toString() - Method in class org.yamcs.security.UserSession
 
toString() - Method in class org.yamcs.ServiceWithConfig
 
toString() - Method in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
 
toString() - Method in class org.yamcs.tctm.ccsds.TcTransferFrame
 
toString() - Method in class org.yamcs.tctm.ccsds.time.CucTimeDecoder
 
toString() - Method in class org.yamcs.tctm.ccsds.TmTransferFrame
 
toString() - Method in exception org.yamcs.tctm.ccsds.UnsupportedPacketVersionException
 
toString() - Method in class org.yamcs.tctm.CcsdsPacket
 
toString() - Method in exception org.yamcs.tctm.PacketTooLongException
 
toString() - Method in class org.yamcs.templating.Template
 
toString() - Method in class org.yamcs.templating.Token
Returns the image.
toString() - Method in class org.yamcs.time.Instant
 
toString() - Method in class org.yamcs.timeline.TimelineEvent
 
toString() - Method in class org.yamcs.utils.ByteArray
 
toString() - Method in class org.yamcs.utils.ByteArrayWrapper
 
toString() - Method in class org.yamcs.utils.DoubleArray
 
toString() - Method in class org.yamcs.utils.FloatArray
 
toString() - Method in class org.yamcs.utils.IndexedList
 
toString() - Method in class org.yamcs.utils.IntArray
 
toString() - Method in class org.yamcs.utils.LongArray
 
toString() - Method in class org.yamcs.utils.parser.FilterParser.Result
 
toString() - Method in class org.yamcs.utils.parser.Token
Returns the image.
toString() - Method in class org.yamcs.utils.SortedIntArray
 
toString() - Method in class org.yamcs.utils.TaiUtcConverter.DateTimeComponents
 
toString() - Method in class org.yamcs.utils.TimeInterval
 
toString() - Method in exception org.yamcs.YamcsException
 
toString() - Method in class org.yamcs.yarch.ArrayDataType
 
toString() - Method in class org.yamcs.yarch.ColumnDefinition
 
toString() - Method in class org.yamcs.yarch.DataType
 
toString() - Method in class org.yamcs.yarch.DbRange
 
toString() - Method in class org.yamcs.yarch.FieldReturnCompiledExpression
 
toString() - Method in class org.yamcs.yarch.HistogramRecord
 
toString() - Method in class org.yamcs.yarch.HistogramSegment
 
toString() - Method in class org.yamcs.yarch.IndexFilter
 
toString() - Method in class org.yamcs.yarch.OutputStream
 
toString() - Method in class org.yamcs.yarch.Partition
 
toString() - Method in class org.yamcs.yarch.PartitioningSpec
 
toString() - Method in class org.yamcs.yarch.PartitionManager.Interval
 
toString() - Method in class org.yamcs.yarch.ProtobufDataType
 
toString() - Method in class org.yamcs.yarch.rocksdb.RdbHistogramInfo
 
toString() - Method in class org.yamcs.yarch.rocksdb.RdbPartition
 
toString() - Method in class org.yamcs.yarch.Row
 
toString() - Method in class org.yamcs.yarch.SqlBuilder
 
toString() - Method in class org.yamcs.yarch.Stream
 
toString() - Method in class org.yamcs.yarch.streamsql.AndExpression
 
toString() - Method in class org.yamcs.yarch.streamsql.ColumnExpression
 
toString() - Method in class org.yamcs.yarch.streamsql.InExpression
 
toString() - Method in class org.yamcs.yarch.streamsql.OrExpression
 
toString() - Method in class org.yamcs.yarch.streamsql.RelationalExpression
 
toString() - Method in class org.yamcs.yarch.streamsql.SelectItem
 
toString() - Method in exception org.yamcs.yarch.streamsql.StreamSqlException
 
toString() - Method in class org.yamcs.yarch.streamsql.UpdateTableStatement.UpdateItem
 
toString() - Method in class org.yamcs.yarch.streamsql.ValueExpression
 
toString() - Method in class org.yamcs.yarch.TableColumnDefinition
 
toString() - Method in class org.yamcs.yarch.TableDefinition
 
toString() - Method in class org.yamcs.yarch.TimePartitionInfo
 
toString() - Method in class org.yamcs.yarch.Tuple
 
toString() - Method in class org.yamcs.yarch.TupleDataType
 
toString() - Method in class org.yamcs.yarch.TupleDefinition
 
toString() - Method in class org.yamcs.YConfiguration
 
toString(long) - Static method in class org.yamcs.utils.TimeEncoding
Returns the instant formatted as UTC yyyy-MM-DDTHH:mm:ss.SSSZ
toString(Commanding.CommandId) - Static method in class org.yamcs.utils.StringConverter
 
toString(Yamcs.Value) - Static method in class org.yamcs.utils.StringConverter
 
toString(PathElement[]) - Static method in class org.yamcs.utils.AggregateUtil
 
toStringEncoded() - Method in class org.yamcs.utils.TimeInterval
 
toTaiMillisec(long) - Static method in class org.yamcs.utils.TimeEncoding
 
totalCount() - Method in class org.yamcs.http.api.ParameterRanger.Range
 
toTextualEncoding(StringDataEncoding) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toTransmissionConstraintInfo(TransmissionConstraint) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toTuple() - Method in class org.yamcs.commanding.PreparedCommand
 
toTuple() - Method in class org.yamcs.timeline.TimelineBand
 
toTuple() - Method in class org.yamcs.timeline.TimelineItem
 
toTuple() - Method in class org.yamcs.timeline.TimelineView
 
toTuple(boolean) - Method in class org.yamcs.security.Account
 
toTuple(boolean) - Method in class org.yamcs.security.Group
 
toTuple(boolean) - Method in class org.yamcs.security.ServiceAccount
 
toTuple(boolean) - Method in class org.yamcs.security.User
 
toTuple(long) - Method in class org.yamcs.cfdp.pdu.CfdpPacket
 
toTuple(CfdpTransactionId, long) - Method in class org.yamcs.cfdp.pdu.CfdpPacket
 
toTuple(OngoingCfdpTransfer) - Method in class org.yamcs.cfdp.pdu.CfdpPacket
 
toUnitInfo(UnitType) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toUnixMillisec(long) - Static method in class org.yamcs.utils.TimeEncoding
Transforms instant to UNIX time expressed in milliseconds since 1970
toUserInfo(User, boolean, Directory) - Static method in class org.yamcs.http.api.IamApi
 
toUtc(long) - Static method in class org.yamcs.utils.TimeEncoding
 
toVerifierInfo(CommandVerifier) - Static method in class org.yamcs.http.api.XtceToGpbAssembler
 
toWinCompatibleDateTime(long) - Static method in class org.yamcs.utils.TimeEncoding
Returns the instant in UTC time scale formatted as YYYY-DDDTHHhMMmSSsSSS so that is leads to an MS Windows compatible filename
toXtce(XtceDb) - Method in class org.yamcs.mdb.XtceAssembler
 
toXtce(XtceDb, String, Predicate<String>) - Method in class org.yamcs.mdb.XtceAssembler
Convert the mission database to XTCE starting at the specified top container and saving only filtered containers.
trace(String) - Method in class org.yamcs.logging.Log
Send a log message at TRACE level.
trace(String, Object...) - Method in class org.yamcs.logging.Log
Send a log message at TRACE level using SLF4J-style formatting.
trace(String, Throwable) - Method in class org.yamcs.logging.Log
Send a log message at TRACE level.
Transaction - Interface in org.yamcs.replication
 
transcode(RouteContext) - Static method in class org.yamcs.http.HttpTranscoder
 
TransferFrameDecoder - Interface in org.yamcs.tctm.ccsds
Decodes raw frame data into a transfer frame of one of three CCSDS types AOS, TM or USLP
TransferFrameDecoder.CcsdsFrameType - Enum in org.yamcs.tctm.ccsds
 
TransferMonitor - Interface in org.yamcs.filetransfer
 
TransferOptions - Class in org.yamcs.filetransfer
 
TransferOptions() - Constructor for class org.yamcs.filetransfer.TransferOptions
 
transferType - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
transform(Tuple) - Method in class org.yamcs.archive.CommandHistoryReplayHandler
 
transform(Tuple) - Method in class org.yamcs.archive.EventReplayHandler
 
transform(Tuple) - Method in class org.yamcs.archive.ParameterReplayHandler
 
transform(Tuple) - Method in interface org.yamcs.archive.ReplayHandler
 
transform(Tuple) - Method in class org.yamcs.archive.XtceTmReplayHandler
 
TransmissionConstraints_KEY - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
trigger() - Method in class org.yamcs.alarms.ActiveAlarm
Trigger the alarm if not already triggered
triggered() - Method in class org.yamcs.alarms.ActiveAlarm
 
TRIGGERED - Enum constant in enum org.yamcs.alarms.AlarmNotificationType
 
TRUE - Static variable in class org.yamcs.parameter.BooleanValue
 
tuple(TupleDefinition) - Static method in class org.yamcs.yarch.DataType
 
Tuple - Class in org.yamcs.yarch
Contains the tuple value (as an array of Columns) together with a pointer to its definition
Tuple() - Constructor for class org.yamcs.yarch.Tuple
Create a new tuple with no column.
Tuple(TupleDefinition) - Constructor for class org.yamcs.yarch.Tuple
Create a tuple with all the column values set to null.
Tuple(TupleDefinition, Object[]) - Constructor for class org.yamcs.yarch.Tuple
 
Tuple(TupleDefinition, List<Object>) - Constructor for class org.yamcs.yarch.Tuple
 
TUPLE - Enum constant in enum org.yamcs.yarch.DataType._type
 
TUPLE_ID - Static variable in class org.yamcs.yarch.DataType
 
TupleDataType - Class in org.yamcs.yarch
 
TupleDataType(TupleDefinition) - Constructor for class org.yamcs.yarch.TupleDataType
 
TupleDefinition - Class in org.yamcs.yarch
 
TupleDefinition() - Constructor for class org.yamcs.yarch.TupleDefinition
 
TupleDefinition() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
TUPLES - Enum constant in enum org.yamcs.yarch.streamsql.WindowSpecification.Type
 
TupleSourceExpression - Class in org.yamcs.yarch.streamsql
A source of tuples.
TupleSourceExpression(String) - Constructor for class org.yamcs.yarch.streamsql.TupleSourceExpression
 
TupleSourceExpression(StreamExpression) - Constructor for class org.yamcs.yarch.streamsql.TupleSourceExpression
 
TupleSourceExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
tupleToCommandHistoryEntry(Tuple) - Static method in class org.yamcs.archive.GPBHelper
 
tupleToTmPacketData(Tuple) - Static method in class org.yamcs.archive.GPBHelper
 
txSize - Variable in class org.yamcs.http.Context
 
type - Variable in class org.yamcs.timeline.TimelineItem
 
type - Variable in class org.yamcs.yarch.ColumnDefinition
 
type - Variable in class org.yamcs.yarch.PartitioningSpec
 
type - Variable in class org.yamcs.yarch.streamsql.Expression
 
type - Variable in class org.yamcs.yarch.streamsql.WindowSpecification
 
TYPE_ENG_VALUE - Static variable in class org.yamcs.parameterarchive.SegmentKey
 
TYPE_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.ColumnInfo
 
TYPE_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Request
 
TYPE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.protobuf.Db.Event
 
TYPE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
TYPE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
TYPE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
TYPE_MESSAGE_TO_USER - Static variable in class org.yamcs.cfdp.pdu.TLV
 
TYPE_PARAMETER_STATUS - Static variable in class org.yamcs.parameterarchive.SegmentKey
 
TYPE_RAW_VALUE - Static variable in class org.yamcs.parameterarchive.SegmentKey
 
TYPE_URL_PREFIX - Static variable in class org.yamcs.http.HttpServer
 
typeOf(Object) - Static method in class org.yamcs.yarch.DataType
 

U

UdpParameterDataLink - Class in org.yamcs.tctm
Receives PP data via UDP.
UdpParameterDataLink() - Constructor for class org.yamcs.tctm.UdpParameterDataLink
 
UdpTcDataLink - Class in org.yamcs.tctm
Sends raw packets on UDP socket.
UdpTcDataLink() - Constructor for class org.yamcs.tctm.UdpTcDataLink
 
UdpTcFrameLink - 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).
UdpTcFrameLink() - Constructor for class org.yamcs.tctm.ccsds.UdpTcFrameLink
 
UdpTmDataLink - Class in org.yamcs.tctm
Receives telemetry packets via UDP.
UdpTmDataLink() - Constructor for class org.yamcs.tctm.UdpTmDataLink
 
UdpTmFrameLink - Class in org.yamcs.tctm.ccsds
Receives telemetry fames via UDP.
UdpTmFrameLink() - Constructor for class org.yamcs.tctm.ccsds.UdpTmFrameLink
 
UInt32Value - Class in org.yamcs.parameter
 
UInt32Value(int) - Constructor for class org.yamcs.parameter.UInt32Value
 
UInt64Value - Class in org.yamcs.parameter
 
UInt64Value(long) - Constructor for class org.yamcs.parameter.UInt64Value
 
UNACK_ALARM - Enum constant in enum org.yamcs.alarms.AlarmState
 
UNACKNOWLEDGED - Enum constant in enum org.yamcs.cfdp.pdu.CfdpPacket.TransmissionMode
 
UnaryExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
UnaryLogicalExpression() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
UnauthorizedException - Exception in org.yamcs.http
When the request was valid, but did not pass authentication.
UnauthorizedException() - Constructor for exception org.yamcs.http.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception org.yamcs.http.UnauthorizedException
 
UNAVAIL - Enum constant in enum org.yamcs.tctm.Link.Status
the link is down although it should be up; for instance a TCP client that cannot connect to the remote server.
UncheckedYamcsException - Exception in org.yamcs
Allows wrapping any checked exception without overloading signatures.
UncheckedYamcsException(Throwable) - Constructor for exception org.yamcs.UncheckedYamcsException
 
uncompress(byte[], IntWrapper, int, int[], IntWrapper) - Method in interface me.lemire.integercompression.ByteIntegerCODEC
Uncompress data from an array to another array.
uncompress(int[], IntWrapper, int, int[], IntWrapper) - Method in class me.lemire.integercompression.FastPFOR128
 
uncompress(int[], IntWrapper, int, int[], IntWrapper) - Method in interface me.lemire.integercompression.IntegerCODEC
Uncompress data from an array to another array.
UNDEF - Enum constant in enum org.yamcs.mdb.MatchCriteriaEvaluator.MatchResult
matching cannot be determined because not all inputs are available
UNDEFINED - Enum constant in enum org.yamcs.cfdp.pdu.AckPacket.TransactionStatus
 
unFlattenIndex(int) - Method in class org.yamcs.parameter.ArrayValue
 
unFlattenIndex(int, int[], int[]) - Static method in class org.yamcs.parameter.ArrayValue
unflatten the flatIndex into the idx array
UnhexExpression - Class in org.yamcs.yarch.streamsql.funct
 
UnhexExpression(Expression[], boolean) - Constructor for class org.yamcs.yarch.streamsql.funct.UnhexExpression
 
UNIX - Enum constant in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeEpochs
 
unixMillis - Variable in class org.yamcs.utils.TaiUtcConverter.ValidityLine
 
UNKNOWN - Enum constant in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
UNKNOWN_MESSAGE_TYPE - Enum constant in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
 
UNKNOWN_METADATA_OPTION - Enum constant in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
 
unlock(byte[]) - Method in class org.yamcs.yarch.rocksdb.YRDB
Unlock the key previously locked by YRDB.lock(byte[])
unpack(int[], int, int[], int, int, int) - Static method in class me.lemire.integercompression.Util
 
unpackw(int[], int, int[], int, int) - Static method in class me.lemire.integercompression.Util
 
unregisterCommandQueueManager(String, String, CommandQueueManager) - Method in class org.yamcs.management.ManagementService
 
unregisterProducer(SystemParametersProducer) - Method in class org.yamcs.parameter.SystemParametersService
Unregister producer - from now on it will not be invoked.
unregisterRemoteFileListMonitor(RemoteFileListMonitor) - Method in class org.yamcs.cfdp.CfdpService
 
unregisterRemoteFileListMonitor(RemoteFileListMonitor) - Method in interface org.yamcs.filetransfer.FileListingService
 
unregisterService(String, String) - Method in class org.yamcs.management.ManagementService
 
unregisterSlave(ReplicationSlave) - Method in class org.yamcs.replication.ReplicationServer
 
unregisterStream(String, String) - Method in class org.yamcs.management.ManagementService
 
unregisterTable(String, String) - Method in class org.yamcs.management.ManagementService
 
unregisterTransferMonitor(TransferMonitor) - Method in class org.yamcs.cfdp.CfdpService
 
unregisterTransferMonitor(TransferMonitor) - Method in interface org.yamcs.filetransfer.FileTransferService
Unregister the monitor.
unsavedLineCount - Variable in class org.yamcs.utils.ParameterFormatter
 
unselectPrm() - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
 
unshelve() - Method in class org.yamcs.alarms.ActiveAlarm
 
unshelve(ActiveAlarm<T>, String) - Method in class org.yamcs.alarms.AlarmServer
Un-shelve an alarm
unshelveAlarm(Context, UnshelveAlarmRequest, Observer<Empty>) - Method in class org.yamcs.http.api.AlarmsApi
 
UNSHELVED - Enum constant in enum org.yamcs.alarms.AlarmNotificationType
 
unsignedAsDouble(long) - Static method in class org.yamcs.parameter.UInt64Value
 
UnsignedLong - Class in org.yamcs.utils
 
UnsignedLong() - Constructor for class org.yamcs.utils.UnsignedLong
 
unsignedSizeInBits(long) - Static method in class org.yamcs.mdb.DataTypeProcessor
 
unsubscribe(int) - Method in class org.yamcs.parameter.ParameterProcessorManager
 
unsubscribe(ContainerConsumer, SequenceContainer) - Method in class org.yamcs.container.ContainerRequestManager
 
unsubscribeAll(int) - Method in class org.yamcs.parameter.ParameterProcessorManager
 
unsubscribeAll(int) - Method in class org.yamcs.parameter.ParameterRequestManager
called by a consumer to remove a "subscribe all" subscription return true of the subscription has been removed or false if it was not there
unsubscribeAll(ContainerConsumer) - Method in class org.yamcs.container.ContainerRequestManager
 
unsubscribeCommand(Commanding.CommandId, CommandHistoryConsumer) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
removes a consumer from the subscribers for a command (if existing).
unsubscribeCommandHistory(int) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
Called by the CommandHistory consumers to remove the subscription
UNSUCCESSFUL - Enum constant in enum org.yamcs.cfdp.pdu.DirectoryListingResponse.ListingResponseCode
 
UNSUPPORTED_CHECKSUM_TYPE - Enum constant in enum org.yamcs.cfdp.pdu.ConditionCode
 
UnsupportedPacketVersionException - Exception in org.yamcs.tctm.ccsds
 
UnsupportedPacketVersionException(int) - Constructor for exception org.yamcs.tctm.ccsds.UnsupportedPacketVersionException
 
unwind(Throwable) - Static method in class org.yamcs.utils.ExceptionUtil
 
update(int, List<ParameterValueWithId>) - Method in class org.yamcs.http.api.ParameterReplayListener
 
update(int, List<ParameterValueWithId>) - Method in interface org.yamcs.parameter.ParameterWithIdConsumer
 
update(Collection<ParameterValue>) - Method in class org.yamcs.parameter.ArrayParameterCache
 
update(Collection<ParameterValue>) - Method in interface org.yamcs.parameter.ParameterCache
update the parameters in the cache
update(Collection<ParameterValue>) - Method in class org.yamcs.parameter.ParameterCacheImpl
 
update(List<ContainerExtractionResult>) - Method in class org.yamcs.container.ContainerRequestManager
 
update(List<ContainerExtractionResult>) - Method in interface org.yamcs.mdb.ContainerListener
 
update(ProcessingData) - Method in class org.yamcs.algorithms.AbstractAlgorithmExecutor
update the parameters and return true if the algorithm should run
update(ProcessingData) - Method in class org.yamcs.algorithms.ActiveAlgorithm
 
update(ProcessingData) - Method in interface org.yamcs.algorithms.AlgorithmExecutor
This method is called each time new parameters are received (for example extracting them from a packet).
update(ProcessingData) - Method in class org.yamcs.mdb.AbstractDataDecoder
 
update(ProcessingData) - Method in class org.yamcs.mdb.AbstractDataEncoder
Update the input data and return true if the algorithm should run
update(ParameterValueList) - Method in class org.yamcs.parameter.ParameterRequestManager
Called by a provider with a list of provided parameters called "current delivery".
update(ParameterValueWithId) - Method in class org.yamcs.http.api.ParameterReplayListener
 
update(T, int) - Method in class org.yamcs.alarms.AlarmServer
 
update(T, int, boolean, boolean) - Method in class org.yamcs.alarms.AlarmServer
 
UPDATE_ROW - Enum constant in enum org.yamcs.yarch.TableVisitor.ActionType
 
UPDATE_VAL - Enum constant in enum org.yamcs.yarch.TableVisitor.ActionType
 
updateAccount(Account) - Method in class org.yamcs.security.DirectoryDb
 
updateAction(byte[], boolean) - Static method in class org.yamcs.yarch.TableVisitor.Action
 
updateAction(byte[], byte[], boolean) - Static method in class org.yamcs.yarch.TableVisitor.Action
 
updateAlgorithm(Context, UpdateAlgorithmRequest, Observer<Empty>) - Method in class org.yamcs.http.api.MdbOverrideApi
 
updateApplicationProperties(ServiceAccount) - Method in class org.yamcs.security.Directory
 
updateBand(Context, UpdateBandRequest, Observer<TimelineBand>) - Method in class org.yamcs.http.api.TimelineApi
 
updateBand(TimelineBand) - Method in class org.yamcs.timeline.TimelineBandDb
 
updateClearance(Context, UpdateClearanceRequest, Observer<ClearanceInfo>) - Method in class org.yamcs.http.api.ClearanceApi
 
updateCommand(Commanding.CommandId, List<Attribute>) - Method in class org.yamcs.cmdhistory.CommandHistoryRequestManager
send updates.
updateCommandHistory(Context, UpdateCommandHistoryRequest, Observer<Empty>) - Method in class org.yamcs.http.api.CommandsApi
 
updateConfig(Context, UpdateConfigRequest, Observer<Cop1Config>) - Method in class org.yamcs.http.api.Cop1Api
 
updated - Variable in class org.yamcs.algorithms.OutputValueBinding
 
updatedCommand(Commanding.CommandId, long, List<Attribute>) - Method in interface org.yamcs.cmdhistory.CommandHistoryConsumer
 
updatedCommand(Commanding.CommandId, long, List<Attribute>) - Method in class org.yamcs.commanding.ActiveCommand
 
updatedCommand(Commanding.CommandId, long, List<Attribute>) - Method in class org.yamcs.commanding.CommandVerificationHandler
 
updateGroup(Context, UpdateGroupRequest, Observer<GroupInfo>) - Method in class org.yamcs.http.api.IamApi
 
updateGroup(Group) - Method in class org.yamcs.security.DirectoryDb
 
updateGroupProperties(Group) - Method in class org.yamcs.security.Directory
 
updateInput(int, InputParameter, ParameterValue) - Method in class org.yamcs.algorithms.AbstractAlgorithmExecutor
Called when the given inputParameter receives a value. idx is the index of the inputParameter in the algorithm definition input list.
updateInput(int, InputParameter, ParameterValue) - Method in class org.yamcs.algorithms.MathAlgorithmExecutor
 
updateInput(int, InputParameter, ParameterValue) - Method in class org.yamcs.algorithms.ScriptAlgorithmExecutor
 
updateInputArgument(int, InputParameter, ArgumentValue) - Method in class org.yamcs.algorithms.AbstractAlgorithmExecutor
Called when the given inputParameter which contains a reference to an argument receives an argument value.
updateInputArgument(int, InputParameter, ArgumentValue) - Method in class org.yamcs.algorithms.ScriptAlgorithmExecutor
 
updateItem(Context, UpdateItemRequest, Observer<TimelineItem>) - Method in class org.yamcs.http.api.TimelineApi
 
updateItem(TimelineItem) - Method in class org.yamcs.timeline.CommandItemProvider
 
updateItem(TimelineItem) - Method in interface org.yamcs.timeline.ItemProvider
Update an item and return the updated item.
updateItem(TimelineItem) - Method in class org.yamcs.timeline.TimelineItemDb
 
UpdateItem(String, Expression) - Constructor for class org.yamcs.yarch.streamsql.UpdateTableStatement.UpdateItem
 
updateItems(int, List<ParameterValue>) - Method in class org.yamcs.commanding.ValueChangeVerifier
 
updateItems(int, List<ParameterValue>) - Method in interface org.yamcs.parameter.ParameterConsumer
 
updateItems(int, List<ParameterValue>) - Method in class org.yamcs.parameter.ParameterWithIdRequestHelper
updateItems(int, List<ParameterValue>) - Method in class org.yamcs.parameterarchive.RealtimeArchiveFiller
 
UpdateLineColumn(char) - Method in class org.yamcs.templating.SimpleCharStream
 
UpdateLineColumn(char) - Method in class org.yamcs.utils.parser.SimpleCharStream
 
updateLink(Context, EditLinkRequest, Observer<LinkInfo>) - Method in class org.yamcs.http.api.LinksApi
 
updateMember(ParameterValue, PartialParameterValue) - Static method in class org.yamcs.utils.AggregateUtil
Patches a parameter value with a new value for one member of an aggregate or array Currently this does not extend an array
updateParameter(Context, UpdateParameterRequest, Observer<Mdb.ParameterTypeInfo>) - Method in class org.yamcs.http.api.MdbOverrideApi
 
updateParameter(Parameter, Value) - Method in class org.yamcs.parameter.LocalParameterManager
Updates a parameter just with the engineering value
updateParameter(Parameter, Value) - Method in interface org.yamcs.parameter.SoftwareParameterManager
Update the engineering value of a parameter.
updateParameters(long, String, int, Collection<ParameterValue>) - Method in class org.yamcs.tctm.AbstractParameterDataLink
 
updateParameters(long, String, int, Collection<ParameterValue>) - Method in interface org.yamcs.tctm.ParameterSink
Update a collection of Parameters.
updateParameters(long, String, int, Collection<ParameterValue>) - Method in class org.yamcs.tctm.StreamParameterSender
 
updateParameters(List<ParameterValue>) - Method in class org.yamcs.parameter.LocalParameterManager
update the list of parameters.
updateParameters(List<ParameterValue>) - Method in interface org.yamcs.parameter.SoftwareParameterManager
Update a list of parameters.
updateParams(long, String, int, Collection<Pvalue.ParameterValue>) - Method in interface org.yamcs.tctm.ParameterSink
Update the parameters.
updateParams(long, String, int, Collection<Pvalue.ParameterValue>) - Method in class org.yamcs.tctm.StreamPbParameterSender
 
updateQueue(CommandQueue) - Method in interface org.yamcs.commanding.CommandQueueListener
 
updateRecord(String, Tablespace.TablespaceRecord.Builder) - Method in class org.yamcs.yarch.rocksdb.Tablespace
 
updateSimulationTime - Variable in class org.yamcs.tctm.AbstractTmDataLink
 
updateStats(int) - Method in class org.yamcs.tctm.AbstractTmDataLink
called when a new packet is received to update the statistics
updateTable(String) - Static method in class org.yamcs.yarch.query.Query
 
UpdateTableQueryBuilder - Class in org.yamcs.yarch.query
 
UpdateTableQueryBuilder(String) - Constructor for class org.yamcs.yarch.query.UpdateTableQueryBuilder
 
UpdateTableStatement - Class in org.yamcs.yarch.streamsql
 
UpdateTableStatement(String, List<UpdateTableStatement.UpdateItem>, Expression, long) - Constructor for class org.yamcs.yarch.streamsql.UpdateTableStatement
 
UpdateTableStatement() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
UpdateTableStatement.UpdateItem - Class in org.yamcs.yarch.streamsql
 
updateUser(Context, UpdateUserRequest, Observer<UserInfo>) - Method in class org.yamcs.http.api.IamApi
 
updateUserProperties(User) - Method in class org.yamcs.security.Directory
 
updateValue(RawEngValue) - Method in class org.yamcs.algorithms.ValueBinding
 
updateView(Context, UpdateViewRequest, Observer<TimelineView>) - Method in class org.yamcs.http.api.TimelineApi
 
updateView(TimelineView) - Method in class org.yamcs.timeline.TimelineViewDb
 
updateWriter(OutputStream, Charset) - Method in class org.yamcs.utils.ParameterFormatter
 
uplinkCommand(PreparedCommand) - Method in class org.yamcs.tctm.AbstractThreadedTcDataLink
Called
uplinkCommand(PreparedCommand) - Method in class org.yamcs.tctm.TcpTcDataLink
 
uplinkCommand(PreparedCommand) - Method in class org.yamcs.tctm.UdpTcDataLink
 
UplinkManagedParameters - Class in org.yamcs.tctm.ccsds
Stores configuration related to Master channels for uplink.
UplinkManagedParameters(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.UplinkManagedParameters
 
UplinkManagedParameters.FrameErrorDetection - Enum in org.yamcs.tctm.ccsds
 
UplinkManagedParameters.ServiceType - Enum in org.yamcs.tctm.ccsds
 
uploadObject(Context, UploadObjectRequest, Observer<Empty>) - Method in class org.yamcs.http.api.BucketsApi
 
UPSERT - Enum constant in enum org.yamcs.yarch.TableWriter.InsertMode
insert rows as they come, overwriting old values if the key already exist
UPSERT_APPEND - Enum constant in enum org.yamcs.yarch.TableWriter.InsertMode
like INSERT_APPEND but if the row already exists, add all the columns from the new row, overwriting old values if necessary
URECOGNIZED - Enum constant in enum org.yamcs.cfdp.pdu.AckPacket.TransactionStatus
 
useLocalGenerationTime - Variable in class org.yamcs.tctm.AbstractPacketPreprocessor
If true, do not extract time from packets but use the local generation time.
user - Variable in class org.yamcs.http.audit.AuditRecord
 
user - Variable in class org.yamcs.http.Context
The request user.
User - Class in org.yamcs.security
A user contains identifying information and a convenient set of methods to perform access control.
User(String, User) - Constructor for class org.yamcs.security.User
 
UserAccountRecordDetail - Class in org.yamcs.security.protobuf
Protobuf type UserAccountRecordDetail
UserAccountRecordDetail.Builder - Class in org.yamcs.security.protobuf
Protobuf type UserAccountRecordDetail
UserAccountRecordDetailOrBuilder - Interface in org.yamcs.security.protobuf
 
USERDETAIL - Enum constant in enum org.yamcs.security.protobuf.AccountRecord.AccountTypeCase
 
USERDETAIL_FIELD_NUMBER - Static variable in class org.yamcs.security.protobuf.AccountRecord
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class org.yamcs.http.StreamingClientHandler
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class org.yamcs.http.WebSocketFrameHandler
 
USERINPUT_FIELD_NUMBER - Static variable in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
USERNAME - Static variable in class org.yamcs.http.auth.LoginRequest
 
UsernamePasswordToken - Class in org.yamcs.security
A password-based token, usually associated with BASIC AUTH requests (convenient through curl)
UsernamePasswordToken(String, char[]) - Constructor for class org.yamcs.security.UsernamePasswordToken
 
UsersCli - Class in org.yamcs.cli
Generates password hashes for use in users.yaml
UsersCli(YamcsAdminCli) - Constructor for class org.yamcs.cli.UsersCli
 
UserSession - Class in org.yamcs.security
Covers a user session.
UserSession(String, String, String, String, long) - Constructor for class org.yamcs.security.UserSession
 
USLP - Enum constant in enum org.yamcs.tctm.ccsds.TransferFrameDecoder.CcsdsFrameType
CCSDS 732.1-B-1
UslpFrameDecoder - Class in org.yamcs.tctm.ccsds
Decodes frames as per CCSDS 732.1-B-1
UslpFrameDecoder(UslpManagedParameters) - Constructor for class org.yamcs.tctm.ccsds.UslpFrameDecoder
 
UslpManagedParameters - Class in org.yamcs.tctm.ccsds
 
UslpManagedParameters(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.UslpManagedParameters
 
UslpTransferFrame - Class in org.yamcs.tctm.ccsds
Transfer Frames as per: CCSDS RECOMMENDED STANDARD FOR UNIFIED SPACE DATA LINK PROTOCOL CCSDS 732.1-B-1 October 2018
UslpTransferFrame(byte[], int, int) - Constructor for class org.yamcs.tctm.ccsds.UslpTransferFrame
 
UsocPacketInputStream - Class in org.yamcs.tctm
Deprecated.
UsocPacketInputStream() - Constructor for class org.yamcs.tctm.UsocPacketInputStream
Deprecated.
 
Util - Class in me.lemire.integercompression
Routine utility functions.
Util() - Constructor for class me.lemire.integercompression.Util
 
Utils - Class in org.yamcs.archive
 
Utils - Class in org.yamcs.yarch.streamsql
 
Utils() - Constructor for class org.yamcs.archive.Utils
 
Utils() - Constructor for class org.yamcs.yarch.streamsql.Utils
 
UUID - Enum constant in enum org.yamcs.yarch.DataType._type
 
UUID - Static variable in class org.yamcs.yarch.DataType
 

V

V6Loader - Class in org.yamcs.xtce.xlsv6
This class loads database from excel spreadsheets.
V6Loader(String) - Constructor for class org.yamcs.xtce.xlsv6.V6Loader
 
V6Loader(YConfiguration) - Constructor for class org.yamcs.xtce.xlsv6.V6Loader
 
V6Loader(YConfiguration, Workbook) - Constructor for class org.yamcs.xtce.xlsv6.V6Loader
 
V6LoaderBase - Class in org.yamcs.xtce.xlsv6
static fields and methods to reduce the size of the SpreadsheetLoader
V6LoaderBase(String) - Constructor for class org.yamcs.xtce.xlsv6.V6LoaderBase
 
V7Loader - Class in org.yamcs.xtce.xlsv7
This class loads database from excel spreadsheets.
V7Loader(String) - Constructor for class org.yamcs.xtce.xlsv7.V7Loader
 
V7Loader(YConfiguration) - Constructor for class org.yamcs.xtce.xlsv7.V7Loader
 
V7Loader(YConfiguration, Workbook) - Constructor for class org.yamcs.xtce.xlsv7.V7Loader
 
V7LoaderBase - Class in org.yamcs.xtce.xlsv7
static fields and methods to reduce the size of the SpreadsheetLoader
V7LoaderBase(String) - Constructor for class org.yamcs.xtce.xlsv7.V7LoaderBase
 
val - Variable in class org.yamcs.yarch.DataType
 
val() - Method in class org.yamcs.yarch.HistogramSegment
 
valid - Variable in class org.yamcs.yarch.rocksdb.AbstractDbIterator
 
validate() - Method in class org.yamcs.yarch.TableDefinition
Checks that the table definition is valid: - primary key not string, except for the last in the list (otherwise the binary sorting does not work properly)
validate(Map<String, Object>) - Method in class org.yamcs.Spec
Validate the given arguments according to this spec.
validate(User) - Method in interface org.yamcs.http.audit.AuditLogPrivilegeChecker
 
validate(YConfiguration) - Method in class org.yamcs.Spec
Validate the given arguments according to this spec.
validateAccess(String, User) - Method in class org.yamcs.http.audit.AuditLog
 
validateApplicationPassword(String, char[]) - Method in class org.yamcs.security.Directory
Validates the provided password against the stored password hash of an application.
validateFilters(List<ItemFilter>) - Method in class org.yamcs.timeline.CommandItemProvider
 
validateFilters(List<ItemFilter>) - Method in interface org.yamcs.timeline.ItemProvider
Checks that the source can filter based on the criteria specified
validateFilters(List<ItemFilter>) - Method in class org.yamcs.timeline.TimelineItemDb
 
validateMainConfiguration() - Method in class org.yamcs.YamcsServer
 
validateNameType(String) - Method in class org.yamcs.mdb.BaseSpreadsheetLoader
 
validatePassword(char[], String) - Method in interface org.yamcs.security.PasswordHasher
Validates a password using a hash.
validatePassword(char[], String) - Method in class org.yamcs.security.PBKDF2PasswordHasher
Validates a password using a hash.
validateUserPassword(String, char[]) - Method in class org.yamcs.security.Directory
Validates the provided password against the stored password hash of a user.
ValidationContext(String) - Constructor for class org.yamcs.Spec.ValidationContext
 
ValidationException - Exception in org.yamcs
This exception indicates that an error has occurred while performing a validate operation.
ValidationException(Spec.ValidationContext, String) - Constructor for exception org.yamcs.ValidationException
 
ValidRangeChecker - Class in org.yamcs.mdb
 
ValidRangeChecker() - Constructor for class org.yamcs.mdb.ValidRangeChecker
 
value - Variable in class org.yamcs.algorithms.OutputValueBinding
 
value - Variable in class org.yamcs.utils.parser.FilterParser.Result
 
value - Variable in class org.yamcs.yarch.Partition
 
value() - Element in annotation type org.yamcs.Experimental
Optional information on this feature.
value() - Element in annotation type org.yamcs.GuardedBy
 
value() - Method in class org.yamcs.parameterarchive.AggrrayIterator
 
value() - Method in class org.yamcs.parameterarchive.MultiSegmentIterator
 
value() - Method in interface org.yamcs.parameterarchive.ParameterIterator
 
value() - Method in interface org.yamcs.parameterarchive.ParchiveIterator
 
value() - Method in class org.yamcs.parameterarchive.SegmentIterator
 
value() - Method in class org.yamcs.parameterarchive.SimpleParameterIterator
 
value() - Method in class org.yamcs.yarch.rocksdb.AscendingRangeIterator
 
value() - Method in interface org.yamcs.yarch.rocksdb.DbIterator
 
value() - Method in class org.yamcs.yarch.rocksdb.DescendingPrefixIterator
 
value() - Method in class org.yamcs.yarch.rocksdb.DescendingRangeIterator
 
Value - Class in org.yamcs.parameter
Union like class
Value() - Constructor for class org.yamcs.parameter.Value
 
VALUE - Enum constant in enum org.yamcs.yarch.PartitioningSpec._type
 
VALUE - Enum constant in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
VALUE = 2;
VALUE_FIELD_NUMBER - Static variable in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
VALUE_FIELD_NUMBER - Static variable in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
VALUE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
VALUE_UPDATED - Enum constant in enum org.yamcs.alarms.AlarmNotificationType
 
VALUE_VALUE - Static variable in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
VALUE = 2;
ValueArray - Class in org.yamcs.parameter
Stores parameters of the same type as array For primitive types, it uses much less memory than having an Value[]
ValueArray(byte[][]) - Constructor for class org.yamcs.parameter.ValueArray
 
ValueArray(double[]) - Constructor for class org.yamcs.parameter.ValueArray
 
ValueArray(float[]) - Constructor for class org.yamcs.parameter.ValueArray
 
ValueArray(String[]) - Constructor for class org.yamcs.parameter.ValueArray
 
ValueArray(BitSet, int) - Constructor for class org.yamcs.parameter.ValueArray
 
ValueArray(Yamcs.Value.Type) - Constructor for class org.yamcs.parameter.ValueArray
 
ValueArray(Yamcs.Value.Type, int) - Constructor for class org.yamcs.parameter.ValueArray
 
ValueArray(Yamcs.Value.Type, int[]) - Constructor for class org.yamcs.parameter.ValueArray
 
ValueArray(Yamcs.Value.Type, long[]) - Constructor for class org.yamcs.parameter.ValueArray
 
ValueArray(Yamcs.Value.Type, Object[]) - Constructor for class org.yamcs.parameter.ValueArray
 
ValueBinding - Class in org.yamcs.algorithms
A ParameterValue as passed to an algorithm.
ValueBinding() - Constructor for class org.yamcs.algorithms.ValueBinding
 
ValueChangeVerifier - Class in org.yamcs.commanding
Command verifier which succeeds when a parameter changes with a delta above a threshold.
valueColumn - Variable in class org.yamcs.yarch.PartitioningSpec
 
VALUECOLUMN_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
VALUECOLUMN_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
VALUECOLUMNTYPE_FIELD_NUMBER - Static variable in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
ValueComparator - Class in org.yamcs.utils
 
ValueComparator() - Constructor for class org.yamcs.utils.ValueComparator
 
ValueConsumer - Interface in org.yamcs.parameterarchive
 
valueCount() - Method in class org.yamcs.http.api.ParameterRanger.MultiRange
 
valueCount() - Method in class org.yamcs.http.api.ParameterRanger.Range
 
valueCount() - Method in class org.yamcs.http.api.ParameterRanger.SingleRange
 
ValueExpression - Class in org.yamcs.yarch.streamsql
This represents a constant value coming from some sql expression for example: select 3 from x
ValueExpression(Object, DataType) - Constructor for class org.yamcs.yarch.streamsql.ValueExpression
 
ValueHelper - Class in org.yamcs.utils
 
ValueHelper() - Constructor for class org.yamcs.utils.ValueHelper
 
valueOf(int) - Static method in enum org.yamcs.replication.protobuf.Request.Type
Deprecated.
valueOf(int) - Static method in enum org.yamcs.security.protobuf.AccountRecord.AccountTypeCase
Deprecated.
valueOf(int) - Static method in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
Deprecated.
valueOf(int) - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
Deprecated.
valueOf(int) - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
Deprecated.
valueOf(long[], int) - Static method in class org.yamcs.utils.BooleanArray
Create a BooleanArray from the given
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.yamcs.replication.protobuf.Request.Type
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.alarms.AlarmNotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.alarms.AlarmState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.archive.IndexRequestListener.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.archive.SpeedSpec.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.ChecksumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.pdu.AckPacket.FileDirectiveSubtypeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.pdu.AckPacket.TransactionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.pdu.CfdpPacket.TransmissionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.pdu.ConditionCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.pdu.DirectoryListingResponse.ListingResponseCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.pdu.FileDirectiveCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cfdp.PutRequest.SegmentationControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cli.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.CommandOption.CommandOptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.ConfigScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.http.api.XtceToGpbAssembler.DetailLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.http.WebSocketServerMessageHandler.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.mdb.MatchCriteriaEvaluator.MatchResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.replication.protobuf.Request.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.replication.TcpRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.security.protobuf.AccountRecord.AccountTypeCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.Spec.OptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.StreamConfig.StandardStreamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeDecoderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeEpochs
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.ccsds.DownlinkManagedParameters.FrameErrorDetection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.ccsds.error.CltuGenerator.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.ccsds.TcManagedParameters.PriorityScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.ccsds.TransferFrameDecoder.CcsdsFrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.ccsds.UplinkManagedParameters.FrameErrorDetection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.ccsds.UplinkManagedParameters.ServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.Link.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.tctm.LinkAction.ActionStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.utils.parser.FilterParser.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.DataType._type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.PartitioningSpec._type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.streamsql.AddOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.streamsql.BitwiseOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.streamsql.MultOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.streamsql.RelOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.streamsql.WindowSpecification.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.TableVisitor.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.yamcs.yarch.TableWriter.InsertMode
Returns the enum constant of this type with the specified name.
values - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader.EnumerationDefinition
 
values - Variable in class org.yamcs.parameterarchive.BinaryValueSegment
 
values - Variable in class org.yamcs.utils.IndexedList
 
values() - Static method in enum org.yamcs.alarms.AlarmNotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.alarms.AlarmState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.archive.IndexRequestListener.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.archive.SpeedSpec.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.CfdpFileTransfer.PredefinedTransferTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.ChecksumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.pdu.AckPacket.FileDirectiveSubtypeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.pdu.AckPacket.TransactionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.pdu.CfdpPacket.TransmissionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.pdu.ConditionCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.pdu.DirectoryListingResponse.ListingResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.pdu.FileDirectiveCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.pdu.FinishedPacket.FileStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.pdu.ReservedMessageToUser.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cfdp.PutRequest.SegmentationControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cli.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.cmdhistory.CommandHistoryPublisher.AckStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.CommandOption.CommandOptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.ConfigScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.http.api.XtceToGpbAssembler.DetailLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.http.WebSocketServerMessageHandler.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.mdb.MatchCriteriaEvaluator.MatchResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.replication.protobuf.Request.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.replication.TcpRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.security.protobuf.AccountRecord.AccountTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.Spec.OptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.StreamConfig.StandardStreamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeDecoderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.AbstractPacketPreprocessor.TimeEpochs
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.ccsds.Cop1Monitor.AlertType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.ccsds.DownlinkManagedParameters.FrameErrorDetection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.ccsds.error.CltuGenerator.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.ccsds.TcManagedParameters.PriorityScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.ccsds.TransferFrameDecoder.CcsdsFrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.ccsds.UplinkManagedParameters.FrameErrorDetection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.ccsds.UplinkManagedParameters.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.Link.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.tctm.LinkAction.ActionStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.utils.parser.FilterParser.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.DataType._type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.PartitioningSpec._type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.protobuf.Db.ProtoDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo.PartitioningType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.streamsql.AddOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.streamsql.BitwiseOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.streamsql.MultOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.streamsql.RelOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.streamsql.WindowSpecification.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.TableVisitor.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.yamcs.yarch.TableWriter.InsertMode
Returns an array containing the constants of this enum type, in the order they are declared.
values(Object...) - Method in class org.yamcs.yarch.query.InsertIntoTableQueryBuilder
 
ValueSegment - Interface in org.yamcs.parameterarchive
 
valueSpec(String) - Static method in class org.yamcs.yarch.PartitioningSpec
 
ValueUtility - Class in org.yamcs.utils
 
ValueUtility() - Constructor for class org.yamcs.utils.ValueUtility
 
VAR - Static variable in interface org.yamcs.templating.TemplateParserConstants
RegularExpression Id.
Variable - Class in org.yamcs.templating
 
Variable() - Constructor for class org.yamcs.templating.Variable
 
VarIntUtil - Class in org.yamcs.utils
 
VarIntUtil() - Constructor for class org.yamcs.utils.VarIntUtil
 
VarIntUtil.ArrayDecoder - Class in org.yamcs.utils
decodes an array of varints
VarIntUtil.SignedArrayDecoder - Class in org.yamcs.utils
 
varStatement() - Method in class org.yamcs.templating.TemplateParser
 
VarStatement - Class in org.yamcs.templating
 
VarStatement(String) - Constructor for class org.yamcs.templating.VarStatement
 
vcaHandlerClassName - Variable in class org.yamcs.tctm.ccsds.VcDownlinkManagedParameters
 
VcDownlinkHandler - Interface in org.yamcs.tctm.ccsds
Called from the MasterChannelFrameHandler to handle TM frames for a specific virtual channel.
VcDownlinkManagedParameters - Class in org.yamcs.tctm.ccsds
Stores configuration related to Virtual Channels
VcDownlinkManagedParameters(int) - Constructor for class org.yamcs.tctm.ccsds.VcDownlinkManagedParameters
 
VcDownlinkManagedParameters(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.VcDownlinkManagedParameters
 
vcId - Variable in class org.yamcs.tctm.ccsds.VcDownlinkManagedParameters
 
vcId - Variable in class org.yamcs.tctm.ccsds.VcUplinkManagedParameters
 
VcTmPacketHandler - Class in org.yamcs.tctm.ccsds
Handles packets from one VC
VcTmPacketHandler(String, String, VcDownlinkManagedParameters) - Constructor for class org.yamcs.tctm.ccsds.VcTmPacketHandler
 
VcUplinkHandler - Interface in org.yamcs.tctm.ccsds
Handlers uplink data in a virtual channel
VcUplinkManagedParameters - Class in org.yamcs.tctm.ccsds
Stores configuration related to Virtual Channels for uplink
VcUplinkManagedParameters(int) - Constructor for class org.yamcs.tctm.ccsds.VcUplinkManagedParameters
 
VcUplinkManagedParameters(YConfiguration) - Constructor for class org.yamcs.tctm.ccsds.VcUplinkManagedParameters
 
verificatonFinished(ActiveCommand) - Method in class org.yamcs.commanding.CommandingManager
 
Verifier_KEY_PREFIX - Static variable in interface org.yamcs.cmdhistory.CommandHistoryPublisher
 
verify(TmPacket) - Method in class org.yamcs.time.TimeCorrelationService
Verify the time synchronization of the packet.
verifyAccessToken(String) - Method in class org.yamcs.http.auth.TokenStore
 
verifyAlarm(Processor, String, int) - Static method in class org.yamcs.http.api.AlarmsApi
Finds the appropriate alarm server for the alarm.
verifyBackupDirectory(String, boolean) - Static method in class org.yamcs.yarch.BackupUtils
 
verifyCrc(TmPacket) - Method in class org.yamcs.tctm.AbstractPacketPreprocessor
 
verifyDatabase(String) - Static method in class org.yamcs.http.api.DatabaseApi
 
verifyInstance(String) - Static method in class org.yamcs.http.api.InstancesApi
 
verifyInstance(String) - Static method in class org.yamcs.http.api.ManagementApi
Deprecated.
verifyInstance(String, boolean) - Static method in class org.yamcs.http.api.InstancesApi
 
verifyInstance(String, boolean) - Static method in class org.yamcs.http.api.ManagementApi
Deprecated.
verifyInstanceObj(String) - Static method in class org.yamcs.http.api.InstancesApi
 
verifyInstanceObj(String) - Static method in class org.yamcs.http.api.ManagementApi
Deprecated.
verifyLink(String, String) - Static method in class org.yamcs.http.api.LinksApi
 
verifyParameter(Context, XtceDb, String) - Static method in class org.yamcs.http.api.MdbApi
 
verifyPath(ParameterType, PathElement[]) - Static method in class org.yamcs.utils.AggregateUtil
Verify that the path exists in the parameter type
verifyProcessor(String, String) - Static method in class org.yamcs.http.api.ProcessingApi
 
verifyRefreshToken(String) - Method in class org.yamcs.http.auth.TokenStore
Validate the provided refresh token, and exchange it for a new one.
verifyStream(Context, YarchDatabaseInstance, String) - Static method in class org.yamcs.http.api.TableApi
 
verifyValidity(AuthenticationInfo) - Method in interface org.yamcs.security.AuthModule
Verify if previously generated authentication info is (still) valid.
verifyValidity(AuthenticationInfo) - Method in class org.yamcs.security.DirectoryAuthModule
 
verifyValidity(AuthenticationInfo) - Method in class org.yamcs.security.IPAddressAuthModule
 
verifyValidity(AuthenticationInfo) - Method in class org.yamcs.security.KerberosAuthModule
 
verifyValidity(AuthenticationInfo) - Method in class org.yamcs.security.LdapAuthModule
 
verifyValidity(AuthenticationInfo) - Method in class org.yamcs.security.OpenIDAuthModule
 
verifyValidity(AuthenticationInfo) - Method in class org.yamcs.security.RemoteUserAuthModule
 
verifyValidity(AuthenticationInfo) - Method in class org.yamcs.security.SecurityStore
 
verifyValidity(AuthenticationInfo) - Method in class org.yamcs.security.SingleUserAuthModule
 
verifyValidity(AuthenticationInfo) - Method in class org.yamcs.security.SpnegoAuthModule
 
verifyValidity(AuthenticationInfo) - Method in class org.yamcs.security.YamlAuthModule
 
VERSION - Static variable in class org.yamcs.parameterarchive.SortedTimeSegment
 
VERSION - Static variable in class org.yamcs.YamcsVersion
 
ViewListener - Interface in org.yamcs.timeline
 
virtualChannelId - Variable in class org.yamcs.tctm.ccsds.DownlinkTransferFrame
 
virtualChannelId - Variable in class org.yamcs.tctm.ccsds.TcTransferFrame
 
visit(byte[], byte[]) - Method in class org.yamcs.yarch.TableReaderStream
 
visit(byte[], byte[]) - Method in interface org.yamcs.yarch.TableVisitor
 
visitor - Variable in class org.yamcs.yarch.rocksdb.HistogramRebuilder
 
visitor - Variable in class org.yamcs.yarch.rocksdb.RdbTableWalker
 
visitor - Variable in class org.yamcs.yarch.rocksdb.SecondaryIndexTableWalker
 

W

waitQueue - Variable in class org.yamcs.tctm.ccsds.Cop1TcPacketHandler
 
Wakeup - Class in org.yamcs.replication.protobuf
sent from Master to Slave when the Slave is the TCP server the Slave will send back a Request on the same socket
WAKEUP - Static variable in class org.yamcs.replication.Message
 
Wakeup.Builder - Class in org.yamcs.replication.protobuf
sent from Master to Slave when the Slave is the TCP server the Slave will send back a Request on the same socket
WakeupOrBuilder - Interface in org.yamcs.replication.protobuf
 
walk(TableVisitor) - Method in class org.yamcs.yarch.AbstractTableWalker
 
walk(TableVisitor) - Method in class org.yamcs.yarch.rocksdb.SecondaryIndexTableWalker
Iterate data through the given interval taking into account also the tableRange.
walk(TableVisitor) - Method in interface org.yamcs.yarch.TableWalker
 
walkInterval(PartitionManager.Interval, DbRange, TableVisitor) - Method in class org.yamcs.yarch.AbstractTableWalker
Runs the data in a time interval (corresponding to a time partition) sending data only that conform with the start and end filters.
walkInterval(PartitionManager.Interval, DbRange, TableVisitor) - Method in class org.yamcs.yarch.rocksdb.RdbTableWalker
Iterate data through the given interval taking into account also the tableRange.
wallclockStartTime - Variable in class org.yamcs.cfdp.OngoingCfdpTransfer
 
warn(String) - Method in class org.yamcs.logging.Log
Send a log message at WARN level.
warn(String, Object...) - Method in class org.yamcs.logging.Log
Send a log message at WARN level using SLF4J-style formatting.
warn(String, Throwable) - Method in class org.yamcs.logging.Log
Send a log message at WARN level.
warning(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
warning(String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
warning(String, String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
watch(String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
watch(String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
watch(String, String, String) - Method in class org.yamcs.algorithms.AlgorithmFunctions
 
WatchedFileHandler - Class in org.yamcs.logging
File handler that watches the file it is logging to.
WatchedFileHandler() - Constructor for class org.yamcs.logging.WatchedFileHandler
 
WEBSOCKET_ROUTE - Static variable in class org.yamcs.http.HttpServer
 
WebSocketFrameHandler - Class in org.yamcs.http
 
WebSocketFrameHandler(HttpServer, HttpRequest, User, WriteBufferWaterMark) - Constructor for class org.yamcs.http.WebSocketFrameHandler
 
WebSocketObserver - Class in org.yamcs.http
 
WebSocketObserver(TopicContext) - Constructor for class org.yamcs.http.WebSocketObserver
 
WebSocketServerMessageHandler - Class in org.yamcs.http
Encodes WebSocketServerMessageHandler.InternalServerMessage to either BinaryWebSocketFrame or TextWebSocketFrame depending if the protobuf or json has to be sent.
WebSocketServerMessageHandler(HttpServer, boolean, long) - Constructor for class org.yamcs.http.WebSocketServerMessageHandler
 
WebSocketServerMessageHandler.InternalServerMessage - Class in org.yamcs.http
 
WebSocketServerMessageHandler.MessageDroppedException - Exception in org.yamcs.http
 
WebSocketServerMessageHandler.Priority - Enum in org.yamcs.http
 
WellKnownHandler - Class in org.yamcs.http
RFC 8615 endpoint used by various protocols.
WellKnownHandler() - Constructor for class org.yamcs.http.WellKnownHandler
 
when(String, Object) - Method in class org.yamcs.Spec
Add a condition that is only verified when key.equals(value)
WhenCondition(Spec, String, Object) - Constructor for class org.yamcs.Spec.WhenCondition
 
where(String, Object) - Method in class org.yamcs.yarch.query.DeleteFromTableQueryBuilder
 
where(String, Object) - Method in class org.yamcs.yarch.query.SelectTableQueryBuilder
 
where(String, Object) - Method in class org.yamcs.yarch.query.UpdateTableQueryBuilder
 
where(String, Object...) - Method in class org.yamcs.yarch.SqlBuilder
Additive!
whereColAfter(String, long) - Method in class org.yamcs.yarch.SqlBuilder
 
whereColAfter(String, Timestamp) - Method in class org.yamcs.yarch.SqlBuilder
 
whereColAfterOrEqual(String, long) - Method in class org.yamcs.yarch.SqlBuilder
 
whereColAfterOrEqual(String, Timestamp) - Method in class org.yamcs.yarch.SqlBuilder
 
whereColBefore(String, long) - Method in class org.yamcs.yarch.SqlBuilder
 
whereColBefore(String, Timestamp) - Method in class org.yamcs.yarch.SqlBuilder
 
whereColBeforeOrEqual(String, long) - Method in class org.yamcs.yarch.SqlBuilder
 
whereColBeforeOrEqual(String, Timestamp) - Method in class org.yamcs.yarch.SqlBuilder
 
whereColIn(String, Collection<?>) - Method in class org.yamcs.yarch.SqlBuilder
 
whereColNotIn(String, Collection<?>) - Method in class org.yamcs.yarch.SqlBuilder
 
WindowProcessor - Class in org.yamcs.yarch
 
WindowProcessor() - Constructor for class org.yamcs.yarch.WindowProcessor
 
WindowSpecification - Class in org.yamcs.yarch.streamsql
 
WindowSpecification(String) - Constructor for class org.yamcs.yarch.streamsql.WindowSpecification
 
WindowSpecification(BigDecimal, BigDecimal, WindowSpecification.Type) - Constructor for class org.yamcs.yarch.streamsql.WindowSpecification
 
WindowSpecification(BigDecimal, BigDecimal, WindowSpecification.Type, String) - Constructor for class org.yamcs.yarch.streamsql.WindowSpecification
 
WindowSpecification() - Method in class org.yamcs.yarch.streamsql.StreamSqlParser
 
WindowSpecification.Type - Enum in org.yamcs.yarch.streamsql
 
withAliases(String...) - Method in class org.yamcs.Spec.Option
Add aliases for this option.
withApplySpecDefaults(boolean) - Method in class org.yamcs.Spec.Option
In case the Spec.Option.type is set to Spec.OptionType.MAP, setting this property to true will cause defaults within elements of that type to be applied even if the option itself is not defined.
withChoices(Class<T>) - Method in class org.yamcs.Spec.Option
Sets the allowed values of this option based on the states of an Enum.
withChoices(Object...) - Method in class org.yamcs.Spec.Option
Sets the allowed values of this option.
withColumn(String, DataType) - Method in class org.yamcs.yarch.query.CreateTableQueryBuilder
 
withCrc() - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
withDefault(Object) - Method in class org.yamcs.Spec.Option
Sets the default value.
withDeprecationMessage(String) - Method in class org.yamcs.Spec.Option
Attach a deprecation message to this option.
withDescription(String...) - Method in class org.yamcs.Spec.Option
 
withElementType(Spec.OptionType) - Method in class org.yamcs.Spec.Option
In case the Spec.Option.type is set to Spec.OptionType.LIST or Spec.OptionType.LIST_OR_ELEMENT the element type indicates the type of each element of that list.
withHelp(String) - Method in class org.yamcs.CommandOption
Specify detailed guidance on how to use this attribute.
withHidden(boolean) - Method in class org.yamcs.Spec.Option
Hint that this option should be hidden from UIs.
withRequired(boolean) - Method in class org.yamcs.Spec.Option
Set whether this option is required.
withSecret(boolean) - Method in class org.yamcs.Spec.Option
Set whether this option is secret.
withSpec(Spec) - Method in class org.yamcs.Spec.Option
In case the Spec.Option.type or the Spec.Option.elementType is set to Spec.OptionType.MAP this specifies the options within that map.
withTitle(String) - Method in class org.yamcs.Spec.Option
 
withVersionAdded(String) - Method in class org.yamcs.Spec.Option
Which version of the software this specific option was added.
workbook - Variable in class org.yamcs.mdb.BaseSpreadsheetLoader
 
wrap(byte...) - Static method in class org.yamcs.utils.ByteArray
Creates the ByteArray with the backing array
wrap(double[]) - Static method in class org.yamcs.utils.DoubleArray
 
wrap(float[]) - Static method in class org.yamcs.utils.FloatArray
 
wrap(int...) - Static method in class org.yamcs.utils.IntArray
Creates the IntArray with the backing array
wrap(long...) - Static method in class org.yamcs.utils.LongArray
Creates the IntArray with the backing array
wrap(Map<String, Object>) - Static method in class org.yamcs.YConfiguration
Create a new configuration wrapping around a map The resulting config will have no parent
write(int, int) - Method in class org.yamcs.utils.BitWriter
write the least significant numBits of x into the BitBuffer Note that there is no check that the bits will actually fit into the ByteBuffer, they will be stored in the temporary field.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.yamcs.http.WebSocketServerMessageHandler
 
write(WriteOptions, WriteBatch) - Method in class org.yamcs.yarch.rocksdb.YRDB
 
writeAsByteToBuffer(ByteBuffer) - Method in enum org.yamcs.cfdp.pdu.ConditionCode
 
writeAtomic(Path, byte[]) - Static method in class org.yamcs.utils.FileUtils
Writes bytes to a file in two phases via a temporary file in the same folder.
writeCFDPPacket(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.AckPacket
 
writeCFDPPacket(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.CfdpPacket
 
writeCFDPPacket(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.EofPacket
 
writeCFDPPacket(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.FileDataPacket
 
writeCFDPPacket(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.FinishedPacket
 
writeCFDPPacket(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.KeepAlivePacket
 
writeCFDPPacket(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.MetadataPacket
 
writeCFDPPacket(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.NakPacket
 
writeCompressed(ByteBuffer) - Method in class org.yamcs.parameterarchive.IntValueSegment
 
writeConsistencyDate(FileWriter) - Method in class org.yamcs.mdb.AbstractFileLoader
 
writeConsistencyDate(FileWriter) - Method in class org.yamcs.mdb.EmptyNodeLoader
 
writeConsistencyDate(FileWriter) - Method in interface org.yamcs.mdb.SpaceSystemLoader
 
writeConsistencyDate(FileWriter) - Method in class org.yamcs.mdb.XtceLoader
 
writeData(Transaction) - Method in class org.yamcs.replication.ReplicationFile
Write transaction to the file and returns the transaction id.
writeData(Transaction, boolean) - Method in class org.yamcs.replication.ReplicationFile
Write transaction to the file and returns the transaction id.
WriteEvents - Static variable in class org.yamcs.security.SystemPrivilege
Allows to manually create events.
writeHeader - Variable in class org.yamcs.utils.ParameterFormatter
 
WriteParameter - Static variable in class org.yamcs.security.ObjectPrivilegeType
 
writeParameters() - Method in class org.yamcs.utils.ParameterFormatter
 
writeParameters(List<ParameterValueWithId>) - Method in class org.yamcs.utils.ParameterFormatter
adds new parameters - if they are written to the output buffer or not depends on the settings
writer - Variable in class org.yamcs.utils.ParameterFormatter
 
writeRaw(ByteBuffer) - Method in class org.yamcs.parameterarchive.ObjectSegment
 
writeRows(Context, Observer<Table.WriteRowsResponse>) - Method in class org.yamcs.http.api.TableApi
 
writeSignedVarint32(ByteBuffer, int) - Static method in class org.yamcs.utils.VarIntUtil
 
writeSizeDelimitedString(ByteBuffer, String) - Static method in class org.yamcs.utils.VarIntUtil
 
WriteTables - Static variable in class org.yamcs.security.SystemPrivilege
Allows to manually add records to tables.
writeTo(CodedOutputStream) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment
 
writeTo(CodedOutputStream) - Method in class org.yamcs.cmdhistory.protobuf.Cmdhistory.AssignmentInfo
 
writeTo(CodedOutputStream) - Method in class org.yamcs.replication.protobuf.ColumnInfo
 
writeTo(CodedOutputStream) - Method in class org.yamcs.replication.protobuf.Request
 
writeTo(CodedOutputStream) - Method in class org.yamcs.replication.protobuf.Response
 
writeTo(CodedOutputStream) - Method in class org.yamcs.replication.protobuf.StreamInfo
 
writeTo(CodedOutputStream) - Method in class org.yamcs.replication.protobuf.TimeMessage
 
writeTo(CodedOutputStream) - Method in class org.yamcs.replication.protobuf.Wakeup
 
writeTo(CodedOutputStream) - Method in class org.yamcs.security.protobuf.AccountCollection
 
writeTo(CodedOutputStream) - Method in class org.yamcs.security.protobuf.AccountRecord
 
writeTo(CodedOutputStream) - Method in class org.yamcs.security.protobuf.Clearance
 
writeTo(CodedOutputStream) - Method in class org.yamcs.security.protobuf.ExternalIdentity
 
writeTo(CodedOutputStream) - Method in class org.yamcs.security.protobuf.GroupCollection
 
writeTo(CodedOutputStream) - Method in class org.yamcs.security.protobuf.GroupRecord
 
writeTo(CodedOutputStream) - Method in class org.yamcs.security.protobuf.ServiceAccountRecordDetail
 
writeTo(CodedOutputStream) - Method in class org.yamcs.security.protobuf.UserAccountRecordDetail
 
writeTo(CodedOutputStream) - Method in class org.yamcs.timeline.protobuf.BandFilter.FilterCriterion
 
writeTo(CodedOutputStream) - Method in class org.yamcs.timeline.protobuf.BandFilter.ItemFilter
 
writeTo(CodedOutputStream) - Method in class org.yamcs.timeline.protobuf.BandFilter
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.protobuf.Db.Event
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.protobuf.Db.ParameterValue
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.BucketProperties
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ObjectProperties
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.PartitioningInfo
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.ProtoTableDefinition
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.SecondaryIndex
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo.EnumValue
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TableColumnInfo
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TablespaceRecord
 
writeTo(CodedOutputStream) - Method in class org.yamcs.yarch.rocksdb.protobuf.Tablespace.TimeBasedPartition
 
writeTo(ByteBuffer) - Method in class org.yamcs.parameterarchive.BaseSegment
 
writeTo(ByteBuffer) - Method in class org.yamcs.parameterarchive.BooleanValueSegment
write the segment to buffer
writeTo(ByteBuffer) - Method in class org.yamcs.parameterarchive.DoubleValueSegment
 
writeTo(ByteBuffer) - Method in class org.yamcs.parameterarchive.FloatValueSegment
 
writeTo(ByteBuffer) - Method in class org.yamcs.parameterarchive.IntValueSegment
 
writeTo(ByteBuffer) - Method in class org.yamcs.parameterarchive.LongValueSegment
 
writeTo(ByteBuffer) - Method in class org.yamcs.parameterarchive.ObjectSegment
 
writeTo(ByteBuffer) - Method in class org.yamcs.parameterarchive.SortedTimeSegment
Encode the time array
writeToArchive(long, Collection<PGSegment>) - Method in class org.yamcs.parameterarchive.ParameterArchive
 
writeToArchive(PGSegment) - Method in class org.yamcs.parameterarchive.ParameterArchive
 
writeToBuffer(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.CfdpPacket
 
writeToBuffer(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.LV
 
writeToBuffer(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.SegmentRequest
 
writeToBuffer(ByteBuffer) - Method in class org.yamcs.cfdp.pdu.TLV
 
writeToBuffer(ByteBuffer, int) - Method in class org.yamcs.cfdp.pdu.CfdpHeader
 
writeUnsignedByte(ByteBuffer, int) - Static method in class org.yamcs.cfdp.CfdpUtils
 
writeUnsignedInt(ByteBuffer, long) - Static method in class org.yamcs.cfdp.CfdpUtils
Write the given long as an unsigned int (32bits) to the given buffer at its current position
writeUnsignedLong(ByteBuffer, long) - Static method in class org.yamcs.cfdp.CfdpUtils
Write the given long as an unsigned long (64bits) to the given buffer at its current position
writeUnsignedNumber(ByteBuffer, long, boolean) - Static method in class org.yamcs.cfdp.CfdpUtils
Writes the given long as either unsigned 32-bit integer or unsigned 64-bit long depending on the is64bits parameter.
writeVarInt32(byte[], int, int) - Static method in class org.yamcs.utils.VarIntUtil
Encodes x as varint in the buffer at position pos and returns the new position
writeVarInt32(ByteBuffer, int) - Static method in class org.yamcs.utils.VarIntUtil
 
writeVarInt64(ByteBuffer, long) - Static method in class org.yamcs.utils.VarIntUtil
 
WRONG_ARG_COUNT - Enum constant in enum org.yamcs.yarch.streamsql.StreamSqlException.ErrCode
 

X

XOR - Enum constant in enum org.yamcs.yarch.streamsql.BitwiseOp
 
XtceAssembler - Class in org.yamcs.mdb
Experimental export of Mission Database to XTCE.
XtceAssembler() - Constructor for class org.yamcs.mdb.XtceAssembler
 
xtcedb - Variable in class org.yamcs.mdb.XtceTmExtractor
 
xtcedb - Variable in class org.yamcs.mdb.XtceTmProcessor
 
XtceDbFactory - Class in org.yamcs.mdb
 
XtceDbFactory() - Constructor for class org.yamcs.mdb.XtceDbFactory
 
XtceLoader - Class in org.yamcs.mdb
XTCE XML loader.
XtceLoader(String) - Constructor for class org.yamcs.mdb.XtceLoader
 
XtceLoader(YConfiguration) - Constructor for class org.yamcs.mdb.XtceLoader
 
XtceProcessingException - Exception in org.yamcs.mdb
Generic RuntimeException to be used when encountering an unexpected problem in the XTCE processing
XtceProcessingException(String) - Constructor for exception org.yamcs.mdb.XtceProcessingException
 
XtceProcessingException(String, Throwable) - Constructor for exception org.yamcs.mdb.XtceProcessingException
 
XtceTmExtractor - Class in org.yamcs.mdb
Extracts parameters out of packets based on the XTCE description
XtceTmExtractor(XtceDb) - Constructor for class org.yamcs.mdb.XtceTmExtractor
Create a standalone TM extractor
XtceTmExtractor(XtceDb, ProcessorData) - Constructor for class org.yamcs.mdb.XtceTmExtractor
Create a new TM extractor with the given context
XtceTmProcessor - Class in org.yamcs.mdb
Does the job of getting containers and transforming them into parameters which are then sent to the parameter request manager for the distribution to the requesters.
XtceTmProcessor(Processor) - Constructor for class org.yamcs.mdb.XtceTmProcessor
 
XtceTmProcessor(XtceDb, ProcessorConfig) - Constructor for class org.yamcs.mdb.XtceTmProcessor
Creates a TmProcessor to be used in "standalone" mode, outside of any processor It still uses the processor config for configuration parameters relevant to container processing
XtceTmRecorder - Class in org.yamcs.archive
Records XTCE TM sequence containers.
XtceTmRecorder() - Constructor for class org.yamcs.archive.XtceTmRecorder
 
XtceTmReplayHandler - Class in org.yamcs.archive
Provides replay of the telemetry recorded by XtceTmRecorder
XtceTmReplayHandler(XtceDb) - Constructor for class org.yamcs.archive.XtceTmReplayHandler
 
XtceTmReplayHandler.ReplayPacket - Class in org.yamcs.archive
 
XtceToGpbAssembler - Class in org.yamcs.http.api
 
XtceToGpbAssembler() - Constructor for class org.yamcs.http.api.XtceToGpbAssembler
 
XtceToGpbAssembler.DetailLevel - Enum in org.yamcs.http.api
 

Y

YAMCS - Enum constant in enum org.yamcs.ConfigScope
Represents yamcs.yaml configuration.
YAMCS_INSTANCE - Enum constant in enum org.yamcs.ConfigScope
Represents yamcs.
YamcsAdminCli - Class in org.yamcs.cli
Command line utility for doing yamcs stuff.
YamcsAdminCli() - Constructor for class org.yamcs.cli.YamcsAdminCli
 
YamcsAdminCli.OutputFormatConverter - Class in org.yamcs.cli
 
YamcsAdminException - Exception in org.yamcs.cli
 
YamcsAdminException(String) - Constructor for exception org.yamcs.cli.YamcsAdminException
 
YamcsArchiveTmLink - Class in org.yamcs.cascading
Yamcs Archive TM link - fetches archive data
YamcsArchiveTmLink(YamcsLink) - Constructor for class org.yamcs.cascading.YamcsArchiveTmLink
 
YamcsEventLink - Class in org.yamcs.cascading
Yamcs TM link - subscribes to realtime telemetry
YamcsEventLink(YamcsLink) - Constructor for class org.yamcs.cascading.YamcsEventLink
 
YamcsException - Exception in org.yamcs
Base class for all checked Yamcs exceptions (some day)
YamcsException(String) - Constructor for exception org.yamcs.YamcsException
 
YamcsException(String, String) - Constructor for exception org.yamcs.YamcsException
 
YamcsException(String, String, byte[]) - Constructor for exception org.yamcs.YamcsException
 
YamcsException(String, String, Message) - Constructor for exception org.yamcs.YamcsException
 
YamcsException(String, Throwable) - Constructor for exception org.yamcs.YamcsException
 
YamcsException(Throwable) - Constructor for exception org.yamcs.YamcsException
 
yamcsInstance - Variable in class org.yamcs.AbstractYamcsService
 
yamcsInstance - Variable in class org.yamcs.tctm.AbstractLink
 
YAMCSINSTANCE_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Request
 
YAMCSINSTANCE_FIELD_NUMBER - Static variable in class org.yamcs.replication.protobuf.Wakeup
 
YamcsInstanceService - Class in org.yamcs
Inspired from Guava services, this class offers the following states: OFFLINE INITIALIZING INITIALIZED STARTING RUNNING STOPPING FAILED transitions are allowed back to OFFLINE from all steady states
YamcsInstanceService() - Constructor for class org.yamcs.YamcsInstanceService
 
YamcsLink - Class in org.yamcs.cascading
 
YamcsLink() - Constructor for class org.yamcs.cascading.YamcsLink
 
YamcsLogManager - Class in org.yamcs.logging
Customized version of LogManager so that we can keep logging from within shutdown hooks.
YamcsLogManager() - Constructor for class org.yamcs.logging.YamcsLogManager
 
YamcsLogRecord - Class in org.yamcs.logging
 
YamcsLogRecord(Level, String, String) - Constructor for class org.yamcs.logging.YamcsLogRecord
 
YamcsParameterLink - Class in org.yamcs.cascading
Yamcs Parameter link - receives parameters from a Yamcs upstream server.
YamcsParameterLink(YamcsLink) - Constructor for class org.yamcs.cascading.YamcsParameterLink
 
YamcsServer - Class in org.yamcs
Yamcs server together with the global instances
YamcsServer() - Constructor for class org.yamcs.YamcsServer
 
YamcsServerInstance - Class in org.yamcs
Represents a Yamcs instance together with the instance specific services and the processors
YamcsServerOptions - Class in org.yamcs
 
YamcsServerOptions() - Constructor for class org.yamcs.YamcsServerOptions
 
YamcsServerOptions.AbsolutePathConverter - Class in org.yamcs
Convert a string into an absolute, normalized path.
YamcsServerOptions.LeakLevelConverter - Class in org.yamcs
 
YamcsService - Interface in org.yamcs
Required interface of a Yamcs Service.
YamcsTcLink - Class in org.yamcs.cascading
 
YamcsTcLink(YamcsLink) - Constructor for class org.yamcs.cascading.YamcsTcLink
 
YamcsTmLink - Class in org.yamcs.cascading
Yamcs TM link - subscribes to realtime telemetry
YamcsTmLink(YamcsLink) - Constructor for class org.yamcs.cascading.YamcsTmLink
 
YamcsVersion - Class in org.yamcs
Provides access to build-time information of the Yamcs project.
YamcsVersion() - Constructor for class org.yamcs.YamcsVersion
 
YamlAuthModule - Class in org.yamcs.security
 
YamlAuthModule() - Constructor for class org.yamcs.security.YamlAuthModule
 
YarchDatabase - Class in org.yamcs.yarch
Handles all tables/streams/indexes for a Yamcs server
YarchDatabase() - Constructor for class org.yamcs.yarch.YarchDatabase
 
YarchDatabaseInstance - Class in org.yamcs.yarch
Handles tables and streams for one Yamcs Instance
YarchException - Exception in org.yamcs.yarch
 
YarchException(String) - Constructor for exception org.yamcs.yarch.YarchException
 
YarchException(String, Throwable) - Constructor for exception org.yamcs.yarch.YarchException
 
YarchException(Throwable) - Constructor for exception org.yamcs.yarch.YarchException
 
YarchReplay - Class in org.yamcs.archive
Performs a replay from Yarch So far supported are: TM packets, PP groups, Events, Parameters and Command History.
YarchReplay(ReplayServer, ReplayOptions, ReplayListener, XtceDb) - Constructor for class org.yamcs.archive.YarchReplay
 
YConfiguration - Class in org.yamcs
A configuration object is a wrapper around a Map&ltString, Object&gt which keeps track to a parent and its original file (if any).
YConfiguration(String, InputStream, String) - Constructor for class org.yamcs.YConfiguration
Constructs a new configuration object parsing the input stream
YConfiguration(YConfiguration, String, Map<String, Object>) - Constructor for class org.yamcs.YConfiguration
 
YConfiguration.ConfigurationNotFoundException - Exception in org.yamcs
Introduced to be able to detect when a configuration file was not specified (as opposed to when there's a validation error inside).
YConfiguration.DefaultConfigurationResolver - Class in org.yamcs
Default config file resolver.
YConfigurationResolver - Interface in org.yamcs
 
ydb - Variable in class org.yamcs.yarch.AbstractTableWalker
 
ydb - Variable in class org.yamcs.yarch.Stream
 
ydb - Variable in class org.yamcs.yarch.TableWriter
 
YObjectLoader<T> - Class in org.yamcs.utils
 
YObjectLoader() - Constructor for class org.yamcs.utils.YObjectLoader
 
YRDB - Class in org.yamcs.yarch.rocksdb
wrapper around RocksDB that keeps track of column families.

Z

ZERO_BYTES - Static variable in class org.yamcs.yarch.rocksdb.RdbStorageEngine
 

_

_binaryConcat(byte[]...) - Static method in class org.yamcs.yarch.streamsql.AdditiveExpression
 
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