Uses of Enum
org.apache.accumulo.minicluster.ServerType
Packages that use ServerType
-
Uses of ServerType in org.apache.accumulo.minicluster
Methods in org.apache.accumulo.minicluster that return ServerTypeModifier and TypeMethodDescriptionstatic ServerTypeReturns the enum constant of this type with the specified name.static ServerType[]ServerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.minicluster that return types with arguments of type ServerTypeModifier and TypeMethodDescriptionSet<org.apache.accumulo.core.util.Pair<ServerType,Integer>> MiniAccumuloCluster.getDebugPorts()Methods in org.apache.accumulo.minicluster with parameters of type ServerTypeModifier and TypeMethodDescriptionlongMiniAccumuloConfig.getMemory(ServerType serverType) MiniAccumuloConfig.setMemory(ServerType serverType, long memory, MemoryUnit memoryUnit) Sets the amount of memory to use in the manager process.