Neo4j

org.neo4j.jmx
Interface Kernel

All Known Implementing Classes:
Neo4jManager

public interface Kernel


Field Summary
static String NAME
           
 
Method Summary
 Date getKernelStartTime()
           
 String getKernelVersion()
           
 ObjectName getMBeanQuery()
           
 Date getStoreCreationDate()
           
 String getStoreDirectory()
           
 String getStoreId()
           
 long getStoreLogVersion()
           
 boolean isReadOnly()
           
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values
Method Detail

getMBeanQuery

ObjectName getMBeanQuery()

getStoreDirectory

String getStoreDirectory()

getKernelVersion

String getKernelVersion()

getKernelStartTime

Date getKernelStartTime()

getStoreCreationDate

Date getStoreCreationDate()

getStoreId

String getStoreId()

getStoreLogVersion

long getStoreLogVersion()

isReadOnly

boolean isReadOnly()

Neo4j

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