Neo4j Enterprise

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 Diagnostics
           
 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()
           
 void Diagnostics.dumpToLog()
           
 void Diagnostics.dumpToLog(String providerId)
           
 String Diagnostics.extract(String providerId)
           
 long StoreFile.getArrayStoreSize()
           
 BranchedStoreInfo[] BranchedStore.getBranchedStores()
           
 long Cache.getCacheSize()
           
 String Cache.getCacheType()
           
 SlaveInfo[] HighAvailability.getConnectedSlaves()
           
 List<LockInfo> LockManager.getContendedLocks(long minWaitTime)
           
 List<String> Diagnostics.getDiagnosticsProviders()
           
 long Cache.getHitCount()
           
 InstanceInfo[] HighAvailability.getInstancesInCluster()
           
 long TransactionManager.getLastCommittedTxId()
           
 String HighAvailability.getLastUpdateTime()
           
 List<LockInfo> LockManager.getLocks()
           
 long StoreFile.getLogicalLogSize()
           
 String HighAvailability.getMachineId()
           
 WindowPoolInfo[] MemoryMapping.getMemoryPools()
           
 long Cache.getMissCount()
           
 long StoreFile.getNodeStoreSize()
           
 long LockManager.getNumberOfAdvertedDeadlocks()
           
 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 Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.