Skip navigation links
A B C D E F G H I J L O P R S T W 

A

accept(T1, T2) - Method in interface org.cloudfoundry.util.tuple.Consumer2
Performs this operation on the given arguments
accept(T1, T2, T3) - Method in interface org.cloudfoundry.util.tuple.Consumer3
Performs this operation on the given arguments
accept(T1, T2, T3, T4) - Method in interface org.cloudfoundry.util.tuple.Consumer4
Performs this operation on the given arguments
accept(T1, T2, T3, T4, T5) - Method in interface org.cloudfoundry.util.tuple.Consumer5
Performs this operation on the given arguments
accept(T1, T2, T3, T4, T5, T6) - Method in interface org.cloudfoundry.util.tuple.Consumer6
Performs this operation on the given arguments
accept(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.cloudfoundry.util.tuple.Consumer7
Performs this operation on the given arguments
accept(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.cloudfoundry.util.tuple.Consumer8
Performs this operation on the given arguments
apply(T1, T2) - Method in interface org.cloudfoundry.util.tuple.Function2
Applies this function to the given arguments
apply(T1, T2, T3) - Method in interface org.cloudfoundry.util.tuple.Function3
Applies this function to the given arguments
apply(T1, T2, T3, T4) - Method in interface org.cloudfoundry.util.tuple.Function4
Applies this function to the given arguments
apply(T1, T2, T3, T4, T5) - Method in interface org.cloudfoundry.util.tuple.Function5
Applies this function to the given arguments
apply(T1, T2, T3, T4, T5, T6) - Method in interface org.cloudfoundry.util.tuple.Function6
Applies this function to the given arguments
apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.cloudfoundry.util.tuple.Function7
Applies this function to the given arguments
apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.cloudfoundry.util.tuple.Function8
Applies this function to the given arguments
ArtifactMetadata(String, String, String, int) - Constructor for class org.cloudfoundry.util.ResourceMatchingUtils.ArtifactMetadata
Creates a new instance
asIbi(long) - Static method in class org.cloudfoundry.util.SizeUtils
Converts a size to a String with -ibi suffixes
asTime(long) - Static method in class org.cloudfoundry.util.TimeUtils
Renders a time period in human readable form

B

build() - Method in class org.cloudfoundry.util.FluentMap.Builder
 
builder() - Static method in class org.cloudfoundry.util.FluentMap
 
Builder() - Constructor for class org.cloudfoundry.util.FluentMap.Builder
 
ByteArrayPool - Class in org.cloudfoundry.util
Dynamically creates byte arrays and caches them, reusing them once they have been released.

C

collectByteArray(Flux<byte[]>) - Static method in class org.cloudfoundry.util.OperationUtils
Operation to collect a Flux<byte[]> into a contiguous single byte array, delivered as a single element of a Mono<byte[]>.
compress(Path) - Static method in class org.cloudfoundry.util.FileUtils
Compresses a candidate Path if it is a directory.
compress(Path, Predicate<String>) - Static method in class org.cloudfoundry.util.FileUtils
Compresses a candidate Path filtering out entries
consumer(Consumer2<T1, T2>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Consumer of Tuple2 that wraps a consumer of the component values of the tuple
consumer(Consumer3<T1, T2, T3>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Consumer of Tuple3 that wraps a consumer of the component values of the tuple
consumer(Consumer4<T1, T2, T3, T4>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Consumer of Tuple4 that wraps a consumer of the component values of the tuple
consumer(Consumer5<T1, T2, T3, T4, T5>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Consumer of Tuple5 that wraps a consumer of the component values of the tuple
consumer(Consumer6<T1, T2, T3, T4, T5, T6>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Consumer of Tuple6 that wraps a consumer of the component values of the tuple
consumer(Consumer7<T1, T2, T3, T4, T5, T6, T7>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Consumer of Tuple7 that wraps a consumer of the component values of the tuple
consumer(Consumer8<T1, T2, T3, T4, T5, T6, T7, T8>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Consumer of Tuple8 that wraps a consumer of the component values of the tuple
Consumer2<T1,T2> - Interface in org.cloudfoundry.util.tuple
An operation that accepts two input arguments and returns no result
Consumer3<T1,T2,T3> - Interface in org.cloudfoundry.util.tuple
An operation that accepts three input arguments and returns no result
Consumer4<T1,T2,T3,T4> - Interface in org.cloudfoundry.util.tuple
An operation that accepts four input arguments and returns no result
Consumer5<T1,T2,T3,T4,T5> - Interface in org.cloudfoundry.util.tuple
An operation that accepts five input arguments and returns no result
Consumer6<T1,T2,T3,T4,T5,T6> - Interface in org.cloudfoundry.util.tuple
An operation that accepts six input arguments and returns no result
Consumer7<T1,T2,T3,T4,T5,T6,T7> - Interface in org.cloudfoundry.util.tuple
An operation that accepts seven input arguments and returns no result
Consumer8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in org.cloudfoundry.util.tuple
An operation that accepts eight input arguments and returns no result

D

DateUtils - Class in org.cloudfoundry.util
Utilities for dealing with Dates
DelayTimeoutException - Exception in org.cloudfoundry.util
An exception indicating that a delay timeout has been passed
DelayTimeoutException() - Constructor for exception org.cloudfoundry.util.DelayTimeoutException
 
DelayUtils - Class in org.cloudfoundry.util
Utilities for delaying progress

E

entries(Map<K, V>) - Method in class org.cloudfoundry.util.FluentMap.Builder
 
entry(K, V) - Method in class org.cloudfoundry.util.FluentMap.Builder
 
ExceptionUtils - Class in org.cloudfoundry.util
Utilities for dealing with Exceptions
exponentialBackOff(Duration, Duration, Duration) - Static method in class org.cloudfoundry.util.DelayUtils
Implements an exponential backoff delay for use with Mono.repeatWhenEmpty(Function)
exponentialBackOffError(Duration, Duration, Duration) - Static method in class org.cloudfoundry.util.DelayUtils
Implements an exponential backoff delay for use with Mono.retryWhen(Function)

F

FileUtils - Class in org.cloudfoundry.util
Utilities for files
fixed(Duration) - Static method in class org.cloudfoundry.util.DelayUtils
Implements an fixed delay for use with Mono.repeatWhenEmpty(Function)
FluentMap - Class in org.cloudfoundry.util
Utility for building maps for Json responses
FluentMap() - Constructor for class org.cloudfoundry.util.FluentMap
 
FluentMap.Builder<K,V> - Class in org.cloudfoundry.util
 
formatToIso8601(Date) - Static method in class org.cloudfoundry.util.DateUtils
Formats a Date into a String in ISO8601 format
function(Function2<T1, T2, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Function of Tuple2 that wraps a function of the component values of the tuple
function(Function3<T1, T2, T3, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Function of Tuple3 that wraps a function of the component values of the tuple
function(Function4<T1, T2, T3, T4, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Function of Tuple4 that wraps a function of the component values of the tuple
function(Function5<T1, T2, T3, T4, T5, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Function of Tuple5 that wraps a function of the component values of the tuple
function(Function6<T1, T2, T3, T4, T5, T6, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Function of Tuple6 that wraps a function of the component values of the tuple
function(Function7<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Function of Tuple7 that wraps a function of the component values of the tuple
function(Function8<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Function of Tuple8 that wraps a function of the component values of the tuple
Function2<T1,T2,R> - Interface in org.cloudfoundry.util.tuple
Represents a function that accepts two arguments and produces a result
Function3<T1,T2,T3,R> - Interface in org.cloudfoundry.util.tuple
Represents a function that accepts three arguments and produces a result
Function4<T1,T2,T3,T4,R> - Interface in org.cloudfoundry.util.tuple
Represents a function that accepts four arguments and produces a result
Function5<T1,T2,T3,T4,T5,R> - Interface in org.cloudfoundry.util.tuple
Represents a function that accepts five arguments and produces a result
Function6<T1,T2,T3,T4,T5,T6,R> - Interface in org.cloudfoundry.util.tuple
Represents a function that accepts six arguments and produces a result
Function7<T1,T2,T3,T4,T5,T6,T7,R> - Interface in org.cloudfoundry.util.tuple
Represents a function that accepts seven arguments and produces a result
Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> - Interface in org.cloudfoundry.util.tuple
Represents a function that accepts eight arguments and produces a result

G

getEntity(R) - Static method in class org.cloudfoundry.util.ResourceUtils
Return the entity of a resource
getHash() - Method in class org.cloudfoundry.util.ResourceMatchingUtils.ArtifactMetadata
Returns the SHA-1 hash of the artifact
getId(Resource<?>) - Static method in class org.cloudfoundry.util.ResourceUtils
Returns the id of a resource
getMatchedResources(CloudFoundryClient, Path) - Static method in class org.cloudfoundry.util.ResourceMatchingUtils
 
getPath() - Method in class org.cloudfoundry.util.ResourceMatchingUtils.ArtifactMetadata
Returns the path of the artifact
getPermissions() - Method in class org.cloudfoundry.util.ResourceMatchingUtils.ArtifactMetadata
Returns the permissions of the artifact
getRelativePathName(Path, Path) - Static method in class org.cloudfoundry.util.FileUtils
Get the relative path of an application
getResources(U) - Static method in class org.cloudfoundry.util.ResourceUtils
Return a stream of resources from a response
getSize() - Method in class org.cloudfoundry.util.ResourceMatchingUtils.ArtifactMetadata
Returns the size of the artifact

H

hash(Path) - Static method in class org.cloudfoundry.util.FileUtils
Calculates the SHA-1 hash for a Path
hash(InputStream) - Static method in class org.cloudfoundry.util.FileUtils
Calculates the SHA-1 hash for an InputStream

I

illegalArgument(String, Object...) - Static method in class org.cloudfoundry.util.ExceptionUtils
Returns a Mono containing an IllegalArgumentException with the configured message
illegalState(String, Object...) - Static method in class org.cloudfoundry.util.ExceptionUtils
Returns a Mono containing an IllegalStateException with the configured message
instant() - Static method in class org.cloudfoundry.util.DelayUtils
Implements an instant (no delay) for use with Mono.repeatWhenEmpty(Function)

J

JobUtils - Class in org.cloudfoundry.util
Utilities for Jobs

L

LastOperationUtils - Class in org.cloudfoundry.util
Utilities for LastOperations

O

OperationUtils - Class in org.cloudfoundry.util
Utilities with operations that do not (yet) exist
org.cloudfoundry.util - package org.cloudfoundry.util
Utilities for working with Cloud Foundry Client APIs
org.cloudfoundry.util.tuple - package org.cloudfoundry.util.tuple
 

P

PaginationUtils - Class in org.cloudfoundry.util
A utility class to provide functions for handling PaginatedResponse and those containing lists of Resources.
parseFromIso8601(String) - Static method in class org.cloudfoundry.util.DateUtils
Parses a string in ISO8601 format to a Date object
parseSecondsFromEpoch(Double) - Static method in class org.cloudfoundry.util.DateUtils
Parses a double representing seconds from the epoch to a Date object
permissions(Path) - Static method in class org.cloudfoundry.util.FileUtils
Calculates permissions for a Path
permissions(int) - Static method in class org.cloudfoundry.util.FileUtils
Calculates permissions for a UNIX mode
predicate(Predicate2<T1, T2>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Predicate of Tuple2 that wraps a predicate of the component values of the tuple
predicate(Predicate3<T1, T2, T3>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Predicate of Tuple3 that wraps a predicate of the component values of the tuple
predicate(Predicate4<T1, T2, T3, T4>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Predicate of Tuple4 that wraps a predicate of the component values of the tuple
predicate(Predicate5<T1, T2, T3, T4, T5>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Predicate of Tuple5 that wraps a predicate of the component values of the tuple
predicate(Predicate6<T1, T2, T3, T4, T5, T6>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Predicate of Tuple6 that wraps a predicate of the component values of the tuple
predicate(Predicate7<T1, T2, T3, T4, T5, T6, T7>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Predicate of Tuple7 that wraps a predicate of the component values of the tuple
predicate(Predicate8<T1, T2, T3, T4, T5, T6, T7, T8>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
Returns a Predicate of Tuple8 that wraps a predicate of the component values of the tuple
Predicate2<T1,T2> - Interface in org.cloudfoundry.util.tuple
Represents a predicate (boolean-valued function) of two arguments
Predicate3<T1,T2,T3> - Interface in org.cloudfoundry.util.tuple
Represents a predicate (boolean-valued function) of three arguments
Predicate4<T1,T2,T3,T4> - Interface in org.cloudfoundry.util.tuple
Represents a predicate (boolean-valued function) of four arguments
Predicate5<T1,T2,T3,T4,T5> - Interface in org.cloudfoundry.util.tuple
Represents a predicate (boolean-valued function) of five arguments
Predicate6<T1,T2,T3,T4,T5,T6> - Interface in org.cloudfoundry.util.tuple
Represents a predicate (boolean-valued function) of six arguments
Predicate7<T1,T2,T3,T4,T5,T6,T7> - Interface in org.cloudfoundry.util.tuple
Represents a predicate (boolean-valued function) of seven arguments
Predicate8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in org.cloudfoundry.util.tuple
Represents a predicate (boolean-valued function) of eight arguments

R

requestClientV2Resources(Function<Integer, Mono<U>>) - Static method in class org.cloudfoundry.util.PaginationUtils
Generate the stream of resources accumulated from a series of responses obtained from the page supplier.
requestClientV3Resources(Function<Integer, Mono<U>>) - Static method in class org.cloudfoundry.util.PaginationUtils
Generate the stream of resources accumulated from a series of responses obtained from the page supplier.
requestUaaResources(Function<Integer, Mono<U>>) - Static method in class org.cloudfoundry.util.PaginationUtils
Generate the stream of resources accumulated from a series of responses obtained from the page supplier.
ResourceMatchingUtils - Class in org.cloudfoundry.util
Utilities for matching resources
ResourceMatchingUtils.ArtifactMetadata - Class in org.cloudfoundry.util
Metadata information about a given artifact
ResourceUtils - Class in org.cloudfoundry.util
Utilities for dealing with Resources

S

size(Path) - Static method in class org.cloudfoundry.util.FileUtils
Calculates the size of a Path
SizeUtils - Class in org.cloudfoundry.util
Utilities for mapping size
SizeUtils() - Constructor for class org.cloudfoundry.util.SizeUtils
 
SortingUtils - Class in org.cloudfoundry.util
Utilities for sorting
statusCode(int...) - Static method in class org.cloudfoundry.util.ExceptionUtils
A predicate that returns true if the exception is a ClientV2Exception and its code matches expectation

T

test(T1, T2) - Method in interface org.cloudfoundry.util.tuple.Predicate2
Evaluates this predicate on the given arguments
test(T1, T2, T3) - Method in interface org.cloudfoundry.util.tuple.Predicate3
Evaluates this predicate on the given arguments
test(T1, T2, T3, T4) - Method in interface org.cloudfoundry.util.tuple.Predicate4
Evaluates this predicate on the given arguments
test(T1, T2, T3, T4, T5) - Method in interface org.cloudfoundry.util.tuple.Predicate5
Evaluates this predicate on the given arguments
test(T1, T2, T3, T4, T5, T6) - Method in interface org.cloudfoundry.util.tuple.Predicate6
Evaluates this predicate on the given arguments
test(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.cloudfoundry.util.tuple.Predicate7
Evaluates this predicate on the given arguments
test(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.cloudfoundry.util.tuple.Predicate8
Evaluates this predicate on the given arguments
timespan(Comparator<T>, Duration) - Static method in class org.cloudfoundry.util.SortingUtils
Sorts the elements of a Flux within a sliding time window.
TimeUtils - Class in org.cloudfoundry.util
Utilities for dealing with time
TupleUtils - Class in org.cloudfoundry.util.tuple
 

W

waitForCompletion(CloudFoundryClient, Duration, R) - Static method in class org.cloudfoundry.util.JobUtils
Waits for a job to complete
waitForCompletion(CloudFoundryClient, Duration, JobEntity) - Static method in class org.cloudfoundry.util.JobUtils
Waits for a job to complete
waitForCompletion(CloudFoundryClient, Duration, String) - Static method in class org.cloudfoundry.util.JobUtils
Waits for a job V3 to complete
waitForCompletion(Duration, Supplier<Mono<LastOperation>>) - Static method in class org.cloudfoundry.util.LastOperationUtils
 
withByteArray(Consumer<byte[]>) - Static method in class org.cloudfoundry.util.ByteArrayPool
Executes a Consumer providing a pooled byte array
A B C D E F G H I J L O P R S T W 
Skip navigation links

Copyright © 2019. All rights reserved.