Annotation Interface Store


@Retention(RUNTIME) @Target(TYPE) @Deprecated(forRemoval=true, since="11.0") public @interface Store
Deprecated, for removal: This API element is subject to removal in a future version.
since 11.0. To be removed in 14.0 ISPN-11866. Stores should utilise 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, for removal: This API element is subject to removal in a future version.
    Whether the store can be shared amongst nodes in a distributed/replicated cache
  • Element Details

    • shared

      boolean shared
      Deprecated, for removal: This API element is subject to removal in a future version.
      Whether the store can be shared amongst nodes in a distributed/replicated cache
      Default:
      false