Package

roar.api

meta

Permalink

package meta

some util methods

Since

2016-07-12

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. meta
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final class AnalyzerType extends Enum[AnalyzerType]

    Permalink
  2. final class ColumnType extends Enum[ColumnType]

    Permalink
  3. trait DataColumnType[T] extends AnyRef

    Permalink

    数据列定义类型

    数据列定义类型

    Since

    2016-07-06

  4. final class IndexType extends Enum[IndexType]

    Permalink
  5. final class ObjectCategory extends Enum[ObjectCategory]

    Permalink
  6. final class QueryType extends Enum[QueryType]

    Permalink
  7. class ResourceDefinition extends AnyRef

    Permalink

    资源定义

    资源定义

    Annotations
    @XmlRootElement() @XmlAccessorType()
  8. trait ResourceDefinitionConversions extends AnyRef

    Permalink

    ResourceDefinition Conversions

    ResourceDefinition Conversions

    Since

    2015-03-01

  9. final class ResourceType extends Enum[ResourceType]

    Permalink
  10. final class SyncPolicy extends Enum[SyncPolicy]

    Permalink

Value Members

  1. object AnalyzerCreator

    Permalink

    分词器的创建

  2. object ResourceDefinition

    Permalink

    resource definition model

  3. object ResourceDefinitionConversions extends ResourceDefinitionConversions

    Permalink
  4. def convertAsArray(long: Long): Array[Byte]

    Permalink
  5. def convertAsInt(arr: Array[Byte], offset: Int = 0): Int

    Permalink
  6. def convertAsLong(arr: Option[Array[Byte]]): Option[Long]

    Permalink
  7. def convertAsLong(arr: Array[Byte], offset: Int = 0): Long

    Permalink
  8. def convertAsShort(arr: Array[Byte], offset: Int = 0): Short

    Permalink
  9. def convertDateAsInt(millis: Long): Int

    Permalink
  10. def convertIntAsArray(i: Int): Array[Byte]

    Permalink
  11. def convertIntAsDate(minutesDiff: Int): Long

    Permalink
  12. package types

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped