|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
public static final class TestConductorProtocol.EnterBarrier.Builder
Protobuf type EnterBarrier
Method Summary | |
---|---|
TestConductorProtocol.EnterBarrier |
build()
|
TestConductorProtocol.EnterBarrier |
buildPartial()
|
TestConductorProtocol.EnterBarrier.Builder |
clear()
|
TestConductorProtocol.EnterBarrier.Builder |
clearName()
required string name = 1; |
TestConductorProtocol.EnterBarrier.Builder |
clearOp()
required .BarrierOp op = 2; |
TestConductorProtocol.EnterBarrier.Builder |
clearTimeout()
optional int64 timeout = 3; |
TestConductorProtocol.EnterBarrier.Builder |
clone()
|
TestConductorProtocol.EnterBarrier |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType()
|
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
TestConductorProtocol.BarrierOp |
getOp()
required .BarrierOp op = 2; |
long |
getTimeout()
optional int64 timeout = 3; |
boolean |
hasName()
required string name = 1; |
boolean |
hasOp()
required .BarrierOp op = 2; |
boolean |
hasTimeout()
optional int64 timeout = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
TestConductorProtocol.EnterBarrier.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
TestConductorProtocol.EnterBarrier.Builder |
mergeFrom(com.google.protobuf.Message other)
|
TestConductorProtocol.EnterBarrier.Builder |
setName(java.lang.String value)
required string name = 1; |
TestConductorProtocol.EnterBarrier.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
TestConductorProtocol.EnterBarrier.Builder |
setOp(TestConductorProtocol.BarrierOp value)
required .BarrierOp op = 2; |
TestConductorProtocol.EnterBarrier.Builder |
setTimeout(long value)
optional int64 timeout = 3; |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public TestConductorProtocol.EnterBarrier.Builder clear()
public TestConductorProtocol.EnterBarrier.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public TestConductorProtocol.EnterBarrier getDefaultInstanceForType()
public TestConductorProtocol.EnterBarrier build()
public TestConductorProtocol.EnterBarrier buildPartial()
public TestConductorProtocol.EnterBarrier.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public TestConductorProtocol.EnterBarrier.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasName()
required string name = 1;
hasName
in interface TestConductorProtocol.EnterBarrierOrBuilder
public java.lang.String getName()
required string name = 1;
getName
in interface TestConductorProtocol.EnterBarrierOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1;
getNameBytes
in interface TestConductorProtocol.EnterBarrierOrBuilder
public TestConductorProtocol.EnterBarrier.Builder setName(java.lang.String value)
required string name = 1;
public TestConductorProtocol.EnterBarrier.Builder clearName()
required string name = 1;
public TestConductorProtocol.EnterBarrier.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;
public boolean hasOp()
required .BarrierOp op = 2;
hasOp
in interface TestConductorProtocol.EnterBarrierOrBuilder
public TestConductorProtocol.BarrierOp getOp()
required .BarrierOp op = 2;
getOp
in interface TestConductorProtocol.EnterBarrierOrBuilder
public TestConductorProtocol.EnterBarrier.Builder setOp(TestConductorProtocol.BarrierOp value)
required .BarrierOp op = 2;
public TestConductorProtocol.EnterBarrier.Builder clearOp()
required .BarrierOp op = 2;
public boolean hasTimeout()
optional int64 timeout = 3;
hasTimeout
in interface TestConductorProtocol.EnterBarrierOrBuilder
public long getTimeout()
optional int64 timeout = 3;
getTimeout
in interface TestConductorProtocol.EnterBarrierOrBuilder
public TestConductorProtocol.EnterBarrier.Builder setTimeout(long value)
optional int64 timeout = 3;
public TestConductorProtocol.EnterBarrier.Builder clearTimeout()
optional int64 timeout = 3;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |