Record Class Options
java.lang.Object
java.lang.Record
uk.co.parnmatt.vector.reader.Options
- Record Components:
capacity- the capacity in bytes with which to allocate buffersorder- the byte order to be used in the interpretation of the buffered datadirectIO- to enable direct IO if supported by the operating system and file system
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcapacity()Returns the value of thecapacityrecord component.booleandirectIO()Returns the value of thedirectIOrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.order()Returns the value of theorderrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Options
-
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
capacity
-
order
-
directIO
-