Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
var
_serviceFailure
: Exception
-
var
_service_state
: State
-
def
_start
(on_completed: Runnable): Unit
-
def
_stop
(on_completed: Runnable): Unit
-
def
add_queue
(record: QueueRecord)(callback: (Boolean) ⇒ Unit): Unit
-
val
aggregator
: AggregatingExecutor
-
def
asInstanceOf
[T0]
: T0
-
def
assert_executing
: Unit
-
var
canceled_add_message
: Long
-
var
canceled_enqueue
: Long
-
-
def
clone
(): AnyRef
-
var
commit_latency
: TimeMetric
-
val
commit_latency_counter
: TimeCounter
-
def
compact
: Unit @scala.util.continuations.cpsParam[Unit,Unit]
-
-
def
configure
(config: JDBM2StoreDTO, reporter: Reporter): Unit
-
def
configure
(config: StoreDTO, reporter: Reporter): Unit
-
def
create_uow
(): DelayableUOW
-
var
delayedUOWs
: HashMap[Int, DelayableUOW]
-
val
dispatch_queue
: DispatchQueue
-
def
drain_flushes
: Unit
-
def
drain_loads
: Unit
-
def
drain_uows
: Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
var
executor
: ExecutorService
-
def
export_pb
(streams: StreamManager[OutputStream]): org.apache.activemq.apollo.util.Result[org.apache.activemq.apollo.util.Zilch,String] @scala.util.continuations.cpsParam[Unit,Unit]
-
def
finalize
(): Unit
-
def
flush_delay
: Long
-
var
flush_latency
: TimeMetric
-
val
flush_latency_counter
: TimeCounter
-
def
flush_message
(messageKey: Long)(cb: ⇒ Unit): Unit
-
val
flush_source
: CustomDispatchSource[Int, ListBuffer[Int]]
-
def
getClass
(): java.lang.Class[_]
-
def
get_last_queue_key
(callback: (Option[Long]) ⇒ Unit): Unit
-
def
get_next_msg_key
: Long
-
def
get_queue
(queueKey: Long)(callback: (Option[QueueRecord]) ⇒ Unit): Unit
-
def
get_store_status
(callback: (StoreStatusDTO) ⇒ Unit): Unit
-
def
hashCode
(): Int
-
def
import_pb
(streams: StreamManager[InputStream]): org.apache.activemq.apollo.util.Result[org.apache.activemq.apollo.util.Zilch,String] @scala.util.continuations.cpsParam[Unit,Unit]
-
def
isInstanceOf
[T0]
: Boolean
-
def
key
(x: QueueEntryRecord): (Long, Long)
-
def
list_queue_entries
(queueKey: Long, firstSeq: Long, lastSeq: Long)(callback: (Seq[QueueEntryRecord]) ⇒ Unit): Unit
-
def
list_queue_entry_ranges
(queueKey: Long, limit: Int)(callback: (Seq[QueueEntryRange]) ⇒ Unit): Unit
-
def
list_queues
(callback: (Seq[Long]) ⇒ Unit): Unit
-
def
load_message
(messageKey: Long)(callback: (Option[MessageRecord]) ⇒ Unit): Unit
-
val
load_source
: CustomDispatchSource[(Long, (Option[MessageRecord]) ⇒ Unit), ListBuffer[(Long, (Option[MessageRecord]) ⇒ Unit)]]
-
var
message_load_batch_size
: IntMetric
-
val
message_load_batch_size_counter
: IntMetricCounter
-
var
message_load_latency
: TimeMetric
-
val
message_load_latency_counter
: TimeCounter
-
var
metric_canceled_enqueue_counter
: Long
-
var
metric_canceled_message_counter
: Long
-
var
metric_flushed_enqueue_counter
: Long
-
var
metric_flushed_message_counter
: Long
-
def
ne
(arg0: AnyRef): Boolean
-
var
next_batch_id
: IntCounter
-
var
next_msg_key
: AtomicLong
-
var
next_queue_key
: AtomicLong
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
var
pendingStores
: HashMap[Long, MessageAction]
-
var
pending_enqueues
: HashMap[(Long, Long), MessageAction]
-
def
poll_compact
: Unit
-
def
poll_stats
: Unit
-
def
purge
(callback: ⇒ Unit): Unit
-
var
range_load_latency
: TimeMetric
-
val
range_load_latency_counter
: TimeCounter
-
def
remove_queue
(queueKey: Long)(callback: (Boolean) ⇒ Unit): Unit
-
def
serviceFailure
: Exception
-
def
service_state
: State
-
def
start
(on_completed: Runnable): Unit
-
def
start
(): Unit
-
def
start
(func: ⇒ Unit): Unit
-
def
stop
(on_completed: Runnable): Unit
-
def
stop
(): Unit
-
def
stop
(func: ⇒ Unit): Unit
-
def
store
(uows: Seq[DelayableUOW])(callback: ⇒ Unit): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
implicit def
toIntMetricDTO
(m: IntMetric): IntMetricDTO
-
def
toString
(): String
-
implicit def
toTimeMetricDTO
(m: TimeMetric): TimeMetricDTO
-
val
uow_source
: CustomDispatchSource[DelayableUOW, ListBuffer[DelayableUOW]]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
zero_copy_buffer_allocator
(): ZeroCopyBufferAllocator
Inherited from DelayingStoreSupport
Inherited from BaseService
Inherited from Dispatched
Inherited from Store
Inherited from ServiceTrait
Inherited from Service
Inherited from AnyRef
Inherited from Any