Interface ExpandingConcurrentMap.MapValueFactory<KEY,VALUE>

All Known Implementing Classes:
WorkspaceSchemaFactory.WorkspaceSchema
Enclosing class:
ExpandingConcurrentMap<KEY,VALUE>

public static interface ExpandingConcurrentMap.MapValueFactory<KEY,VALUE>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(KEY key)
     
    void
    destroy(VALUE value)
     
  • Method Details

    • create

      VALUE create(KEY key)
    • destroy

      void destroy(VALUE value)