Annotation Type Store


@Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface Store
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11866. Stores should utilise org.infinispan.persistence.spi.NonBlockingStore.Characteristics to specify a store's capabilities.
Store. An annotation for identifying a persistent store and explicitly stating some of its characteristics.
Since:
9.0
Author:
Ryan Emerson
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Deprecated.
    Whether the store can be shared amongst nodes in a distributed/replicated cache
  • Element Details

    • shared

      boolean shared
      Deprecated.
      Whether the store can be shared amongst nodes in a distributed/replicated cache
      Default:
      false