Constant Field Values


Contents
org.neo4j.*

org.neo4j.backup.BackupTool
public static final String DEFAULT_SCHEME "single"

org.neo4j.backup.log.InconsistencyLoggingTransactionInterceptorProvider
public static final String NAME "inconsistencylog"

org.neo4j.backup.log.VerifyingTransactionInterceptorProvider
public static final String NAME "verifying"

org.neo4j.com.Client<M>
public static final int DEFAULT_MAX_NUMBER_OF_CONCURRENT_CHANNELS_PER_CLIENT 20
public static final int DEFAULT_READ_RESPONSE_TIMEOUT_SECONDS 20

org.neo4j.com.Protocol
public static final int DEFAULT_FRAME_LENGTH 16777216
public static final int MEGA 1048576
public static final int PORT 8901

org.neo4j.com.Server<M,R>
public static final int DEFAULT_BACKUP_PORT 6362
public static final int DEFAULT_MAX_NUMBER_OF_CONCURRENT_TRANSACTIONS 200

org.neo4j.ext.udc.UdcProperties
public static final String FIRST_DELAY_CONFIG_KEY "neo4j.ext.udc.first_delay"
public static final String INTERVAL_CONFIG_KEY "neo4j.ext.udc.interval"
public static final String UDC_DISABLE_KEY "neo4j.ext.udc.disable"
public static final String UDC_HOST_ADDRESS_KEY "neo4j.ext.udc.host"
public static final String UDC_SOURCE_KEY "neo4j.ext.udc.source"

org.neo4j.ext.udc.impl.UdcExtensionImpl
public static final String UDC_SOURCE_DISTRIBUTION_KEY "neo4j.ext.udc.host"

org.neo4j.graphdb.index.IndexManager
public static final String PROVIDER "provider"

org.neo4j.index.impl.lucene.LuceneDataSource
public static final String DEFAULT_NAME "lucene-index"

org.neo4j.index.impl.lucene.LuceneIndexImplementation
public static final int DEFAULT_LAZY_THRESHOLD 100
public static final String SERVICE_NAME "lucene"

org.neo4j.jmx.Kernel
public static final String NAME "Kernel"

org.neo4j.jmx.Primitives
public static final String NAME "Primitive count"

org.neo4j.jmx.impl.ConfigurationBean
public static final String CONFIGURATION_MBEAN_NAME "Configuration"

org.neo4j.jmx.impl.JmxExtension
public static final String KEY "kernel jmx"

org.neo4j.kernel.Config
public static final String ALLOW_STORE_UPGRADE "allow_store_upgrade"
public static final String ARRAY_BLOCK_SIZE "array_block_size"
public static final String ARRAY_PROPERTY_STORE_MMAP_SIZE "neostore.propertystore.db.arrays.mapped_memory"
public static final String BACKUP_SLAVE "backup_slave"
public static final String CACHE_TYPE "cache_type"
public static final String DEFAULT_DATA_SOURCE_NAME "nioneodb"
public static final String DUMP_CONFIGURATION "dump_configuration"
public static final String ENABLE_ONLINE_BACKUP "enable_online_backup"
public static final String ENABLE_REMOTE_SHELL "enable_remote_shell"
public static final String INTERCEPT_COMMITTING_TRANSACTIONS "intercept_committing_transactions"
public static final String INTERCEPT_DESERIALIZED_TRANSACTIONS "intercept_deserialized_transactions"
public static final String KEEP_LOGICAL_LOGS "keep_logical_logs"
public static final String LOGICAL_LOG "logical_log"
public static final String NEO_STORE "neo_store"
public static final String NODE_AUTO_INDEXING "node_auto_indexing"
public static final String NODE_KEYS_INDEXABLE "node_keys_indexable"
public static final String NODE_STORE_MMAP_SIZE "neostore.nodestore.db.mapped_memory"
public static final String PROPERTY_INDEX_KEY_STORE_MMAP_SIZE "neostore.propertystore.db.index.keys.mapped_memory"
public static final String PROPERTY_INDEX_STORE_MMAP_SIZE "neostore.propertystore.db.index.mapped_memory"
public static final String PROPERTY_STORE_MMAP_SIZE "neostore.propertystore.db.mapped_memory"
public static final String READ_ONLY "read_only"
public static final String REBUILD_IDGENERATORS_FAST "rebuild_idgenerators_fast"
public static final String RELATIONSHIP_AUTO_INDEXING "relationship_auto_indexing"
public static final String RELATIONSHIP_KEYS_INDEXABLE "relationship_keys_indexable"
public static final String RELATIONSHIP_STORE_MMAP_SIZE "neostore.relationshipstore.db.mapped_memory"
public static final String STORAGE_DIRECTORY "store_dir"
public static final String STRING_BLOCK_SIZE "string_block_size"
public static final String STRING_PROPERTY_STORE_MMAP_SIZE "neostore.propertystore.db.strings.mapped_memory"
public static final String TXMANAGER_IMPLEMENTATION "tx_manager_impl"
public static final String USE_MEMORY_MAPPED_BUFFERS "use_memory_mapped_buffers"

