public static final class FlushFW.Builder extends Flyweight.Builder<FlushFW>
Flyweight.Builder.Visitor| Modifier and Type | Field | Description |
|---|---|---|
static long |
DEFAULT_AUTHORIZATION |
|
static int |
DEFAULT_RESERVED |
|
static long |
DEFAULT_TIMESTAMP |
|
static long |
DEFAULT_TRACE_ID |
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
FlushFW.Builder |
authorization(long value) |
|
FlushFW.Builder |
budgetId(long value) |
|
FlushFW |
build() |
|
FlushFW.Builder |
extension(java.util.function.Consumer<OctetsFW.Builder> mutator) |
|
FlushFW.Builder |
extension(org.agrona.DirectBuffer buffer,
int offset,
int length) |
|
FlushFW.Builder |
extension(OctetsFW value) |
|
FlushFW.Builder |
reserved(int value) |
|
FlushFW.Builder |
rewrap() |
|
FlushFW.Builder |
routeId(long value) |
|
FlushFW.Builder |
streamId(long value) |
|
FlushFW.Builder |
timestamp(long value) |
|
FlushFW.Builder |
traceId(long value) |
|
FlushFW.Builder |
wrap(org.agrona.MutableDirectBuffer buffer,
int offset,
int maxLimit) |
|
FlushFW.Builder |
wrap(ArrayFW.Builder<? extends ArrayFW<FlushFW>,? extends Flyweight.Builder<FlushFW>,FlushFW> array) |
public static final long DEFAULT_TIMESTAMP
public static final long DEFAULT_TRACE_ID
public static final long DEFAULT_AUTHORIZATION
public static final int DEFAULT_RESERVED
public FlushFW.Builder routeId(long value)
public FlushFW.Builder streamId(long value)
public FlushFW.Builder timestamp(long value)
public FlushFW.Builder traceId(long value)
public FlushFW.Builder authorization(long value)
public FlushFW.Builder budgetId(long value)
public FlushFW.Builder reserved(int value)
public FlushFW.Builder extension(OctetsFW value)
public FlushFW.Builder extension(java.util.function.Consumer<OctetsFW.Builder> mutator)
public FlushFW.Builder extension(org.agrona.DirectBuffer buffer, int offset, int length)
public FlushFW.Builder wrap(org.agrona.MutableDirectBuffer buffer, int offset, int maxLimit)
wrap in class Flyweight.Builder<FlushFW>public FlushFW.Builder wrap(ArrayFW.Builder<? extends ArrayFW<FlushFW>,? extends Flyweight.Builder<FlushFW>,FlushFW> array)
wrap in class Flyweight.Builder<FlushFW>public FlushFW.Builder rewrap()
rewrap in class Flyweight.Builder<FlushFW>public FlushFW build()
build in class Flyweight.Builder<FlushFW>Copyright © 2020. All rights reserved.