org.hbase.async.generated
Class FilterPB.DependentColumnFilter

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by org.hbase.async.generated.FilterPB.DependentColumnFilter
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Serializable, FilterPB.DependentColumnFilterOrBuilder
Enclosing class:
FilterPB

public static final class FilterPB.DependentColumnFilter
extends com.google.protobuf.GeneratedMessageLite
implements FilterPB.DependentColumnFilterOrBuilder

Protobuf type DependentColumnFilter

See Also:
Serialized Form

Nested Class Summary
static class FilterPB.DependentColumnFilter.Builder
          Protobuf type DependentColumnFilter
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
 
Field Summary
static int COLUMN_FAMILY_FIELD_NUMBER
           
static int COLUMN_QUALIFIER_FIELD_NUMBER
           
static int COMPARE_FILTER_FIELD_NUMBER
           
static int DROP_DEPENDENT_COLUMN_FIELD_NUMBER
           
static com.google.protobuf.Parser<FilterPB.DependentColumnFilter> PARSER
           
 
Method Summary
 com.google.protobuf.ByteString getColumnFamily()
          optional bytes column_family = 2;
 com.google.protobuf.ByteString getColumnQualifier()
          optional bytes column_qualifier = 3;
 FilterPB.CompareFilter getCompareFilter()
          required .CompareFilter compare_filter = 1;
static FilterPB.DependentColumnFilter getDefaultInstance()
           
 FilterPB.DependentColumnFilter getDefaultInstanceForType()
           
 boolean getDropDependentColumn()
          optional bool drop_dependent_column = 4;
 com.google.protobuf.Parser<FilterPB.DependentColumnFilter> getParserForType()
           
 int getSerializedSize()
           
 boolean hasColumnFamily()
          optional bytes column_family = 2;
 boolean hasColumnQualifier()
          optional bytes column_qualifier = 3;
 boolean hasCompareFilter()
          required .CompareFilter compare_filter = 1;
 boolean hasDropDependentColumn()
          optional bool drop_dependent_column = 4;
 boolean isInitialized()
           
static FilterPB.DependentColumnFilter.Builder newBuilder()
           
static FilterPB.DependentColumnFilter.Builder newBuilder(FilterPB.DependentColumnFilter prototype)
           
 FilterPB.DependentColumnFilter.Builder newBuilderForType()
           
static FilterPB.DependentColumnFilter parseDelimitedFrom(InputStream input)
           
static FilterPB.DependentColumnFilter parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FilterPB.DependentColumnFilter parseFrom(byte[] data)
           
static FilterPB.DependentColumnFilter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FilterPB.DependentColumnFilter parseFrom(com.google.protobuf.ByteString data)
           
static FilterPB.DependentColumnFilter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FilterPB.DependentColumnFilter parseFrom(com.google.protobuf.CodedInputStream input)
           
static FilterPB.DependentColumnFilter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FilterPB.DependentColumnFilter parseFrom(InputStream input)
           
static FilterPB.DependentColumnFilter parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FilterPB.DependentColumnFilter.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static com.google.protobuf.Parser<FilterPB.DependentColumnFilter> PARSER

COMPARE_FILTER_FIELD_NUMBER

public static final int COMPARE_FILTER_FIELD_NUMBER
See Also:
Constant Field Values

COLUMN_FAMILY_FIELD_NUMBER

public static final int COLUMN_FAMILY_FIELD_NUMBER
See Also:
Constant Field Values

COLUMN_QUALIFIER_FIELD_NUMBER

public static final int COLUMN_QUALIFIER_FIELD_NUMBER
See Also:
Constant Field Values

DROP_DEPENDENT_COLUMN_FIELD_NUMBER

public static final int DROP_DEPENDENT_COLUMN_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static FilterPB.DependentColumnFilter getDefaultInstance()

getDefaultInstanceForType

public FilterPB.DependentColumnFilter getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

public com.google.protobuf.Parser<FilterPB.DependentColumnFilter> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasCompareFilter

public boolean hasCompareFilter()
required .CompareFilter compare_filter = 1;

Specified by:
hasCompareFilter in interface FilterPB.DependentColumnFilterOrBuilder

getCompareFilter

public FilterPB.CompareFilter getCompareFilter()
required .CompareFilter compare_filter = 1;

Specified by:
getCompareFilter in interface FilterPB.DependentColumnFilterOrBuilder

hasColumnFamily

public boolean hasColumnFamily()
optional bytes column_family = 2;

Specified by:
hasColumnFamily in interface FilterPB.DependentColumnFilterOrBuilder

getColumnFamily

public com.google.protobuf.ByteString getColumnFamily()
optional bytes column_family = 2;

Specified by:
getColumnFamily in interface FilterPB.DependentColumnFilterOrBuilder

hasColumnQualifier

public boolean hasColumnQualifier()
optional bytes column_qualifier = 3;

Specified by:
hasColumnQualifier in interface FilterPB.DependentColumnFilterOrBuilder

getColumnQualifier

public com.google.protobuf.ByteString getColumnQualifier()
optional bytes column_qualifier = 3;

Specified by:
getColumnQualifier in interface FilterPB.DependentColumnFilterOrBuilder

hasDropDependentColumn

public boolean hasDropDependentColumn()
optional bool drop_dependent_column = 4;

Specified by:
hasDropDependentColumn in interface FilterPB.DependentColumnFilterOrBuilder

getDropDependentColumn

public boolean getDropDependentColumn()
optional bool drop_dependent_column = 4;

Specified by:
getDropDependentColumn in interface FilterPB.DependentColumnFilterOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
ObjectStreamException

parseFrom

public static FilterPB.DependentColumnFilter parseFrom(com.google.protobuf.ByteString data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static FilterPB.DependentColumnFilter parseFrom(com.google.protobuf.ByteString data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static FilterPB.DependentColumnFilter parseFrom(byte[] data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static FilterPB.DependentColumnFilter parseFrom(byte[] data,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static FilterPB.DependentColumnFilter parseFrom(InputStream input)
                                                throws IOException
Throws:
IOException

parseFrom

public static FilterPB.DependentColumnFilter parseFrom(InputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
Throws:
IOException

parseDelimitedFrom

public static FilterPB.DependentColumnFilter parseDelimitedFrom(InputStream input)
                                                         throws IOException
Throws:
IOException

parseDelimitedFrom

public static FilterPB.DependentColumnFilter parseDelimitedFrom(InputStream input,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws IOException
Throws:
IOException

parseFrom

public static FilterPB.DependentColumnFilter parseFrom(com.google.protobuf.CodedInputStream input)
                                                throws IOException
Throws:
IOException

parseFrom

public static FilterPB.DependentColumnFilter parseFrom(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
Throws:
IOException

newBuilder

public static FilterPB.DependentColumnFilter.Builder newBuilder()

newBuilderForType

public FilterPB.DependentColumnFilter.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static FilterPB.DependentColumnFilter.Builder newBuilder(FilterPB.DependentColumnFilter prototype)

toBuilder

public FilterPB.DependentColumnFilter.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite


Copyright © 2010-2015, The Async HBase Authors