| Package | Description |
|---|---|
| com.adgear.anoa.test.simple |
| Modifier and Type | Method and Description |
|---|---|
SimpleThrift |
SimpleThrift.deepCopy() |
SimpleThrift |
Simple.Thrift.get() |
SimpleThrift |
SimpleThrift.setBar(byte[] bar)
field #2
|
SimpleThrift |
SimpleThrift.setBar(ByteBuffer bar) |
SimpleThrift |
SimpleThrift.setBaz(double baz)
field #3
|
SimpleThrift |
SimpleThrift.setFoo(long foo)
field #1
|
| Modifier and Type | Method and Description |
|---|---|
Simple<SimpleThrift> |
Simple.ThriftBuilder.build() |
Simple.Builder<SimpleThrift> |
Simple.ThriftBuilder.clearBar() |
Simple.Builder<SimpleThrift> |
Simple.ThriftBuilder.clearBaz() |
Simple.Builder<SimpleThrift> |
Simple.ThriftBuilder.clearFoo() |
static Class<SimpleThrift> |
Simple.getThriftClass()
Returns Thrift class for this struct.
|
Simple.Builder<SimpleThrift> |
Simple.Thrift.newBuilder() |
static Simple.Builder<SimpleThrift> |
Simple.newThriftBuilder()
Returns new Thrift builder instance with default values.
|
static Simple.Builder<SimpleThrift> |
Simple.newThriftBuilder(Simple<?> other)
Returns new Thrift builder instance based on existing prototype Simple.
|
static Simple.Builder<SimpleThrift> |
Simple.newThriftBuilder(SimpleThrift other)
Returns new Thrift builder instance based on existing prototype.
|
Simple.Builder<SimpleThrift> |
Simple.ThriftBuilder.setBar(Supplier<byte[]> value) |
Simple.Builder<SimpleThrift> |
Simple.ThriftBuilder.setBaz(double value) |
Simple.Builder<SimpleThrift> |
Simple.ThriftBuilder.setFoo(long value) |
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleThrift.compareTo(SimpleThrift other) |
boolean |
SimpleThrift.equals(SimpleThrift that) |
static Simple.Builder<SimpleThrift> |
Simple.newThriftBuilder(SimpleThrift other)
Returns new Thrift builder instance based on existing prototype.
|
static Simple.Thrift |
Simple.thrift(SimpleThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Constructor and Description |
|---|
SimpleThrift(SimpleThrift other)
Performs a deep copy on other.
|
Thrift(SimpleThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(SimpleThrift builder)
Only use this if you know what you are doing.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.