Record Class BlockfileMergerParams.BlockfileMergerStorageParams
java.lang.Object
java.lang.Record
io.datarouter.bytes.blockfile.io.merge.BlockfileMergerParams.BlockfileMergerStorageParams
- Enclosing class:
BlockfileMergerParams
public static record BlockfileMergerParams.BlockfileMergerStorageParams(BlockfileGroup<BlockfileRow> blockfileGroup, Supplier<String> filenameSupplier)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionBlockfileMergerStorageParams(BlockfileGroup<BlockfileRow> blockfileGroup, Supplier<String> filenameSupplier) Creates an instance of aBlockfileMergerStorageParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theblockfileGrouprecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefilenameSupplierrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
BlockfileMergerStorageParams
public BlockfileMergerStorageParams(BlockfileGroup<BlockfileRow> blockfileGroup, Supplier<String> filenameSupplier) Creates an instance of aBlockfileMergerStorageParamsrecord class.- Parameters:
blockfileGroup- the value for theblockfileGrouprecord componentfilenameSupplier- the value for thefilenameSupplierrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
blockfileGroup
Returns the value of theblockfileGrouprecord component.- Returns:
- the value of the
blockfileGrouprecord component
-
filenameSupplier
-