org.neo4j.kernel.HaConfig
public static final String CONFIG_DEFAULT_HA_CLUSTER_NAME "neo4j.ha"
public static final int CONFIG_DEFAULT_PORT 6361
public static final long CONFIG_DEFAULT_PULL_INTERVAL -1L
public static final long CONFIG_DEFAULT_ZK_SESSION_TIMEOUT 5000L
public static final String CONFIG_KEY_ALLOW_INIT_CLUSTER "ha.allow_init_cluster"
public static final String CONFIG_KEY_BRANCHED_DATA_POLICY "ha.branched_data_policy"
public static final String CONFIG_KEY_CLUSTER_NAME "ha.cluster_name"
public static final String CONFIG_KEY_COORDINATOR_FETCH_INFO_TIMEOUT "ha.coordinator_fetch_info_timeout"
public static final String CONFIG_KEY_COORDINATORS "ha.coordinators"
public static final String CONFIG_KEY_LOCK_READ_TIMEOUT "ha.lock_read_timeout"
public static final String CONFIG_KEY_MAX_CONCURRENT_CHANNELS_PER_SLAVE "ha.max_concurrent_channels_per_slave"
public static final String CONFIG_KEY_MAX_CONCURRENT_TRANSACTIONS_ON_MASTER "ha.max_concurrent_transactions_on_master"
public static final String CONFIG_KEY_OLD_COORDINATORS "ha.zoo_keeper_servers"
public static final String CONFIG_KEY_OLD_SERVER_ID "ha.machine_id"
public static final String CONFIG_KEY_PULL_INTERVAL "ha.pull_interval"
public static final String CONFIG_KEY_READ_TIMEOUT "ha.read_timeout"
public static final String CONFIG_KEY_SERVER "ha.server"
public static final String CONFIG_KEY_SERVER_ID "ha.server_id"
public static final String CONFIG_KEY_SLAVE_COORDINATOR_UPDATE_MODE "ha.slave_coordinator_update_mode"
public static final String CONFIG_KEY_ZK_SESSION_TIMEOUT "ha.zk_session_timeout"

org.neo4j.kernel.HAGraphDb
public static final String COPY_FROM_MASTER_TEMP "temp-copy"

org.neo4j.kernel.HighlyAvailableGraphDatabase
public static final String CONFIG_KEY_ALLOW_INIT_CLUSTER "ha.allow_init_cluster"
public static final String CONFIG_KEY_BRANCHED_DATA_POLICY "ha.branched_data_policy"
public static final String CONFIG_KEY_CLUSTER_NAME "ha.cluster_name"
public static final String CONFIG_KEY_COORDINATORS "ha.coordinators"
public static final String CONFIG_KEY_LOCK_READ_TIMEOUT "ha.lock_read_timeout"
public static final String CONFIG_KEY_MAX_CONCURRENT_CHANNELS_PER_SLAVE "ha.max_concurrent_channels_per_slave"
public static final String CONFIG_KEY_OLD_COORDINATORS "ha.zoo_keeper_servers"
public static final String CONFIG_KEY_OLD_SERVER_ID "ha.machine_id"
public static final String CONFIG_KEY_PULL_INTERVAL "ha.pull_interval"
public static final String CONFIG_KEY_READ_TIMEOUT "ha.read_timeout"
public static final String CONFIG_KEY_SERVER "ha.server"
public static final String CONFIG_KEY_SERVER_ID "ha.server_id"
public static final String CONFIG_KEY_SLAVE_COORDINATOR_UPDATE_MODE "ha.slave_coordinator_update_mode"

org.neo4j.kernel.Version
protected static final String KERNEL_ARTIFACT_ID "neo4j-kernel"

org.neo4j.kernel.ha.MasterImpl
public static final int UNFINISHED_TRANSACTION_CLEANUP_DELAY 5

org.neo4j.kernel.ha.zookeeper.AbstractZooKeeperManager
protected static final String HA_SERVERS_CHILD "ha-servers"

org.neo4j.kernel.impl.annotations.Documented
public static final String DEFAULT_VALUE ""

org.neo4j.kernel.impl.index.IndexCommand
public static final byte NODE 0
public static final byte RELATIONSHIP 1

org.neo4j.kernel.impl.index.IndexStore
public static final String INDEX_DB_FILE_NAME "index.db"

