Uses of Interface
com.nhncorp.neptune.common.aop.ProxyObject

Packages that use ProxyObject
com.nhncorp.neptune.changelog.previous 사용하지 않는 change log server 
com.nhncorp.neptune.common.aop   
com.nhncorp.neptune.fs neptune의 데이터 파일을 저장하는 file system에 대한 인터페이스 정의 및 이를 구현한 class 
com.nhncorp.neptune.fs.old   
com.nhncorp.neptune.master Neptune Master Server 
com.nhncorp.neptune.tabletserver TabletServer 
com.nhncorp.neptune.tabletserver.action   
 

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

Subinterfaces of ProxyObject in com.nhncorp.neptune.changelog.previous
 interface ChangeLogServerIF
           
 interface FileChangeLogServerIF
           
 

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

Uses of ProxyObject in com.nhncorp.neptune.common.aop
 

Methods in com.nhncorp.neptune.common.aop that return ProxyObject
 ProxyObject DefaultInvocationHandler.getTargetObject()
           
 

Methods in com.nhncorp.neptune.common.aop with parameters of type ProxyObject
 void TestHandler.setTargetObject(ProxyObject targetObject)
           
 void DefaultInvocationHandler.setTargetObject(ProxyObject targetObject)
           
 

Uses of ProxyObject in com.nhncorp.neptune.fs
 

Subinterfaces of ProxyObject in com.nhncorp.neptune.fs
 interface ChangeLogFileSystemIF
          change log client interface
 

Classes in com.nhncorp.neptune.fs that implement ProxyObject
 class ChangeLogFileSystem
           
 class LocalChangeLogFileSystem
          로컬 파일시스템을 change log 사용.
 class PipeBasedChangeLogFileSystem
          Changelog 처리를 위한 파일시스템 클라이언트 현재 구성은 Neptune에서 자체 개발된 고속의 append 가능한 change log용 파일시스템을 별도로 구축하여 사용하고 있다.
 

Uses of ProxyObject in com.nhncorp.neptune.fs.old
 

Classes in com.nhncorp.neptune.fs.old that implement ProxyObject
 class FileBasedChangeLogFileSystem
           
 

Uses of ProxyObject in com.nhncorp.neptune.master
 

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

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

Uses of ProxyObject in com.nhncorp.neptune.tabletserver
 

Subinterfaces of ProxyObject in com.nhncorp.neptune.tabletserver
 interface DiskSSTableIF
           
 interface MemorySSTableIF
           
 interface TabletServerIF
           
 

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

Uses of ProxyObject in com.nhncorp.neptune.tabletserver.action
 

Subinterfaces of ProxyObject in com.nhncorp.neptune.tabletserver.action
 interface MinorCompactionActionIF
           
 interface TabletDropActionIF
           
 

Classes in com.nhncorp.neptune.tabletserver.action that implement ProxyObject
 class MinorCompactionAction
           
 class TabletDropAction