akka.remote.testconductor
Class TestConductorProtocol.EnterBarrier.Builder

java.lang.Object
  extended by 
      extended by akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
All Implemented Interfaces:
TestConductorProtocol.EnterBarrierOrBuilder
Enclosing class:
TestConductorProtocol.EnterBarrier

public static final class TestConductorProtocol.EnterBarrier.Builder
extends
implements TestConductorProtocol.EnterBarrierOrBuilder

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

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

clear

public TestConductorProtocol.EnterBarrier.Builder clear()

clone

public TestConductorProtocol.EnterBarrier.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public TestConductorProtocol.EnterBarrier getDefaultInstanceForType()

build

public TestConductorProtocol.EnterBarrier build()

buildPartial

public TestConductorProtocol.EnterBarrier buildPartial()

mergeFrom

public TestConductorProtocol.EnterBarrier.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

public TestConductorProtocol.EnterBarrier.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
Throws:
java.io.IOException

hasName

public boolean hasName()
required string name = 1;

Specified by:
hasName in interface TestConductorProtocol.EnterBarrierOrBuilder

getName

public java.lang.String getName()
required string name = 1;

Specified by:
getName in interface TestConductorProtocol.EnterBarrierOrBuilder

getNameBytes

public com.google.protobuf.ByteString getNameBytes()
required string name = 1;

Specified by:
getNameBytes in interface TestConductorProtocol.EnterBarrierOrBuilder

setName

public TestConductorProtocol.EnterBarrier.Builder setName(java.lang.String value)
required string name = 1;


clearName

public TestConductorProtocol.EnterBarrier.Builder clearName()
required string name = 1;


setNameBytes

public TestConductorProtocol.EnterBarrier.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;


hasOp

public boolean hasOp()
required .BarrierOp op = 2;

Specified by:
hasOp in interface TestConductorProtocol.EnterBarrierOrBuilder

getOp

public TestConductorProtocol.BarrierOp getOp()
required .BarrierOp op = 2;

Specified by:
getOp in interface TestConductorProtocol.EnterBarrierOrBuilder

setOp

public TestConductorProtocol.EnterBarrier.Builder setOp(TestConductorProtocol.BarrierOp value)
required .BarrierOp op = 2;


clearOp

public TestConductorProtocol.EnterBarrier.Builder clearOp()
required .BarrierOp op = 2;


hasTimeout

public boolean hasTimeout()
optional int64 timeout = 3;

Specified by:
hasTimeout in interface TestConductorProtocol.EnterBarrierOrBuilder

getTimeout

public long getTimeout()
optional int64 timeout = 3;

Specified by:
getTimeout in interface TestConductorProtocol.EnterBarrierOrBuilder

setTimeout

public TestConductorProtocol.EnterBarrier.Builder setTimeout(long value)
optional int64 timeout = 3;


clearTimeout

public TestConductorProtocol.EnterBarrier.Builder clearTimeout()
optional int64 timeout = 3;