Neo4j Advanced

Uses of Class
org.neo4j.jmx.Description

Packages that use Description
org.neo4j.jmx Management support using JMX. 
org.neo4j.management Advanced management support using JMX. 
 

Uses of Description in org.neo4j.jmx
 

Classes in org.neo4j.jmx with annotations of type Description
 interface Kernel
           
 interface Primitives
           
 

Methods in org.neo4j.jmx with annotations of type Description
 Date Kernel.getKernelStartTime()
           
 String Kernel.getKernelVersion()
           
 ObjectName Kernel.getMBeanQuery()
           
 long Primitives.getNumberOfNodeIdsInUse()
           
 long Primitives.getNumberOfPropertyIdsInUse()
           
 long Primitives.getNumberOfRelationshipIdsInUse()
           
 long Primitives.getNumberOfRelationshipTypeIdsInUse()
           
 Date Kernel.getStoreCreationDate()
           
 String Kernel.getStoreDirectory()
           
 String Kernel.getStoreId()
           
 long Kernel.getStoreLogVersion()
           
 boolean Kernel.isReadOnly()
           
 

Uses of Description in org.neo4j.management
 

Classes in org.neo4j.management with annotations of type Description
 interface BranchedStore
           
 interface Cache
           
 interface HighAvailability
           
 interface LockManager
           
 interface MemoryMapping
           
 interface StoreFile
           
 interface TransactionManager
           
 interface XaManager
           
 

Methods in org.neo4j.management with annotations of type Description
 void Cache.clear()
           
 long StoreFile.getArrayStoreSize()
           
 BranchedStoreInfo[] BranchedStore.getBranchedStores()
           
 String Cache.getCacheType()
           
 SlaveInfo[] HighAvailability.getConnectedSlaves()
           
 long Cache.getHitCount()
           
 InstanceInfo[] HighAvailability.getInstancesInCluster()
           
 long TransactionManager.getLastCommittedTxId()
           
 String HighAvailability.getLastUpdateTime()
           
 long StoreFile.getLogicalLogSize()
           
 String HighAvailability.getMachineId()
           
 WindowPoolInfo[] MemoryMapping.getMemoryPools()
           
 long Cache.getMissCount()
           
 long StoreFile.getNodeStoreSize()
           
 long LockManager.getNumberOfAdvertedDeadlocks()
           
 int Cache.getNumberOfCachedElements()
           
 long TransactionManager.getNumberOfCommittedTransactions()
           
 int TransactionManager.getNumberOfOpenedTransactions()
           
 int TransactionManager.getNumberOfOpenTransactions()
           
 long TransactionManager.getNumberOfRolledBackTransactions()
           
 int TransactionManager.getPeakNumberOfConcurrentTransactions()
           
 long StoreFile.getPropertyStoreSize()
           
 long StoreFile.getRelationshipStoreSize()
           
 long StoreFile.getStringStoreSize()
           
 long StoreFile.getTotalStoreSize()
           
 XaResourceInfo[] XaManager.getXaResources()
           
 boolean HighAvailability.isMaster()
           
 String HighAvailability.update()
           
 


Neo4j Advanced

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.