Interface InfinispanConstants


public interface InfinispanConstants
  • Field Details

    • SCHEME_INFINISPAN

      static final String SCHEME_INFINISPAN
      See Also:
    • SCHEME_EMBEDDED

      static final String SCHEME_EMBEDDED
      See Also:
    • CACHE_MANAGER_CURRENT

      static final String CACHE_MANAGER_CURRENT
      See Also:
    • EVENT_TYPE

      @Metadata(label="consumer", description="The type of the received event.", javaType="String") static final String EVENT_TYPE
      See Also:
    • IS_PRE

      @Metadata(label="consumer", description="true if the notification is before the event has occurred, false if after the event has occurred.", javaType="boolean", applicableFor="infinispan-embedded") static final String IS_PRE
      See Also:
    • CACHE_NAME

      @Metadata(description="The cache participating in the operation or event.", javaType="String") static final String CACHE_NAME
      See Also:
    • KEY

      @Metadata(description="The key to perform the operation to or the key generating the event.", javaType="Object") static final String KEY
      See Also:
    • VALUE

      @Metadata(label="producer", description="The value to use for the operation.", javaType="Object") static final String VALUE
      See Also:
    • DEFAULT_VALUE

      @Metadata(label="producer", description="The default value to use for a getOrDefault.", javaType="Object") static final String DEFAULT_VALUE
      See Also:
    • OLD_VALUE

      @Metadata(label="producer", description="The old value to use for a replace.", javaType="Object") static final String OLD_VALUE
      See Also:
    • MAP

      @Metadata(label="producer", description="A Map to use in case of `CamelInfinispanOperationPutAll` operation", javaType="Map") static final String MAP
      See Also:
    • OPERATION

      @Metadata(label="producer", description="The operation to perform.", javaType="org.apache.camel.component.infinispan.InfinispanOperation") static final String OPERATION
      See Also:
    • RESULT

      @Metadata(label="producer", description="The name of the header whose value is the result", javaType="String") static final String RESULT
      See Also:
    • RESULT_HEADER

      @Metadata(label="producer", description="Store the operation result in a header instead of the message body", javaType="String") static final String RESULT_HEADER
      See Also:
    • LIFESPAN_TIME

      @Metadata(label="producer", description="The Lifespan time of a value inside the cache. Negative values are interpreted as infinity.", javaType="long") static final String LIFESPAN_TIME
      See Also:
    • LIFESPAN_TIME_UNIT

      @Metadata(label="producer", description="The Time Unit of an entry Lifespan Time.", javaType="java.util.concurrent.TimeUnit") static final String LIFESPAN_TIME_UNIT
      See Also:
    • MAX_IDLE_TIME

      @Metadata(label="producer", description="The maximum amount of time an entry is allowed to be idle for before it is considered as expired.", javaType="long") static final String MAX_IDLE_TIME
      See Also:
    • MAX_IDLE_TIME_UNIT

      @Metadata(label="producer", description="The Time Unit of an entry Max Idle Time.", javaType="java.util.concurrent.TimeUnit") static final String MAX_IDLE_TIME_UNIT
      See Also:
    • IGNORE_RETURN_VALUES

      @Metadata(label="consumer", description="Signals that a write operation\'s return value will be ignored, so reading the existing value from a store or from a remote node is not necessary.", javaType="boolean", defaultValue="false", applicableFor="infinispan-embedded") static final String IGNORE_RETURN_VALUES
      See Also:
    • EVENT_DATA

      @Metadata(label="consumer", description="The event data.", javaType="Object") static final String EVENT_DATA
      See Also:
    • QUERY_BUILDER

      @Metadata(label="producer", description="The QueryBuilder to use for QUERY command, if not present the command defaults to InifinispanConfiguration\'s one", javaType="org.apache.camel.component.infinispan.InfinispanQueryBuilder") static final String QUERY_BUILDER
      See Also:
    • ENTRY_VERSION

      @Metadata(label="consumer", description="Provides access to the version of the created cache entry.", javaType="long", applicableFor="infinispan") static final String ENTRY_VERSION
      See Also:
    • COMMAND_RETRIED

      @Metadata(label="consumer", description="This will be true if the write command that caused this had to be retried again due to a topology change.", javaType="boolean") static final String COMMAND_RETRIED
      See Also:
    • ENTRY_CREATED

      @Metadata(label="consumer", description="Indicates whether the cache entry modification event is the result of the cache entry being created.", javaType="boolean", applicableFor="infinispan-embedded") static final String ENTRY_CREATED
      See Also:
    • ORIGIN_LOCAL

      @Metadata(label="consumer", description="true if the call originated on the local cache instance; false if originated from a remote one.", javaType="boolean", applicableFor="infinispan-embedded") static final String ORIGIN_LOCAL
      See Also:
    • CURRENT_STATE

      @Metadata(label="consumer", description="True if this event is generated from an existing entry as the listener has Listener.", javaType="boolean", applicableFor="infinispan-embedded") static final String CURRENT_STATE
      See Also:
    • CACHE_ENTRY_JOINING

      static final String CACHE_ENTRY_JOINING
      See Also:
    • CACHE_ENTRY_LEAVING

      static final String CACHE_ENTRY_LEAVING
      See Also:
    • CACHE_ENTRY_UPDATED

      static final String CACHE_ENTRY_UPDATED
      See Also: