public final class RoleFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RoleFW.Builder |
Flyweight.Visitor<T>| Constructor | Description |
|---|---|
RoleFW() |
| Modifier and Type | Method | Description |
|---|---|---|
Role |
get() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
RoleFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
RoleFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
Copyright © 2019. All rights reserved.