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

com.orientechnologies.orient.server.OServerAware Maven / Gradle / Ivy

There is a newer version: 3.2.35
Show newest version
package com.orientechnologies.orient.server;

import com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary;
import com.orientechnologies.orient.server.distributed.ODistributedServerManager;
import java.io.IOException;

/** Created by tglman on 14/08/17. */
public interface OServerAware {

  void init(OServer server);

  void coordinatedRequest(
      OClientConnection connection, int requestType, int clientTxId, OChannelBinary channel)
      throws IOException;

  ODistributedServerManager getDistributedManager();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy