org.apache.hadoop.yarn.proto
Interface YarnProtos.LocalResourceProtoOrBuilder

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

public static interface YarnProtos.LocalResourceProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getPattern()
          optional string pattern = 6;
 com.google.protobuf.ByteString getPatternBytes()
          optional string pattern = 6;
 YarnProtos.URLProto getResource()
          optional .hadoop.yarn.URLProto resource = 1;
 YarnProtos.URLProtoOrBuilder getResourceOrBuilder()
          optional .hadoop.yarn.URLProto resource = 1;
 long getSize()
          optional int64 size = 2;
 long getTimestamp()
          optional int64 timestamp = 3;
 YarnProtos.LocalResourceTypeProto getType()
          optional .hadoop.yarn.LocalResourceTypeProto type = 4;
 YarnProtos.LocalResourceVisibilityProto getVisibility()
          optional .hadoop.yarn.LocalResourceVisibilityProto visibility = 5;
 boolean hasPattern()
          optional string pattern = 6;
 boolean hasResource()
          optional .hadoop.yarn.URLProto resource = 1;
 boolean hasSize()
          optional int64 size = 2;
 boolean hasTimestamp()
          optional int64 timestamp = 3;
 boolean hasType()
          optional .hadoop.yarn.LocalResourceTypeProto type = 4;
 boolean hasVisibility()
          optional .hadoop.yarn.LocalResourceVisibilityProto visibility = 5;
 
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

hasResource

boolean hasResource()
optional .hadoop.yarn.URLProto resource = 1;


getResource

YarnProtos.URLProto getResource()
optional .hadoop.yarn.URLProto resource = 1;


getResourceOrBuilder

YarnProtos.URLProtoOrBuilder getResourceOrBuilder()
optional .hadoop.yarn.URLProto resource = 1;


hasSize

boolean hasSize()
optional int64 size = 2;


getSize

long getSize()
optional int64 size = 2;


hasTimestamp

boolean hasTimestamp()
optional int64 timestamp = 3;


getTimestamp

long getTimestamp()
optional int64 timestamp = 3;


hasType

boolean hasType()
optional .hadoop.yarn.LocalResourceTypeProto type = 4;


getType

YarnProtos.LocalResourceTypeProto getType()
optional .hadoop.yarn.LocalResourceTypeProto type = 4;


hasVisibility

boolean hasVisibility()
optional .hadoop.yarn.LocalResourceVisibilityProto visibility = 5;


getVisibility

YarnProtos.LocalResourceVisibilityProto getVisibility()
optional .hadoop.yarn.LocalResourceVisibilityProto visibility = 5;


hasPattern

boolean hasPattern()
optional string pattern = 6;


getPattern

String getPattern()
optional string pattern = 6;


getPatternBytes

com.google.protobuf.ByteString getPatternBytes()
optional string pattern = 6;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.