akka.remote.testconductor
Class TestConductorProtocol.EnterBarrier

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.testconductor.TestConductorProtocol.EnterBarrier
All Implemented Interfaces:
TestConductorProtocol.EnterBarrierOrBuilder
Enclosing class:
TestConductorProtocol

public static final class TestConductorProtocol.EnterBarrier
extends com.google.protobuf.GeneratedMessage
implements TestConductorProtocol.EnterBarrierOrBuilder

Protobuf type EnterBarrier


Nested Class Summary
static class TestConductorProtocol.EnterBarrier.Builder
          Protobuf type EnterBarrier
 
Field Summary
static int NAME_FIELD_NUMBER
           
static int OP_FIELD_NUMBER
           
static  PARSER
           
static int TIMEOUT_FIELD_NUMBER
           
 
Method Summary
static TestConductorProtocol.EnterBarrier getDefaultInstance()
           
 TestConductorProtocol.EnterBarrier getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getName()
          required string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          required string name = 1;
 TestConductorProtocol.BarrierOp getOp()
          required .BarrierOp op = 2;
  getParserForType()
           
 int getSerializedSize()
           
 long getTimeout()
          optional int64 timeout = 3;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 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()
           
static TestConductorProtocol.EnterBarrier.Builder newBuilder()
           
static TestConductorProtocol.EnterBarrier.Builder newBuilder(TestConductorProtocol.EnterBarrier prototype)
           
 TestConductorProtocol.EnterBarrier.Builder newBuilderForType()
           
protected  TestConductorProtocol.EnterBarrier.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static TestConductorProtocol.EnterBarrier parseDelimitedFrom(java.io.InputStream input)
           
static TestConductorProtocol.EnterBarrier parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.EnterBarrier parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.ByteString data)
           
static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.CodedInputStream input)
           
static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestConductorProtocol.EnterBarrier parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestConductorProtocol.EnterBarrier.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static  PARSER

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
See Also:
Constant Field Values

OP_FIELD_NUMBER

public static final int OP_FIELD_NUMBER
See Also:
Constant Field Values

TIMEOUT_FIELD_NUMBER

public static final int TIMEOUT_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static TestConductorProtocol.EnterBarrier getDefaultInstance()

getDefaultInstanceForType

public TestConductorProtocol.EnterBarrier getDefaultInstanceForType()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

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

internalGetFieldAccessorTable

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

getParserForType

public  getParserForType()

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

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

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

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.ByteString data)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.ByteString data,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static TestConductorProtocol.EnterBarrier parseFrom(byte[] data,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static TestConductorProtocol.EnterBarrier parseFrom(java.io.InputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static TestConductorProtocol.EnterBarrier parseDelimitedFrom(java.io.InputStream input)
                                                             throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static TestConductorProtocol.EnterBarrier parseDelimitedFrom(java.io.InputStream input,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static TestConductorProtocol.EnterBarrier parseFrom(com.google.protobuf.CodedInputStream input)
                                                    throws java.io.IOException
Throws:
java.io.IOException

parseFrom

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

newBuilder

public static TestConductorProtocol.EnterBarrier.Builder newBuilder()

newBuilderForType

public TestConductorProtocol.EnterBarrier.Builder newBuilderForType()

newBuilder

public static TestConductorProtocol.EnterBarrier.Builder newBuilder(TestConductorProtocol.EnterBarrier prototype)

toBuilder

public TestConductorProtocol.EnterBarrier.Builder toBuilder()

newBuilderForType

protected TestConductorProtocol.EnterBarrier.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)