public interface io.vertx.cassandra.CassandraRowStream extends io.vertx.core.streams.ReadStream<com.datastax.oss.driver.api.core.cql.Row>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.cassandra.CassandraRowStream
super_class: java.lang.Object
{
public abstract io.vertx.cassandra.CassandraRowStream exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraRowStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/cassandra/CassandraRowStream;
MethodParameters:
Name Flags
handler
public abstract io.vertx.cassandra.CassandraRowStream handler(io.vertx.core.Handler<com.datastax.oss.driver.api.core.cql.Row>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraRowStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Lcom/datastax/oss/driver/api/core/cql/Row;>;)Lio/vertx/cassandra/CassandraRowStream;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
MethodParameters:
Name Flags
handler
public abstract io.vertx.cassandra.CassandraRowStream pause();
descriptor: ()Lio/vertx/cassandra/CassandraRowStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.vertx.cassandra.CassandraRowStream resume();
descriptor: ()Lio/vertx/cassandra/CassandraRowStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.vertx.cassandra.CassandraRowStream endHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraRowStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/cassandra/CassandraRowStream;
MethodParameters:
Name Flags
handler
public abstract io.vertx.cassandra.CassandraRowStream fetch(long);
descriptor: (J)Lio/vertx/cassandra/CassandraRowStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
l
public io.vertx.core.Future<java.lang.Void> pipeTo(io.vertx.core.streams.WriteStream<com.datastax.oss.driver.api.core.cql.Row>);
descriptor: (Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.streams.ReadStream.pipeTo:(Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/Future;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/cassandra/CassandraRowStream;
0 1 1 dst Lio/vertx/core/streams/WriteStream<Lcom/datastax/oss/driver/api/core/cql/Row;>;
Signature: (Lio/vertx/core/streams/WriteStream<Lcom/datastax/oss/driver/api/core/cql/Row;>;)Lio/vertx/core/Future<Ljava/lang/Void;>;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
MethodParameters:
Name Flags
dst
public void pipeTo(io.vertx.core.streams.WriteStream<com.datastax.oss.driver.api.core.cql.Row>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial io.vertx.core.streams.ReadStream.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/cassandra/CassandraRowStream;
0 2 1 dst Lio/vertx/core/streams/WriteStream<Lcom/datastax/oss/driver/api/core/cql/Row;>;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/streams/WriteStream<Lcom/datastax/oss/driver/api/core/cql/Row;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
MethodParameters:
Name Flags
dst
handler
public abstract com.datastax.oss.driver.api.core.cql.ExecutionInfo executionInfo();
descriptor: ()Lcom/datastax/oss/driver/api/core/cql/ExecutionInfo;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
public abstract com.datastax.oss.driver.api.core.cql.ColumnDefinitions columnDefinitions();
descriptor: ()Lcom/datastax/oss/driver/api/core/cql/ColumnDefinitions;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
public io.vertx.core.streams.ReadStream pause();
descriptor: ()Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.vertx.cassandra.CassandraRowStream.pause:()Lio/vertx/cassandra/CassandraRowStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.Handler
invokeinterface io.vertx.cassandra.CassandraRowStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraRowStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.vertx.cassandra.CassandraRowStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraRowStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream resume();
descriptor: ()Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.vertx.cassandra.CassandraRowStream.resume:()Lio/vertx/cassandra/CassandraRowStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream fetch(long);
descriptor: (J)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
0: aload 0
lload 1
invokeinterface io.vertx.cassandra.CassandraRowStream.fetch:(J)Lio/vertx/cassandra/CassandraRowStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.vertx.cassandra.CassandraRowStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraRowStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.vertx.cassandra.CassandraRowStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraRowStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/streams/ReadStream<Lcom/datastax/oss/driver/api/core/cql/Row;>;
SourceFile: "CassandraRowStream.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()