Class UniqueNameAllocator


  • public class UniqueNameAllocator
    extends Object
    Allocates unique names for an accumulo instance. The names are unique for the lifetime of the instance. This is useful for filenames because it makes caching easy.
    • Constructor Detail

      • UniqueNameAllocator

        public UniqueNameAllocator​(ServerContext context)
    • Method Detail

      • getNextName

        public String getNextName()