BucketManagerInterface
in
Table of Contents
- createBucket() : mixed
- dropBucket() : mixed
- flush() : mixed
- getAllBuckets() : array<string|int, mixed>
- getBucket() : BucketSettings
- updateBucket() : mixed
Methods
createBucket()
public
createBucket(BucketSettings $settings[, CreateBucketOptions $options = null ]) : mixed
Parameters
- $settings : BucketSettings
- $options : CreateBucketOptions = null
Return values
mixed —dropBucket()
public
dropBucket(string $name[, DropBucketOptions $options = null ]) : mixed
Parameters
- $name : string
- $options : DropBucketOptions = null
Return values
mixed —flush()
public
flush(string $name[, FlushBucketOptions $options = null ]) : mixed
Parameters
- $name : string
- $options : FlushBucketOptions = null
Return values
mixed —getAllBuckets()
public
getAllBuckets([GetAllBucketsOptions $options = null ]) : array<string|int, mixed>
Parameters
- $options : GetAllBucketsOptions = null
Return values
array<string|int, mixed> —getBucket()
public
getBucket(string $name[, GetBucketOptions $options = null ]) : BucketSettings
Parameters
- $name : string
- $options : GetBucketOptions = null
Return values
BucketSettings —updateBucket()
public
updateBucket(BucketSettings $settings[, UpdateBucketOptions $options = null ]) : mixed
Parameters
- $settings : BucketSettings
- $options : UpdateBucketOptions = null