- waitForRepairsToFinish(long) - Static method in class com.amazon.carbonado.spi.RepairExecutor
-
Waits for repairs that were executed from the current thread to finish.
- with(int) - Method in class com.amazon.carbonado.filter.FilterValues
-
Returns a new FilterValues instance with the next blank parameter filled in.
- with(long) - Method in class com.amazon.carbonado.filter.FilterValues
-
Returns a new FilterValues instance with the next blank parameter filled in.
- with(float) - Method in class com.amazon.carbonado.filter.FilterValues
-
Returns a new FilterValues instance with the next blank parameter filled in.
- with(double) - Method in class com.amazon.carbonado.filter.FilterValues
-
Returns a new FilterValues instance with the next blank parameter filled in.
- with(boolean) - Method in class com.amazon.carbonado.filter.FilterValues
-
Returns a new FilterValues instance with the next blank parameter filled in.
- with(char) - Method in class com.amazon.carbonado.filter.FilterValues
-
Returns a new FilterValues instance with the next blank parameter filled in.
- with(byte) - Method in class com.amazon.carbonado.filter.FilterValues
-
Returns a new FilterValues instance with the next blank parameter filled in.
- with(short) - Method in class com.amazon.carbonado.filter.FilterValues
-
Returns a new FilterValues instance with the next blank parameter filled in.
- with(Object) - Method in class com.amazon.carbonado.filter.FilterValues
-
Returns a new FilterValues instance with the next blank parameter filled in.
- with(int) - Method in class com.amazon.carbonado.qe.EmptyQuery
-
Always throws an IllegalStateException.
- with(long) - Method in class com.amazon.carbonado.qe.EmptyQuery
-
Always throws an IllegalStateException.
- with(float) - Method in class com.amazon.carbonado.qe.EmptyQuery
-
Always throws an IllegalStateException.
- with(double) - Method in class com.amazon.carbonado.qe.EmptyQuery
-
Always throws an IllegalStateException.
- with(boolean) - Method in class com.amazon.carbonado.qe.EmptyQuery
-
Always throws an IllegalStateException.
- with(char) - Method in class com.amazon.carbonado.qe.EmptyQuery
-
Always throws an IllegalStateException.
- with(byte) - Method in class com.amazon.carbonado.qe.EmptyQuery
-
Always throws an IllegalStateException.
- with(short) - Method in class com.amazon.carbonado.qe.EmptyQuery
-
Always throws an IllegalStateException.
- with(Object) - Method in class com.amazon.carbonado.qe.EmptyQuery
-
Always throws an IllegalStateException.
- with(QueryHint) - Method in class com.amazon.carbonado.qe.QueryHints
-
Returns a new QueryHints object with the given hint.
- with(QueryHint, Object) - Method in class com.amazon.carbonado.qe.QueryHints
-
Returns a new QueryHints object with the given hint and value.
- with(int) - Method in class com.amazon.carbonado.qe.StandardQuery
-
- with(long) - Method in class com.amazon.carbonado.qe.StandardQuery
-
- with(float) - Method in class com.amazon.carbonado.qe.StandardQuery
-
- with(double) - Method in class com.amazon.carbonado.qe.StandardQuery
-
- with(boolean) - Method in class com.amazon.carbonado.qe.StandardQuery
-
- with(char) - Method in class com.amazon.carbonado.qe.StandardQuery
-
- with(byte) - Method in class com.amazon.carbonado.qe.StandardQuery
-
- with(short) - Method in class com.amazon.carbonado.qe.StandardQuery
-
- with(Object) - Method in class com.amazon.carbonado.qe.StandardQuery
-
- with(int) - Method in interface com.amazon.carbonado.Query
-
Returns a copy of this Query with the next blank parameter filled in.
- with(long) - Method in interface com.amazon.carbonado.Query
-
Returns a copy of this Query with the next blank parameter filled in.
- with(float) - Method in interface com.amazon.carbonado.Query
-
Returns a copy of this Query with the next blank parameter filled in.
- with(double) - Method in interface com.amazon.carbonado.Query
-
Returns a copy of this Query with the next blank parameter filled in.
- with(boolean) - Method in interface com.amazon.carbonado.Query
-
Returns a copy of this Query with the next blank parameter filled in.
- with(char) - Method in interface com.amazon.carbonado.Query
-
Returns a copy of this Query with the next blank parameter filled in.
- with(byte) - Method in interface com.amazon.carbonado.Query
-
Returns a copy of this Query with the next blank parameter filled in.
- with(short) - Method in interface com.amazon.carbonado.Query
-
Returns a copy of this Query with the next blank parameter filled in.
- with(Object) - Method in interface com.amazon.carbonado.Query
-
Returns a copy of this Query with the next blank parameter filled in.
- WITH_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
-
Query API method name
- without(QueryHint) - Method in class com.amazon.carbonado.qe.QueryHints
-
Returns a new QueryHints object without the given hint.
- withRemainderFilter(Filter<S>) - Method in class com.amazon.carbonado.qe.CompositeScore
-
Returns a new CompositeScore with the filtering remainder replaced and
covering matches recalculated.
- withRemainderFilter(Filter<S>) - Method in class com.amazon.carbonado.qe.FilteringScore
-
Returns a new FilteringScore with the remainder replaced and covering
matches recalculated.
- withRemainderFilter(Filter<S>) - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
-
Returns a new result with the remainder filter replaced.
- withRemainderOrdering(OrderingList<S>) - Method in class com.amazon.carbonado.qe.CompositeScore
-
Returns a new CompositeScore with the ordering remainder
replaced.
- withRemainderOrdering(OrderingList<S>) - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
-
Returns a new result with the remainder ordering replaced.
- withRemainderOrdering(OrderingList<S>) - Method in class com.amazon.carbonado.qe.OrderingScore
-
Returns a new OrderingScore with the remainder replaced.
- withStackTrace() - Method in exception com.amazon.carbonado.Trigger.Abort
-
Returns this exception but with a fresh stack trace.
- withValues(Object...) - Method in class com.amazon.carbonado.filter.FilterValues
-
Returns a new FilterValues instance with the next blank parameters filled in.
- withValues(Object...) - Method in class com.amazon.carbonado.qe.EmptyQuery
-
Throws an IllegalStateException unless no values passed in.
- withValues(Object...) - Method in class com.amazon.carbonado.qe.StandardQuery
-
- withValues(Object...) - Method in interface com.amazon.carbonado.Query
-
Returns a copy of this Query with the next blank parameters filled in.
- write(String) - Method in class com.amazon.carbonado.repo.logging.CommonsLog
-
- write(String) - Method in interface com.amazon.carbonado.repo.logging.Log
-
- write(int) - Method in class com.amazon.carbonado.spi.RAFOutputStream
-
- write(byte[]) - Method in class com.amazon.carbonado.spi.RAFOutputStream
-
- write(byte[], int, int) - Method in class com.amazon.carbonado.spi.RAFOutputStream
-
- WRITE_TO - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
-
Storable API method name
- writeLength(int, OutputStream) - Static method in class com.amazon.carbonado.raw.DataEncoder
-
Writes a positive length value in up to five bytes.
- writeTo(OutputStream) - Method in class com.amazon.carbonado.layout.Layout
-
- writeTo(OutputStream) - Method in interface com.amazon.carbonado.Storable
-
Serializes property values and states for temporary storage or for
network transfer.