org.apache.tez.dag.api.records
Interface DAGProtos.TezEntityDescriptorProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DAGProtos.TezEntityDescriptorProto, DAGProtos.TezEntityDescriptorProto.Builder
Enclosing class:
DAGProtos

public static interface DAGProtos.TezEntityDescriptorProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getClassName()
          optional string class_name = 1;
 com.google.protobuf.ByteString getClassNameBytes()
          optional string class_name = 1;
 com.google.protobuf.ByteString getUserPayload()
          optional bytes user_payload = 2;
 boolean hasClassName()
          optional string class_name = 1;
 boolean hasUserPayload()
          optional bytes user_payload = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasClassName

boolean hasClassName()
optional string class_name = 1;


getClassName

String getClassName()
optional string class_name = 1;


getClassNameBytes

com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 1;


hasUserPayload

boolean hasUserPayload()
optional bytes user_payload = 2;


getUserPayload

com.google.protobuf.ByteString getUserPayload()
optional bytes user_payload = 2;



Copyright © 2014 Apache Software Foundation. All rights reserved.