Uses of Interface
com.nhncorp.neptune.master.TableManagerProtocol

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

Uses of TableManagerProtocol in com.nhncorp.neptune.client
 

Methods in com.nhncorp.neptune.client that return TableManagerProtocol
static TableManagerProtocol NTableManager.getMasterServer(NConfiguration conf)
          NeptuneMaster에 연결한다.
 

Uses of TableManagerProtocol in com.nhncorp.neptune.master
 

Subinterfaces of TableManagerProtocol in com.nhncorp.neptune.master
 interface NeptuneMasterIF
          Unit 테스트를 위해 NeptuneMaster의 메소드 중 테스트 대상 메소드만 interface로 별도 정의
 

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