Codota Logo
InterfaceAudience$LimitedPrivate
Code IndexAdd Codota to your IDE (free)

How to use
InterfaceAudience$LimitedPrivate
in
org.apache.bookkeeper.common.annotation

Best Java code snippets using org.apache.bookkeeper.common.annotation.InterfaceAudience$LimitedPrivate (Showing top 8 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew LinkedList()
  • Codota IconCollections.emptyList()
  • Codota Iconnew ArrayList()
  • Smart code suggestions by Codota
}
origin: org.apache.bookkeeper/bookkeeper-server

@LimitedPrivate
@Unstable
@VisibleForTesting
origin: apache/pulsar

@LimitedPrivate
@Evolving
public interface LedgerOffloaderFactory<T extends LedgerOffloader> {
origin: org.apache.distributedlog/distributedlog-core

/**
 * Provide a metadata accessor to access customized metadata associated with logs.
 *
 * @deprecated this class is here for legacy reason. It is not recommended to use this class for storing customized
 *             metadata.
 */
@LimitedPrivate
@Evolving
public interface MetadataAccessor extends Closeable, AsyncCloseable {
  /**
   * Get the name of the stream managed by this log manager.
   * @return streamName
   */
  String getStreamName();

  void createOrUpdateMetadata(byte[] metadata) throws IOException;

  void deleteMetadata() throws IOException;

  byte[] getMetadata() throws IOException;

  /**
   * Close the distributed log metadata, freeing any resources it may hold.
   */
  void close() throws IOException;

}

origin: org.apache.pulsar/managed-ledger-original

@LimitedPrivate
@Evolving
public interface LedgerOffloaderFactory<T extends LedgerOffloader> {
origin: org.apache.bookkeeper/bookkeeper-server

@LimitedPrivate
@Evolving
public interface MetadataClientDriver extends AutoCloseable {
origin: org.apache.bookkeeper/bookkeeper-server

@LimitedPrivate
@Evolving
public interface RegistrationClient extends AutoCloseable {
origin: org.apache.bookkeeper/bookkeeper-server

@LimitedPrivate
@Unstable
public interface LedgerMetadata {
origin: org.apache.bookkeeper/bookkeeper-server

@LimitedPrivate
@Evolving
public interface RegistrationManager extends AutoCloseable {
org.apache.bookkeeper.common.annotationInterfaceAudience$LimitedPrivate

Most used methods

  • <init>

Popular in Java

  • Running tasks concurrently on multiple threads
  • onRequestPermissionsResult (Fragment)
  • getApplicationContext (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Timer (java.util)
    A facility for threads to schedule tasks for future execution in a background thread. Tasks may be s
  • TimerTask (java.util)
    A task that can be scheduled for one-time or repeated execution by a Timer.
  • Notification (javax.management)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now