Package org.apache.camel.component.redis
Interface RedisConstants
-
public interface RedisConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHANNELstatic StringCOMMANDstatic StringCOUNTstatic StringDBstatic StringDESTINATIONstatic StringENDstatic StringFIELDstatic StringFIELDSstatic StringINCREMENTstatic StringINDEXstatic StringKEYstatic StringKEYSstatic StringLATITUDEstatic StringLONGITUDEstatic StringMAXstatic StringMESSAGEstatic StringMINstatic StringOFFSETstatic StringPATTERNstatic StringPIVOTstatic StringPOSITIONstatic StringRADIUSstatic StringSCOREstatic StringSTARTstatic StringTIMEOUTstatic StringTIMESTAMPstatic StringVALUEstatic StringVALUESstatic StringWITHSCORE
-
-
-
Field Detail
-
COMMAND
@Metadata(label="producer", description="The command to perform.", javaType="String") static final String COMMAND- See Also:
- Constant Field Values
-
KEY
@Metadata(description="The key.", javaType="String") static final String KEY- See Also:
- Constant Field Values
-
KEYS
@Metadata(description="The keys.", javaType="Collection<String>") static final String KEYS- See Also:
- Constant Field Values
-
FIELD
@Metadata(description="The field.", javaType="String") static final String FIELD- See Also:
- Constant Field Values
-
FIELDS
@Metadata(description="The fields.", javaType="Collection<String>") static final String FIELDS- See Also:
- Constant Field Values
-
VALUE
@Metadata(description="The value.", javaType="Object") static final String VALUE- See Also:
- Constant Field Values
-
VALUES
@Metadata(description="The values.", javaType="Map<String, Object> or Collection<Object>") static final String VALUES- See Also:
- Constant Field Values
-
START
@Metadata(description="Start", javaType="Long") static final String START- See Also:
- Constant Field Values
-
END
@Metadata(description="End", javaType="Long") static final String END- See Also:
- Constant Field Values
-
TIMEOUT
@Metadata(description="The timeout.", javaType="Long") static final String TIMEOUT- See Also:
- Constant Field Values
-
OFFSET
@Metadata(description="The offset.", javaType="Long") static final String OFFSET- See Also:
- Constant Field Values
-
DESTINATION
@Metadata(description="The destination.", javaType="String") static final String DESTINATION- See Also:
- Constant Field Values
-
CHANNEL
@Metadata(description="The channel.", javaType="byte[] or String") static final String CHANNEL- See Also:
- Constant Field Values
-
MESSAGE
@Metadata(description="The message.", javaType="Object") static final String MESSAGE- See Also:
- Constant Field Values
-
INDEX
@Metadata(description="The index.", javaType="Long") static final String INDEX- See Also:
- Constant Field Values
-
POSITION
@Metadata(description="The position.", javaType="String") static final String POSITION- See Also:
- Constant Field Values
-
PIVOT
@Metadata(description="The pivot.", javaType="String") static final String PIVOT- See Also:
- Constant Field Values
-
COUNT
@Metadata(description="Count", javaType="Long") static final String COUNT- See Also:
- Constant Field Values
-
TIMESTAMP
@Metadata(description="The timestamp.", javaType="Long") static final String TIMESTAMP- See Also:
- Constant Field Values
-
PATTERN
@Metadata(description="The pattern.", javaType="byte[] or String") static final String PATTERN- See Also:
- Constant Field Values
-
DB
@Metadata(description="The db.", javaType="Integer") static final String DB- See Also:
- Constant Field Values
-
SCORE
@Metadata(description="The score.", javaType="Double") static final String SCORE- See Also:
- Constant Field Values
-
MIN
@Metadata(description="The min.", javaType="Double") static final String MIN- See Also:
- Constant Field Values
-
MAX
@Metadata(description="The max.", javaType="Double") static final String MAX- See Also:
- Constant Field Values
-
INCREMENT
@Metadata(description="Increment.", javaType="Double") static final String INCREMENT- See Also:
- Constant Field Values
-
WITHSCORE
@Metadata(description="WithScore.", javaType="Boolean") static final String WITHSCORE- See Also:
- Constant Field Values
-
LATITUDE
@Metadata(description="Latitude.", javaType="Double") static final String LATITUDE- See Also:
- Constant Field Values
-
LONGITUDE
@Metadata(description="Longitude.", javaType="Double") static final String LONGITUDE- See Also:
- Constant Field Values
-
RADIUS
@Metadata(description="Radius.", javaType="Double") static final String RADIUS- See Also:
- Constant Field Values
-
-