Uses of Interface
com.nhncorp.neptune.common.AsyncCallProtocol

Packages that use AsyncCallProtocol
com.nhncorp.neptune.client Neptune Client API, Shell, Scanner, Utility 
com.nhncorp.neptune.master Neptune Master Server 
 

Uses of AsyncCallProtocol in com.nhncorp.neptune.client
 

Methods in com.nhncorp.neptune.client with parameters of type AsyncCallProtocol
 void AsyncCall.call(java.lang.String callName, AsyncCallProtocol server, int timeout)
           
 

Uses of AsyncCallProtocol in com.nhncorp.neptune.master
 

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

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