org.infinispan.lucene
Interface ExternalizerIds
public interface ExternalizerIds
Identifiers used by the Marshaller to delegate to specialized Externalizers.
For details, read http://community.jboss.org/docs/DOC-16198
The range reserved for the Lucene module is from 1300 to 1399.
- Since:
- 5.0
- Author:
- Sanne Grinovero
FILE_LIST_CACHE_KEY
static final int FILE_LIST_CACHE_KEY
- See Also:
FileListCacheKey.Externalizer
,
Constant Field Values
FILE_METADATA
static final int FILE_METADATA
- See Also:
FileMetadata.Externalizer
,
Constant Field Values
FILE_CACHE_KEY
static final int FILE_CACHE_KEY
- See Also:
FileCacheKey.Externalizer
,
Constant Field Values
CHUNK_CACHE_KEY
static final int CHUNK_CACHE_KEY
- See Also:
ChunkCacheKey.Externalizer
,
Constant Field Values
FILE_READLOCK_KEY
static final int FILE_READLOCK_KEY
- See Also:
FileReadLockKey.Externalizer
,
Constant Field Values
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.