Record Class NettyTransport.IoUringNettyTransport
java.lang.Object
java.lang.Record
org.neo4j.bolt.connection.netty.impl.async.connection.NettyTransport.IoUringNettyTransport
- All Implemented Interfaces:
NettyTransport
- Enclosing interface:
NettyTransport
public static record NettyTransport.IoUringNettyTransport()
extends Record
implements NettyTransport
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.neo4j.bolt.connection.netty.impl.async.connection.NettyTransport
NettyTransport.EpollNettyTransport, NettyTransport.IoUringNettyTransport, NettyTransport.KQueueNettyTransport, NettyTransport.LocalNettyTransport, NettyTransport.NioNettyTransport, NettyTransport.Type -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aIoUringNettyTransportrecord class. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends io.netty.channel.Channel> channelClass(String scheme) domainSocketAddress(String file) final booleanIndicates whether some other object is "equal to" this one.booleanfinal inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.type()
-
Constructor Details
-
IoUringNettyTransport
public IoUringNettyTransport()Creates an instance of aIoUringNettyTransportrecord class.
-
-
Method Details
-
type
- Specified by:
typein interfaceNettyTransport
-
channelClass
- Specified by:
channelClassin interfaceNettyTransport
-
domainSocketAddress
- Specified by:
domainSocketAddressin interfaceNettyTransport
-
fastOpenAvailable
public boolean fastOpenAvailable()- Specified by:
fastOpenAvailablein interfaceNettyTransport
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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.
-