Class CommandLineInterface.IndexCommand.IndexType

java.lang.Object
AEDs3.CommandLineInterface.IndexCommand.IndexType
Enclosing class:
CommandLineInterface.IndexCommand

static class CommandLineInterface.IndexCommand.IndexType extends Object
Classe interna que define o grupo de opções para escolher o tipo de índice a ser gerenciado.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) boolean
    Habilita índice por Árvore B.
    (package private) boolean
    Deleta o índice atual.
    (package private) boolean
    Habilita índice por Hash Dinâmico.
    (package private) boolean
    Habilita índice por Lista Invertida.
    (package private) boolean
    Reindexa o arquivo inteiro, recriando o índice primário.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • btree

      boolean btree
      Habilita índice por Árvore B.
    • hash

      boolean hash
      Habilita índice por Hash Dinâmico.
    • invertedList

      boolean invertedList
      Habilita índice por Lista Invertida.
    • disable

      boolean disable
      Deleta o índice atual.
    • reindex

      boolean reindex
      Reindexa o arquivo inteiro, recriando o índice primário.
  • Constructor Details

    • IndexType

      IndexType()