Interface StorageCapabilities

All Known Subinterfaces:
StorageCapabilitiesEx
All Known Implementing Classes:
AbstractMapBackedStorageService, AbstractStorageService, ClientStorageService, JPAStorageService, LDAPStorageService, MemcachedStorageCapabilities, MemoryStorageService

public interface StorageCapabilities
Exposes capabilities of a StorageService implementation.

Deprecated in favor of StorageCapabilitiesEx.

  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets max size of context labels in characters.
    int
    Gets max size of keys in characters.
    long
    Gets max size of values in characters.
  • Method Details

    • getContextSize

      int getContextSize()
      Gets max size of context labels in characters.
      Returns:
      max size of context labels in characters
    • getKeySize

      int getKeySize()
      Gets max size of keys in characters.
      Returns:
      max size of keys in characters
    • getValueSize

      long getValueSize()
      Gets max size of values in characters.
      Returns:
      max size of values in characters