All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.memory.Handle Maven / Gradle / Ivy

There is a newer version: 0.12.2
Show newest version
/*
 * Copyright 2017, Yahoo! Inc. Licensed under the terms of the
 * Apache License 2.0. See LICENSE file at the project root for terms.
 */

package com.yahoo.memory;

/**
 * A handle for Memory.
 * @author Lee Rhodes
 */
public interface Handle extends AutoCloseable {

  /**
   * Gets a Memory
   * @return a Memory
   */
  Memory get();

  @Override
  void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy