org.apache.flume.channel.file.proto
Interface ProtosFactory.CommitOrBuilder

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

public static interface ProtosFactory.CommitOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getType()
          required sfixed32 type = 1;
 boolean hasType()
          required sfixed32 type = 1;
 
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

hasType

boolean hasType()
required sfixed32 type = 1;


getType

int getType()
required sfixed32 type = 1;



Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.