object IndexAdapter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndexAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
abstract
class
BaseIndexWriter[T <: WritableFeature] extends IndexWriter
Writes features to a particular back-end data store implementation
- trait IndexWriter extends Closeable with Flushable
-
trait
RequiredVisibilityWriter extends IndexWriter with VisibilityChecker
Mixin trait to require visibilities on write
Value Members
-
def
truncateTableName(name: String, limit: Int): String
Checks a table name for a max limit.
Checks a table name for a max limit. If the table name exceeds the limit, then it will be truncated and a UUID appended. Note that if the limit is less than 34 (one char prefix, an underscore separator, and 32 chars for a UUID), this method will throw an exception
- name
desired name
- limit
database limit on the length of a table name
- Annotations
- @throws( ... )