public final class BarrageSubscriptionRequest
extends com.google.flatbuffers.Table
| Modifier and Type | Class and Description |
|---|---|
static class |
BarrageSubscriptionRequest.Vector |
| Constructor and Description |
|---|
BarrageSubscriptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
BarrageSubscriptionRequest |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addColumns(com.google.flatbuffers.FlatBufferBuilder builder,
int columnsOffset) |
static void |
addReverseViewport(com.google.flatbuffers.FlatBufferBuilder builder,
boolean reverseViewport) |
static void |
addSubscriptionOptions(com.google.flatbuffers.FlatBufferBuilder builder,
int subscriptionOptionsOffset) |
static void |
addTicket(com.google.flatbuffers.FlatBufferBuilder builder,
int ticketOffset) |
static void |
addViewport(com.google.flatbuffers.FlatBufferBuilder builder,
int viewportOffset) |
byte |
columns(int j)
The bitset of columns to subscribe.
|
ByteBuffer |
columnsAsByteBuffer() |
ByteBuffer |
columnsInByteBuffer(ByteBuffer _bb) |
int |
columnsLength() |
com.google.flatbuffers.ByteVector |
columnsVector() |
com.google.flatbuffers.ByteVector |
columnsVector(com.google.flatbuffers.ByteVector obj) |
static int |
createBarrageSubscriptionRequest(com.google.flatbuffers.FlatBufferBuilder builder,
int ticketOffset,
int columnsOffset,
int viewportOffset,
int subscription_optionsOffset,
boolean reverse_viewport) |
static int |
createColumnsVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data) |
static int |
createColumnsVector(com.google.flatbuffers.FlatBufferBuilder builder,
ByteBuffer data) |
static int |
createTicketVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data) |
static int |
createTicketVector(com.google.flatbuffers.FlatBufferBuilder builder,
ByteBuffer data) |
static int |
createViewportVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data) |
static int |
createViewportVector(com.google.flatbuffers.FlatBufferBuilder builder,
ByteBuffer data) |
static int |
endBarrageSubscriptionRequest(com.google.flatbuffers.FlatBufferBuilder builder) |
static BarrageSubscriptionRequest |
getRootAsBarrageSubscriptionRequest(ByteBuffer _bb) |
static BarrageSubscriptionRequest |
getRootAsBarrageSubscriptionRequest(ByteBuffer _bb,
BarrageSubscriptionRequest obj) |
boolean |
reverseViewport()
When this is set the viewport RowSet will be inverted against the length of the table.
|
static void |
startBarrageSubscriptionRequest(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startColumnsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startTicketVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startViewportVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
BarrageSubscriptionOptions |
subscriptionOptions()
Options to configure your subscription.
|
BarrageSubscriptionOptions |
subscriptionOptions(BarrageSubscriptionOptions obj) |
byte |
ticket(int j)
Ticket for the source data set.
|
ByteBuffer |
ticketAsByteBuffer() |
ByteBuffer |
ticketInByteBuffer(ByteBuffer _bb) |
int |
ticketLength() |
com.google.flatbuffers.ByteVector |
ticketVector() |
com.google.flatbuffers.ByteVector |
ticketVector(com.google.flatbuffers.ByteVector obj) |
static void |
ValidateVersion() |
byte |
viewport(int j)
This is an encoded and compressed RowSet in position-space to subscribe to.
|
ByteBuffer |
viewportAsByteBuffer() |
ByteBuffer |
viewportInByteBuffer(ByteBuffer _bb) |
int |
viewportLength() |
com.google.flatbuffers.ByteVector |
viewportVector() |
com.google.flatbuffers.ByteVector |
viewportVector(com.google.flatbuffers.ByteVector obj) |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTablespublic static void ValidateVersion()
public static BarrageSubscriptionRequest getRootAsBarrageSubscriptionRequest(ByteBuffer _bb)
public static BarrageSubscriptionRequest getRootAsBarrageSubscriptionRequest(ByteBuffer _bb, BarrageSubscriptionRequest obj)
public void __init(int _i,
ByteBuffer _bb)
public BarrageSubscriptionRequest __assign(int _i, ByteBuffer _bb)
public byte ticket(int j)
public int ticketLength()
public com.google.flatbuffers.ByteVector ticketVector()
public com.google.flatbuffers.ByteVector ticketVector(com.google.flatbuffers.ByteVector obj)
public ByteBuffer ticketAsByteBuffer()
public ByteBuffer ticketInByteBuffer(ByteBuffer _bb)
public byte columns(int j)
public int columnsLength()
public com.google.flatbuffers.ByteVector columnsVector()
public com.google.flatbuffers.ByteVector columnsVector(com.google.flatbuffers.ByteVector obj)
public ByteBuffer columnsAsByteBuffer()
public ByteBuffer columnsInByteBuffer(ByteBuffer _bb)
public byte viewport(int j)
public int viewportLength()
public com.google.flatbuffers.ByteVector viewportVector()
public com.google.flatbuffers.ByteVector viewportVector(com.google.flatbuffers.ByteVector obj)
public ByteBuffer viewportAsByteBuffer()
public ByteBuffer viewportInByteBuffer(ByteBuffer _bb)
public BarrageSubscriptionOptions subscriptionOptions()
public BarrageSubscriptionOptions subscriptionOptions(BarrageSubscriptionOptions obj)
public boolean reverseViewport()
public static int createBarrageSubscriptionRequest(com.google.flatbuffers.FlatBufferBuilder builder,
int ticketOffset,
int columnsOffset,
int viewportOffset,
int subscription_optionsOffset,
boolean reverse_viewport)
public static void startBarrageSubscriptionRequest(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addTicket(com.google.flatbuffers.FlatBufferBuilder builder,
int ticketOffset)
public static int createTicketVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data)
public static int createTicketVector(com.google.flatbuffers.FlatBufferBuilder builder,
ByteBuffer data)
public static void startTicketVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static void addColumns(com.google.flatbuffers.FlatBufferBuilder builder,
int columnsOffset)
public static int createColumnsVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data)
public static int createColumnsVector(com.google.flatbuffers.FlatBufferBuilder builder,
ByteBuffer data)
public static void startColumnsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static void addViewport(com.google.flatbuffers.FlatBufferBuilder builder,
int viewportOffset)
public static int createViewportVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data)
public static int createViewportVector(com.google.flatbuffers.FlatBufferBuilder builder,
ByteBuffer data)
public static void startViewportVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static void addSubscriptionOptions(com.google.flatbuffers.FlatBufferBuilder builder,
int subscriptionOptionsOffset)
public static void addReverseViewport(com.google.flatbuffers.FlatBufferBuilder builder,
boolean reverseViewport)
public static int endBarrageSubscriptionRequest(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.