Uses of Interface
org.apache.blur.thirdparty.thrift_0_9_0.TEnum

Packages that use TEnum
org.apache.blur.thirdparty.thrift_0_9_0   
org.apache.blur.thirdparty.thrift_0_9_0.meta_data   
org.apache.blur.thrift.generated   
 

Uses of TEnum in org.apache.blur.thirdparty.thrift_0_9_0
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0 that return TEnum
static TEnum TEnumHelper.getByValue(Class<? extends TEnum> enumClass, int value)
          Given a TEnum class and integer value, this method will return the associated constant from the given TEnum class.
 

Method parameters in org.apache.blur.thirdparty.thrift_0_9_0 with type arguments of type TEnum
static TEnum TEnumHelper.getByValue(Class<? extends TEnum> enumClass, int value)
          Given a TEnum class and integer value, this method will return the associated constant from the given TEnum class.
 

Uses of TEnum in org.apache.blur.thirdparty.thrift_0_9_0.meta_data
 

Fields in org.apache.blur.thirdparty.thrift_0_9_0.meta_data with type parameters of type TEnum
 Class<? extends TEnum> EnumMetaData.enumClass
           
 

Constructor parameters in org.apache.blur.thirdparty.thrift_0_9_0.meta_data with type arguments of type TEnum
EnumMetaData(byte type, Class<? extends TEnum> sClass)
           
 

Uses of TEnum in org.apache.blur.thrift.generated
 

Classes in org.apache.blur.thrift.generated that implement TEnum
 class ErrorType
          
The error type of a BlurException. UNKNOWNUnknown error. QUERY_CANCELQuery has been cancel. QUERY_TIMEOUTQuery has timed out. BACK_PRESSUREServer has run out of memory and is trying to prevent a failure. REQUEST_TIMEOUTThe TCP connection has timed out.
 class Level
          Logging level enum used to change the logging levels at runtime.
 class QueryState
          
The state of a query. RUNNINGQuery is running. INTERRUPTEDQuery has been interrupted. COMPLETEQuery is complete.
 class RecordMutationType
          
Specifies the type of Record mutation that should occur during a mutation of a given Record. DELETE_ENTIRE_RECORDIndicates the Record with the given recordId in the given Row is to be deleted.
 class RowMutationType
          
Specifies the type of Row mutation that should occur during a mutation of a given Row. DELETE_ROWIndicates that the entire Row is to be deleted.
 class ScoreType
          
The scoring type used during a SuperQuery to score multi Record hits within a ColumnFamily. SUPERDuring a multi Record match, a calculation of the best match Record plus how often it occurs within the match Row produces the score that is used in the scoring of the SuperQuery. AGGREGATEDuring a multi Record match, the aggregate score of all the Records within a ColumnFamily is used in the scoring of the SuperQuery. BESTDuring a multi Record match, the best score of all the Records within a ColumnFamily is used in the scoring of the SuperQuery. CONSTANTA constant score of 1 is used in the scoring of the SuperQuery.
 class ShardState
          
The shard state, see shardServerLayoutOptions method in the Blur service for details. OPENINGThe shard is opening. OPENThe shard is open. OPENING_ERRORAn error during the opening of the shard. CLOSINGIn the process of closing. CLOSEDThe shard is closed. CLOSING_ERRORAn error during the closing of the shard.
 class Status
           NOT_FOUNDBlur status UUID is not found. FOUNDBlur status UUID is present.
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.