org.neo4j.kernel.impl.nioneo.store.AbstractDynamicStore
protected static final int BLOCK_HEADER_SIZE 8

org.neo4j.kernel.impl.nioneo.store.CommonAbstractStore
public static final String ALL_STORES_VERSION "v0.A.0"
public static final String UNKNOWN_VERSION "Uknown"

org.neo4j.kernel.impl.nioneo.store.DynamicArrayStore
public static final String TYPE_DESCRIPTOR "ArrayPropertyStore"

org.neo4j.kernel.impl.nioneo.store.DynamicStringStore
public static final String TYPE_DESCRIPTOR "StringPropertyStore"

org.neo4j.kernel.impl.nioneo.store.IdGeneratorImpl
public static final long INTEGER_MINUS_ONE 4294967295L

org.neo4j.kernel.impl.nioneo.store.NeoStore
public static final String DEFAULT_NAME "neostore"
public static final String TYPE_DESCRIPTOR "NeoStore"

org.neo4j.kernel.impl.nioneo.store.NodeStore
public static final int RECORD_SIZE 9
public static final String TYPE_DESCRIPTOR "NodeStore"

org.neo4j.kernel.impl.nioneo.store.PropertyIndexStore
public static final String TYPE_DESCRIPTOR "PropertyIndexStore"

org.neo4j.kernel.impl.nioneo.store.PropertyStore
public static final int DEFAULT_DATA_BLOCK_SIZE 120
public static final int DEFAULT_PAYLOAD_SIZE 32
public static final int RECORD_SIZE 41
public static final String TYPE_DESCRIPTOR "PropertyStore"

org.neo4j.kernel.impl.nioneo.store.RelationshipStore
public static final int RECORD_SIZE 33
public static final String TYPE_DESCRIPTOR "RelationshipStore"

org.neo4j.kernel.impl.nioneo.store.RelationshipTypeStore
public static final String TYPE_DESCRIPTOR "RelationshipTypeStore"

org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource
public static final String LOGICAL_LOG_DEFAULT_NAME "nioneo_logical.log"

org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicStoreReader
protected static final int BLOCK_HEADER_SIZE 13
public static final String FROM_VERSION_ARRAY "ArrayPropertyStore v0.9.9"
public static final String FROM_VERSION_STRING "StringPropertyStore v0.9.9"

org.neo4j.kernel.impl.storemigration.legacystore.LegacyNodeStoreReader
public static final String FROM_VERSION "NodeStore v0.9.9"
public static final int RECORD_LENGTH 9

org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyIndexStoreReader
public static final String FROM_VERSION "PropertyIndex v0.9.9"

org.neo4j.kernel.impl.storemigration.legacystore.LegacyPropertyStoreReader
public static final String FROM_VERSION "PropertyStore v0.9.9"
public static final int RECORD_LENGTH 25

org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipStoreReader
public static final String FROM_VERSION "RelationshipStore v0.9.9"
public static final int RECORD_LENGTH 33

org.neo4j.kernel.impl.storemigration.legacystore.LegacyRelationshipTypeStoreReader
public static final String FROM_VERSION "RelationshipTypeStore v0.9.9"

org.neo4j.kernel.impl.storemigration.legacystore.LegacyStore
public static final String FROM_VERSION "NeoStore v0.9.9"

org.neo4j.kernel.impl.transaction.TxLog
public static final byte BRANCH_ADD 2
public static final byte MARK_COMMIT 3
public static final byte TX_DONE 4
public static final byte TX_START 1

org.neo4j.kernel.impl.transaction.xaframework.LogEntry
public static final byte COMMAND 3
public static final byte DONE 4
public static final byte EMPTY 0
public static final byte TX_1P_COMMIT 5
public static final byte TX_2P_COMMIT 6
public static final byte TX_PREPARE 2
public static final byte TX_START 1

org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
public static final int MASTER_ID_REPRESENTING_NO_MASTER -1

org.neo4j.kernel.impl.util.StringLogger
public static final String DEFAULT_NAME "messages.log"

org.neo4j.management.Cache
public static final String NAME "Cache"

org.neo4j.management.HighAvailability
public static final String NAME "High Availability"

org.neo4j.management.LockManager
public static final String NAME "Locking"

org.neo4j.management.MemoryMapping
public static final String NAME "Memory Mapping"

org.neo4j.management.RemoteConnection
public static final String NAME "Remote Connection"

org.neo4j.management.StoreFile
public static final String NAME "Store file sizes"

org.neo4j.management.TransactionManager
public static final String NAME "Transactions"

org.neo4j.management.XaManager
public static final String NAME "XA Resources"

org.neo4j.management.impl.KernelProxy
protected static final String KERNEL_BEAN_NAME "Kernel"



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