Class BigSegmentStoreTypes.StoreMetadata
- java.lang.Object
-
- com.launchdarkly.sdk.server.subsystems.BigSegmentStoreTypes.StoreMetadata
-
- Enclosing class:
- BigSegmentStoreTypes
public static final class BigSegmentStoreTypes.StoreMetadata extends java.lang.ObjectValues returned byBigSegmentStore.getMetadata().
-
-
Constructor Summary
Constructors Constructor Description StoreMetadata(long lastUpToDate)Constructor for aBigSegmentStoreTypes.StoreMetadata.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLastUpToDate()The timestamp of the last update to theBigSegmentStore.
-
-
-
Constructor Detail
-
StoreMetadata
public StoreMetadata(long lastUpToDate)
Constructor for aBigSegmentStoreTypes.StoreMetadata.- Parameters:
lastUpToDate- the Unix millisecond timestamp of the last update
-
-
Method Detail
-
getLastUpToDate
public long getLastUpToDate()
The timestamp of the last update to theBigSegmentStore.- Returns:
- the last update timestamp as Unix milliseconds
-
-