org.elasticsearch.index.store

EncryptedDirectoryService

class EncryptedDirectoryService extends FsDirectoryService

Extends org.elasticsearch.index.store.fs.FsDirectoryService and overrides newFSDirectory(). Returns an EncryptedDirectory.

Linear Supertypes
FsDirectoryService, Provider, Listener, DirectoryService, AbstractIndexShardComponent, IndexShardComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EncryptedDirectoryService
  2. FsDirectoryService
  3. Provider
  4. Listener
  5. DirectoryService
  6. AbstractIndexShardComponent
  7. IndexShardComponent
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EncryptedDirectoryService(shardId: ShardId, indexSettings: Settings, indexStore: EncryptedIndexStore, client: Client, component: NodeKeyProviderComponent)

    shardId

    the ID of the shard

    indexSettings

    Settings

    indexStore

    EncryptedIndexStore

    client

    Elasticsearch client

    component

    NodeKeyProviderComponent used

    Annotations
    @Inject()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def build(): Array[Directory]

    Definition Classes
    FsDirectoryService → DirectoryService
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def indexSettings(): Settings

    Definition Classes
    AbstractIndexShardComponent → IndexShardComponent
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def newFSDirectory(location: File, lockFactory: LockFactory): Directory

    Returns an EncryptedDirectory.

    Returns an EncryptedDirectory.

    location

    path of the directory

    lockFactory

    the lock factory to use, or null for the default

    Definition Classes
    EncryptedDirectoryService → FsDirectoryService
  18. def newFromDistributor(arg0: Distributor): Directory

    Definition Classes
    DirectoryService
    Annotations
    @throws( classOf[java.io.IOException] )
  19. def nodeName(): String

    Definition Classes
    AbstractIndexShardComponent
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def onPause(arg0: Long): Unit

    Definition Classes
    FsDirectoryService → Listener
  23. def rateLimiting(): StoreRateLimiting

    Definition Classes
    FsDirectoryService → Provider
  24. final def renameFile(arg0: Directory, arg1: String, arg2: String): Unit

    Definition Classes
    FsDirectoryService → DirectoryService
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def shardId(): ShardId

    Definition Classes
    AbstractIndexShardComponent → IndexShardComponent
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def throttleTimeInNanos(): Long

    Definition Classes
    FsDirectoryService → DirectoryService
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FsDirectoryService

Inherited from Provider

Inherited from Listener

Inherited from DirectoryService

Inherited from AbstractIndexShardComponent

Inherited from IndexShardComponent

Inherited from AnyRef

Inherited from Any

Ungrouped