public static class HotArchiveBucketEntry.HotArchiveBucketEntryBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
HotArchiveBucketEntry.HotArchiveBucketEntryBuilder |
archivedEntry(LedgerEntry archivedEntry) |
HotArchiveBucketEntry |
build() |
HotArchiveBucketEntry.HotArchiveBucketEntryBuilder |
discriminant(HotArchiveBucketEntryType discriminant) |
HotArchiveBucketEntry.HotArchiveBucketEntryBuilder |
key(LedgerKey key) |
HotArchiveBucketEntry.HotArchiveBucketEntryBuilder |
metaEntry(BucketMetadata metaEntry) |
java.lang.String |
toString() |
public HotArchiveBucketEntry.HotArchiveBucketEntryBuilder discriminant(HotArchiveBucketEntryType discriminant)
this
.public HotArchiveBucketEntry.HotArchiveBucketEntryBuilder archivedEntry(LedgerEntry archivedEntry)
this
.public HotArchiveBucketEntry.HotArchiveBucketEntryBuilder key(LedgerKey key)
this
.public HotArchiveBucketEntry.HotArchiveBucketEntryBuilder metaEntry(BucketMetadata metaEntry)
this
.public HotArchiveBucketEntry build()
public java.lang.String toString()
toString
in class java.lang.Object