Package | Description |
---|---|
com.rultor.spi |
Service Programming Interface (SPI).
|
Modifier and Type | Class and Description |
---|---|
static class |
Coordinates.None
No work at all.
|
static class |
Coordinates.Simple
Simple implementation.
|
Modifier and Type | Method and Description |
---|---|
Coordinates |
Pulse.coordinates()
Coordinates of it.
|
Coordinates |
Queue.pull(int limit,
TimeUnit unit)
Pull the next available work (waits until it is available).
|
Coordinates |
Queue.Memory.pull(int limit,
TimeUnit unit) |
static Coordinates |
Coordinates.Simple.valueOf(String text)
Create from a string.
|
Coordinates |
Arguments.work()
Get work.
|
Modifier and Type | Method and Description |
---|---|
Pageable<Pulse,Coordinates> |
Pulses.Row.tail(Coordinates head) |
Modifier and Type | Method and Description |
---|---|
int |
Coordinates.None.compareTo(Coordinates coords) |
int |
Coordinates.Simple.compareTo(Coordinates coords) |
void |
Stand.post(Coordinates pulse,
long nano,
String xembly)
Post new xembly script to the pulse of the stand.
|
void |
Queue.push(Coordinates work)
Push new work into it.
|
void |
Queue.Memory.push(Coordinates work) |
Pageable<Pulse,Coordinates> |
Pulses.Row.tail(Coordinates head) |
Wallet |
Rule.wallet(Coordinates work,
com.jcabi.urn.URN taker,
String rule)
Wallet of the rule.
|
Constructor and Description |
---|
Arguments(Coordinates work,
Wallet wallet)
Public ctor.
|
Arguments(Coordinates work,
Wallet wallet,
Iterable<Object> vals)
Public ctor.
|
Coordinates.Simple(Coordinates coords)
Public ctor.
|
Spec.Strict(String text,
Repo repo,
User user,
Users users,
Coordinates work,
Class<?> type)
Public ctor.
|
Copyright © 2009–2014 Rultor Inc.. All rights reserved.