org.apache.activemq.kaha
Interface IndexTypes


public interface IndexTypes

Types of Indexes used by the Store

Version:
$Revision: 1.2 $

Field Summary
static String DISK_INDEX
          use disk-based indexes
static String IN_MEMORY_INDEX
          use in memory indexes
 

Field Detail

IN_MEMORY_INDEX

static final String IN_MEMORY_INDEX
use in memory indexes

See Also:
Constant Field Values

DISK_INDEX

static final String DISK_INDEX
use disk-based indexes

See Also:
Constant Field Values


Copyright © 2011 Apache Software Foundation. All Rights Reserved.