| Package | Description |
|---|---|
| biz.onixs.sbe |
| Modifier and Type | Method and Description |
|---|---|
static TimestampEpoch |
TimestampEpoch.fromString(String s) |
TimestampEpoch |
SbeTimestamp.getEpoch()
Timstamp epoch.
|
static TimestampEpoch |
TimestampEpoch.selectBySpecification(UnifiedMetaData metaData)
Select epoch by SBE specification.
|
static TimestampEpoch |
TimestampEpoch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampEpoch[] |
TimestampEpoch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SbeTimestamp.setEpoch(TimestampEpoch epoch)
Update timestamp epoch.
|
void |
SbeTimestamp.update(long value,
TimestampUnit unit,
TimestampEpoch epoch,
short timezoneHour,
short timezoneMinute)
Update entire timestamp
|
| Constructor and Description |
|---|
SbeTimestamp(long value,
TimestampUnit unit,
TimestampEpoch epoch,
short timezoneHour,
short timezoneMinute)
Constructs timestamp
|
Copyright © 2005–2025 Onix Solutions. All rights reserved.