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
 YarnProtos.URLProto getResource()
           
 YarnProtos.URLProtoOrBuilder getResourceOrBuilder()
           
 long getSize()
           
 long getTimestamp()
           
 YarnProtos.LocalResourceTypeProto getType()
           
 YarnProtos.LocalResourceVisibilityProto getVisibility()
           
 boolean hasResource()
           
 boolean hasSize()
           
 boolean hasTimestamp()
           
 boolean hasType()
           
 boolean hasVisibility()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasResource

boolean hasResource()

getResource

YarnProtos.URLProto getResource()

getResourceOrBuilder

YarnProtos.URLProtoOrBuilder getResourceOrBuilder()

hasSize

boolean hasSize()

getSize

long getSize()

hasTimestamp

boolean hasTimestamp()

getTimestamp

long getTimestamp()

hasType

boolean hasType()

getType

YarnProtos.LocalResourceTypeProto getType()

hasVisibility

boolean hasVisibility()

getVisibility

YarnProtos.LocalResourceVisibilityProto getVisibility()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.