Package akka.remote.testconductor
Class TestConductorProtocol.EnterBarrier
- java.lang.Object
-
- akka.protobuf.AbstractMessageLite
-
- akka.protobuf.AbstractMessage
-
- akka.protobuf.GeneratedMessage
-
- akka.remote.testconductor.TestConductorProtocol.EnterBarrier
-
- All Implemented Interfaces:
akka.protobuf.Message,akka.protobuf.MessageLite,akka.protobuf.MessageLiteOrBuilder,akka.protobuf.MessageOrBuilder,TestConductorProtocol.EnterBarrierOrBuilder,java.io.Serializable
- Enclosing class:
- TestConductorProtocol
public static final class TestConductorProtocol.EnterBarrier extends akka.protobuf.GeneratedMessage implements TestConductorProtocol.EnterBarrierOrBuilder
Protobuf typeEnterBarrier- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestConductorProtocol.EnterBarrier.BuilderProtobuf typeEnterBarrier-
Nested classes/interfaces inherited from class akka.protobuf.GeneratedMessage
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type extends java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description static intNAME_FIELD_NUMBERstatic intOP_FIELD_NUMBERstatic akka.protobuf.Parser<TestConductorProtocol.EnterBarrier>PARSERstatic intTIMEOUT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestConductorProtocol.EnterBarriergetDefaultInstance()TestConductorProtocol.EnterBarriergetDefaultInstanceForType()static akka.protobuf.Descriptors.DescriptorgetDescriptor()java.lang.StringgetName()required string name = 1;akka.protobuf.ByteStringgetNameBytes()required string name = 1;TestConductorProtocol.BarrierOpgetOp()required .BarrierOp op = 2;akka.protobuf.Parser<TestConductorProtocol.EnterBarrier>getParserForType()intgetSerializedSize()longgetTimeout()optional int64 timeout = 3;akka.protobuf.UnknownFieldSetgetUnknownFields()booleanhasName()required string name = 1;booleanhasOp()required .BarrierOp op = 2;booleanhasTimeout()optional int64 timeout = 3;protected akka.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static TestConductorProtocol.EnterBarrier.BuildernewBuilder()static TestConductorProtocol.EnterBarrier.BuildernewBuilder(TestConductorProtocol.EnterBarrier prototype)TestConductorProtocol.EnterBarrier.BuildernewBuilderForType()protected TestConductorProtocol.EnterBarrier.BuildernewBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)static TestConductorProtocol.EnterBarrierparseDelimitedFrom(java.io.InputStream input)static TestConductorProtocol.EnterBarrierparseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)static TestConductorProtocol.EnterBarrierparseFrom(byte[] data)static TestConductorProtocol.EnterBarrierparseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry)static TestConductorProtocol.EnterBarrierparseFrom(akka.protobuf.ByteString data)static TestConductorProtocol.EnterBarrierparseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry)static TestConductorProtocol.EnterBarrierparseFrom(akka.protobuf.CodedInputStream input)static TestConductorProtocol.EnterBarrierparseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)static TestConductorProtocol.EnterBarrierparseFrom(java.io.InputStream input)static TestConductorProtocol.EnterBarrierparseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)TestConductorProtocol.EnterBarrier.BuildertoBuilder()protected java.lang.ObjectwriteReplace()voidwriteTo(akka.protobuf.CodedOutputStream output)-
Methods inherited from class akka.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
-
Methods inherited from class akka.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class akka.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PARSER
public static akka.protobuf.Parser<TestConductorProtocol.EnterBarrier> 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()
- Specified by:
getDefaultInstanceForTypein interfaceakka.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceakka.protobuf.MessageOrBuilder
-
getUnknownFields
public final akka.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfaceakka.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classakka.protobuf.GeneratedMessage
-
getDescriptor
public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classakka.protobuf.GeneratedMessage
-
getParserForType
public akka.protobuf.Parser<TestConductorProtocol.EnterBarrier> getParserForType()
- Specified by:
getParserForTypein interfaceakka.protobuf.Message- Specified by:
getParserForTypein interfaceakka.protobuf.MessageLite- Overrides:
getParserForTypein classakka.protobuf.GeneratedMessage
-
hasName
public boolean hasName()
required string name = 1;- Specified by:
hasNamein interfaceTestConductorProtocol.EnterBarrierOrBuilder
-
getName
public java.lang.String getName()
required string name = 1;- Specified by:
getNamein interfaceTestConductorProtocol.EnterBarrierOrBuilder
-
getNameBytes
public akka.protobuf.ByteString getNameBytes()
required string name = 1;- Specified by:
getNameBytesin interfaceTestConductorProtocol.EnterBarrierOrBuilder
-
hasOp
public boolean hasOp()
required .BarrierOp op = 2;- Specified by:
hasOpin interfaceTestConductorProtocol.EnterBarrierOrBuilder
-
getOp
public TestConductorProtocol.BarrierOp getOp()
required .BarrierOp op = 2;- Specified by:
getOpin interfaceTestConductorProtocol.EnterBarrierOrBuilder
-
hasTimeout
public boolean hasTimeout()
optional int64 timeout = 3;- Specified by:
hasTimeoutin interfaceTestConductorProtocol.EnterBarrierOrBuilder
-
getTimeout
public long getTimeout()
optional int64 timeout = 3;- Specified by:
getTimeoutin interfaceTestConductorProtocol.EnterBarrierOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceakka.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classakka.protobuf.GeneratedMessage
-
writeTo
public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfaceakka.protobuf.MessageLite- Overrides:
writeToin classakka.protobuf.AbstractMessage- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfaceakka.protobuf.MessageLite- Overrides:
getSerializedSizein classakka.protobuf.AbstractMessage
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException- Overrides:
writeReplacein classakka.protobuf.GeneratedMessage- Throws:
java.io.ObjectStreamException
-
parseFrom
public static TestConductorProtocol.EnterBarrier parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TestConductorProtocol.EnterBarrier parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TestConductorProtocol.EnterBarrier parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TestConductorProtocol.EnterBarrier parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TestConductorProtocol.EnterBarrier parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static TestConductorProtocol.EnterBarrier parseFrom(java.io.InputStream input, akka.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, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static TestConductorProtocol.EnterBarrier parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static TestConductorProtocol.EnterBarrier parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static TestConductorProtocol.EnterBarrier.Builder newBuilder()
-
newBuilderForType
public TestConductorProtocol.EnterBarrier.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfaceakka.protobuf.Message- Specified by:
newBuilderForTypein interfaceakka.protobuf.MessageLite
-
newBuilder
public static TestConductorProtocol.EnterBarrier.Builder newBuilder(TestConductorProtocol.EnterBarrier prototype)
-
toBuilder
public TestConductorProtocol.EnterBarrier.Builder toBuilder()
- Specified by:
toBuilderin interfaceakka.protobuf.Message- Specified by:
toBuilderin interfaceakka.protobuf.MessageLite
-
newBuilderForType
protected TestConductorProtocol.EnterBarrier.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForTypein classakka.protobuf.GeneratedMessage
-
-