Uses of Interface
com.nhncorp.neptune.common.ipc.NVersionedProtocol

Packages that use NVersionedProtocol
com.nhncorp.neptune.changelog Change log server 
com.nhncorp.neptune.changelog.previous 사용하지 않는 change log server 
com.nhncorp.neptune.common   
com.nhncorp.neptune.common.ipc Most classes in this package from Apache Hadoop. 
com.nhncorp.neptune.master Neptune Master Server 
com.nhncorp.neptune.tabletserver TabletServer 
 

Uses of NVersionedProtocol in com.nhncorp.neptune.changelog
 

Subinterfaces of NVersionedProtocol in com.nhncorp.neptune.changelog
 interface ChangeLogServerIF
           
 

Classes in com.nhncorp.neptune.changelog that implement NVersionedProtocol
 class ChangeLogServer
           
 

Uses of NVersionedProtocol in com.nhncorp.neptune.changelog.previous
 

Subinterfaces of NVersionedProtocol in com.nhncorp.neptune.changelog.previous
 interface FileChangeLogServerIF
           
 

Classes in com.nhncorp.neptune.changelog.previous that implement NVersionedProtocol
 class FileChangeLogServer
           
 

Uses of NVersionedProtocol in com.nhncorp.neptune.common
 

Subinterfaces of NVersionedProtocol in com.nhncorp.neptune.common
 interface AsyncCallProtocol
           
 

Uses of NVersionedProtocol in com.nhncorp.neptune.common.ipc
 

Methods in com.nhncorp.neptune.common.ipc that return NVersionedProtocol
static NVersionedProtocol NRPC.getProxy(java.lang.Class<?> protocol, long clientVersion, java.net.InetSocketAddress addr, NConfiguration conf)
          Construct a client-side proxy object with the default SocketFactory
static NVersionedProtocol NRPC.getProxy(java.lang.Class<?> protocol, long clientVersion, java.net.InetSocketAddress addr, NConfiguration conf, javax.net.SocketFactory factory)
          Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
static NVersionedProtocol NRPC.getProxyWithoutVersionChecking(java.lang.Class<?> protocol, long clientVersion, java.net.InetSocketAddress addr, NConfiguration conf)
           
static NVersionedProtocol NRPC.waitForProxy(java.lang.Class protocol, long clientVersion, java.net.InetSocketAddress addr, NConfiguration conf)
           
 

Uses of NVersionedProtocol in com.nhncorp.neptune.master
 

Subinterfaces of NVersionedProtocol in com.nhncorp.neptune.master
 interface NeptuneMasterIF
          Unit 테스트를 위해 NeptuneMaster의 메소드 중 테스트 대상 메소드만 interface로 별도 정의
 interface TableManagerProtocol
          Table을 관리(drop, create)하기 위한 프로토콜
 interface TabletMasterProtocol
          Tablet을 관리하기 위한 프로토콜
 

Classes in com.nhncorp.neptune.master that implement NVersionedProtocol
 class NeptuneMaster
          Neptune의 클러스터를 관리하는 Master NeptuneMaster의 역할은 Tablet을 할당해주는 역할만 수행한다.
 

Uses of NVersionedProtocol in com.nhncorp.neptune.tabletserver
 

Subinterfaces of NVersionedProtocol in com.nhncorp.neptune.tabletserver
 interface DataServiceProtocol
           
 interface TabletManagerProtocol
           
 interface TabletServerIF
           
 

Classes in com.nhncorp.neptune.tabletserver that implement NVersionedProtocol
 class TabletServer
          Tablet을 관리하는 메인 서버
Neptune을 구성하는 세가지 데몬(NeptuneMaster, TabletServer, ChangeLogServer) 서버 중 하나이다.